split gui file

This commit is contained in:
2023-04-09 09:45:12 +02:00
parent 415a6cb06c
commit ccce0ff72f
13 changed files with 542 additions and 465 deletions
+6 -2
View File
@@ -47,7 +47,10 @@ Core/Src/usart.c \
Core/Src/app_oled.c \
Core/Src/app_main.c \
Core/Src/app_pid.c \
Core/Src/app_gui.c \
Core/Src/Gui/app_gui.c \
Core/Src/Gui/screen_menu.c \
Core/Src/Gui/screen_home.c \
Core/Src/Gui/screen_manual.c \
Core/Src/app_temp.c \
Core/Src/app_knob.c \
Core/Src/app_buzzer.c \
@@ -154,6 +157,7 @@ AS_INCLUDES = \
# C includes
C_INCLUDES = \
-ICore/Inc \
-ICore/Src \
-IDrivers/STM32F1xx_HAL_Driver/Inc \
-IMiddlewares/Third_Party/FreeRTOS/Source/include \
-IMiddlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 \
@@ -225,7 +229,7 @@ $(BUILD_DIR)/%.bin: $(BUILD_DIR)/%.elf | $(BUILD_DIR)
$(BUILD_DIR):
mkdir -p $@
.PHONY: all flash clean flash-stlink analyze size
.PHONY: all flash clean flash-stlink analyze size fonts
#######################################
# clean up