This commit is contained in:
Dylan Smith
2026-01-12 14:40:36 -05:00
parent 2624b59564
commit 73005fc56b
16 changed files with 1685 additions and 28 deletions

View File

@@ -76,8 +76,10 @@ endif
# C sources
C_SOURCES = \
Core/Src/freertos.c \
Core/Src/graphics/font.c \
Core/Src/graphics/graphics.c \
Core/Src/graphics/display.c \
Core/Src/graphics/fonts/font.c \
Core/Src/graphics/fonts/roboto_bold_font.c \
Core/Src/graphics/fonts/roboto_bold_large_font.c \
Core/Src/main.c \
Core/Src/stm32f4xx_hal_msp.c \
Core/Src/stm32f4xx_hal_timebase_tim.c \
@@ -225,7 +227,8 @@ AS_INCLUDES = \
C_INCLUDES = \
-ICore/Inc \
-ICore/Inc/graphics \
-ICore/Inc/graphics/lvgl \
-ICore/Inc/graphics/fonts \
-ICore/Inc/graphics/fonts/lvgl \
-IDrivers/CMSIS/Device/ST/STM32F4xx/Include \
-IDrivers/CMSIS/Include \
-IDrivers/STM32F4xx_HAL_Driver/Inc \