From d194b759c4781f6384786010c460382de97830c2 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 5 Jun 2021 14:51:31 +0200 Subject: [PATCH] added uart and i2c stub folders --- stm32h7/i2c/CMakeLists.txt | 2 ++ stm32h7/uart/CMakeLists.txt | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 stm32h7/i2c/CMakeLists.txt create mode 100644 stm32h7/uart/CMakeLists.txt 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 +)