mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-28 00:06:16 -04:00
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:
parent
1b2c5605ca
commit
a40172758a
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
|
||||
24
manifest.yml
24
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue