From 20b6c13c071e7abc70de0218839d8e370f03d381 Mon Sep 17 00:00:00 2001 From: ActoryOu Date: Tue, 22 Aug 2023 17:56:00 +0800 Subject: [PATCH] Apply compile option change on RP2040 (#1064) * Update kernel and community-supported-demos submodule pointer to apply compile option change on RP2040 * Update manifest * Update +TCP submodule pointer * Revert "Update +TCP submodule pointer" This reverts commit d090230eef40f26a2a2c9b5f3d2d1b7a043a7521. --------- Co-authored-by: kar-rahul-aws <118818625+kar-rahul-aws@users.noreply.github.com> Co-authored-by: chinglee-iot <61685396+chinglee-iot@users.noreply.github.com> --- FreeRTOS/Demo/ThirdParty/Community-Supported-Demos | 2 +- manifest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FreeRTOS/Demo/ThirdParty/Community-Supported-Demos b/FreeRTOS/Demo/ThirdParty/Community-Supported-Demos index ce61bcc39..6f2ad4418 160000 --- a/FreeRTOS/Demo/ThirdParty/Community-Supported-Demos +++ b/FreeRTOS/Demo/ThirdParty/Community-Supported-Demos @@ -1 +1 @@ -Subproject commit ce61bcc39c73c523914ca6f206f447b0595e4cd9 +Subproject commit 6f2ad4418406c54973a799063021174a2f477b43 diff --git a/manifest.yml b/manifest.yml index e499ce835..861fa4f75 100644 --- a/manifest.yml +++ b/manifest.yml @@ -130,7 +130,7 @@ dependencies: path: "FreeRTOS-Plus/Source/Application-Protocols/coreSNTP" - name: "FreeRTOS-Community-Supported-Demos" - version: "ce61bcc" + version: "6f2ad44" repository: type: "git" url: "https://github.com/FreeRTOS/FreeRTOS-Community-Supported-Demos"