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
+ #
1
4
CONFIG_FREERTOS_UNICORE=y
5
+ # CONFIG_SPIRAM is not set
2
6
3
7
#
4
8
# Bluetooth
5
9
#
6
10
CONFIG_BT_ENABLED=y
7
11
CONFIG_BT_STACK_NO_LOG=y
8
12
# CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set
9
- # CONFIG_BLE_MESH is not set
13
+ # CONFIG_BLE_MESH is not set
10
14
CONFIG_BT_NIMBLE_ENABLED=y
11
15
CONFIG_BT_NIMBLE_LOG_LEVEL_NONE=y
12
16
CONFIG_BT_NIMBLE_MAX_CONNECTIONS=1
@@ -33,7 +37,7 @@ CONFIG_ETH_USE_ESP32_EMAC=y
33
37
CONFIG_ETH_PHY_INTERFACE_RMII=y
34
38
CONFIG_ETH_USE_SPI_ETHERNET=y
35
39
36
- # CONFIG_SPIRAM is not set
40
+ CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
37
41
38
42
# CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1 is not set
39
43
# CONFIG_UNITY_ENABLE_FLOAT is not set
@@ -45,8 +49,6 @@ CONFIG_ETH_USE_SPI_ETHERNET=y
45
49
# CONFIG_VFS_SUPPRESS_SELECT_DEBUG_OUTPUT is not set
46
50
# CONFIG_VFS_SUPPORT_TERMIOS is not set
47
51
48
- CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
49
-
50
52
# We dont use TWAI so disable the fixes which adds dead code
51
53
# CONFIG_TWAI_ERRATA_FIX_BUS_OFF_REC is not set
52
54
# CONFIG_TWAI_ERRATA_FIX_TX_INTR_LOST is not set
You can’t perform that action at this time.
0 commit comments