1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/core
2017-02-08 16:23:50 +01:00
..
include core: Remove atomic in favour of C11 stdatomic 2017-02-08 16:23:50 +01:00
assert.c core: fix stdio.h include for assert 2016-11-18 15:44:25 +01:00
atomic_c11.c core: rename c11_atomic -> atomic_c11 2017-02-08 16:23:47 +01:00
atomic_sync.c core: add __sync_x library helpers for <gcc-4.7 2017-02-08 16:23:47 +01:00
bitarithm.c everything: Remove filename from @file Doxygen command 2015-05-22 07:34:41 +02:00
doc.txt core: doc typos 2017-01-20 13:35:57 +01:00
kernel_init.c drivers: periph: pm: introduce new power management API 2017-01-12 11:24:15 +01:00
lifo.c core: cpu: fix check for DEVELHELP 2015-09-12 12:43:15 +02:00
Makefile make: detect their module name automatically 2014-06-17 15:49:32 +02:00
mbox.c core: mbox: introduce thread decoupled message queues 2016-07-18 16:56:41 +02:00
msg.c all: remove pointer casts for msg.content.ptr 2016-06-02 23:13:42 +02:00
mutex.c core/mutex.c: remove unused #include "atomic.h" 2017-02-08 16:23:47 +01:00
panic.c core: panic: adapt to pariph/pm 2017-01-12 16:26:01 +01:00
priority_queue.c core: assertion not to add twice to priority_queue 2015-11-27 14:57:17 +01:00
ringbuffer.c everything: Remove filename from @file Doxygen command 2015-05-22 07:34:41 +02:00
sched.c core: fix osx compile issue 2017-02-01 09:06:48 +01:00
thread_flags.c core/thread_flags: remove superfluous bitarithm.h include 2016-04-10 13:01:19 +02:00
thread.c core: save the stack_start in the thread context for mpu_stack_guard 2016-10-24 12:36:15 -04:00