Init commit

This commit is contained in:
2021-04-27 17:22:34 +02:00
commit 4f6fe6959f
1140 changed files with 1174277 additions and 0 deletions

View 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}
)