mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-28 19:34:59 +00:00
af174ff486
extern_ram_seg segment was marked as RWX in the linker script even though we cannot run code from PSRAM on ESP32. This is a link-time check, and actual CPU RWX permissions are controlled seperately so this has no practical implications, but it could mistakenly be remarked upon during security scans or checks by customers.