1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-28 23:29:45 +01:00
RIOT/drivers/sdcard_spi
Gunar Schorcht bfc2a51f70 drivers/sdcard_spi: remove copy of sdcard_spi_params_t from device
It is not necessary to hold a complete copy `sdcard_spi_params_t` in the device descriptor. Constant parameters can be used directly from ROM instead. This saves 24 bytes of RAM.
2023-05-01 14:36:25 +02:00
..
include boards: add some missing whitespaces for static tests 2022-09-14 15:11:14 +02:00
Kconfig drivers/sdcard_spi: Update kconfig model 2022-03-04 14:15:52 +01:00
Makefile drivers: added driver for accessing sd_cards over spi 2017-01-20 18:11:26 +01:00
Makefile.dep drivers/sdcard_spi: convert to ztimer_usec 2021-12-09 08:02:06 +01:00
Makefile.include drivers: move USEMODULE_INCLUDES in each driver directories 2020-07-15 20:36:27 +02:00
sdcard_spi.c drivers/sdcard_spi: remove copy of sdcard_spi_params_t from device 2023-05-01 14:36:25 +02:00