1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/build_system
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
..
blob tests: move build system applications to tests/build_system 2023-05-11 14:30:50 +02:00
cflags_spaces tests: move build system applications to tests/build_system 2023-05-11 14:30:50 +02:00
cortexm_common_ldscript tests: move build system applications to tests/build_system 2023-05-11 14:30:50 +02:00
cpp_exclude *Kconfig*: Remove dep-only Kconfig files 2024-03-26 14:54:22 +01:00
cpp_ext *Kconfig*: Remove dep-only Kconfig files 2024-03-26 14:54:22 +01:00
external_board_dirs *Kconfig*: Modify Kconfig to remove dep model 2024-03-27 10:28:12 +01:00
external_board_native examples, tests: Changes for the native64 board 2024-02-05 22:02:14 +01:00
external_module_dirs tests: move build system applications to tests/build_system 2023-05-11 14:30:50 +02:00
external_pkg_dirs *Kconfig*: Remove dep-only Kconfig files 2024-03-26 14:54:22 +01:00
kconfig tests/*: Remove TEST_KCONFIG symbols 2024-03-27 10:28:14 +01:00
test_tools *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
utils examples, tests: Changes for the native64 board 2024-02-05 22:02:14 +01:00
warn_conflict tests: build_system: replace broken wiki link with link to docs 2023-12-13 12:24:58 +01:00
xfa build_system/xfa: change API to fix alignment 2024-11-07 16:30:01 +01:00
Makefile.build_system_common tests: move build system applications to tests/build_system 2023-05-11 14:30:50 +02:00