* Move remaining linker scripts to `esp-hal-common`, rename as needed * Update build scripts
15 lines
296 B
Plaintext
15 lines
296 B
Plaintext
INCLUDE "memory.x"
|
|
|
|
REGION_ALIAS("ROTEXT", ROM);
|
|
REGION_ALIAS("RODATA", ROM);
|
|
|
|
REGION_ALIAS("RWTEXT", RAM);
|
|
REGION_ALIAS("RWDATA", RAM);
|
|
|
|
REGION_ALIAS("RTC_FAST_RWTEXT", RTC_FAST);
|
|
REGION_ALIAS("RTC_FAST_RWDATA", RTC_FAST);
|
|
|
|
INCLUDE "esp32c6.x"
|
|
INCLUDE "hal-defaults.x"
|
|
INCLUDE "rom-functions.x"
|