mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-20 01:50:40 +00:00
Adjust the variable name &
Add mapping support for different sizes of spi ram
This commit is contained in:

committed by
Jiang Jiang Jian

parent
93c639872b
commit
4fd6d3deae
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user