Maintained with ☕️ by
IcePanel logo

Announcing FreeRTOS Long Term Support

Share

Services

Today, we are announcing the first FreeRTOS Long Term Support (LTS) release. With this release, developers can rely on a FreeRTOS version that provides feature stability, and security patches and critical bug fixes for two years. This makes it easier to identify and include only recommended changes to the FreeRTOS kernel and libraries, without adding the risk of introducing updates that could break an existing application. The first FreeRTOS LTS release is FreeRTOS 202012.00 LTS. It includes the FreeRTOS kernel and IoT libraries — FreeRTOS+TCP, coreMQTT, coreHTTP, corePKCS11, coreJSON, AWS IoT Device Shadow. These libraries will be maintained at least until December 31, 2022. The FreeRTOS LTS libraries have also been refactored to improve design flexibility, security, and code quality. First, LTS libraries are designed to be standalone — they have no dependencies on any additional libraries other than the standard C library. In addition, each LTS library now comes in its own GitHub repository, which makes it easier for developers to integrate and update libraries in their FreeRTOS projects. Second, LTS libraries have been validated for memory safety with the C Bounded Model Checker ([CBMC](https://www.cprover.org/cbmc/)) automated reasoning tool to mitigate code security issues such as buffer overflow. Lastly, they have undergone code quality checks including MISRA-C compliance and [Coverity](https://scan.coverity.com) static analysis to ensure code safety, portability, and reliability in embedded systems (see [LTS Code Quality Checklist](https://freertos.org/ltsroadmap.html#checklist)). To get started, [download](https://freertos.org/a00104.html) the FreeRTOS 202012.00 LTS source code on FreeRTOS.org. For more information, please visit [FreeRTOS.org](https://www.freertos.org). See our [blog post](https://aws.amazon.com/blogs/aws/new-freertos-long-term-support-to-provide-years-of-feature-stability/) to learn more. Modified 9/14/2021 – In an effort to ensure a great experience, expired links in this post have been updated or removed from the original post.