mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 17:52:47 +01:00
10 lines
210 B
Makefile
10 lines
210 B
Makefile
USEMODULE += fatfs_diskio_mtd
|
|
USEMODULE += mtd
|
|
|
|
ifneq (,$(filter vfs_auto_format,$(USEMODULE)))
|
|
DEFAULT_MODULE += fatfs_vfs_format
|
|
endif
|
|
|
|
# Use RTC for timestamps if available
|
|
FEATURES_OPTIONAL += periph_rtc
|