add littlefs filesystem browser app

This commit is contained in:
Joey Castillo
2022-05-08 20:19:44 -04:00
parent 661e2b6a73
commit a54220d95a
2 changed files with 231 additions and 0 deletions

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 \
./browser.c
include $(TOP)/rules.mk