Go to file
Archit Aggarwal 09ad9ee5d7
Add GitHub Action job to automate release
Add a GitHub Action job to trigger a release process which includes operations of: 
1. Creating and pushing the release tag to the repository 
2. Verifying the pushed tag (performing a diff with the commit ID which is tagged) 
3. Creating a ZIP for the release asset. 
4. Verifying the ZIP by performing a diff check and running unit tests on the unzipped files. 5. Creating a release on the repository for the tag, and uploading the ZIP as the release asset

The workflow can be manually triggered and takes the input values of Commit ID/Branch (to create a release for) and the Version string for tagging the release with
2021-02-25 15:06:49 -08:00
.github/workflows Add GitHub Action job to automate release 2021-02-25 15:06:49 -08:00
aws Update submodule pointers to LTS versions 2020-12-15 08:00:23 -08:00
FreeRTOS Update submodule pointers to LTS versions 2020-12-15 08:00:23 -08:00
.gitmodules add Kernel submodule 2020-12-14 18:56:32 -08:00
CODE_OF_CONDUCT.md Initial commit 2020-12-03 09:41:53 -08:00
CONTRIBUTING.md Update CONTRIBUTING.md 2020-12-14 18:46:45 -07:00
LICENSE.md Update License and Readme 2020-12-14 15:35:09 -08:00
manifest.yml Update manifest.yml 2020-12-15 10:42:34 -07:00
README.md Update README.md 2020-12-15 08:34:54 -08:00

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/FreeRTOS Long Term Support

Libraries in this GitHub branch (also listed below) are part of the FreeRTOS 202012.00 LTS release. Learn more at https://freertos.org/lts-libraries.html.

Library Version LTS Until LTS Repo URL
FreeRTOS Kernel 10.4.3 12/31/2022 https://github.com/FreeRTOS/FreeRTOS-Kernel/tree/V10.4.3
FreeRTOS-Plus-TCP 2.3.2 12/31/2022 https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/tree/V2.3.2
coreMQTT 1.1.0 12/31/2022 https://github.com/FreeRTOS/coreMQTT/tree/v1.1.0
coreHTTP 2.0.0 12/31/2022 https://github.com/FreeRTOS/coreHTTP/tree/v2.0.0
corePKCS11 3.0.0 12/31/2022 https://github.com/FreeRTOS/corePKCS11/tree/v3.0.0
coreJSON 3.0.0 12/31/2022 https://github.com/FreeRTOS/coreJSON/tree/v3.0.0
backoffAlgorithm 1.0.0 12/31/2022 https://github.com/FreeRTOS/backoffAlgorithm/tree/v1.0.0
AWS IoT Device Shadow 1.0.2 12/31/2022 https://github.com/aws/Device-Shadow-for-AWS-IoT-embedded-sdk/tree/v1.0.2

FreeRTOS LTS Versioning and Patches

FreeRTOS LTS releases use a date-based versioning scheme (YYYYMM) followed by a patch sequential number (.XX). For example, FreeRTOS 202012.02 LTS means the second patch to the December-2020 FreeRTOS LTS release. Currently, there are no patches for the FreeRTOS 202012.00 LTS release. You can subscribe to GitHub notifications to receive information on patches or other updates to this repository.

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT License. See the LICENSE file.