Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add migration guide from IDF 4 to IDF 5 (CA-349) #233

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vishwamartur
Copy link

Related to #227

Add a migration guide for transitioning from IDF 4 to IDF 5 for esp-aws-iot.

  • Migration Guide:

    • Add a new file MigrationGuide_IDF4_to_IDF5.md with detailed steps and examples for migrating from aws_iot_mqtt_client.c to coreMQTT.
    • Include sections on updating dependencies, configuration, code, network context, callback functions, testing, and documentation.
  • README Update:

    • Add a link to the new migration guide in the README.md file.
    • Update the README.md file to mention the availability of the new migration guide.

Related to espressif#227

Add a migration guide for transitioning from IDF 4 to IDF 5 for esp-aws-iot.

* **Migration Guide**:
  - Add a new file `MigrationGuide_IDF4_to_IDF5.md` with detailed steps and examples for migrating from `aws_iot_mqtt_client.c` to coreMQTT.
  - Include sections on updating dependencies, configuration, code, network context, callback functions, testing, and documentation.

* **README Update**:
  - Add a link to the new migration guide in the `README.md` file.
  - Update the `README.md` file to mention the availability of the new migration guide.
@CLAassistant
Copy link

CLAassistant commented Nov 3, 2024

CLA assistant check
All committers have signed the CLA.

@github-actions github-actions bot changed the title Add migration guide from IDF 4 to IDF 5 Add migration guide from IDF 4 to IDF 5 (CA-349) Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants