fsfw-example-stm32h7-freertos/bsp_stm32h7_freertos/NUCLEO-H743ZI/Src/CMakeLists.txt

9 lines
159 B
CMake
Raw Normal View History

2021-07-12 21:50:48 +02:00
target_sources(${TARGET_NAME} PRIVATE
freertos.c
2021-07-16 13:40:07 +02:00
hardware_init.cpp
2021-07-12 21:50:48 +02:00
stm32h7xx_hal_timebase_tim.c
2021-07-12 23:33:05 +02:00
stm32h7xx_nucleo.c
2021-07-13 09:15:56 +02:00
lan8742.c
2021-07-12 21:50:48 +02:00
stm32h7xx_it.c
syscalls.c
)