From 5356bc886d53291a9a812f2aba35e4e165d96fba Mon Sep 17 00:00:00 2001 From: Matthew Wozniak Date: Thu, 11 Dec 2025 23:58:51 -0500 Subject: initial commit --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') 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 -- cgit v1.2.3-54-g00ecf