1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/core
2013-11-14 01:55:47 -08:00
..
include Merge pull request #236 from OlegHahm/telosb 2013-11-14 01:55:47 -08:00
bitarithm.c Use GCC/Clang builtins for bit arithmetics 2013-11-03 15:14:28 +01:00
cib.c fixed coding style (space after most keywords) 2013-06-24 22:37:35 +02:00
clist.c only include debug functions if needed 2013-10-11 14:21:47 +02:00
hwtimer.c remove unused static function 2013-08-12 11:25:07 +02:00
kernel_init.c removed unused (and ambiguous) definitions of active_thread and sched_threads in kernel_init.c 2013-08-14 13:09:43 +02:00
lifo.c fixed coding style (space after most keywords) 2013-06-24 22:37:35 +02:00
Makefile fixed includes and include pathes 2013-07-29 01:24:02 +02:00
msg.c added debug information to msg_send (similar to msg_send_int) 2013-11-03 06:46:13 -08:00
mutex.c fixes for #62: eliminate unused parameter warnings 2013-08-04 04:10:33 +02:00
oneway_malloc.c add oneway calloc 2013-08-10 11:21:25 +02:00
queue.c only include debug functions if needed 2013-10-11 14:21:47 +02:00
sched.c Merge pull request #134 from OlegHahm/sched_fixes 2013-08-14 04:55:27 -07:00
thread.c add thread_getname function 2013-10-17 15:25:43 +02:00