1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/samd21
Marian Buschsieweke df27dbef7a
cpu: Moved stdio_init() into cpu_init()
- Removed stdio_init() from newlib's _init(), as this is too late in the boot
  process to allow DEBUG()ing during periph_init()
- Added stdio_init() to the various cpu_init() routines of the ARM CPUs just
  before periph_init()
2019-09-06 16:54:23 +02:00
..
include samd21: Expose numerical PM states 2019-03-18 13:44:26 +01:00
periph cpu: make use of ARRAY_SIZE macro 2019-08-06 19:43:54 +02:00
cpu.c cpu: Moved stdio_init() into cpu_init() 2019-09-06 16:54:23 +02:00
doc.txt
Makefile
Makefile.features cpu/samd21: add SRAM based random seed 2018-07-04 17:55:20 +02:00
Makefile.include
vectors.c