1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/core
Hauke Petersen 608afc4777 Introduced a cleaned-up cpu/core interface
- Included a collection of cpu-dependent headers in core/include/arch
- Extracted all interfaces that need to be implemented for a cpu
- Created a mapping between those interfaces and the old ones
- added flag for disabling arch interface
- added missing state to lpm_arch interface
- added arch interface for reboot
- fixed newline issues that were pointed out
- documentation fixes to cpu-core interface
2014-05-09 16:01:13 +02:00
..
include Introduced a cleaned-up cpu/core interface 2014-05-09 16:01:13 +02:00
bitarithm.c remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
cib.c remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
clist.c remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
doc.txt remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
hwtimer.c core/cpu/board: moved F_CPU define to board 2014-05-06 10:36:09 +02:00
kernel_init.c core: kernel_init: call config_load in kernel_init 2014-03-18 08:10:33 +01:00
lifo.c core: lifo: added the right author 2014-02-23 15:09:43 +01:00
Makefile removed redundant include pathes from Makefiles 2014-01-05 16:11:08 +01:00
msg.c core: fix warning about discarding volatile 2014-04-18 12:11:05 +02:00
mutex.c Introduced a cleaned-up cpu/core interface 2014-05-09 16:01:13 +02:00
oneway_malloc.c core: improved doxygen documentation 2014-04-26 14:01:52 +02:00
queue.c fix warning: invalid suffix on literal 2014-02-18 17:05:01 +01:00
reboot.c Introduced a cleaned-up cpu/core interface 2014-05-09 16:01:13 +02:00
sched.c Introduced a cleaned-up cpu/core interface 2014-05-09 16:01:13 +02:00
thread.c core: documentation: updated, improved, and completed doxygen comments 2014-05-05 14:09:01 +02:00