From 94a3494e722aea499868e15aff3c00e1b32aaf75 Mon Sep 17 00:00:00 2001 From: "Ching-Hsin,Lee" Date: Mon, 1 Jul 2024 16:14:18 +0800 Subject: [PATCH 1/2] Update LTS 202406 information --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c344e96..fb7e460 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ In AWS IoT, a **stream** is a publicly addressable resource that is an abstracti More information about streams and MQTT based file delivery can be found [here](https://docs.aws.amazon.com/iot/latest/developerguide/mqtt-based-file-delivery.html) +**AWS IoT Fleet Provisioning Library v1.1.0 +[source code](https://github.com/aws/aws-iot-core-mqtt-file-streams-embedded-c/tree/v1.1.0/source) +is part of the +[FreeRTOS 202406.00 LTS](https://github.com/FreeRTOS/FreeRTOS-LTS/tree/202406.00-LTS) +release.** + ## MQTT File Streams Config File The MQTT file streams library exposes build configuration macros that are required for From facadf0bae5f7f55f9e5377a7e0d26fe2fd616bb Mon Sep 17 00:00:00 2001 From: "Ching-Hsin,Lee" Date: Mon, 1 Jul 2024 17:12:50 +0800 Subject: [PATCH 2/2] Update library name in LTS 202406 information --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb7e460..f928cd3 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ In AWS IoT, a **stream** is a publicly addressable resource that is an abstracti More information about streams and MQTT based file delivery can be found [here](https://docs.aws.amazon.com/iot/latest/developerguide/mqtt-based-file-delivery.html) -**AWS IoT Fleet Provisioning Library v1.1.0 +**AWS IoT MQTT File Streams library v1.1.0 [source code](https://github.com/aws/aws-iot-core-mqtt-file-streams-embedded-c/tree/v1.1.0/source) is part of the [FreeRTOS 202406.00 LTS](https://github.com/FreeRTOS/FreeRTOS-LTS/tree/202406.00-LTS)