working dac dma

This commit is contained in:
2023-12-13 21:26:21 +01:00
parent ca96771e90
commit 75d8c8560d
15 changed files with 59265 additions and 216 deletions

View File

@@ -1,5 +1,5 @@
##########################################################################################################################
# File automatically-generated by tool: [projectgenerator] version: [4.1.0] date: [Mon Dec 11 19:03:06 CET 2023]
# File automatically-generated by tool: [projectgenerator] version: [4.1.0] date: [Tue Dec 12 23:07:03 CET 2023]
##########################################################################################################################
# ------------------------------------------------
@@ -39,7 +39,6 @@ C_SOURCES = \
Core/Src/main.c \
Core/Src/gpio.c \
Core/Src/dac.c \
Core/Src/dma.c \
Core/Src/usart.c \
Core/Src/opamp.c \
Core/Src/tim.c \
@@ -66,7 +65,8 @@ Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_opamp.c \
Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_opamp_ex.c \
Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_tim.c \
Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_tim_ex.c \
Core/Src/system_stm32g4xx.c
Core/Src/system_stm32g4xx.c \
Core/Src/dma.c
# ASM sources
ASM_SOURCES = \
@@ -199,4 +199,4 @@ clean:
#######################################
-include $(wildcard $(BUILD_DIR)/*.d)
# *** EOF ***
# *** EOF ***