Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions History.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Changes between FreeRTOS 202111.00 and FreeRTOS 202112.00 released December 2021
+ Added Fleet Provisioning library and demo showcasing the use of Fleet Provisioning library.
+ Updated Sigv4 library with performance improvements and bugfixes.
+ Added CBMC proofs for all public and private functions in the OTA Update library
+ Updated mbed TLS version used by corePKCS11 to v2.28.0

Changes between FreeRTOS 202107.00 and FreeRTOS 202111.00 released November 2021

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The [FreeRTOS 202112.00](https://github.com/FreeRTOS/FreeRTOS/tree/202112.00) release
adds the [Fleet Provisioning for AWS IoT](https://github.com/aws/Fleet-Provisioning-for-AWS-IoT-embedded-sdk/) library, as well as an [example demonstrating its use](https://github.com/FreeRTOS/FreeRTOS/tree/release-candidate/FreeRTOS-Plus/Demo/AWS/Fleet_Provisioning_Windows_Simulator/Fleet_Provisioning_With_CSR_Demo).
This release also includes CBMC proofs for all public and private functions in the [OTA Update library](https://github.com/aws/ota-for-aws-iot-embedded-sdk). Additionally, the [Sigv4 library](https://github.com/aws/SigV4-for-AWS-IoT-embedded-sdk/) has been updated with various performance improvements and bugfixes.
This release also includes CBMC proofs for all public and private functions in the [OTA Update library](https://github.com/aws/ota-for-aws-iot-embedded-sdk). Additionally, the [Sigv4 library](https://github.com/aws/SigV4-for-AWS-IoT-embedded-sdk/) has been updated with various performance improvements and bugfixes. The version of mbed TLS used in corePKCS11 and in demos has been updated.

## Getting started
The [FreeRTOS.org](https://www.freertos.org) website contains a [FreeRTOS Kernel Quick Start Guide](https://www.freertos.org/FreeRTOS-quick-start-guide.html), a [list of supported devices and compilers](https://www.freertos.org/RTOS_ports.html), the [API reference](https://www.freertos.org/a00106.html), and many other resources.
Expand Down