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 2.8 to 4.2 #2

Closed
wants to merge 1 commit into from
Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 7, 2022

Bumps esptool from 2.8 to 4.2.

Release notes

Sourced from esptool's releases.

Version 4.2

New Features

  • Added a readable message when a device is not detected on a given port (espressif/esptool#751)
  • image_info: Print flash settings and extended header fields with --version 2 argument
  • Added support for 26 MHz XTAL on ESP32-C2
  • Expanded minimum revision field to accept higher chip revisions

espefuse.py

  • Added XTS_AES_256 key_purpose on ESP32-S3-beta2
  • burn_efuse: Improved error messages when a new data value is incorrect (espressif/esptool#760)
  • get_pkg_version: Fixed on ESP32-C2 (espressif/esptool#759)
  • Added major and minor wafer version eFuses

Bug Fixes

  • load_extended_header: Load the minimum chip revision min_rev field
  • Fixed flasher stub on ESP32-H2

espefuse.py

  • Removed XTS_AES_256 key purposes on ESP32-C3
  • Fixed location of FAIL_BIT and NUM_BITS on ESP32-C3
  • Added a warning to specify the --port/-p argument if connection fails (espressif/esptool#744)

espsecure.py

  • _microecc_format: Pad zeroes to curve length

Miscellaneous Changes

Thanks to @​befeleme and others for contributing to this release!

Version 4.1

New Features

  • ESP32-C2: Added flash encryption support
  • elf2image: Added argument to disable appending SHA256 digests

Bug Fixes

  • espsecure.py: Fixed Secure Boot V1 key generation
  • espefuse.py: Corrected eFuse tables

Version 4.0.1

Bug Fixes

... (truncated)

Commits
  • 2382e94 Update version to v4.2
  • 94f29a5 refactor(flasher_stub): Include stubs as json, do not embed in code
  • fcc8dc5 espefuse (esp32c2): Adds wafer major and minor version eFuses
  • 7cfb172 esptool(esp32c2): Fix get_pkg_version
  • 6b7de53 esptool: Expands min-rev and must be in range [0 - 255]
  • a9da1b5 espefuse: Adds tests to cover invalid values for any efuse types
  • aaabbc5 espefuse: Hide traceback when new data value is incorrect for burn_efuse cmd
  • 2809cdd fix(espefuse): Warn users to specify the --port/-p argument
  • 185ff10 espefuse: Adds 26MHz xtal support for esp32-c2
  • e91e3fd ci: Add ESP32C2 26MHz and 40MHz targets
  • 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 2.8 to 4.2.
- [Release notes](https://github.com/espressif/esptool/releases)
- [Commits](espressif/esptool@v2.8...v4.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 7, 2022
rbaron added a commit that referenced this pull request Aug 9, 2022
rbaron added a commit that referenced this pull request Aug 9, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 10, 2022

Superseded by #6.

@dependabot dependabot bot closed this Aug 10, 2022
@dependabot dependabot bot deleted the dependabot/pip/esptool-4.2 branch August 10, 2022 03:41
rbaron added a commit that referenced this pull request Aug 15, 2022
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
0 participants