From d684f749bc40fa34c6b87b943f3b866fbe33acd1 Mon Sep 17 00:00:00 2001 From: "NoMaY (a user of Japan.RenesasRulz.com)" Date: Tue, 22 Sep 2020 08:03:10 +0900 Subject: [PATCH] Fix and sync kernel pointer (submodule's commit id) to the same as 'upstream/master' --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index 938888f656..f76cc842a0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ +[submodule "FreeRTOS/Source"] + path = FreeRTOS/Source + url = https://github.com/FreeRTOS/FreeRTOS-Kernel.git [submodule "FreeRTOS-Plus/Test/CMock"] path = FreeRTOS-Plus/Test/CMock url = https://github.com/ThrowTheSwitch/CMock