add support for a small filesystem on the watch

This commit is contained in:
Joey Castillo
2022-05-06 17:06:27 -04:00
parent 21026c8eb7
commit d4ebe64af0
9 changed files with 437 additions and 0 deletions

13
apps/flash-test/Makefile Executable file
View File

@@ -0,0 +1,13 @@
TOP = ../..
include $(TOP)/make.mk
INCLUDES += \
-I$(TOP)/littlefs/ \
-I./
SRCS += \
$(TOP)/littlefs/lfs.c \
$(TOP)/littlefs/lfs_util.c \
./app.c
include $(TOP)/rules.mk