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

Feat/non_app_ota_update #366

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

hrushikesh430
Copy link
Collaborator

@hrushikesh430 hrushikesh430 commented Aug 23, 2024

Checklist

  • Component contains License
  • Component contains README.md
  • Component contains idf_component.yml file with url field defined
  • Add component example
  • Add unit tests for component
  • Component was added to upload job
  • Component was added to build job
  • Optional: Component contains unit tests
  • CI passing

Change description

  • Component to do OTA for non-app partition. This PR is continuation of this PR.

hmalpani and others added 2 commits June 5, 2024 14:36
This component can be used for performing OTA upgrades for custom partitions in ESP-IDF
Added checks to check whether the firmware size is greater
than update partition size or not.
@hrushikesh430 hrushikesh430 force-pushed the feat/non_app_ota_update branch 2 times, most recently from 08299f4 to 22f3506 Compare August 26, 2024 12:01
Modified the README.md file for esp_custom_ota_part component.
Added new static api to set nvs backup_length. Backup length is set
to 0 after restore and end of OTA.
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.

3 participants