mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-07-29 01:03:57 +00:00
[P3 Release] Update submodule Pointers of the spoke repos in P3 (#707)
* Updating submodule except OTA * Update Manifest file * Update Manifest file * Updating Ota pointer * Manifest Update
This commit is contained in:
Submodule FreeRTOS-Plus/Source/AWS/device-defender updated: d21c4d8b78...a405231bf6
Submodule FreeRTOS-Plus/Source/AWS/device-shadow updated: e14ee90318...92327cd715
Submodule FreeRTOS-Plus/Source/AWS/jobs updated: dbd52eb840...04762106b0
Submodule FreeRTOS-Plus/Source/AWS/ota updated: 2a8536e878...52ae6f37c0
Submodule FreeRTOS-Plus/Source/Application-Protocols/coreHTTP updated: e006f10e12...c4f04ea87d
Submodule FreeRTOS-Plus/Source/Application-Protocols/coreMQTT updated: 73eee0bd11...785f2f2117
Submodule FreeRTOS-Plus/Source/Application-Protocols/coreMQTT-Agent updated: 63312b5fcc...5efcee26cc
Submodule FreeRTOS-Plus/Source/Application-Protocols/coreSNTP updated: 03e9f9c0df...7c54c2b12e
Submodule FreeRTOS-Plus/Source/Utilities/backoff_algorithm updated: 5db5777c8f...1237825537
Submodule FreeRTOS-Plus/Source/coreJSON updated: a1c702e6d2...2c1cebfb43
Submodule FreeRTOS-Plus/Source/corePKCS11 updated: f0877a3c59...ca5f8e44c9
22
manifest.yml
22
manifest.yml
@@ -18,56 +18,56 @@ dependencies:
|
||||
path: "FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP"
|
||||
|
||||
- name: "coreJSON"
|
||||
version: "a1c702e"
|
||||
version: "v3.1.0"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/FreeRTOS/coreJSON.git"
|
||||
path: "FreeRTOS-Plus/Source/coreJSON"
|
||||
|
||||
- name: "coreHTTP"
|
||||
version: "e006f10"
|
||||
version: "v2.1.0"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/FreeRTOS/coreHTTP.git"
|
||||
path: "FreeRTOS-Plus/Source/Application-Protocols/coreHTTP"
|
||||
|
||||
- name: "coreMQTT"
|
||||
version: "73eee0b"
|
||||
version: "v1.2.0"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/FreeRTOS/coreMQTT.git"
|
||||
path: "FreeRTOS-Plus/Source/Application-Protocols/coreMQTT"
|
||||
|
||||
- name: "coreMQTT Agent"
|
||||
version: "63312b5"
|
||||
version: "v1.1.0"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/FreeRTOS/coreMQTT-Agent.git"
|
||||
path: "FreeRTOS-Plus/Source/Application-Protocols/coreMQTT-Agent"
|
||||
|
||||
- name: "corePKCS11"
|
||||
version: "f0877a3"
|
||||
version: "v3.3.0"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/FreeRTOS/corePKCS11.git"
|
||||
path: "FreeRTOS-Plus/Source/corePKCS11"
|
||||
|
||||
- name: "device-defender"
|
||||
version: "d21c4d8"
|
||||
version: "v1.2.0"
|
||||
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: "e14ee90"
|
||||
version: "v1.2.0"
|
||||
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: "dbd52eb"
|
||||
version: "v1.2.0"
|
||||
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: "5db5777"
|
||||
version: "v1.2.0"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/FreeRTOS/backoffAlgorithm"
|
||||
path: "FreeRTOS-Plus/Source/Utilities/backoff_algorithm"
|
||||
|
||||
- name: "ota"
|
||||
version: "2a8536e"
|
||||
version: "v3.2.0"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/aws/ota-for-aws-iot-embedded-sdk"
|
||||
path: "FreeRTOS-Plus/Source/AWS/ota"
|
||||
|
||||
- name: "coreSNTP"
|
||||
version: "03e9f9c"
|
||||
version: "v1.1.0"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/FreeRTOS/coreSNTP"
|
||||
|
||||
Reference in New Issue
Block a user