* Move some linker scripts into `esp-hal-common` and update the build script * Move `EspDefaultHandler` and `DefaultHandler` definitions into `esp-hal-common` * Re-export everything from `esp-hal-common` * Add a couple cfg symbols, cleanup/organize some exports/modules
5 lines
136 B
Plaintext
5 lines
136 B
Plaintext
REGION_ALIAS("ROTEXT", irom_seg);
|
|
REGION_ALIAS("RWTEXT", iram_seg);
|
|
REGION_ALIAS("RODATA", drom_seg);
|
|
REGION_ALIAS("RWDATA", dram_seg);
|