1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-28 23:49:47 +01:00
RIOT/drivers/sdmmc
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
..
Makefile drivers/sdmmc: add low-levl SD Host Controller implementation 2023-09-23 19:26:30 +02:00
Makefile.dep drivers/sdmmc: fix dependencies for ztimer_msec 2023-09-29 07:48:32 +02:00
Makefile.include drivers/sdmmc: add low-levl SD Host Controller implementation 2023-09-23 19:26:30 +02:00
sdmmc_sdhc.c build_system/xfa: change API to fix alignment 2024-11-07 16:30:01 +01:00
sdmmc.c drivers/sdmmc: store SDMMC devs in XFA 2023-09-12 14:30:18 +02:00