diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-02-02 16:39:13 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-02-02 16:39:13 +0100 |
commit | 53a00c212061f44ed49a727f13b3923fb3b4d04a (patch) | |
tree | 7bccf7025456d772bcaecd7ca2ec0ad87d66bb80 /.gitmodules |
initial commit
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 13 |
1 files changed, 13 insertions, 0 deletions
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 |