mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
b85011c15f
Add Kconfig option SPIRAM_ALLOW_NOINIT_EXTERNAL_MEMORY When enabled, a new linker script rule (from esp32.extram.noinit.ld) places any variables in the .ext_ram.noinit section in SPIRAM. This section is exempted from the startup SPIRAM memory test and is not zero-initialized or added to the malloc pool, making it usable for noinit variables that persist across reset. The EXT_RAM_NOINIT_ATTR macro places variables in this section. |
||
---|---|---|
.. | ||
private_include | ||
cache_sram_mmu.c | ||
chip_info.c | ||
CMakeLists.txt | ||
dport_access.c | ||
esp_himem.c | ||
Kconfig.mac | ||
regi2c_ctrl.h | ||
rtc_clk_common.h | ||
rtc_clk_init.c | ||
rtc_clk.c | ||
rtc_init.c | ||
rtc_pm.c | ||
rtc_sleep.c | ||
rtc_time.c | ||
rtc_wdt.c | ||
spiram_psram.c | ||
spiram_psram.h | ||
spiram.c |