mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
3b2cfa6478
sdcard_spi is the only driver in auto_init_storage and was previously pulled in by fatsfs (because it's used on SD cards) It does however make much more sense if the SD card driver pulls that in so other file systems can be used on SD card too.
6 lines
118 B
Makefile
6 lines
118 B
Makefile
USEMODULE += fatfs_diskio_mtd
|
|
USEMODULE += mtd
|
|
|
|
# Use RTC for timestamps if available
|
|
FEATURES_OPTIONAL += periph_rtc
|