bring in filesysten and shell, rename LFS globals for clarity

This commit is contained in:
joeycastillo
2024-09-22 15:34:51 -04:00
parent e1fa85faf7
commit e29134bf9f
8 changed files with 76 additions and 44 deletions

View File

@ -29,6 +29,9 @@ endif
INCLUDES += \
-I./ \
-I./tinyusb/src \
-I./littlefs \
-I./filesystem \
-I./shell \
-I./watch-library/shared/watch \
-I./watch-library/hardware/watch \
-I./watch-faces/clock \
@ -36,6 +39,11 @@ INCLUDES += \
# Add your source files here.
SRCS += \
./littlefs/lfs.c \
./littlefs/lfs_util.c \
./filesystem/filesystem.c \
./shell/shell.c \
./shell/shell_cmd_list.c \
./watch-library/shared/watch/watch_common_buzzer.c \
./watch-library/shared/watch/watch_common_display.c \
./watch-library/shared/watch/watch_utility.c \