Custom board

This commit is contained in:
2023-11-02 19:47:21 +01:00
parent aac3b7200c
commit 981e949cf1
11 changed files with 227 additions and 7 deletions

View File

@@ -1 +1,13 @@
# Enalbe C++20
CONFIG_CPP=y
CONFIG_STD_CPP20=y
CONFIG_CPP_MAIN=y
# Enable random number
CONFIG_ENTROPY_GENERATOR=y
# Enable Bluetooth
CONFIG_BT=y
CONFIG_BT_HCI=y
CONFIG_BT_CTLR=y
CONFIG_BT_LL_SW_SPLIT=y