From 99cf475718d499934e04c7a969154168beff6cdc Mon Sep 17 00:00:00 2001 From: Kody Stribrny <89810515+kstribrnAmzn@users.noreply.github.com> Date: Fri, 17 Apr 2026 12:57:24 -0700 Subject: [PATCH] Update community and partner supported demos (#1403) Update the community and partner demos to the latest available commits. --- FreeRTOS/Demo/ThirdParty/Community-Supported-Demos | 2 +- FreeRTOS/Demo/ThirdParty/Partner-Supported-Demos | 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 272ca5bfbe..2ff0ab79d6 160000 --- a/FreeRTOS/Demo/ThirdParty/Community-Supported-Demos +++ b/FreeRTOS/Demo/ThirdParty/Community-Supported-Demos @@ -1 +1 @@ -Subproject commit 272ca5bfbe0ea8a5e24a19a4a0e2bd4bf00b4066 +Subproject commit 2ff0ab79d6c3c0dc79f25c7d306a96ad8d0f52ab diff --git a/FreeRTOS/Demo/ThirdParty/Partner-Supported-Demos b/FreeRTOS/Demo/ThirdParty/Partner-Supported-Demos index 022783f7c7..fcb807d759 160000 --- a/FreeRTOS/Demo/ThirdParty/Partner-Supported-Demos +++ b/FreeRTOS/Demo/ThirdParty/Partner-Supported-Demos @@ -1 +1 @@ -Subproject commit 022783f7c75e5c5aa3e2e07606318e7fdae2c79e +Subproject commit fcb807d7591ba459a7fb254e85ca6108e5fe32b6 diff --git a/manifest.yml b/manifest.yml index 5373f2b5d0..045673f867 100644 --- a/manifest.yml +++ b/manifest.yml @@ -131,14 +131,14 @@ dependencies: path: "FreeRTOS-Plus/Source/Application-Protocols/coreSNTP" - name: "FreeRTOS-Community-Supported-Demos" - version: "272ca5b" + version: "2ff0ab7" repository: type: "git" url: "https://github.com/FreeRTOS/FreeRTOS-Community-Supported-Demos" path: "FreeRTOS/Demo/ThirdParty/Community-Supported-Demos" - name: "FreeRTOS-Partner-Supported-Demos" - version: "022783f" + version: "fcb807d" repository: type: "git" url: "https://github.com/FreeRTOS/FreeRTOS-Partner-Supported-Demos"