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:
parent
02a99e84c8
commit
bb59ca3ab3
1 changed files with 4 additions and 0 deletions
|
@ -244,6 +244,10 @@ menu "ESP32S2-specific"
|
|||
bool
|
||||
default "n"
|
||||
|
||||
config ESP32S2_MEMMAP_TRACEMEM_TWOBANKS
|
||||
bool
|
||||
default "n"
|
||||
|
||||
config ESP32S2_TRAX
|
||||
bool "Use TRAX tracing feature"
|
||||
default "n"
|
||||
|
|
Loading…
Reference in a new issue