1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/arm7_common
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
..
include cpu/lpc2387: implement periph/pm 2019-11-22 09:11:39 +01:00
periph cpu: make use of Makefile.periph 2017-11-06 12:01:19 +01:00
arm7_init.c cpu/arm7_common: hook up puf_sram 2019-11-25 02:04:34 +01:00
arm_cpu.c cpu/arm7_common: Fix thread_yield_higher in ISR 2019-07-23 07:55:05 +02:00
common.s cpu/arm7_common: Removed dead code 2019-07-25 22:29:13 +02:00
irq_arch.c cpu/arm7_common: Cleaned up IRQ code 2019-07-25 10:31:41 +02:00
Makefile cpu/arm7_common: remove deprecated CFLAGS_BASIC 2019-08-27 17:06:52 +02:00
Makefile.features cpu/arm7_common: hook up puf_sram 2019-11-25 02:04:34 +01:00
Makefile.include cpu/arm7_common: Moved compiler flags here 2019-09-11 01:02:41 +02:00
vectors.c cpu/arm7_common: Cleaned up interrupt vectors 2019-07-25 22:41:08 +02:00