mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
1c3f96495d
If the .noinit section starts at the beginning of the RAM, a bootloader that is unaware of it will clear it. Instead, move it behind the .bss section, hoping that a bootloader will always use less .bss memory than RIOT proper. |
||
---|---|---|
.. | ||
include | ||
ldscripts | ||
periph | ||
cortexm_init.c | ||
irq_arch.c | ||
Makefile | ||
Makefile.features | ||
Makefile.include | ||
mpu.c | ||
panic.c | ||
thread_arch.c | ||
vectors_cortexm.c |