1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/cortexm_common/ldscripts
Kaspar Schleiser 8f10f22b1f cpu/cortexm: ldscripts: bkup-ram -> bkup_ram
Fixes this error with binutils 2.37:

```
/usr/lib/gcc/arm-none-eabi/11.2.0/../../../../arm-none-eabi/bin/ld:cortexm_base.ld:217: warning: memory region `bkup' not declared
/usr/lib/gcc/arm-none-eabi/11.2.0/../../../../arm-none-eabi/bin/ld:cortexm_base.ld:217: syntax error
```
2021-08-18 10:29:38 +02:00
..
cortexm_base.ld cpu/cortexm: ldscripts: bkup-ram -> bkup_ram 2021-08-18 10:29:38 +02:00
cortexm_rom_offset.ld cortexm_common/ldscript: add common script for rom_offset calculation 2019-06-04 18:05:35 +02:00
cortexm.ld cpu/cortexm_common: Make Low-Power SRAM available to programs 2019-10-01 18:39:40 +02:00