File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,6 @@ config ESP32_DEFAULT_CPU_FREQ_MHZ
2020 default 160 if ESP32_DEFAULT_CPU_FREQ_160
2121 default 240 if ESP32_DEFAULT_CPU_FREQ_240
2222
23- config MEMMAP_SMP
24- bool "Reserve memory for two cores"
25- default "y"
26- help
27- The ESP32 contains two cores. If you plan to only use one, you can disable this item
28- to save some memory. (ToDo: Make this automatically depend on unicore support)
29-
3023config SPIRAM_SUPPORT
3124 bool "Support for external, SPI-connected RAM"
3225 default "n"
@@ -197,7 +190,7 @@ config ESP32_TRAX
197190config ESP32_TRAX_TWOBANKS
198191 bool "Reserve memory for tracing both pro as well as app cpu execution"
199192 default "n"
200- depends on ESP32_TRAX && MEMMAP_SMP
193+ depends on ESP32_TRAX && !FREERTOS_UNICORE
201194 select MEMMAP_TRACEMEM_TWOBANKS
202195 help
203196 The ESP32 contains a feature which allows you to trace the execution path the processor
You can’t perform that action at this time.
0 commit comments