1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/core/include
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
..
arch Introduced a cleaned-up cpu/core interface 2014-05-09 16:01:13 +02:00
atomic.h Introduced a cleaned-up cpu/core interface 2014-05-09 16:01:13 +02:00
attributes.h core/cpu: put __builtin_unreachable() into one place 2014-05-07 19:24:55 +02:00
bitarithm.h bitarithm: remove unused macros 2014-05-05 14:09:08 +02:00
cib.h fix doxygen documentation for clist.h, config.h, tcb.h and cib.h 2014-04-17 11:50:52 +02:00
clist.h fix doxygen documentation for clist.h, config.h, tcb.h and cib.h 2014-04-17 11:50:52 +02:00
config.h fix doxygen documentation for clist.h, config.h, tcb.h and cib.h 2014-04-17 11:50:52 +02:00
crash.h Fixup for #685 2014-02-26 21:49:54 +01:00
debug.h check for existence of active_thread 2014-03-19 16:27:54 +01:00
flags.h update Kaspar's email address 2014-01-28 11:53:19 +01:00
hwtimer_arch.h remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
hwtimer.h making include directives consistent 2013-12-19 15:31:37 +01:00
io.h Fixed a lot of comments by removing tabs and correcting format. 2013-12-16 14:00:33 +01:00
irq.h Introduced a cleaned-up cpu/core interface 2014-05-09 16:01:13 +02:00
kernel_internal.h Introduced a cleaned-up cpu/core interface 2014-05-09 16:01:13 +02:00
kernel.h Change reboot signature. 2014-03-10 11:14:27 +01:00
lifo.h remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
lpm.h Introduced a cleaned-up cpu/core interface 2014-05-09 16:01:13 +02:00
msg.h Add the ability to send a message to the current thread's message queue 2014-04-11 10:43:11 +02:00
mutex.h add mutex_unlock_and_sleep() 2014-03-03 18:48:35 +01:00
oneway_malloc.h core: improved doxygen documentation 2014-04-26 14:01:52 +02:00
queue.h Remove duplicate function definition in queue.h 2014-04-01 19:44:45 +02:00
sched.h documentation: fixed doxygen for schedstats 2014-05-05 14:09:08 +02:00
tcb.h core: Remove STATUS_TIMER_WAITING 2014-04-30 18:30:22 +02:00
thread.h Introduced a cleaned-up cpu/core interface 2014-05-09 16:01:13 +02:00