esp-hal/esp-hal/ld/esp32h2/rom-functions.x
Björn Quentin c574834ae3
Include ROM API symbols (#2374)
* Include ROM API symbols

* Fixes and CHANGELOG.md

* Fix

* Move migration steps to the right crate's migration guide

* Remove `-Trom_functions.x` where necessary
2024-10-22 10:02:49 +00:00

9 lines
236 B
Plaintext

INCLUDE "rom/esp32h2.rom.api.ld"
INCLUDE "rom/esp32h2.rom.heap.ld"
INCLUDE "rom/esp32h2.rom.ld"
INCLUDE "rom/esp32h2.rom.libgcc.ld"
INCLUDE "rom/esp32h2.rom.spiflash.ld"
INCLUDE "rom/esp32h2.rom.version.ld"
INCLUDE "rom/additional.ld"