Skip to content

Commit d4da3ea

Browse files
authored
Add default ESP32U configuration for Bluetooth
1 parent 3ed167d commit d4da3ea

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

configs/defconfig.esp32u

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
#
2+
# Bluetooth
3+
#
4+
CONFIG_BT_ENABLED=y
5+
CONFIG_BT_STACK_NO_LOG=y
6+
# CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set
7+
# CONFIG_BLE_MESH is not set
8+
CONFIG_BT_NIMBLE_ENABLED=y
9+
CONFIG_BT_NIMBLE_LOG_LEVEL_NONE=y
10+
CONFIG_BT_NIMBLE_MAX_CONNECTIONS=2
11+
# CONFIG_BT_NIMBLE_NVS_PERSIST is not set
12+
# CONFIG_BT_NIMBLE_CRYPTO_STACK_MBEDTLS is not set
13+
# CONFIG_BT_NIMBLE_LL_CFG_FEAT_LE_2M_PHY is not set
14+
# CONFIG_BT_NIMBLE_LL_CFG_FEAT_LE_CODED_PHY is not set
15+
# CONFIG_BT_NIMBLE_50_FEATURE_SUPPORT is not set
16+
# CONFIG_BTDM_CTRL_MODE_BTDM is not set
17+
# CONFIG_BT_BTC_TASK_STACK_SIZE is not set
18+
# CONFIG_BT_BTU_TASK_STACK_SIZE is not set
19+
CONFIG_BT_STACK_NO_LOG=y
20+
CONFIG_BT_BLE_DYNAMIC_ENV_MEMORY=y
21+
22+
CONFIG_ESP_MAC_IGNORE_MAC_CRC_ERROR=y
23+
24+
# CONFIG_ETH_ENABLED is not set
25+
26+
# CONFIG_SPIRAM is not set
27+
28+
# CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1 is not set
29+
30+
# CONFIG_UNITY_ENABLE_FLOAT is not set
31+
# CONFIG_UNITY_ENABLE_DOUBLE is not set
32+
# CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER is not set
33+
# CONFIG_USE_WAKENET is not set
34+
# CONFIG_USE_MULTINET is not set
35+
# CONFIG_VFS_SUPPORT_SELECT is not set
36+
# CONFIG_VFS_SUPPRESS_SELECT_DEBUG_OUTPUT is not set
37+
# CONFIG_VFS_SUPPORT_TERMIOS is not set
38+
# CONFIG_TWAI_ERRATA_FIX_BUS_OFF_REC is not set
39+
# CONFIG_TWAI_ERRATA_FIX_TX_INTR_LOST is not set
40+
# CONFIG_TWAI_ERRATA_FIX_RX_FRAME_INVALID is not set
41+
# CONFIG_TWAI_ERRATA_FIX_RX_FIFO_CORRUPT is not set
42+
43+
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y

0 commit comments

Comments
 (0)