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 <aggarg@amazon.com>
This commit is contained in:
Gaurav-Aggarwal-AWS 2021-09-02 12:40:52 -07:00 committed by GitHub
parent 1b2c5605ca
commit a40172758a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 24 additions and 24 deletions

@ -1 +1 @@
Subproject commit 8caa3de66c335623ada5a3b49663868c48daaf4e Subproject commit d21c4d8b781bc06d88e843597c05caa8323b3ac4

@ -1 +1 @@
Subproject commit 4a1a95442b095b06f492b34b0ab8dd1d5ac820a0 Subproject commit e14ee90318d98f8ef85a5df357c9b2a00555672f

@ -1 +1 @@
Subproject commit 9a69e7da8ec555f584b0d7fa26ad26139619f91a Subproject commit dbd52eb84057bfc01294cda0ca5649395b5ec55d

@ -1 +1 @@
Subproject commit 666241d0f643b07d5146a3715b649d80f8135e0b Subproject commit 2a8536e878139e8dde5a914581de88308ce2acda

@ -1 +1 @@
Subproject commit 9f511d57f4f4048654389259a1a483b0f71f6951 Subproject commit e006f10e12f3c2db7147f6fda47a768aa9cd75a7

@ -1 +1 @@
Subproject commit 51c8067bffbe73eaff2b666104293e46bdb103e6 Subproject commit 73eee0bd11ecd90228ec13f68579992d0dc35e13

@ -1 +1 @@
Subproject commit 0185515bafd3002df9e9b8cf0b211baaae69f20b Subproject commit 63312b5fccf83dd4499bcd981bc8b65c53eb504c

@ -1 +1 @@
Subproject commit 7b3a2c2f0b794b348be81a3a497462052c32087d Subproject commit 03e9f9c0dfd1f24c5812af72e4cd5723f4041afb

@ -1 +1 @@
Subproject commit e545cd572bd509a4513033b3b8ad4d901bb576dc Subproject commit 56ee41a395f6751793a77c6ce60d61eff0c5eba0

@ -1 +1 @@
Subproject commit 6343da924adee67b315ce7f8ace2fb2ff5f05a29 Subproject commit 5db5777c8fa787f0b7851adc8a7e3e12985e7667

@ -1 +1 @@
Subproject commit caf540ccdb98e8f96a6f557075cb607288384938 Subproject commit a1c702e6d216222ef45a520d8ba2aba315a1ea78

@ -1 +1 @@
Subproject commit d6a519146598ec2ccd6f0230a01fca876767a8fe Subproject commit 997124b43f72e28730022c8315b2fe1988900e18

View file

