mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-30 22:01:11 +00:00
7 lines
196 B
Plaintext
7 lines
196 B
Plaintext
REGION_ALIAS("ROTEXT", irom_seg);
|
|
REGION_ALIAS("RWTEXT", iram_seg);
|
|
REGION_ALIAS("RODATA", drom_seg);
|
|
REGION_ALIAS("RWDATA", dram_seg);
|
|
|
|
PROVIDE( rom_config_instruction_cache_mode = 0x40001a1c );
|