diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-02-24 14:06:59 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-02-24 14:06:59 +0100 |
commit | b69ddf1cd7123cc26b3936eda3c7c96a2750e612 (patch) | |
tree | 9ca68b0fb0aebe4cbd68f22f35e3da298baf8d5c /.gitmodules | |
parent | f3a47bde9bfaaa716de835c0c1499a685b4ac4f7 (diff) |
rename and move files
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules index eb84b02..f6abf5f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,13 +1,13 @@ -[submodule "stm32/lib/STM32-base"] - path = stm32/lib/STM32-base +[submodule "src/lib/STM32-base"] + path = src/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 +[submodule "src/lib/STM32-base-STM32Cube"] + path = src/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 +[submodule "src/lib/FreeRTOS-Kernel"] + path = src/lib/FreeRTOS-Kernel url = https://github.com/FreeRTOS/FreeRTOS-Kernel ignore = all branch = V10.4.6 |