1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/lpc2387/include
Benjamin Valentin 76e19602a2 cpu/lpc2387: rename cpu_woke_from_backup()
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.
2020-02-10 23:04:47 +01:00
..
vendor cpu/lpc2387: convert periph/spi to struct based operation 2020-01-31 08:55:29 +01:00
cpu_conf.h Merge pull request #12901 from benpicco/lpc2387-stacks 2019-12-18 14:12:58 +01:00
cpu.h cpu/lpc2387: rename cpu_woke_from_backup() 2020-02-10 23:04:47 +01:00
lpc2387.h cpu/lpc2387: fix indent 2019-11-07 21:55:24 +01:00
periph_cpu.h Merge pull request #13246 from benpicco/lpc23xx-spi 2020-02-10 17:01:41 +01:00