1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/include/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 sys/suit: Remove deprecated suit_coap_run function 2024-04-02 12:58:57 +02:00
conditions.h sys/suit: add SUIT draft v4 firmware upgrade module 2019-10-09 11:05:01 +02:00
handlers.h suit: Mark conversion function arguments as const 2020-09-29 15:18:57 +02:00
policy.h tests/suit_v3_manifest: Add draft-ietf-v3 manifest parser test 2020-03-19 22:56:01 +01:00
storage.h suit: Introduce generic storage backend 2020-09-30 13:32:38 +02:00