Files
2026-03-04 19:04:30 +00:00

13 lines
173 B
CMake

target_sources(cubemx PRIVATE
gpio.c
i2c.c
main.c
stm32f4xx_hal_msp.c
stm32f4xx_hal_timebase_tim.c
stm32f4xx_it.c
syscalls.c
sysmem.c
system_stm32f4xx.c
usart.c
)