esp-idf/components/esp_system/ld/esp32c3
Martin Vychodil 16891e7a6c System: fix RTCFAST section alignment
This bugfix contains 3 fixes:
1. .rtc_dummy section is removed (not needed for C3)
2. .rtc_text section is padded with 16B for possible CPU prefetch
3. .rtc_text section is aligned to 4B boundary to comply with PMS Memprot requirements
2021-12-23 19:58:39 +08:00
..
memory.ld.in esp_system: create ld template to abstract few common settings 2021-09-02 16:13:17 +08:00
sections.ld.in System: fix RTCFAST section alignment 2021-12-23 19:58:39 +08:00