added STM32H7 files

This commit is contained in:
2021-07-12 21:21:03 +02:00
parent 112adcbb64
commit 0901604854
16 changed files with 1538 additions and 0 deletions

5
stm32h7/CMakeLists.txt Normal file
View File

@@ -0,0 +1,5 @@
target_sources(${TARGET_NAME} PRIVATE
STM32TestTask.cpp
)
add_subdirectory(networking)