8 lines
146 B
CMake
8 lines
146 B
CMake
target_sources(${TARGET_NAME} PRIVATE
|
|
freertos.c
|
|
hardware_init.c
|
|
stm32h7xx_hal_timebase_tim.c
|
|
stm32h7xx_nucleo.c
|
|
stm32h7xx_it.c
|
|
syscalls.c
|
|
) |