mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
esp32: add TRACEMEM_RESERVE_DRAM config
this configaration is missed when rebase
This commit is contained in:
parent
ec03c31ec4
commit
70e1131b4b
@ -63,6 +63,12 @@ config MEMMAP_TRACEMEM
|
|||||||
of memory that can't be used for general purposes anymore. Disable this if you do not know
|
of memory that can't be used for general purposes anymore. Disable this if you do not know
|
||||||
what this is.
|
what this is.
|
||||||
|
|
||||||
|
# Memory to reverse for trace, used in linker script
|
||||||
|
config TRACEMEM_RESERVE_DRAM
|
||||||
|
hex
|
||||||
|
default 0x8000 if MEMMAP_TRACEMEM
|
||||||
|
default 0x0
|
||||||
|
|
||||||
config MEMMAP_SPISRAM
|
config MEMMAP_SPISRAM
|
||||||
bool "Use external SPI SRAM chip as main memory"
|
bool "Use external SPI SRAM chip as main memory"
|
||||||
default "n"
|
default "n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user