Update examples for latest Managed Components #420
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update Espressif ESP-IDF Examples for Latest Managed Components
This pull request updates the Espressif ESP-IDF examples in the wolfMQTT repository to improve compatibility with the latest Managed Components system. The changes focus on two main example projects:
AWS_IoT_MQTT
andwolfmqtt_template
.Updates Espressif examples to work properly with the ESP Registry Managed Components for wolfSSL.
These are the as-published files for the gojimmypi/mywolfmqtt v1.18.0-preview7c
Key Changes
1. Build System Improvements
component.mk
files for better compatibility with ESP-IDF build systemCMakeLists.txt
files with improved component search logicinclude.am
files for better integration with autotools build system2. Component Integration Enhancements
3. Documentation Updates
4. Code Quality Improvements
5. Espressif-Specific Enhancements
Summary
This PR significantly improves the Espressif ESP-IDF examples for wolfMQTT by enhancing build system integration, adding comprehensive configuration options, improving documentation, and ensuring compatibility with the latest Espressif Managed Components system. These changes make it easier for users to integrate wolfMQTT into their Espressif ESP32 projects, particularly when using the ESP-IDF component registry.