mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-07-27 16:23:46 +00:00
* Updated submodule libraries to latest release * Updated pointer for FreeRTOS-Plus-TCP * Updated README about SNTP * Updated link for coreSNTP on freertos.org * Updated corePKCS11 to 'update-pkcs11submodule' branch for testing * Update corePKCS11 version in manifest.yml * Updated corePKCS11 pointer to v3.1.0 Co-authored-by: Oscar Michael Abrina <abrinao@amazon.com> Co-authored-by: Archit Aggarwal <architag@amazon.com>
112 lines
3.0 KiB
YAML
112 lines
3.0 KiB
YAML
name : "FreeRTOS"
|
|
version: "202107.00"
|
|
description: "This is the standard distribution of FreeRTOS."
|
|
|
|
dependencies:
|
|
- name: "FreeRTOS-Kernel"
|
|
version: "V10.4.4"
|
|
repository:
|
|
type: "git"
|
|
url: "https://github.com/FreeRTOS/FreeRTOS-Kernel.git"
|
|
path: "FreeRTOS/Source"
|
|
|
|
- name: "FreeRTOS-Plus-TCP"
|
|
version: "V2.3.3"
|
|
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"
|
|
repository:
|
|
type: "git"
|
|
url: "https://github.com/FreeRTOS/coreJSON.git"
|
|
path: "FreeRTOS-Plus/Source/coreJSON"
|
|
|
|
- name: "coreHTTP"
|
|
version: "v2.0.2"
|
|
repository:
|
|
type: "git"
|
|
url: "https://github.com/FreeRTOS/coreHTTP.git"
|
|
path: "FreeRTOS-Plus/Source/Application-Protocols/coreHTTP"
|
|
|
|
- name: "coreMQTT"
|
|
version: "v1.1.2"
|
|
repository:
|
|
type: "git"
|
|
url: "https://github.com/FreeRTOS/coreMQTT.git"
|
|
path: "FreeRTOS-Plus/Source/Application-Protocols/coreMQTT"
|
|
|
|
- name: "coreMQTT Agent"
|
|
version: "v1.0.1"
|
|
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"
|
|
repository:
|
|
type: "git"
|
|
url: "https://github.com/FreeRTOS/corePKCS11.git"
|
|
path: "FreeRTOS-Plus/Source/corePKCS11"
|
|
|
|
- name: "device-defender"
|
|
version: "v1.1.1"
|
|
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"
|
|
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"
|
|
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"
|
|
version: "v2.26.0"
|
|
repository:
|
|
type: "git"
|
|
url: "https://github.com/ARMmbed/mbedtls"
|
|
path: "FreeRTOS-Plus/ThirdParty/mbedtls"
|
|
|
|
- name: "backoffAlgorithm"
|
|
version: "v1.1.0"
|
|
repository:
|
|
type: "git"
|
|
url: "https://github.com/FreeRTOS/backoffAlgorithm"
|
|
path: "FreeRTOS-Plus/Source/Utilities/backoff_algorithm"
|
|
|
|
- name: "ota"
|
|
version: "v3.0.0"
|
|
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"
|
|
repository:
|
|
type: "git"
|
|
url: "https://github.com/FreeRTOS/coreSNTP"
|
|
path: "FreeRTOS-Plus/Source/Application-Protocols/coreSNTP"
|
|
|
|
license: "MIT"
|