chore: Initial commit (blinky)

This commit is contained in:
2026-03-04 19:04:30 +00:00
commit 4af6192b34
132 changed files with 146774 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
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
)