Skip to content

Commit 36098f3

Browse files
committed
Merge branch 'bugfix/make_MEMMAP_SMP_config_dependent' into 'master'
bugfix/remove MEMMAP_SMP config See merge request idf/esp-idf!1988
2 parents bd09a83 + 33aee51 commit 36098f3

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

components/esp32/Kconfig

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff 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-
3023
config SPIRAM_SUPPORT
3124
bool "Support for external, SPI-connected RAM"
3225
default "n"
@@ -197,7 +190,7 @@ config ESP32_TRAX
197190
config 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

0 commit comments

Comments
 (0)