mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-02-07 11:31:45 +08:00
Update readme and history.txt to show that Sigv4 is a newly added library (#756)
This commit is contained in:
@@ -3,7 +3,7 @@ Documentation and download available at https://www.FreeRTOS.org/
|
||||
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 Sigv4 library and updated HTTP S3 download demo to showcase its use.
|
||||
+ 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
|
||||
|
||||
|
||||
@@ -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. The version of mbed TLS used in corePKCS11 and in demos has been updated.
|
||||
adds the [Fleet Provisioning for AWS IoT](https://github.com/aws/Fleet-Provisioning-for-AWS-IoT-embedded-sdk/) library and the [Sigv4 library](https://github.com/aws/SigV4-for-AWS-IoT-embedded-sdk/). Additionally, the update includes an [example demonstrating the use of the Fleet Provisioning library](https://github.com/FreeRTOS/FreeRTOS/tree/release-candidate/FreeRTOS-Plus/Demo/AWS/Fleet_Provisioning_Windows_Simulator/Fleet_Provisioning_With_CSR_Demo), as well as a modification to the [HTTP S3 download demo](https://github.com/FreeRTOS/FreeRTOS/tree/release-candidate/FreeRTOS-Plus/Demo/coreHTTP_Windows_Simulator/HTTP_S3_Download) to demonstrate the Sigv4 library.
|
||||
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). 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.
|
||||
|
||||
Reference in New Issue
Block a user