chore: Initial commit (blinky)
This commit is contained in:
20
cubemx/Drivers/STM32F4xx_HAL_Driver/Src/CMakeLists.txt
Normal file
20
cubemx/Drivers/STM32F4xx_HAL_Driver/Src/CMakeLists.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
target_sources(cubemx PRIVATE
|
||||
stm32f4xx_hal.c
|
||||
stm32f4xx_hal_cortex.c
|
||||
stm32f4xx_hal_dma.c
|
||||
stm32f4xx_hal_dma_ex.c
|
||||
stm32f4xx_hal_exti.c
|
||||
stm32f4xx_hal_flash.c
|
||||
stm32f4xx_hal_flash_ex.c
|
||||
stm32f4xx_hal_flash_ramfunc.c
|
||||
stm32f4xx_hal_gpio.c
|
||||
stm32f4xx_hal_i2c.c
|
||||
stm32f4xx_hal_i2c_ex.c
|
||||
stm32f4xx_hal_pwr.c
|
||||
stm32f4xx_hal_pwr_ex.c
|
||||
stm32f4xx_hal_rcc.c
|
||||
stm32f4xx_hal_rcc_ex.c
|
||||
stm32f4xx_hal_tim.c
|
||||
stm32f4xx_hal_tim_ex.c
|
||||
stm32f4xx_hal_uart.c
|
||||
)
|
||||
Reference in New Issue
Block a user