mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
pkg/spiffs: set VFS params
This commit is contained in:
parent
67d68b2bd3
commit
3068dad305
@ -4,3 +4,6 @@ INCLUDES += -I$(PKGDIRBASE)/spiffs/src/
|
||||
ifneq (,$(filter spiffs_fs,$(USEMODULE)))
|
||||
DIRS += $(RIOTBASE)/pkg/spiffs/fs
|
||||
endif
|
||||
|
||||
SPIFFS_NB_FD ?= 8
|
||||
CFLAGS += '-DSPIFFS_FS_FD_SPACE_SIZE=(32 * $(SPIFFS_NB_FD))'
|
||||
|
Loading…
Reference in New Issue
Block a user