mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-09-22 11:14:03 +08: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:
Submodule FreeRTOS-Plus/Source/AWS/device-defender updated: 8caa3de66c...d21c4d8b78
Submodule FreeRTOS-Plus/Source/AWS/device-shadow updated: 4a1a95442b...e14ee90318
Submodule FreeRTOS-Plus/Source/AWS/jobs updated: 9a69e7da8e...dbd52eb840
Submodule FreeRTOS-Plus/Source/AWS/ota updated: 666241d0f6...2a8536e878
Submodule FreeRTOS-Plus/Source/Application-Protocols/coreHTTP updated: 9f511d57f4...e006f10e12
Submodule FreeRTOS-Plus/Source/Application-Protocols/coreMQTT updated: 51c8067bff...73eee0bd11
Submodule FreeRTOS-Plus/Source/Application-Protocols/coreMQTT-Agent updated: 0185515baf...63312b5fcc
Submodule FreeRTOS-Plus/Source/Application-Protocols/coreSNTP updated: 7b3a2c2f0b...03e9f9c0df
Submodule FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP updated: e545cd572b...56ee41a395
Submodule FreeRTOS-Plus/Source/Utilities/backoff_algorithm updated: 6343da924a...5db5777c8f
Submodule FreeRTOS-Plus/Source/coreJSON updated: caf540ccdb...a1c702e6d2
Submodule FreeRTOS-Plus/Source/corePKCS11 updated: d6a5191465...997124b43f
+12
-12
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user