1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/build_system/xfa
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
..
tests tests/build_system/xfa: improve test coverage 2024-11-06 19:34:35 +01:00
main.c tests/build_system/xfa: improve test coverage 2024-11-06 19:34:35 +01:00
Makefile tests: move build system applications to tests/build_system 2023-05-11 14:30:50 +02:00
xfatest1.c build_system/xfa: change API to fix alignment 2024-11-07 16:30:01 +01:00
xfatest2.c build_system/xfa: change API to fix alignment 2024-11-07 16:30:01 +01:00
xfatest.h tests/build_system/xfa: improve test coverage 2024-11-06 19:34:35 +01:00