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

Bump esptool from 4.2.1 to 4.3 #25

Merged
merged 1 commit into from Sep 19, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2022

Bumps esptool from 4.2.1 to 4.3.

Release notes

Sourced from esptool's releases.

Version 4.3

New Features

  • image_info: Added image type autodetection, specifying --chip is no longer needed
  • image_info: Added the ability to display application info if a valid app image is detected
  • write_flash: Added the ability to recover from serial errors when flashing, effectively making data transfers more robust (espressif/esptool#182)
  • write_flash: Added checks to prevent flashing if an incompatible chip type or chip revision is used, --force can be used to override this restriction
  • Added more memory density definitions to cover known flash chips (espressif/esptool#769)
  • Added parsing of stub flasher error definitions in esptool messages
  • Added support for Major.Minor chip revision versioning scheme in the format vX.Y

Bug Fixes

Internal features

Experimental support for ESP32-C6 has been added (--no-stub only). Burning eFuses is not recommended. This SoC is not generally available, so it is not fully supported in this release. Official support will be added in a later release.

Thanks to @​johnboiles, @​Jason2866, @​Robsteranium, and others for contributing to this release!

Commits
  • f6c6216 Update version to v4.3
  • 82bfe98 feat(image_info): Print application information if possible
  • 58591b9 esptool/espefuse(c6): Update major and minor eFuses
  • 84918ea esptool: Adds min_rev_full and max_rev_full (in format: major * 100 + minor)
  • 56ea80d espefuse: Adds major and minor eFuse revision fields
  • f506da0 esptool: Adds major and minor chip revisions
  • a194e8d style: Update hyperlink in PR template
  • 2e95f66 refactor(elf2image): Simplify bootloader image selection
  • 3190894 feat: Add Macronix flash memory density definitions
  • b9c5a74 esp32c6: add target esp32c6 (rom version: esp32c6-20220901)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [esptool](https://github.com/espressif/esptool) from 4.2.1 to 4.3.
- [Release notes](https://github.com/espressif/esptool/releases)
- [Commits](espressif/esptool@v4.2.1...v4.3)

---
updated-dependencies:
- dependency-name: esptool
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 15, 2022
@naorlivne naorlivne merged commit 9829384 into master Sep 19, 2022
@dependabot dependabot bot deleted the dependabot/pip/esptool-4.3 branch September 19, 2022 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant