forked from espressif/esp-idf
esp32s2: add missing ESP32S2_MEMMAP_TRACEMEM_TWOBANKS option
It is used when app-trace is enabled, to provide ping-pong buffers.
This commit is contained in:
@@ -244,6 +244,10 @@ menu "ESP32S2-specific"
|
|||||||
bool
|
bool
|
||||||
default "n"
|
default "n"
|
||||||
|
|
||||||
|
config ESP32S2_MEMMAP_TRACEMEM_TWOBANKS
|
||||||
|
bool
|
||||||
|
default "n"
|
||||||
|
|
||||||
config ESP32S2_TRAX
|
config ESP32S2_TRAX
|
||||||
bool "Use TRAX tracing feature"
|
bool "Use TRAX tracing feature"
|
||||||
default "n"
|
default "n"
|
||||||
|
Reference in New Issue
Block a user