1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/core/lib/include
Marian Buschsieweke 2b6f65a08a
build_system/xfa: change API to fix alignment
This changes the API of xfa from

    XFA(array_name, prio) type element_name = INITIALIZER;

to

    XFA(type, array_name, prio) element_name = INITIALIZER;

this allows forcing natural alignment of the type, fixing failing tests
on `native64`.
2024-11-07 16:30:01 +01:00
..
macros macros/utils: add ABS() macro 2024-02-08 09:52:22 -05:00
assert.h core/lib/assert: consistify output and cleanup documentation 2024-05-27 17:12:49 +02:00
bitarithm.h core/bitarithm: add bitarithm_clzb() 2023-05-23 16:15:25 +02:00
cib.h core/lib/cib: add several new peek functions 2024-03-18 10:14:34 -04:00
clist.h core: split out library code 2022-03-09 21:43:05 +01:00
compiler_hints.h core/compiler_hints: add may_be_zero() 2023-05-23 17:46:39 +02:00
container.h core/lib: split kernel defines by its concerns 2022-11-11 13:41:33 +01:00
debug.h debug: add DEBUG_BREAKPOINT() macro 2023-04-27 13:19:17 +02:00
irq.h tree wide: add IWYU pragma: export where needed 2024-04-14 14:26:05 +02:00
kernel_defines.h core/lib: split kernel defines by its concerns 2022-11-11 13:41:33 +01:00
kernel_init.h core/init: add early_init() 2023-01-08 22:25:10 +01:00
list.h core: split out library code 2022-03-09 21:43:05 +01:00
log.h core/lib: add doxygen for LOG_* macros 2022-03-10 10:15:14 +01:00
modules.h core/lib: split kernel defines by its concerns 2022-11-11 13:41:33 +01:00
panic.h core/panic: make reboot on panic configurable 2024-04-26 15:44:49 +02:00
priority_queue.h sys: 64 bit compatibility 2024-01-17 16:05:12 +01:00
ringbuffer.h core: split out library code 2022-03-09 21:43:05 +01:00
riot_version.h core/lib: split kernel defines by its concerns 2022-11-11 13:41:33 +01:00
rmutex.h core: split out library code 2022-03-09 21:43:05 +01:00
thread_config.h core: split out library code 2022-03-09 21:43:05 +01:00
xfa.h build_system/xfa: change API to fix alignment 2024-11-07 16:30:01 +01:00