summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohnrhen <90864038+johnrhen@users.noreply.github.com>2021-12-17 15:29:54 -0800
committerGitHub <noreply@github.com>2021-12-17 15:29:54 -0800
commit849f360c01ce8d5c86691a406449989ed69005bb (patch)
tree0b2266a1943bad0967ab0762574b397611a3c351
parent4895912c984c2c73cef700a0aaf236c6d47af907 (diff)
downloadfreertos-git-849f360c01ce8d5c86691a406449989ed69005bb.tar.gz
Update History.txt and README.md for December release (#744)
* Update History.txt and README.md for release
-rw-r--r--History.txt6
-rw-r--r--README.md9
2 files changed, 9 insertions, 6 deletions
diff --git a/History.txt b/History.txt
index 8a8a2ce6a..ff5e9d3f0 100644
--- a/History.txt
+++ b/History.txt
@@ -1,5 +1,11 @@
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 CBMC proofs for all public and private functions in the OTA Update library
+
Changes between FreeRTOS 202107.00 and FreeRTOS 202111.00 released November 2021
+ Add Cellular library and demo showcasing use of Cellular library.
diff --git a/README.md b/README.md
index ad14164be..efab39a70 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,6 @@
-The [FreeRTOS 202111.00](https://github.com/FreeRTOS/FreeRTOS/tree/202111.00) release
-adds [examples](https://github.com/FreeRTOS/FreeRTOS/tree/main/FreeRTOS-Plus/Demo/FreeRTOS_Cellular_Interface_Windows_Simulator)
-demonstrating the use of [FreeRTOS Cellular Interface](https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface).
-The release also adds an [example](https://github.com/FreeRTOS/FreeRTOS/tree/main/FreeRTOS/Demo/Safer_Interrupts_M33F_NXP_LPC55S69_MCUXpresso)
-that demonstrates a method of minimizing the time an application spends in privileged mode
-in FreeRTOS ports on microcontrollers (MCU) with Memory Protection Unit (MPU) support.
+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.
## 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.