Init commit
This commit is contained in:
11
bsp_stm32_rtems/boardconfig/CMakeLists.txt
Normal file
11
bsp_stm32_rtems/boardconfig/CMakeLists.txt
Normal file
@ -0,0 +1,11 @@
|
||||
target_sources(${TARGET_NAME} PRIVATE
|
||||
stm32h7xx_nucleo.c
|
||||
hardware_init.c
|
||||
led.c
|
||||
lan8742.c
|
||||
stm32h7xx_it.c
|
||||
)
|
||||
|
||||
target_include_directories(${TARGET_NAME} PRIVATE
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
)
|
Reference in New Issue
Block a user