integrate utz, use DST-aware time zones instead of bare offsets

This commit is contained in:
joeycastillo
2024-09-23 23:27:10 -04:00
parent f03a414ca8
commit 52578e5413
10 changed files with 63 additions and 68 deletions

View File

@@ -30,6 +30,7 @@ INCLUDES += \
-I./ \
-I./tinyusb/src \
-I./littlefs \
-I./utz \
-I./filesystem \
-I./shell \
-I./watch-library/shared/watch \
@@ -42,6 +43,8 @@ SRCS += \
./littlefs/lfs.c \
./littlefs/lfs_util.c \
./filesystem/filesystem.c \
./utz/utz.c \
./utz/zones.c \
./shell/shell.c \
./shell/shell_cmd_list.c \
./watch-library/shared/watch/watch_common_buzzer.c \