diff --git a/stm32h7/i2c/CMakeLists.txt b/stm32h7/i2c/CMakeLists.txt new file mode 100644 index 0000000..8e57e01 --- /dev/null +++ b/stm32h7/i2c/CMakeLists.txt @@ -0,0 +1,2 @@ +target_sources(${TARGET_NAME} PRIVATE +) diff --git a/stm32h7/uart/CMakeLists.txt b/stm32h7/uart/CMakeLists.txt new file mode 100644 index 0000000..8e57e01 --- /dev/null +++ b/stm32h7/uart/CMakeLists.txt @@ -0,0 +1,2 @@ +target_sources(${TARGET_NAME} PRIVATE +)