nuttx/boards/risc-v/espressif/common/scripts
Tiago Medicci Serrano e38b4b2103 espressif: fix linker to include the reserved area of RTC memory
Basically, it reserves an area of the RTC memory to preserve the
RTC timer.

Please refer to:
fa76c82a5b

This commit also removes the rtc.dummy section because C3, C6 and
H2 don't need to skip it once the region is accessed by the same
address space using the instruction and data bus.
2023-07-27 19:43:48 -07:00
..
.gitignore
common.ld espressif: fix linker to include the reserved area of RTC memory 2023-07-27 19:43:48 -07:00
esp32c3_aliases.ld
esp32c3_flat_memory.ld espressif: fix linker to include the reserved area of RTC memory 2023-07-27 19:43:48 -07:00
esp32c3_legacy_sections.ld espressif: fix linker to include the reserved area of RTC memory 2023-07-27 19:43:48 -07:00
esp32c6_aliases.ld
esp32c6_flat_memory.ld espressif: fix linker to include the reserved area of RTC memory 2023-07-27 19:43:48 -07:00
esp32c6_legacy_sections.ld espressif: fix linker to include the reserved area of RTC memory 2023-07-27 19:43:48 -07:00
esp32h2_aliases.ld risc-v/espressif: Add support for ESP32-H2 2023-03-14 23:55:35 +01:00
esp32h2_flat_memory.ld espressif: fix linker to include the reserved area of RTC memory 2023-07-27 19:43:48 -07:00
esp32h2_legacy_sections.ld espressif: fix linker to include the reserved area of RTC memory 2023-07-27 19:43:48 -07:00