1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/core
Joseph Noir bddaee751d Add replacement headers for thread, mutex and cond
These headers do not provide full stl functionality,
but a small subset:
* thread and this_thread
* condition_variable (some timed functions are missing)
* mutex, lock_guard and unique_lock
2015-05-18 13:57:02 +02:00
..
include Add replacement headers for thread, mutex and cond 2015-05-18 13:57:02 +02:00
atomic.c core: Introduce atomic counters 2015-05-07 18:52:13 +02:00
bitarithm.c doc: use my real name 2015-02-08 18:52:16 +01:00
clist.c core: remove lagacy tests from clist and lifo 2015-03-22 16:12:08 +01:00
doc.txt fix license headers in non-.c files 2014-08-23 16:16:26 +02:00
hwtimer.c core: log: introduce logging API 2015-05-17 21:49:22 +02:00
kernel_init.c core: log: introduce logging API 2015-05-17 21:49:22 +02:00
lifo.c core: log: introduce logging API 2015-05-17 21:49:22 +02:00
Makefile make: detect their module name automatically 2014-06-17 15:49:32 +02:00
msg.c core: Allow debug messages without DEVELHELP 2015-04-10 09:15:34 +02:00
mutex.c core,sys: fix storage types for irq API usage 2014-10-27 16:25:23 +01:00
panic.c core: print thread table on crash 2015-05-12 07:46:10 +02:00
priority_queue.c core: shadowing in priority_queue_print 2014-08-11 18:42:25 +02:00
reboot.c doc: use lgplv2.1-short license header instead of lgpl-short-riot 2014-07-31 22:57:20 +02:00
ringbuffer.c core: sys: move ringbuffer to core 2014-11-19 14:18:39 +01:00
sched.c core: log: introduce logging API 2015-05-17 21:49:22 +02:00
thread.c core/thread: use disableIRQ/restoreIRQ 2014-12-03 20:45:00 +01:00