esp-hal/esp32s2-hal/ld/linkall.x
Scott Mabin f1fce08a94
Move segment aliasing to linkall.x (#655)
* Move segment aliasing to linkall.x, this allows other projects to define there own alias whilst still being able to use esp-hal linker scripts

* Move rwtext in front of rwdata

* Re-arrange include

* Fix s3 direct boot script
2023-07-18 07:17:52 -07:00

5 lines
112 B
Plaintext

INCLUDE "memory.x"
INCLUDE "alias.x"
INCLUDE "link-esp32s2.x"
INCLUDE "hal-defaults.x"
INCLUDE "rom-functions.x"