Adjust the variable name &

Add mapping support for different sizes of spi ram
This commit is contained in:
Wu Zheng Hui
2021-09-15 16:09:33 +08:00
committed by Jiang Jiang Jian
parent 93c639872b
commit 4fd6d3deae
12 changed files with 189 additions and 129 deletions

View File

@@ -97,7 +97,7 @@ MEMORY
rtc_slow_seg(RW) : org = 0x50000000 + CONFIG_ESP32_ULP_COPROC_RESERVE_MEM,
len = 0x2000 - CONFIG_ESP32_ULP_COPROC_RESERVE_MEM
/* external memory ,including data and text */
/* external memory */
extern_ram_seg(RWX) : org = 0x3F800000,
len = 0x400000
}