esp-idf/components/esp_system/ld
Martin Vychodil ce28af2dd4 System/memprot: ESP32C3 IRAM section alignment fix (LD)
IRAM section didn't contain sufficient padding for possible CPU instruction prefetch,
ie instruction fetch could happen in DRAM section which is prohibited by the Memprot module.
This is fixed by adding 16B to the end of IRAM section in LD script (C3 CPU prefetch buffer depth is 4 words)

Closes IDF-3554

* fix
2021-07-23 17:11:12 +02:00
..
esp32 esp32: move app linker scripts 2021-07-16 20:14:27 +08:00
esp32c3 System/memprot: ESP32C3 IRAM section alignment fix (LD) 2021-07-23 17:11:12 +02:00
esp32h2 esp32h2: Move from target component to esp_hw_support (new structure) 2021-07-16 20:14:27 +08:00
esp32s2 esp32: move app linker scripts 2021-07-16 20:14:27 +08:00
esp32s3 esp32: move app linker scripts 2021-07-16 20:14:27 +08:00
ld.cmake esp32: move app linker scripts 2021-07-16 20:14:27 +08:00