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

9 lines
157 B
CMake
Raw Normal View History

2021-07-12 21:50:48 +02:00
target_sources(${TARGET_NAME} PRIVATE
freertos.c
hardware_init.c
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
)