Skip to content

Commit fda472b

Browse files
Update the coreMQTT submodule pointer (FreeRTOS#1331)
* Update the coreMQTT submodule pointer * [coreMQTT Version Update] Include core_mqtt_config.h in mqtt helper files * Update the coreMQTT-Agent Submodule pointer to the updated fork branch * Update manifest.yml file * Add readme for OTA demos transitioning * Update the pointer to coreMQTT-Agent to the upstream main and update manifest file * Update manifest file --------- Co-authored-by: Rahul Kar <[email protected]>
1 parent 8eba8b5 commit fda472b

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

FreeRTOS-Plus/Demo/AWS/Mqtt_Demo_Helpers/mqtt_pkcs11_demo_helpers.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949

5050
/* MQTT library includes. */
5151
#include "core_mqtt.h"
52+
#include "core_mqtt_config.h"
5253

5354
/* Exponential backoff retry include. */
5455
#include "backoff_algorithm.h"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Over The Air Updates Demo
2+
3+
These demos demonstrate how to use the [AWS IoT Over the Air update library](https://github.com/aws/ota-for-aws-iot-embedded-sdk/tree/main) for carrying out over the air updates using MQTT and HTTP protocols for file transfer.
4+
5+
**Note:** We recommend transitioning to the [new modular and composable OTA approach](https://freertos.org/Documentation/03-Libraries/07-Modular-over-the-air-updates/01-Over-the-air-updates) instead. To get started, see the new [OTA reference demo](https://github.com/FreeRTOS/Lab-Project-ota-example-for-AWS-IoT-Core?tab=readme-ov-file).
Submodule coreMQTT updated 64 files
Submodule coreMQTT-Agent updated 88 files

FreeRTOS-Plus/Source/corePKCS11

Submodule corePKCS11 updated 75 files

manifest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,21 @@ dependencies:
4040
path: "FreeRTOS-Plus/Source/Application-Protocols/coreHTTP"
4141

4242
- name: "coreMQTT"
43-
version: "238350a"
43+
version: "86a5750"
4444
repository:
4545
type: "git"
4646
url: "https://github.com/FreeRTOS/coreMQTT.git"
4747
path: "FreeRTOS-Plus/Source/Application-Protocols/coreMQTT"
4848

4949
- name: "coreMQTT Agent"
50-
version: "d3668a6"
50+
version: "a74d35a"
5151
repository:
5252
type: "git"
5353
url: "https://github.com/FreeRTOS/coreMQTT-Agent.git"
5454
path: "FreeRTOS-Plus/Source/Application-Protocols/coreMQTT-Agent"
5555

5656
- name: "corePKCS11"
57-
version: "59875a9"
57+
version: "44fee05"
5858
repository:
5959
type: "git"
6060
url: "https://github.com/FreeRTOS/corePKCS11.git"

0 commit comments

Comments
 (0)