esp32: add TRACEMEM_RESERVE_DRAM config

this configaration is missed when rebase
pull/37/head
Wu Jian Gang 2016-09-28 12:27:25 +08:00
rodzic ec03c31ec4
commit 70e1131b4b
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -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
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
bool "Use external SPI SRAM chip as main memory"
default "n"