Merge branch 'bugfix/esp32p4_linker_script' into 'master'

fix(esp_system): add missing `array` attribute in the ESP32-P4 linker script

Closes IDF-11936

See merge request espressif/esp-idf!36067
This commit is contained in:
Omar Chebib 2024-12-31 16:19:13 +08:00
commit 776049660a

View File

@ -488,6 +488,7 @@ SECTIONS
.ext_ram.bss (NOLOAD) :
{
_ext_ram_bss_start = ABSOLUTE(.);
arrays[extern_ram]
mapping[extern_ram]
ALIGNED_SYMBOL(4, _ext_ram_bss_end)
} > ext_ram_seg