From 53a00c212061f44ed49a727f13b3923fb3b4d04a Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 2 Feb 2023 16:39:13 +0100 Subject: initial commit --- .gitmodules | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..eb84b02 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,13 @@ +[submodule "stm32/lib/STM32-base"] + path = stm32/lib/STM32-base + url = https://github.com/STM32-base/STM32-base + ignore = all +[submodule "stm32/lib/STM32-base-STM32Cube"] + path = stm32/lib/STM32-base-STM32Cube + url = https://github.com/STM32-base/STM32-base-STM32Cube + ignore = all +[submodule "stm32/lib/FreeRTOS-Kernel"] + path = stm32/lib/FreeRTOS-Kernel + url = https://github.com/FreeRTOS/FreeRTOS-Kernel + ignore = all + branch = V10.4.6 -- cgit v1.2.3