summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjasonpcarroll <23126711+jasonpcarroll@users.noreply.github.com>2022-11-29 16:20:50 -0800
committerGitHub <noreply@github.com>2022-11-29 16:20:50 -0800
commit1417eaecf960abf42bec5ac92e0c60b28b04345e (patch)
treed375f0e6fd6cd7e01d37fb6fefcc3e6f2ed5a8c5
parent8424589ed1833f6737529098b3e47334783b035f (diff)
downloadfreertos-git-1417eaecf960abf42bec5ac92e0c60b28b04345e.tar.gz
Update documentation for 202211.00 release. (#881)
* Update documentation for 202211.00 release. * Change link for LTS libraries. Co-authored-by: Jason Carroll <czjaso@amazon.com>
-rw-r--r--History.txt28
-rw-r--r--README.md4
2 files changed, 29 insertions, 3 deletions
diff --git a/History.txt b/History.txt
index 194cf4677..76fcc84b9 100644
--- a/History.txt
+++ b/History.txt
@@ -1,5 +1,33 @@
Documentation and download available at https://www.FreeRTOS.org/
+Changes between FreeRTOS 202112.00 and FreeRTOS 202211.00 released November 2022
+
+ + Released LTS 2.0 versions of FreeRTOS Kernel, FreeRTOS+TCP, coreMQTT, corePKCS11,
+ coreHTTP, coreJSON, AWS IoT Over-the-air-Updates (OTA), AWS IoT Device Shadow, AWS IoT Jobs,
+ AWS IoT Device Defender, Backoff Algorithm, AWS IoT Fleet Provisioning, coreSNTP,
+ SigV4, and FreeRTOS Cellular Interface libraries
+ - FreeRTOS Kernel V10.5.1
+ - FreeRTOS+TCP V3.1.0
+ - coreMQTT v2.1.1
+ - corePKCS11 v3.5.0
+ - coreJSON v3.2.0
+ - AWS IoT Over-the-air (OTA) Update v3.4.0
+ - AWS IoT Device Shadow v1.3.0
+ - AWS IoT Jobs v1.3.0
+ - AWS IoT Device Defender v1.3.0
+ - Backoff Algorithm v1.3.0
+ - AWS IoT Fleet Provisioning v1.1.0
+ - coreSNTP v1.2.0
+ - SigV4 v1.2.0
+ - FreeRTOS Cellular Interface v1.3.0
+ + Updated coreMQTT Agent library to v1.2.0 to be compatible with coreMQTT v2.X.X.
+ + Demo Updates
+ - Added Visual Studio static library projects for FreeRTOS Kernel, FreeRTOS+TCP,
+ Logging, MbedTLS, coreHTTP, and corePKCS11 in FreeRTOS-Plus/VisualStudio_StaticProjects.
+ - All demos dependent on coreMQTT have been updated to be compatible with coreMQTT v2.X.X.
+ - All Windows Simulator projects have been updated to use new static Visual Studio projects.
+ + Updated MbedTLS version to 3.2.1.
+
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.
diff --git a/README.md b/README.md
index 9bb4156ae..0af87be32 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,4 @@
-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 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.
+The [FreeRTOS 202211.00](https://github.com/FreeRTOS/FreeRTOS/tree/202211.00) release updates FreeRTOS Kernel, FreeRTOS+TCP, coreMQTT, corePKCS11, coreHTTP, coreJSON, AWS IoT Over-the-air-Updates (OTA), AWS IoT Device Shadow, AWS IoT Jobs, AWS IoT Device Defender, Backoff Algorithm, AWS IoT Fleet Provisioning, coreSNTP, SigV4, and FreeRTOS Cellular Interface libraries to their [LTS 2.0](https://github.com/FreeRTOS/FreeRTOS-LTS/blob/202210-LTS/CHANGELOG.md) versions. It also updates coreMQTT Agent to v1.2.0 to be compatible with coreMQTT v2.X.X, and updates MbedTLS to v3.2.1. This release also adds Visual Studio static library projects for the FreeRTOS Kernel, FreeRTOS+TCP, Logging, MbedTLS, coreHTTP, and corePKCS11. With the addition of the static library projects, all Visual Studio projects have been updated to use them. Additionally, all demos dependent on coreMQTT have been updated to work with coreMQTT v2.X.X.
## 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.