mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
76e19602a2
The function would always return `true` after early boot, so it is not very useful for applications. Now it will only (but always) return true when we woke from Deep Sleep *after* early boot. This makes it behave the same ways as the function of the same name on SAME54. Rename the existing function to cpu_backup_ram_is_initialized() to better match it's semantics. |
||
---|---|---|
.. | ||
include | ||
periph | ||
arm7_init.c | ||
arm_cpu.c | ||
common.s | ||
irq_arch.c | ||
Makefile | ||
Makefile.dep | ||
Makefile.features | ||
Makefile.include | ||
vectors.c |