1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/core/include
Marian Buschsieweke 9535447e6f
core/kernel_defines.h: drop ALIGN_OF()
Since we moved to C11 now for all platforms, using `alignof()` provided
by `<stdalign.h>` has become the better option.
2021-11-25 09:20:22 +01:00
..
macros core: apply uncrustify patches 2021-02-02 22:21:14 +01:00
assert.h
bitarithm.h core/bitarthm: suppress false positives 2021-11-18 09:45:22 +01:00
cib.h core: apply uncrustify patches 2021-02-02 22:21:14 +01:00
clist.h core/clist: add special cardinality tests and matching unittest 2021-04-14 21:00:10 +02:00
cond.h treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
debug.h
irq.h core/irq.h: add irq_is_enabled() function 2021-08-25 08:01:05 +02:00
kernel_defines.h core/kernel_defines.h: drop ALIGN_OF() 2021-11-25 09:20:22 +01:00
kernel_init.h
list.h
log.h core/log: Add anchor to doc to allow stable references 2021-10-10 21:35:31 +02:00
mbox.h
msg_bus.h core: apply uncrustify patches 2021-02-02 22:21:14 +01:00
msg.h core/msg doc: Clarify; elaborating on interaction with queue 2021-09-01 14:56:41 +02:00
mutex.h core/mutex: fix typo in documentation 2020-12-29 11:48:48 +01:00
native_sched.h
panic.h
priority_queue.h
ringbuffer.h
rmutex.h
sched.h core: make SCHED_TEST_STACK boolean and default to 1 with DEVELHELP 2021-11-05 09:27:00 +01:00
thread_config.h core/thread: move thread configuration into seperate header 2021-03-02 11:56:11 +01:00
thread_flags.h
thread.h core/thread.h: fix new uncrustify error 2021-11-05 09:27:00 +01:00
xfa.h core/xfa: typeof() -> __typeof__() 2021-02-23 13:37:19 +01:00