Hello,
I successfully set up a an MCUXpresso SDK FreeRTOS demo ("aws_remote_control_enet") on a Kinetis K64 to connect to the AWS IoT service.
But when trying to add so-called "over-the-air" firmware updating (OTA) to the project via the Manage SDK Components button in the IDE (Middleware / AWS IoT / AWS common libraries / AWS IoT demo ota_mqtt), the project has dozens of errors during a build. It seems something big is missing.
I see that ota_platform_interface.h comments demand that various functions be implemented. Am I supposed to write these; if so, why should I bother with this library?