* Move remaining linker scripts to `esp-hal-common`, rename as needed * Update build scripts
12 lines
213 B
Plaintext
12 lines
213 B
Plaintext
INCLUDE "memory.x"
|
|
|
|
REGION_ALIAS("ROTEXT", IROM);
|
|
REGION_ALIAS("RODATA", DROM);
|
|
|
|
REGION_ALIAS("RWDATA", DRAM);
|
|
REGION_ALIAS("RWTEXT", IRAM);
|
|
|
|
INCLUDE "esp32c2.x"
|
|
INCLUDE "hal-defaults.x"
|
|
INCLUDE "rom-functions.x"
|