diff options
| author | 2025-12-11 23:58:51 -0500 | |
|---|---|---|
| committer | 2025-12-11 23:58:51 -0500 | |
| commit | 5356bc886d53291a9a812f2aba35e4e165d96fba (patch) | |
| tree | 55fbe7e4f3cb54a5b8c43b40aba4771dc0465d8a /.gitmodules | |
| download | stm32_can_demo-5356bc886d53291a9a812f2aba35e4e165d96fba.tar.gz stm32_can_demo-5356bc886d53291a9a812f2aba35e4e165d96fba.zip | |
initial commit
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
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 |
