diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-04-25 14:28:45 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-04-25 14:28:45 +0200 |
commit | 0ef1ae11846bfcbbd63e22d1dfecf579f4069c80 (patch) | |
tree | a89b805533db8438159e6e0bcf470ceb4310d227 /.gitmodules | |
parent | 04111f06c66f6f935651903e85bda36d6f05d349 (diff) |
WIP FreeRTOS
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 5 |
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 |