1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/cortexm_common: add flash_writable section to linker script

This commit is contained in:
Ollrogge 2022-03-07 11:23:44 +01:00
parent 5e79ec6fd4
commit 5587f5d88f

View File

@ -233,6 +233,10 @@ SECTIONS
_eheap1 = ORIGIN(bkup_ram) + LENGTH(bkup_ram);
} > bkup_ram
.flash_writable (NOLOAD) : {
KEEP(*(SORT(.flash_writable.*)))
} > rom
.end_fw (NOLOAD) : ALIGN(4) {
_end_fw = . ;
} > rom