From 0ef1ae11846bfcbbd63e22d1dfecf579f4069c80 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 25 Apr 2024 14:28:45 +0200 Subject: WIP FreeRTOS --- .gitmodules | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3