fsfw-example-stm32h7-rtems/bsp_stm32h7_rtems/boardconfig/NUCLEO-H743ZI/Src/CMakeLists.txt

5 lines
85 B
CMake
Raw Normal View History

2021-07-16 12:22:35 +02:00
target_sources(${TARGET_NAME} PRIVATE
hardware_init.cpp
stm32h7xx_nucleo.c
)