From 0857bd7b721cd904c770dc5317431aaf141329d0 Mon Sep 17 00:00:00 2001 From: chinglee-iot <61685396+chinglee-iot@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:18:50 +0800 Subject: [PATCH] Update submodule for kernel and community demos (#1134) --- FreeRTOS/Demo/ThirdParty/Community-Supported-Demos | 2 +- FreeRTOS/Source | 2 +- manifest.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/FreeRTOS/Demo/ThirdParty/Community-Supported-Demos b/FreeRTOS/Demo/ThirdParty/Community-Supported-Demos index 1ba24b127f1..db9704fb761 160000 --- a/FreeRTOS/Demo/ThirdParty/Community-Supported-Demos +++ b/FreeRTOS/Demo/ThirdParty/Community-Supported-Demos @@ -1 +1 @@ -Subproject commit 1ba24b127f11544263209a65f49cffdd7e42f04a +Subproject commit db9704fb761d23f7389a0edb2786c614b5c700fc diff --git a/FreeRTOS/Source b/FreeRTOS/Source index cd5c774b2bd..bd0f87c18b2 160000 --- a/FreeRTOS/Source +++ b/FreeRTOS/Source @@ -1 +1 @@ -Subproject commit cd5c774b2bda6eeec55862f79e164843508e96d9 +Subproject commit bd0f87c18b292f45ebf4d4b4c5bb96765465f760 diff --git a/manifest.yml b/manifest.yml index 983ad82ffb3..95ba2cbf4cb 100644 --- a/manifest.yml +++ b/manifest.yml @@ -5,7 +5,7 @@ license: "MIT" dependencies: - name: "FreeRTOS-Kernel" - version: "cd5c774b2" + version: "bd0f87c18" repository: type: "git" url: "https://github.com/FreeRTOS/FreeRTOS-Kernel.git" @@ -131,7 +131,7 @@ dependencies: path: "FreeRTOS-Plus/Source/Application-Protocols/coreSNTP" - name: "FreeRTOS-Community-Supported-Demos" - version: "1ba24b1" + version: "db9704f" repository: type: "git" url: "https://github.com/FreeRTOS/FreeRTOS-Community-Supported-Demos"