1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/core
Ludwig Ortmann 5c9a975afb core/msg: fix, optimize and improve
fixes:
fix race conditions by reordering dINTs
prevent null pointer dereference by adding forgotten target check
add forgotten eINTs
replace printf with DEBUG
fix debug messages

optimizations:
optimize pid access
reorder msg_send switches

improvements:
add debug statements
add missing return value to msg_send_to_self documentation
2014-07-08 11:57:38 +02:00
..
include core/msg: fix, optimize and improve 2014-07-08 11:57:38 +02:00
bitarithm.c core: faster bitarithm_msb 2014-06-05 20:19:10 +02:00
cib.c license: fix license header grammar 2014-05-14 09:49:09 +02: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/hwtimer: disable interrupts in hwtimer_remove 2014-05-16 15:48:48 +02:00
kernel_init.c core: kernel_init: call config_load in kernel_init 2014-03-18 08:10:33 +01:00
lifo.c license: fix license header grammar 2014-05-14 09:49:09 +02:00
Makefile make: detect their module name automatically 2014-06-17 15:49:32 +02:00
msg.c core/msg: fix, optimize and improve 2014-07-08 11:57:38 +02:00
mutex.c core: imply current_prio in sched_switch() 2014-05-24 16:48:35 +02:00
queue.c fix warning: invalid suffix on literal 2014-02-18 17:05:01 +01:00
reboot.c documentation: append my email to my name everywhere 2014-05-15 18:07:17 +02:00
sched.c core: remove unnecessary tests in sched.c 2014-06-10 17:04:39 +02:00
thread.c core: imply current_prio in sched_switch() 2014-05-24 16:48:35 +02:00