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 8337ab111e cpu/arm7_common: hook up puf_sram
puf_sram only relies on an uninitialized chunk of memory.
This means to enable it we just have to hook up puf_sram_init().

All memory after __bss_end should be uninitialized at startup, so
just use that.
2019-11-25 02:04:34 +01:00
..
doc cpu*: fix doxygen grouping 2018-06-11 19:12:02 +02:00
include cpu/arm7_common: hook up puf_sram 2019-11-25 02:04:34 +01:00
ldscripts ldscripts: move .noinit section behind .bss section 2019-05-16 23:11:45 +02:00
mci cpu/lpc2387: fix typos 2019-11-23 22:39:36 +01:00
periph many typo fixes 2019-11-23 22:39:07 +01:00
tools lpc2387: Replace tabs by spaces 2015-05-18 07:10:52 +02:00
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: clean up the platform 2019-09-16 13:08:56 +02:00
lpc23xx-iap.c cpu/lpc2387: fix typos 2019-11-23 22:39:36 +01:00
Makefile cpu: lpc2387: drop gpioint 2015-08-14 16:50:41 +02:00
Makefile.features cpu/lpc2387: Added MCU provided features 2019-11-08 14:02:35 +01:00
Makefile.include cpu/lpc2387: implement periph/pm 2019-11-22 09:11:39 +01:00
startup.s cpu/arm7_common: Cleaned up interrupt vectors 2019-07-25 22:41:08 +02:00