1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +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 sys/*: realign ENABLE_DEBUG 2020-10-23 11:27:48 +02:00
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 suit: Adapt manifest handling to use common storage backend 2020-09-30 14:32:27 +02:00
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 suit: Introduce generic storage backend 2020-09-30 13:32:38 +02:00
Makefile suit: Introduce generic storage backend 2020-09-30 13:32:38 +02:00
Makefile.dep sys/suit: move dependency resolution in its own Makefile.dep 2023-06-15 10:24:57 +02:00
policy.c tests/suit_v3_manifest: Add draft-ietf-v3 manifest parser test 2020-03-19 22:56:01 +01:00
suit.c sys/*: realign ENABLE_DEBUG 2020-10-23 11:27:48 +02:00