From a40172758a9880df922eac126996c0cb8c272202 Mon Sep 17 00:00:00 2001 From: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com> Date: Thu, 2 Sep 2021 12:40:52 -0700 Subject: [PATCH] Update submodule pointers (#680) * Update submodule pointers This is needed to address doxygen failures (Which are already fixed in the submoduled repos). Signed-off-by: Gaurav Aggarwal --- FreeRTOS-Plus/Source/AWS/device-defender | 2 +- FreeRTOS-Plus/Source/AWS/device-shadow | 2 +- FreeRTOS-Plus/Source/AWS/jobs | 2 +- FreeRTOS-Plus/Source/AWS/ota | 2 +- .../Source/Application-Protocols/coreHTTP | 2 +- .../Source/Application-Protocols/coreMQTT | 2 +- .../Application-Protocols/coreMQTT-Agent | 2 +- .../Source/Application-Protocols/coreSNTP | 2 +- FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP | 2 +- .../Source/Utilities/backoff_algorithm | 2 +- FreeRTOS-Plus/Source/coreJSON | 2 +- FreeRTOS-Plus/Source/corePKCS11 | 2 +- manifest.yml | 24 +++++++++---------- 13 files changed, 24 insertions(+), 24 deletions(-) diff --git a/FreeRTOS-Plus/Source/AWS/device-defender b/FreeRTOS-Plus/Source/AWS/device-defender index 8caa3de66..d21c4d8b7 160000 --- a/FreeRTOS-Plus/Source/AWS/device-defender +++ b/FreeRTOS-Plus/Source/AWS/device-defender @@ -1 +1 @@ -Subproject commit 8caa3de66c335623ada5a3b49663868c48daaf4e +Subproject commit d21c4d8b781bc06d88e843597c05caa8323b3ac4 diff --git a/FreeRTOS-Plus/Source/AWS/device-shadow b/FreeRTOS-Plus/Source/AWS/device-shadow index 4a1a95442..e14ee9031 160000 --- a/FreeRTOS-Plus/Source/AWS/device-shadow +++ b/FreeRTOS-Plus/Source/AWS/device-shadow @@ -1 +1 @@ -Subproject commit 4a1a95442b095b06f492b34b0ab8dd1d5ac820a0 +Subproject commit e14ee90318d98f8ef85a5df357c9b2a00555672f diff --git a/FreeRTOS-Plus/Source/AWS/jobs b/FreeRTOS-Plus/Source/AWS/jobs index 9a69e7da8..dbd52eb84 160000 --- a/FreeRTOS-Plus/Source/AWS/jobs +++ b/FreeRTOS-Plus/Source/AWS/jobs @@ -1 +1 @@ -Subproject commit 9a69e7da8ec555f584b0d7fa26ad26139619f91a +Subproject commit dbd52eb84057bfc01294cda0ca5649395b5ec55d diff --git a/FreeRTOS-Plus/Source/AWS/ota b/FreeRTOS-Plus/Source/AWS/ota index 666241d0f..2a8536e87 160000 --- a/FreeRTOS-Plus/Source/AWS/ota +++ b/FreeRTOS-Plus/Source/AWS/ota @@ -1 +1 @@ -Subproject commit 666241d0f643b07d5146a3715b649d80f8135e0b +Subproject commit 2a8536e878139e8dde5a914581de88308ce2acda diff --git a/FreeRTOS-Plus/Source/Application-Protocols/coreHTTP b/FreeRTOS-Plus/Source/Application-Protocols/coreHTTP index 9f511d57f..e006f10e1 160000 --- a/FreeRTOS-Plus/Source/Application-Protocols/coreHTTP +++ b/FreeRTOS-Plus/Source/Application-Protocols/coreHTTP @@ -1 +1 @@ -Subproject commit 9f511d57f4f4048654389259a1a483b0f71f6951 +Subproject commit e006f10e12f3c2db7147f6fda47a768aa9cd75a7 diff --git a/FreeRTOS-Plus/Source/Application-Protocols/coreMQTT b/FreeRTOS-Plus/Source/Application-Protocols/coreMQTT index 51c8067bf..73eee0bd1 160000 --- a/FreeRTOS-Plus/Source/Application-Protocols/coreMQTT +++ b/FreeRTOS-Plus/Source/Application-Protocols/coreMQTT @@ -1 +1 @@ -Subproject commit 51c8067bffbe73eaff2b666104293e46bdb103e6 +Subproject commit 73eee0bd11ecd90228ec13f68579992d0dc35e13 diff --git a/FreeRTOS-Plus/Source/Application-Protocols/coreMQTT-Agent b/FreeRTOS-Plus/Source/Application-Protocols/coreMQTT-Agent index 0185515ba..63312b5fc 160000 --- a/FreeRTOS-Plus/Source/Application-Protocols/coreMQTT-Agent +++ b/FreeRTOS-Plus/Source/Application-Protocols/coreMQTT-Agent @@ -1 +1 @@ -Subproject commit 0185515bafd3002df9e9b8cf0b211baaae69f20b +Subproject commit 63312b5fccf83dd4499bcd981bc8b65c53eb504c diff --git a/FreeRTOS-Plus/Source/Application-Protocols/coreSNTP b/FreeRTOS-Plus/Source/Application-Protocols/coreSNTP index 7b3a2c2f0..03e9f9c0d 160000 --- a/FreeRTOS-Plus/Source/Application-Protocols/coreSNTP +++ b/FreeRTOS-Plus/Source/Application-Protocols/coreSNTP @@ -1 +1 @@ -Subproject commit 7b3a2c2f0b794b348be81a3a497462052c32087d +Subproject commit 03e9f9c0dfd1f24c5812af72e4cd5723f4041afb diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP b/FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP index e545cd572..56ee41a39 160000 --- a/FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP +++ b/FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP @@ -1 +1 @@ -Subproject commit e545cd572bd509a4513033b3b8ad4d901bb576dc +Subproject commit 56ee41a395f6751793a77c6ce60d61eff0c5eba0 diff --git a/FreeRTOS-Plus/Source/Utilities/backoff_algorithm b/FreeRTOS-Plus/Source/Utilities/backoff_algorithm index 6343da924..5db5777c8 160000 --- a/FreeRTOS-Plus/Source/Utilities/backoff_algorithm +++ b/FreeRTOS-Plus/Source/Utilities/backoff_algorithm @@ -1 +1 @@ -Subproject commit 6343da924adee67b315ce7f8ace2fb2ff5f05a29 +Subproject commit 5db5777c8fa787f0b7851adc8a7e3e12985e7667 diff --git a/FreeRTOS-Plus/Source/coreJSON b/FreeRTOS-Plus/Source/coreJSON index caf540ccd..a1c702e6d 160000 --- a/FreeRTOS-Plus/Source/coreJSON +++ b/FreeRTOS-Plus/Source/coreJSON @@ -1 +1 @@ -Subproject commit caf540ccdb98e8f96a6f557075cb607288384938 +Subproject commit a1c702e6d216222ef45a520d8ba2aba315a1ea78 diff --git a/FreeRTOS-Plus/Source/corePKCS11 b/FreeRTOS-Plus/Source/corePKCS11 index d6a519146..997124b43 160000 --- a/FreeRTOS-Plus/Source/corePKCS11 +++ b/FreeRTOS-Plus/Source/corePKCS11 @@ -1 +1 @@ -Subproject commit d6a519146598ec2ccd6f0230a01fca876767a8fe +Subproject commit 997124b43f72e28730022c8315b2fe1988900e18 diff --git a/manifest.yml b/manifest.yml index 099457a84..ba1559f1a 100644 --- a/manifest.yml +++ b/manifest.yml @@ -11,63 +11,63 @@ dependencies: path: "FreeRTOS/Source" - name: "FreeRTOS-Plus-TCP" - version: "V2.3.3" + version: "56ee41a" repository: type: "git" url: "https://github.com/FreeRTOS/FreeRTOS-Plus-TCP.git" path: "FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP" - name: "coreJSON" - version: "v3.0.2" + version: "a1c702e" repository: type: "git" url: "https://github.com/FreeRTOS/coreJSON.git" path: "FreeRTOS-Plus/Source/coreJSON" - name: "coreHTTP" - version: "v2.0.2" + version: "e006f10" repository: type: "git" url: "https://github.com/FreeRTOS/coreHTTP.git" path: "FreeRTOS-Plus/Source/Application-Protocols/coreHTTP" - name: "coreMQTT" - version: "v1.1.2" + version: "73eee0b" repository: type: "git" url: "https://github.com/FreeRTOS/coreMQTT.git" path: "FreeRTOS-Plus/Source/Application-Protocols/coreMQTT" - name: "coreMQTT Agent" - version: "v1.0.1" + version: "63312b5" repository: type: "git" url: "https://github.com/FreeRTOS/coreMQTT-Agent.git" path: "FreeRTOS-Plus/Source/Application-Protocols/coreMQTT-Agent" - name: "corePKCS11" - version: "v3.1.0" + version: "997124b" repository: type: "git" url: "https://github.com/FreeRTOS/corePKCS11.git" path: "FreeRTOS-Plus/Source/corePKCS11" - name: "device-defender" - version: "v1.1.1" + version: "d21c4d8" repository: type: "git" url: "https://github.com/aws/Device-Defender-for-AWS-IoT-embedded-sdk.git" path: "FreeRTOS-Plus/Source/AWS/device-defender" - name: "device-shadow" - version: "v1.1.1" + version: "e14ee90" repository: type: "git" url: "https://github.com/aws/Device-Shadow-for-AWS-IoT-embedded-sdk.git" path: "FreeRTOS-Plus/Source/AWS/device-shadow" - name: "jobs" - version: "v1.1.1" + version: "dbd52eb" repository: type: "git" url: "https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk.git" @@ -88,21 +88,21 @@ dependencies: path: "FreeRTOS-Plus/ThirdParty/mbedtls" - name: "backoffAlgorithm" - version: "v1.1.0" + version: "5db5777" repository: type: "git" url: "https://github.com/FreeRTOS/backoffAlgorithm" path: "FreeRTOS-Plus/Source/Utilities/backoff_algorithm" - name: "ota" - version: "v3.0.0" + version: "2a8536e" repository: type: "git" url: "https://github.com/aws/ota-for-aws-iot-embedded-sdk" path: "FreeRTOS-Plus/Source/AWS/ota" - name: "coreSNTP" - version: "v1.0.0" + version: "03e9f9c" repository: type: "git" url: "https://github.com/FreeRTOS/coreSNTP"