From 7ce50582be7114f0a4a0722323682854134b7016 Mon Sep 17 00:00:00 2001 From: Monika Singh Date: Sun, 25 Aug 2024 23:11:38 +0530 Subject: [PATCH] [P3] Update Partner/Community supported demos (#1249) --- 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 3d475bddf7..2f1866faf1 160000 --- a/FreeRTOS/Demo/ThirdParty/Community-Supported-Demos +++ b/FreeRTOS/Demo/ThirdParty/Community-Supported-Demos @@ -1 +1 @@ -Subproject commit 3d475bddf7ac8af425da67cdaa2485e90a57a881 +Subproject commit 2f1866faf14759956fc5f26c67c4dba0f8bc6df8 diff --git a/FreeRTOS/Demo/ThirdParty/Partner-Supported-Demos b/FreeRTOS/Demo/ThirdParty/Partner-Supported-Demos index e4183c70fd..f75c298b57 160000 --- a/FreeRTOS/Demo/ThirdParty/Partner-Supported-Demos +++ b/FreeRTOS/Demo/ThirdParty/Partner-Supported-Demos @@ -1 +1 @@ -Subproject commit e4183c70fda884d31a324b40c96fad09057792c9 +Subproject commit f75c298b573984c52bbc374e9c7a5a836982dda6 diff --git a/manifest.yml b/manifest.yml index d75b6578bb..3477ca7fd5 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: "3d475bd" + version: "2f1866f" 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: "e4183c7" + version: "f75c298" repository: type: "git" url: "https://github.com/FreeRTOS/FreeRTOS-Partner-Supported-Demos"