Update History.txt and README for release (#577)

Add information of MQTT Agent (library + demo), OTA (library + demos) and Device Defender Demo changes in History.txt. Also, mention about the coreMQTT-Agent-Demos repository in README.md
This commit is contained in:
Archit Aggarwal
2021-04-26 18:27:14 -07:00
committed by GitHub
parent e1cc88de8b
commit 66b4da393f
2 changed files with 24 additions and 9 deletions

View File

@@ -1,20 +1,30 @@
Documentation and download available at https://www.FreeRTOS.org/
Changes after FreeRTOS 202012.00 release
+ Added new coreMQTT Agent library.
+ Demo Updates
- MQTT Agent
Changes between FreeRTOS 202012.00-LTS and FreeRTOS 202012.01-LTS released April 2021
+ Released LTS versions of AWS IoT Device Defender, AWS IoT Jobs and
AWS IoT Over-the-air-Updates (OTA) libraries
- AWS IoT Device Defender v1.1.0
- AWS IoT Jobs v1.1.0
- AWS IoT Over-the-air-Updates (OTA) v3.0.0
+ Added new coreMQTT Agent library.
+ Demo Updates
- Add basic publish-subscribe demo for coreMQTT Agent library.
- For examples of using coreMQTT Agent library to communicate with
multiple AWS IoT services from different tasks using a shared
MQTT connection, refer to https://github.com/FreeRTOS/coreMQTT-Agent-Demos
- OTA demo over MQTT
- OTA demo over HTTP
- Added custom metrics to AWS Device Defender demo.
Changes between FreeRTOS V202011.00 and FreeRTOS V202012.00 released December 2020
+ Includes libraries that are part of the FreeRTOS 202012.00 LTS release.
- Learn more at https:/freertos.org/lts-libraries.html
+ Includes libraries that are part of the FreeRTOS 202012.00 LTS release.
- Learn more at https:/freertos.org/lts-libraries.html
+ Networking support for QEMU MPS2
+ Demo Updates
- AWS IoT Jobs Library
- AWS Defender
- AWS Device Defender
- HTTP Mutual Auth
- HTTP Plaintext
- UDP for FreeRTOS+TCP

View File

@@ -1,4 +1,4 @@
FreeRTOS includes libraries that are part of the [FreeRTOS 202012.00 LTS](https://github.com/FreeRTOS/FreeRTOS-LTS/tree/202012.00-LTS) release. Learn more about the FreeRTOS 202012.00 LTS libraries at [https://freertos.org/lts-libraries.html](https://freertos.org/lts-libraries.html).
FreeRTOS includes libraries that are part of the [FreeRTOS 202012.01 LTS](https://github.com/FreeRTOS/FreeRTOS-LTS/tree/202012.01-LTS) release. Learn more about the FreeRTOS 202012.00 LTS libraries at [https://freertos.org/lts-libraries.html](https://freertos.org/lts-libraries.html).
## Getting started
@@ -55,3 +55,8 @@ Most FreeRTOS Lab libraries can be found in the [FreeRTOS-Labs repository](https
A number of FreeRTOS Lab Demos can be found in the [FreeRTOS Github Organization](https://github.com/FreeRTOS) by searching for "Lab" or following [this link](https://github.com/FreeRTOS?q=Lab&type=&language=) to the search results.
## coreMQTT Agent Demos
The [FreeRTOS/coreMQTT-Agent-Demos](https://github.com/FreeRTOS/coreMQTT-Agent-Demos) repository contains demos to showcase use of the [coreMQTT-Agent](https://github.com/FreeRTOS/coreMQTT-Agent) library to share an MQTT connection between multiple application tasks.
The demos show a single MQTT connection usage between multiple application tasks for interacting with AWS services (including [Over-the-air-Updates](https://docs.aws.amazon.com/freertos/latest/userguide/freertos-ota-dev.html), [Device Shadow](https://docs.aws.amazon.com/iot/latest/developerguide/iot-device-shadows.html),
[Device Defender](https://docs.aws.amazon.com/iot/latest/developerguide/device-defender.html)) alongside performing simple Publish-Subscribe operations.