File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1+ #
2+ # ESP32 SOLO 1 specific
3+ #
14CONFIG_FREERTOS_UNICORE=y
5+ # CONFIG_SPIRAM is not set
26
37#
48# Bluetooth
59#
610CONFIG_BT_ENABLED=y
711CONFIG_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
1014CONFIG_BT_NIMBLE_ENABLED=y
1115CONFIG_BT_NIMBLE_LOG_LEVEL_NONE=y
1216CONFIG_BT_NIMBLE_MAX_CONNECTIONS=1
@@ -33,7 +37,7 @@ CONFIG_ETH_USE_ESP32_EMAC=y
3337CONFIG_ETH_PHY_INTERFACE_RMII=y
3438CONFIG_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
You can’t perform that action at this time.
0 commit comments