mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-09 05:05:17 -05:00
History and manifest updates (#480)
This commit is contained in:
parent
89c6fc6baf
commit
66b75ba527
2 changed files with 39 additions and 3 deletions
28
manifest.yml
28
manifest.yml
|
|
@ -25,14 +25,14 @@ dependencies:
|
|||
path: "FreeRTOS-Plus/Source/coreJSON"
|
||||
|
||||
- name: "coreHTTP"
|
||||
version: "v1.0.1"
|
||||
version: "v2.0.0"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/FreeRTOS/coreHTTP.git"
|
||||
path: "FreeRTOS-Plus/Source/Application-Protocols/coreHTTP"
|
||||
|
||||
- name: "coreMQTT"
|
||||
version: "v1.0.2"
|
||||
version: "v1.1.0"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/FreeRTOS/coreMQTT.git"
|
||||
|
|
@ -60,9 +60,31 @@ dependencies:
|
|||
path: "FreeRTOS-Plus/Source/AWS/device-shadow"
|
||||
|
||||
- name: "jobs"
|
||||
version: "v1.0.1"
|
||||
version: "v1.0.0"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk.git"
|
||||
path: "FreeRTOS-Plus/Source/AWS/jobs"
|
||||
|
||||
- name: "wolfssl"
|
||||
version: "v4.5.0-stable"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/wolfSSL/wolfssl"
|
||||
path: "FreeRTOS-Plus/ThirdParty/WolfSSL"
|
||||
|
||||
- name: "mbedtls"
|
||||
vesrion: "v2.25.0"
|
||||
respository:
|
||||
type: "git"
|
||||
url: "https://github.com/ARMmbed/mbedtls"
|
||||
path: "FreeRTOS-Plus/ThirdParty/mbedtls"
|
||||
|
||||
- name: "backoffAlgorithm"
|
||||
version: "v1.0.0"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/FreeRTOS/backoffAlgorithm"
|
||||
path: "FreeRTOS-Plus/Source/Utilities/backoff_algorithm"
|
||||
|
||||
license: "MIT"
|
||||
Loading…
Add table
Add a link
Reference in a new issue