Working port of Little FS
This commit is contained in:
@ -10,7 +10,6 @@ CFLAGS += -I. \
|
||||
-I./std/include \
|
||||
-I./flanterm/src \
|
||||
-DPRINTF_INCLUDE_CONFIG_H=1 \
|
||||
-DLFS_NO_MALLOC \
|
||||
-DLFS_NO_ASSERT \
|
||||
-DLFS_NO_DEBUG \
|
||||
-DLFS_NO_WARN \
|
||||
@ -41,6 +40,7 @@ SRCFILES := $(wildcard *.c) \
|
||||
$(wildcard util/*.c) \
|
||||
$(wildcard fs/kvfs/*.c) \
|
||||
$(wildcard fs/littlefs/*.c) \
|
||||
$(wildcard fs/portlfs/*.c) \
|
||||
$(wildcard baseimg/*.c) \
|
||||
$(wildcard hal/*.c) \
|
||||
$(wildcard hal/$(ARCH)/*.c) \
|
||||
|
Reference in New Issue
Block a user