1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +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
Makefile.dep
Makefile.include
sdcard_spi.c drivers/sdcard_spi: remove copy of sdcard_spi_params_t from device 2023-05-01 14:36:25 +02:00