From 210487c6dbf280ff869de82f28859fb14a98b0c3 Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Thu, 21 Dec 2023 00:09:35 -0800 Subject: [PATCH] Added in submodule template repos --- .gitmodules | 6 ++++++ ch32v20x_tdd_template | 1 + stm32f1xx_tdd_template | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 ch32v20x_tdd_template create mode 160000 stm32f1xx_tdd_template diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..6b494c5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "ch32v20x_tdd_template"] + path = ch32v20x_tdd_template + url = ssh://git@gorge.works:30023/TDD-For-Rust/ch32v20x_tdd_template.git +[submodule "stm32f1xx_tdd_template"] + path = stm32f1xx_tdd_template + url = ssh://git@gorge.works:30023/TDD-For-Rust/stm32f1xx_tdd_template.git diff --git a/ch32v20x_tdd_template b/ch32v20x_tdd_template new file mode 160000 index 0000000..e8e158a --- /dev/null +++ b/ch32v20x_tdd_template @@ -0,0 +1 @@ +Subproject commit e8e158ad5c954691468f29f7d8d8b444d49cb092 diff --git a/stm32f1xx_tdd_template b/stm32f1xx_tdd_template new file mode 160000 index 0000000..fdc220f --- /dev/null +++ b/stm32f1xx_tdd_template @@ -0,0 +1 @@ +Subproject commit fdc220f5b691d62f3456a55617be3b4807b8cf7d