File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ #
2
+ # ESP32 SOLO 1 specific
3
+ #
4
+ CONFIG_FREERTOS_UNICORE=y
5
+ # CONFIG_SPIRAM is not set
6
+
1
7
#
2
8
# Bluetooth
3
9
#
@@ -26,14 +32,13 @@ CONFIG_ULP_COPROC_RESERVE_MEM=4096
26
32
27
33
CONFIG_ESP_MAC_IGNORE_MAC_CRC_ERROR=y
28
34
35
+ CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
36
+
29
37
CONFIG_ETH_ENABLED=y
30
38
CONFIG_ETH_USE_ESP32_EMAC=y
31
39
CONFIG_ETH_PHY_INTERFACE_RMII=y
32
40
CONFIG_ETH_USE_SPI_ETHERNET=y
33
41
34
- CONFIG_SPIRAM=y
35
- CONFIG_SPIRAM_OCCUPY_HSPI_HOST=y
36
- CONFIG_ULP_COPROC_ENABLED=y
37
42
# CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1 is not set
38
43
# CONFIG_UNITY_ENABLE_FLOAT is not set
39
44
# CONFIG_UNITY_ENABLE_DOUBLE is not set
@@ -47,7 +52,6 @@ CONFIG_TWAI_ERRATA_FIX_BUS_OFF_REC=y
47
52
CONFIG_TWAI_ERRATA_FIX_TX_INTR_LOST=y
48
53
CONFIG_TWAI_ERRATA_FIX_RX_FRAME_INVALID=y
49
54
CONFIG_TWAI_ERRATA_FIX_RX_FIFO_CORRUPT=y
50
- CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
51
55
52
56
#
53
57
# PPP
You can’t perform that action at this time.
0 commit comments