1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-23 21:43:51 +01:00
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
..
2022-02-21 10:49:43 +01:00
2022-02-21 10:49:43 +01:00
2023-10-16 12:17:48 +02:00
2024-01-29 14:44:10 -05:00
2023-07-26 09:02:10 +02:00
2024-07-08 11:18:57 +02:00
2024-01-29 14:44:10 -05:00
2024-03-29 10:19:42 +01:00
2020-10-23 00:46:26 +02:00
2024-03-29 10:19:42 +01:00
2020-10-23 00:46:26 +02:00
2024-03-01 11:18:18 +01:00
2022-02-21 10:49:43 +01:00
2020-10-23 11:29:57 +02:00