1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

test/pkg_fatfs_vfs: format with static buffer

This commit is contained in:
Jue 2022-03-25 17:23:37 +01:00
parent c7c5279362
commit 2756287ad1

View File

@ -6,6 +6,7 @@ FEATURES_REQUIRED += periph_spi
# remove this if you don't want to format your SD card
USEMODULE += fatfs_vfs_format
CFLAGS += -DCONFIG_FATFS_FORMAT_ALLOC_STATIC=1
FATFS_IMAGE_FILE_SIZE_MIB ?= 128