interface and drivers

This commit is contained in:
2023-09-27 20:13:23 +02:00
parent 4829b04024
commit 2fbb7b4b91
19 changed files with 1023 additions and 49 deletions

View File

@@ -1,5 +1,5 @@
##########################################################################################################################
# File automatically-generated by tool: [projectgenerator] version: [3.17.1] date: [Mon Sep 25 20:07:11 CEST 2023]
# File automatically-generated by tool: [projectgenerator] version: [3.17.1] date: [Tue Sep 26 19:16:56 CEST 2023]
##########################################################################################################################
# ------------------------------------------------
@@ -65,19 +65,23 @@ Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_tim.c \
Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_tim_ex.c \
Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_uart.c \
Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_uart_ex.c \
Core/Src/system_stm32f3xx.c
Core/Src/system_stm32f3xx.c
C_SOURCES += app/drivers/ad9833/ad9833.c
C_SOURCES += app/drivers/hw_button/hw_button.c
C_SOURCES += app/drivers/led/led.c
C_SOURCES += app/drivers/mcp41x/mcp41x.c
C_SOURCES += app/drivers/st7565/st7565.c
C_SOURCES += app/drivers/mcu_cs/mcu_cs.c
C_SOURCES += app/drivers/utils/printf/printf.c
C_SOURCES += app/drivers/utils/rtt/SEGGER_RTT.c
C_SOURCES += app/drivers/utils/rtt/SEGGER_RTT_printf.c
C_SOURCES += app/drivers/utils/ulog/ulog.c
C_SOURCES += app/display/display_gfx.c
C_SOURCES += app/display/font_gfx.c
C_SOURCES += app/bitmaps/bitmap_font_5x7.c
C_SOURCES += app/core/bottom_button.c
C_SOURCES += app/core/app.c
# ASM sources
ASM_SOURCES = \
@@ -144,11 +148,14 @@ C_INCLUDES += -Iapp/drivers/hw_button
C_INCLUDES += -Iapp/drivers/led
C_INCLUDES += -Iapp/drivers/mcp41x
C_INCLUDES += -Iapp/drivers/st7565
C_INCLUDES += -Iapp/drivers/mcu_cs
C_INCLUDES += -Iapp/drivers/utils/printf
C_INCLUDES += -Iapp/drivers/utils/rtt
C_INCLUDES += -Iapp/drivers/utils/spi_cs
C_INCLUDES += -Iapp/drivers/utils/ulog
C_INCLUDES += -Iapp/display
C_INCLUDES += -Iapp/bitmaps
C_INCLUDES += -Iapp/core
# compile gcc flags
ASFLAGS = $(MCU) $(AS_DEFS) $(AS_INCLUDES) $(OPT) -Wall -fdata-sections -ffunction-sections
@@ -219,4 +226,4 @@ clean:
#######################################
-include $(wildcard $(BUILD_DIR)/*.d)
# *** EOF ***
# *** EOF ***