diff --git a/README.md b/README.md index 6c8b824..1b80e42 100644 --- a/README.md +++ b/README.md @@ -5,21 +5,21 @@ AWS also offers FreeRTOS Extended Maintenance Plan (EMP) that provides you with ## FreeRTOS/FreeRTOS Long Term Support -Libraries in this GitHub branch (also listed below) are part of the [FreeRTOS 202209.00 LTS](https://github.com/FreeRTOS/FreeRTOS-LTS/tree/202209-LTS) patch release. Learn more at https://freertos.org/lts-libraries.html. +Libraries in this GitHub branch (also listed below) are part of the [FreeRTOS 202012.05 LTS](https://github.com/FreeRTOS/FreeRTOS-LTS/tree/202012-LTS) patch release. Learn more at https://freertos.org/lts-libraries.html. | Library | Version | LTS Until | LTS Repo URL | |------------------------- |---------------------|------------|--------------------------------------------------------------------------- | -| FreeRTOS Kernel | 10.5.0 | 09/30/2025 | https://github.com/FreeRTOS/FreeRTOS-Kernel/tree/V10.5.0 | -| FreeRTOS-Plus-TCP | 3.0.0 | 09/30/2025 | https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/tree/V3.0.0 | -| coreMQTT | 2.0.0 | 09/30/2025 | https://github.com/FreeRTOS/coreMQTT/tree/v2.0.0 | -| coreHTTP | 3.0.0 | 09/30/2025 | https://github.com/FreeRTOS/coreHTTP/tree/v3.0.0 | -| corePKCS11 | 3.5.0 | 09/30/2025 | https://github.com/FreeRTOS/corePKCS11/tree/v3.5.0 | -| coreJSON | 3.2.0 | 09/30/2025 | https://github.com/FreeRTOS/coreJSON/tree/v3.2.0 | -| backoffAlgorithm | 1.3.0 | 09/30/2025 | https://github.com/FreeRTOS/backoffAlgorithm/tree/v1.3.0 | -| AWS IoT Device Shadow | 1.3.0 | 09/30/2025 | https://github.com/aws/Device-Shadow-for-AWS-IoT-embedded-sdk/tree/v1.3.0 | -| AWS IoT Device Defender | 1.3.0 | 09/30/2025 | https://github.com/aws/Device-Defender-for-AWS-IoT-embedded-sdk/tree/v1.3.0 | -| AWS IoT Jobs | 1.3.0 | 09/30/2025 | https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk/tree/v1.3.0 | -| AWS IoT Over-the-air Update | 3.4.0 | 09/30/2025 | https://github.com/aws/ota-for-aws-iot-embedded-sdk/tree/v3.4.0 | +| FreeRTOS Kernel | 10.4.3-LTS-Patch-3 | 03/31/2023 | https://github.com/FreeRTOS/FreeRTOS-Kernel/tree/V10.4.3-LTS-Patch-3 | +| FreeRTOS-Plus-TCP | 2.3.2-LTS-Patch-2 | 03/31/2023 | https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/tree/V2.3.2-LTS-Patch-2 | +| coreMQTT | 1.1.0 | 03/31/2023 | https://github.com/FreeRTOS/coreMQTT/tree/v1.1.0 | +| coreHTTP | 2.0.0 | 03/31/2023 | https://github.com/FreeRTOS/coreHTTP/tree/v2.0.0 | +| corePKCS11 | 3.0.0 | 03/31/2023 | https://github.com/FreeRTOS/corePKCS11/tree/v3.0.0 | +| coreJSON | 3.0.0 | 03/31/2023 | https://github.com/FreeRTOS/coreJSON/tree/v3.0.0 | +| backoffAlgorithm | 1.0.0 | 03/31/2023 | https://github.com/FreeRTOS/backoffAlgorithm/tree/v1.0.0 | +| AWS IoT Device Shadow | 1.0.2 | 03/31/2023 | https://github.com/aws/Device-Shadow-for-AWS-IoT-embedded-sdk/tree/v1.0.2 | +| AWS IoT Device Defender | 1.1.0 | 03/31/2023 | https://github.com/aws/Device-Defender-for-AWS-IoT-embedded-sdk/tree/v1.1.0 | +| AWS IoT Jobs | 1.1.0 | 03/31/2023 | https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk/tree/v1.1.0 | +| AWS IoT Over-the-air Update | 3.0.0 | 03/31/2023 | https://github.com/aws/ota-for-aws-iot-embedded-sdk/tree/v3.0.0 | ## FreeRTOS LTS Versioning and Patches @@ -32,3 +32,4 @@ See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more inform ## License This library is licensed under the MIT License. See the [LICENSE](LICENSE.md) file. + diff --git a/manifest.yml b/manifest.yml index 2805484..9ea9a32 100644 --- a/manifest.yml +++ b/manifest.yml @@ -1,60 +1,60 @@ name : "FreeRTOS-LTS" -version: "202209.00-LTS" +version: "202012.05-LTS" description: |- "Hub Repo for FreeRTOS Long Term Support kernel and libraries" dependencies: - name: "FreeRTOS-Kernel" - version: "V10.5.0" + version: "V10.4.3-LTS-Patch-3" repository: type: "git" url: "https://github.com/FreeRTOS/FreeRTOS-Kernel.git" - name: "FreeRTOS-Plus-TCP" - version: "V3.0.0" + version: "V2.3.2-LTS-Patch-2" repository: type: "git" url: "https://github.com/FreeRTOS/FreeRTOS-Plus-TCP.git" - name: "coreJSON" - version: "V3.2.0" + version: "V3.0.0" repository: type: "git" url: "https://github.com/FreeRTOS/coreJSON.git" - name: "coreHTTP" - version: "v3.0.0" + version: "v2.0.0" repository: type: "git" url: "https://github.com/FreeRTOS/coreHTTP.git" - name: "coreMQTT" - version: "v2.0.0" + version: "v1.1.0" repository: type: "git" url: "https://github.com/FreeRTOS/coreMQTT.git" - name: "corePKCS11" - version: "v3.5.0" + version: "v3.0.0" repository: type: "git" url: "https://github.com/FreeRTOS/corePKCS11.git" - name: "device-shadow" - version: "v1.3.0" + version: "v1.0.2" repository: type: "git" url: "https://github.com/aws/Device-Shadow-for-AWS-IoT-embedded-sdk.git" - name: "backoffAlgorithm" - version: "v1.3.0" + version: "v1.0.0" repository: type: "git" url: "https://github.com/FreeRTOS/backoffAlgorithm" - name: "device-defender" - version: "v1.3.0" + version: "v1.1.0" repository: type: "git" url: "https://github.com/aws/Device-Defender-for-AWS-IoT-embedded-sdk.git" - name: "jobs" - version: "v1.3.0" + version: "v1.1.0" repository: type: "git" url: "https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk.git" - name: "ota" - version: "v3.4.0" + version: "v3.0.0" repository: type: "git" url: "https://github.com/aws/ota-for-AWS-IoT-embedded-sdk.git"