1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00
RIOT/sys/suit
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
..
storage build_system/xfa: change API to fix alignment 2024-11-07 16:30:01 +01:00
transport treewide: remove THREAD_CREATE_STACKTEST from thread creation 2024-07-29 11:45:58 +02:00
conditions.c
handlers_command_seq.c sys/suit: return error when URL buffer is too small 2024-04-09 10:48:09 +02:00
handlers_common.c
handlers_envelope.c suit: try multiple keys 2022-08-16 22:30:27 +02:00
handlers_global.c sys/suit: drop superfluous ')' in output 2023-03-10 02:27:43 +01:00
handlers.c
Makefile
Makefile.dep sys/suit: move dependency resolution in its own Makefile.dep 2023-06-15 10:24:57 +02:00
policy.c
suit.c