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

19 lines
406 B
Makefile

include ../Makefile.pkg_common
# select the VFS backend
USEMODULE += flashdb_vfs
# enable time series database
USEMODULE += flashdb_tsdb
# enable key-value database
USEMODULE += flashdb_kvdb
# the test makes use of time()
USEMODULE += libc_gettimeofday
USEMODULE += vfs_default
USEMODULE += vfs_auto_format
CFLAGS += -DTHREAD_STACKSIZE_MAIN=THREAD_STACKSIZE_LARGE
include $(RIOTBASE)/Makefile.include