Compare commits
4 Commits
202012.03-
...
202210Subm
Author | SHA1 | Date | |
---|---|---|---|
62324e2ca4 | |||
946c272864 | |||
45db7b3ccd | |||
5ba25033a5 |
12
.gitmodules
vendored
12
.gitmodules
vendored
@ -40,3 +40,15 @@
|
||||
path = aws/ota-for-aws-iot-embedded-sdk
|
||||
branch = main
|
||||
url = https://github.com/aws/ota-for-aws-iot-embedded-sdk.git
|
||||
[submodule "aws/fleet-provisioning-for-aws-iot-embedded-sdk"]
|
||||
path = aws/fleet-provisioning-for-aws-iot-embedded-sdk
|
||||
url = https://github.com/aws/Fleet-Provisioning-for-AWS-IoT-embedded-sdk.git
|
||||
[submodule "FreeRTOS/coreSNTP"]
|
||||
path = FreeRTOS/coreSNTP
|
||||
url = https://github.com/FreeRTOS/coreSNTP
|
||||
[submodule "aws/sigv4-for-aws-iot-embedded-sdk"]
|
||||
path = aws/sigv4-for-aws-iot-embedded-sdk
|
||||
url = https://github.com/aws/SigV4-for-AWS-IoT-embedded-sdk.git
|
||||
[submodule "FreeRTOS/FreeRTOS-Cellular-Interface"]
|
||||
path = FreeRTOS/FreeRTOS-Cellular-Interface
|
||||
url = https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface.git
|
||||
|
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,5 +1,13 @@
|
||||
# ChangeLog for FreeRTOS 202012-LTS
|
||||
|
||||
## 202012.05-LTS (September 2022)
|
||||
Update the following libraries in the Long Term Support (LTS) patch release:
|
||||
* [FreeRTOS-Kernel V10.4.3 LTS Patch 3](https://github.com/FreeRTOS/FreeRTOS-Kernel/tree/V10.4.3-LTS-Patch-3)
|
||||
|
||||
## 202012.04-LTS (February 2022)
|
||||
Update the following libraries in the Long Term Support (LTS) patch release:
|
||||
* [FreeRTOS-Plus-TCP V2.3.2 LTS Patch 2](https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/tree/V2.3.2-LTS-Patch-2)
|
||||
|
||||
## 202012.03-LTS (November 2021)
|
||||
Update the following libraries in the Long Term Support (LTS) patch release:
|
||||
* [FreeRTOS-Kernel V10.4.3 LTS Patch 2](https://github.com/FreeRTOS/FreeRTOS-Kernel/tree/V10.4.3-LTS-Patch-2)
|
||||
@ -26,4 +34,4 @@ Long Term Support (LTS) release of the following libraries:
|
||||
* [corePKCS11 v3.0.0](https://github.com/FreeRTOS/corePKCS11/tree/v3.0.0)
|
||||
* [coreJSON v3.0.0](https://github.com/FreeRTOS/coreJSON/tree/v3.0.0)
|
||||
* [backoffAlgorithm v1.0.0](https://github.com/FreeRTOS/backoffAlgorithm/tree/v1.0.0)
|
||||
* [AWS IoT Device Shadow v1.0.2](https://github.com/aws/Device-Shadow-for-AWS-IoT-embedded-sdk/tree/v1.0.2)
|
||||
* [AWS IoT Device Shadow v1.0.2](https://github.com/aws/Device-Shadow-for-AWS-IoT-embedded-sdk/tree/v1.0.2)
|
||||
|
1
FreeRTOS/FreeRTOS-Cellular-Interface
Submodule
1
FreeRTOS/FreeRTOS-Cellular-Interface
Submodule
Submodule FreeRTOS/FreeRTOS-Cellular-Interface added at 0c6eae0340
Submodule FreeRTOS/FreeRTOS-Kernel updated: 1e08439294...6f63da20b3
Submodule FreeRTOS/FreeRTOS-Plus-TCP updated: e44569ecb2...0bf460c935
Submodule FreeRTOS/backoffAlgorithm updated: a70291444c...8818bed40e
Submodule FreeRTOS/coreHTTP updated: b349f89e67...2949950412
Submodule FreeRTOS/coreJSON updated: 26fe707548...5b31f4c37a
Submodule FreeRTOS/coreMQTT updated: ff9830a338...5cfd781f94
Submodule FreeRTOS/corePKCS11 updated: cc4129e5c4...781f577494
1
FreeRTOS/coreSNTP
Submodule
1
FreeRTOS/coreSNTP
Submodule
Submodule FreeRTOS/coreSNTP added at 38070444ce
10
README.md
10
README.md
@ -1,14 +1,16 @@
|
||||
## Overview
|
||||
FreeRTOS offers feature stability with long term support (LTS) releases. FreeRTOS LTS libraries come with security updates and critical bug fixes to the FreeRTOS kernel and IoT libraries listed below for two years, and are maintained by AWS for the benefit of the FreeRTOS community. With FreeRTOS LTS, you get a complete set of libraries needed for secure cloud connectivity. Long term support helps reduce maintenance and testing costs associated with updating libraries on your devices already in production.
|
||||
FreeRTOS offers feature stability with long term support (LTS) releases. FreeRTOS LTS libraries come with security updates and critical bug fixes to the FreeRTOS kernel and IoT libraries listed below for two years, and are maintained by AWS for the benefit of the FreeRTOS community. With FreeRTOS LTS, you get a complete set of libraries needed to build secure connected IoT and embedded products. Long term support helps reduce maintenance and testing costs associated with updating libraries on your devices already in production.
|
||||
|
||||
AWS also offers FreeRTOS Extended Maintenance Plan (EMP) that provides you with security patches and critical bug fixes on your chosen FreeRTOS LTS version for up to an additional 10 years. With FreeRTOS EMP, your FreeRTOS-based long-lived devices can rely on a version that has feature stability and receives security updates for years. You receive timely notification of upcoming patches on FreeRTOS libraries, so you can plan the deployment of security patches on your IoT devices. To learn more about FreeRTOS EMP, see the [FreeRTOS Features page](https://aws.amazon.com/freertos/features/).
|
||||
|
||||
## FreeRTOS/FreeRTOS Long Term Support
|
||||
|
||||
Libraries in this GitHub branch (also listed below) are part of the [FreeRTOS 202012.03 LTS](https://github.com/FreeRTOS/FreeRTOS-LTS/tree/202012-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.4.3-LTS-Patch-2 | 03/31/2023 | https://github.com/FreeRTOS/FreeRTOS-Kernel/tree/V10.4.3-LTS-Patch-2 |
|
||||
| FreeRTOS-Plus-TCP | 2.3.2-LTS-Patch-1 | 03/31/2023 | https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/tree/V2.3.2-LTS-Patch-1 |
|
||||
| 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 |
|
||||
|
Submodule aws/device-defender-for-aws-iot-embedded-sdk updated: 548b4688b2...989670043d
Submodule aws/device-shadow-for-aws-iot-embedded-sdk updated: 508ce43a22...250821f043
1
aws/fleet-provisioning-for-aws-iot-embedded-sdk
Submodule
1
aws/fleet-provisioning-for-aws-iot-embedded-sdk
Submodule
Submodule aws/fleet-provisioning-for-aws-iot-embedded-sdk added at 03ed7b7f09
Submodule aws/jobs-for-aws-iot-embedded-sdk updated: 19788445bc...e56c6f8f3a
Submodule aws/ota-for-aws-iot-embedded-sdk updated: 666241d0f6...f9760892ba
1
aws/sigv4-for-aws-iot-embedded-sdk
Submodule
1
aws/sigv4-for-aws-iot-embedded-sdk
Submodule
Submodule aws/sigv4-for-aws-iot-embedded-sdk added at 2f7ad15fe6
@ -1,15 +1,15 @@
|
||||
name : "FreeRTOS-LTS"
|
||||
version: "202012.03-LTS"
|
||||
version: "202012.05-LTS"
|
||||
description: |-
|
||||
"Hub Repo for FreeRTOS Long Term Support kernel and libraries"
|
||||
dependencies:
|
||||
- name: "FreeRTOS-Kernel"
|
||||
version: "V10.4.3-LTS-Patch-2"
|
||||
version: "V10.4.3-LTS-Patch-3"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/FreeRTOS/FreeRTOS-Kernel.git"
|
||||
- name: "FreeRTOS-Plus-TCP"
|
||||
version: "V2.3.2-LTS-Patch-1"
|
||||
version: "V2.3.2-LTS-Patch-2"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/FreeRTOS/FreeRTOS-Plus-TCP.git"
|
||||
|
Reference in New Issue
Block a user