@ -11,63 +11,63 @@ dependencies:
path: "FreeRTOS/Source" path: "FreeRTOS/Source"
- name: "FreeRTOS-Plus-TCP" - name: "FreeRTOS-Plus-TCP"
version: "V2.3.3" version: "56ee41a"
repository: repository:
type: "git" type: "git"
url: "https://github.com/FreeRTOS/FreeRTOS-Plus-TCP.git" url: "https://github.com/FreeRTOS/FreeRTOS-Plus-TCP.git"
path: "FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP" path: "FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP"
- name: "coreJSON" - name: "coreJSON"
version: "v3.0.2" version: "a1c702e"
repository: repository:
type: "git" type: "git"
url: "https://github.com/FreeRTOS/coreJSON.git" url: "https://github.com/FreeRTOS/coreJSON.git"
path: "FreeRTOS-Plus/Source/coreJSON" path: "FreeRTOS-Plus/Source/coreJSON"
- name: "coreHTTP" - name: "coreHTTP"
version: "v2.0.2" version: "e006f10"
repository: repository:
type: "git" type: "git"
url: "https://github.com/FreeRTOS/coreHTTP.git" url: "https://github.com/FreeRTOS/coreHTTP.git"
path: "FreeRTOS-Plus/Source/Application-Protocols/coreHTTP" path: "FreeRTOS-Plus/Source/Application-Protocols/coreHTTP"
- name: "coreMQTT" - name: "coreMQTT"
version: "v1.1.2" version: "73eee0b"
repository: repository:
type: "git" type: "git"
url: "https://github.com/FreeRTOS/coreMQTT.git" url: "https://github.com/FreeRTOS/coreMQTT.git"
path: "FreeRTOS-Plus/Source/Application-Protocols/coreMQTT" path: "FreeRTOS-Plus/Source/Application-Protocols/coreMQTT"
- name: "coreMQTT Agent" - name: "coreMQTT Agent"
version: "v1.0.1" version: "63312b5"
repository: repository:
type: "git" type: "git"
url: "https://github.com/FreeRTOS/coreMQTT-Agent.git" url: "https://github.com/FreeRTOS/coreMQTT-Agent.git"
path: "FreeRTOS-Plus/Source/Application-Protocols/coreMQTT-Agent" path: "FreeRTOS-Plus/Source/Application-Protocols/coreMQTT-Agent"
- name: "corePKCS11" - name: "corePKCS11"
version: "v3.1.0" version: "997124b"
repository: repository:
type: "git" type: "git"
url: "https://github.com/FreeRTOS/corePKCS11.git" url: "https://github.com/FreeRTOS/corePKCS11.git"
path: "FreeRTOS-Plus/Source/corePKCS11" path: "FreeRTOS-Plus/Source/corePKCS11"
- name: "device-defender" - name: "device-defender"
version: "v1.1.1" version: "d21c4d8"
repository: repository:
type: "git" type: "git"
url: "https://github.com/aws/Device-Defender-for-AWS-IoT-embedded-sdk.git" url: "https://github.com/aws/Device-Defender-for-AWS-IoT-embedded-sdk.git"
path: "FreeRTOS-Plus/Source/AWS/device-defender" path: "FreeRTOS-Plus/Source/AWS/device-defender"
- name: "device-shadow" - name: "device-shadow"
version: "v1.1.1" version: "e14ee90"
repository: repository:
type: "git" type: "git"
url: "https://github.com/aws/Device-Shadow-for-AWS-IoT-embedded-sdk.git" url: "https://github.com/aws/Device-Shadow-for-AWS-IoT-embedded-sdk.git"
path: "FreeRTOS-Plus/Source/AWS/device-shadow" path: "FreeRTOS-Plus/Source/AWS/device-shadow"
- name: "jobs" - name: "jobs"
version: "v1.1.1" version: "dbd52eb"
repository: repository:
type: "git" type: "git"
url: "https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk.git" url: "https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk.git"
@ -88,21 +88,21 @@ dependencies:
path: "FreeRTOS-Plus/ThirdParty/mbedtls" path: "FreeRTOS-Plus/ThirdParty/mbedtls"
- name: "backoffAlgorithm" - name: "backoffAlgorithm"
version: "v1.1.0" version: "5db5777"
repository: repository:
type: "git" type: "git"
url: "https://github.com/FreeRTOS/backoffAlgorithm" url: "https://github.com/FreeRTOS/backoffAlgorithm"
path: "FreeRTOS-Plus/Source/Utilities/backoff_algorithm" path: "FreeRTOS-Plus/Source/Utilities/backoff_algorithm"
- name: "ota" - name: "ota"
version: "v3.0.0" version: "2a8536e"
repository: repository:
type: "git" type: "git"
url: "https://github.com/aws/ota-for-aws-iot-embedded-sdk" url: "https://github.com/aws/ota-for-aws-iot-embedded-sdk"
path: "FreeRTOS-Plus/Source/AWS/ota" path: "FreeRTOS-Plus/Source/AWS/ota"
- name: "coreSNTP" - name: "coreSNTP"
version: "v1.0.0" version: "03e9f9c"
repository: repository:
type: "git" type: "git"
url: "https://github.com/FreeRTOS/coreSNTP" url: "https://github.com/FreeRTOS/coreSNTP"