Update the coreMQTT submodule pointer (#1331)
Some checks are pending
CI Checks / git-secrets (push) Waiting to run
CI Checks / formatting (push) Waiting to run
CI Checks / spell-check (push) Waiting to run
CI Checks / doxygen (push) Waiting to run
CI Checks / verify-manifest (push) Waiting to run
CI Checks / memory-statistics (push) Waiting to run
CI Checks / proof_ci (push) Waiting to run
FreeRTOS Demos / WIN32 MSVC (push) Waiting to run
FreeRTOS Demos / WIN32 MingW (push) Waiting to run
FreeRTOS Demos / Posix GCC (push) Waiting to run
FreeRTOS Demos / GNU MSP430 Toolchain (push) Waiting to run
FreeRTOS Demos / GNU ARM Toolchain (push) Waiting to run
FreeRTOS MPU Demo / TI-Hercules RM46 and RM57 MPU Demos (push) Waiting to run
Build FreeRTOS+ Demos / Windows Simulator Cellular Demos (push) Waiting to run
Build FreeRTOS+ Demos / coreHTTP WinSim Demos (push) Waiting to run
Build FreeRTOS+ Demos / corePKCS11 WinSim Demos (push) Waiting to run
Build FreeRTOS+ Demos / core Library Windows Simulator Demos (push) Waiting to run
Build FreeRTOS+ Demos / AWS IoT Windows Simulator Demos (push) Waiting to run
Build FreeRTOS+ Demos / FreeRTOS+TCP Posix Simulator Demo (push) Waiting to run
Build FreeRTOS+ Demos / FreeRTOS+TCP QEMU ARM MPS2 AN385 (push) Waiting to run
Build FreeRTOS+ Demos / FreeRTOS+TCP Windows Simulator Demos (push) Waiting to run
Build FreeRTOS+ Demos / FreeRTOS+CLI Windows Simulator Demos (push) Waiting to run
Kernel Unit Tests / FreeRTOS/Source Submodule Revision (push) Waiting to run
Kernel Unit Tests / FreeRTOS-Kernel Main Branch (push) Waiting to run

* 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 <118818625+kar-rahul-aws@users.noreply.github.com>
This commit is contained in:
Dakshit Babbar
2025-03-06 11:08:38 +05:30
committed by GitHub
parent 8eba8b5c9f
commit fda472bbd6
6 changed files with 12 additions and 6 deletions

View File

@@ -49,6 +49,7 @@
/* MQTT library includes. */
#include "core_mqtt.h"
#include "core_mqtt_config.h"
/* Exponential backoff retry include. */
#include "backoff_algorithm.h"

View File

@@ -0,0 +1,5 @@
## Over The Air Updates Demo
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.
**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).

View File

@@ -40,21 +40,21 @@ dependencies:
path: "FreeRTOS-Plus/Source/Application-Protocols/coreHTTP"
- name: "coreMQTT"
version: "238350a"
version: "86a5750"
repository:
type: "git"
url: "https://github.com/FreeRTOS/coreMQTT.git"
path: "FreeRTOS-Plus/Source/Application-Protocols/coreMQTT"
- name: "coreMQTT Agent"
version: "d3668a6"
version: "a74d35a"
repository:
type: "git"
url: "https://github.com/FreeRTOS/coreMQTT-Agent.git"
path: "FreeRTOS-Plus/Source/Application-Protocols/coreMQTT-Agent"
- name: "corePKCS11"
version: "59875a9"
version: "44fee05"
repository:
type: "git"
url: "https://github.com/FreeRTOS/corePKCS11.git"