1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/core
Leandro Lanzieri 0dd776a9e6 core/kernel_defines: Introduce 'IS_ACTIVE' macro.
IS_ACTIVE allows to evaluate macro definitions in non-preprocessor
expressions. It takes a macro that may be defined to 1 or not defined at
all and expands to 1 or 0 respectively.
2019-11-11 12:53:03 +01:00
..
include core/kernel_defines: Introduce 'IS_ACTIVE' macro. 2019-11-11 12:53:03 +01:00
assert.c
atomic_c11.c core: Fix undefined behaviour in C11 atomics 2019-05-15 15:47:43 +02:00
atomic_sync.c
bitarithm.c
clist.c
cond.c
doc.txt
kernel_init.c core/schedstatistics: refactor 2019-09-10 17:07:54 +02:00
lifo.c
Makefile
mbox.c
msg.c
mutex.c
panic.c
priority_queue.c
ringbuffer.c
rmutex.c
sched.c core/sched: remove duplicate include of irq.h 2019-10-31 01:28:32 +08:00
thread_flags.c
thread.c core/thread.c: change thread_getstatus return type 2019-10-15 15:55:05 +02:00