1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/native
Ludwig Ortmann 7b9d199ec8 make system calls safer/clean up headers
wrap some libc functions that do system calls (terminal output)
wrap read/write with syscall guard
define real_read/write (next dynamic linker find for read/write)
guard system calls in remaining code
introduce native_internhal.h
throw out some debug statements that break things
clean up includes a bit
declare board_init in native_internhal.h
add -ldl to LINKFLAGS for cpu/syscalls
2013-11-13 00:01:42 +01:00
..
drivers make system calls safer/clean up headers 2013-11-13 00:01:42 +01:00
include make system calls safer/clean up headers 2013-11-13 00:01:42 +01:00
board_config.c moved boards into subdirectory 2013-11-06 10:11:57 -08:00
board_init.c moved boards into subdirectory 2013-11-06 10:11:57 -08:00
Makefile moved boards into subdirectory 2013-11-06 10:11:57 -08:00
Makefile.dep moved boards into subdirectory 2013-11-06 10:11:57 -08:00
Makefile.include make system calls safer/clean up headers 2013-11-13 00:01:42 +01:00