Make it work
This commit is contained in:
parent
8e9b69b87a
commit
4e1f01c4d4
25 changed files with 772 additions and 180 deletions
|
@ -21,6 +21,9 @@ set(MX_Include_Dirs
|
|||
# STM32CubeMX generated application sources
|
||||
set(MX_Application_Src
|
||||
${CMAKE_SOURCE_DIR}/Core/Src/main.c
|
||||
${CMAKE_SOURCE_DIR}/Core/Src/gpio.c
|
||||
${CMAKE_SOURCE_DIR}/Core/Src/dma.c
|
||||
${CMAKE_SOURCE_DIR}/Core/Src/usart.c
|
||||
${CMAKE_SOURCE_DIR}/Core/Src/stm32f4xx_it.c
|
||||
${CMAKE_SOURCE_DIR}/Core/Src/stm32f4xx_hal_msp.c
|
||||
${CMAKE_SOURCE_DIR}/Core/Src/sysmem.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue