* 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
5 lines
110 B
Plaintext
5 lines
110 B
Plaintext
INCLUDE "memory.x"
|
|
INCLUDE "alias.x"
|
|
INCLUDE "link-esp32.x"
|
|
INCLUDE "hal-defaults.x"
|
|
INCLUDE "rom-functions.x" |