1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/newlib_syscalls_default
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
..
Makefile newlib: Split newlib into one generic part and one default syscalls part 2017-04-05 13:55:38 +02:00
Makefile.include newlib: Split newlib into one generic part and one default syscalls part 2017-04-05 13:55:38 +02:00
syscalls.c cpu: Moved stdio_init() into cpu_init() 2019-09-06 16:54:23 +02:00