mirror of
https://github.com/espressif/esp-idf.git
synced 2026-01-09 18:52:08 +00:00
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.