1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/lpc2387
Benjamin Valentin 9f4920329b cpu/lpc2387: clear BODR if POR is set
From the data sheet:

> **Note:** Only in case when a reset occurs and the POR = 0, the BODR bit
indicates if the V DD(DCDC)(3V3) voltage was below 2.6 V or not.

So the value of BODR is undefined if POR is set.
Clear it to bring it to a defined state.
2020-02-10 23:04:47 +01:00
..
doc cpu*: fix doxygen grouping 2018-06-11 19:12:02 +02:00
include cpu/lpc2387: rename cpu_woke_from_backup() 2020-02-10 23:04:47 +01:00
ldscripts cpu/lpc2387: align lpc2387.ld with cortexm_base.ld 2019-12-09 15:13:53 +01:00
mci cpu/lpc2387: fix typos 2019-11-23 22:39:36 +01:00
periph cpu/lpc2387: rtc: only initialize RTC after cold boot or external reset 2020-02-10 23:04:47 +01:00
tools
asmfunc.s cpu: lpc2387: make comment a comment 2017-04-14 14:36:16 +02:00
clocks.c cpu/lpc2387: allow use of other XTALs 2019-10-28 11:11:40 +01:00
cpu.c cpu/lpc2387: clear BODR if POR is set 2020-02-10 23:04:47 +01:00
lpc23xx-iap.c cpu/lpc2387: fix typos 2019-11-23 22:39:36 +01:00
Makefile
Makefile.dep cpu/armv7: move dependencies to Makefile.dep 2020-01-28 13:20:52 +01:00
Makefile.features cpu/lpc2387: add support for backup RAM 2019-11-28 11:33:03 +01:00
Makefile.include cpu/armv7: move dependencies to Makefile.dep 2020-01-28 13:20:52 +01:00
startup.s cpu/lpc2387: startup.s: remove dead code 2019-11-29 12:00:52 +01:00