Skip to content

Commit 37c312a

Browse files
authored
Update defconfig.esp32
1 parent 9ce0230 commit 37c312a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

configs/defconfig.esp32

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1+
#
2+
# ESP32 SOLO 1 specific
3+
#
14
CONFIG_FREERTOS_UNICORE=y
5+
# CONFIG_SPIRAM is not set
26

37
#
48
# Bluetooth
59
#
610
CONFIG_BT_ENABLED=y
711
CONFIG_BT_STACK_NO_LOG=y
812
# CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set
9-
# CONFIG_BLE_MESH is not set
13+
# CONFIG_BLE_MESH is not set
1014
CONFIG_BT_NIMBLE_ENABLED=y
1115
CONFIG_BT_NIMBLE_LOG_LEVEL_NONE=y
1216
CONFIG_BT_NIMBLE_MAX_CONNECTIONS=1
@@ -33,7 +37,7 @@ CONFIG_ETH_USE_ESP32_EMAC=y
3337
CONFIG_ETH_PHY_INTERFACE_RMII=y
3438
CONFIG_ETH_USE_SPI_ETHERNET=y
3539

36-
# CONFIG_SPIRAM is not set
40+
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
3741

3842
# CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1 is not set
3943
# CONFIG_UNITY_ENABLE_FLOAT is not set
@@ -45,8 +49,6 @@ CONFIG_ETH_USE_SPI_ETHERNET=y
4549
# CONFIG_VFS_SUPPRESS_SELECT_DEBUG_OUTPUT is not set
4650
# CONFIG_VFS_SUPPORT_TERMIOS is not set
4751

48-
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
49-
5052
# We dont use TWAI so disable the fixes which adds dead code
5153
# CONFIG_TWAI_ERRATA_FIX_BUS_OFF_REC is not set
5254
# CONFIG_TWAI_ERRATA_FIX_TX_INTR_LOST is not set

0 commit comments

Comments
 (0)