commit | 7e39ec95975727f5793acba9aa81522c02592de4 | [log] [tgz] |
---|---|---|
author | Sylvio Alves <sylvio.alves@espressif.com> | Thu Jan 13 22:02:03 2022 -0300 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Sat Jan 22 16:55:00 2022 -0500 |
tree | fbd7dac5ca8b4530eaac3fed2495653d54f5eca8 | |
parent | 8ee785c54e2d092210e56b542c193781999cdb52 [diff] |
soc: esp32c3: linker script update to support mcuboot This change creates XiP image handling and proper LMA and VMA regions configurations. This also adds common-ram.ld and common-rom.ld sections that require explicit handling due to image sections limitation in esptool. Move additional drivers into IRAM to protect against flash cache disable read/write operation. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>