summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorGravatar Matthew Wozniak <me@woz.blue> 2025-12-11 23:58:51 -0500
committerGravatar Matthew Wozniak <me@woz.blue> 2025-12-11 23:58:51 -0500
commit5356bc886d53291a9a812f2aba35e4e165d96fba (patch)
tree55fbe7e4f3cb54a5b8c43b40aba4771dc0465d8a /.gitmodules
downloadstm32_can_demo-5356bc886d53291a9a812f2aba35e4e165d96fba.tar.gz
stm32_can_demo-5356bc886d53291a9a812f2aba35e4e165d96fba.zip
initial commit
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..ab4bf36
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,6 @@
+[submodule "3p/CMSIS_6"]
+ path = 3p/CMSIS_6
+ url = https://github.com/ARM-software/CMSIS_6
+[submodule "3p/cmsis-device-f1"]
+ path = 3p/cmsis-device-f1
+ url = https://github.com/STMicroelectronics/cmsis-device-f1