esp-idf/components/esp32c3/ld
Martin Vychodil e9dc39730f 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
2021-07-25 12:39:48 +02:00
..
esp32c3_fragments.lf esp_wifi: move unused WiFi log to noload section to save binary size 2021-07-01 14:11:38 +08:00
esp32c3.ld build: (Custom) App version info is now on a dedicated section, independent of the rodata alignment 2021-05-06 11:40:57 +08:00
esp32c3.peripherals.ld uart: fix misleading files for UART2 2021-04-29 14:23:13 +08:00
esp32c3.project.ld.in System/memprot: ESP32C3 IRAM section alignment fix (LD) 2021-07-25 12:39:48 +02:00