Files
hellobt/prj.conf
2023-11-04 02:28:32 +01:00

18 lines
325 B
Plaintext

# 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
CONFIG_BT_DEVICE_NAME="HelloBT_Peripheral"
CONFIG_BT_PERIPHERAL=y
# Enable print for float
CONFIG_CBPRINTF_FP_SUPPORT=y