aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-04-25 14:28:45 +0200
committerlonkaars <loek@pipeframe.xyz>2024-04-25 14:28:45 +0200
commit0ef1ae11846bfcbbd63e22d1dfecf579f4069c80 (patch)
treea89b805533db8438159e6e0bcf470ceb4310d227 /.gitmodules
parent04111f06c66f6f935651903e85bda36d6f05d349 (diff)
WIP FreeRTOS
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index c951407..58b768d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -8,3 +8,8 @@
url = https://github.com/google/googletest
branch = v1.14.0
shallow = true
+[submodule "main/lib/FreeRTOS-Kernel"]
+ path = main/lib/FreeRTOS-Kernel
+ url = https://github.com/FreeRTOS/FreeRTOS-Kernel
+ branch = V11.1.0
+ shallow = true