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.5.1 to 4.6 #4906

Merged
merged 1 commit into from Jun 1, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 29, 2023

Bumps esptool from 4.5.1 to 4.6.

Release notes

Sourced from esptool's releases.

Version 4.6

New Features

  • Added the option to specify ALL as a size argument in read_flash and erase_region to perform said operation until the end of the flash memory. (espressif/esptool#461)
  • image_info: Display the WP pin state in human-readable form. (espressif/esptool#874)
  • image_info: Display chip type based on Chip ID, if available. (espressif/esptool#874)
  • ESP32-C6 and ESP32-H2: Added support for reading 64-bit MAC address.

espefuse.py

  • Added efuse description YAML files for all chips.
  • ECDSA_KEY: Added support for burning from PEM file.
  • burn_key and burn_key_digest: Hide sensitive info during burning by default.
  • Added support for external esp instance. (espressif/esptool#873)
  • Improved efuse error viewing.
  • ESP32-H2: Added RF Calibration Information.

Bug Fixes

  • Fixed 01060000: Operation or feature not supported error by setting flash parameters even with --flash_size keep.
  • USB-Serial/JTAG: Autofeed super watchdog (SWD) to avoid resets during flashing.
  • USB-Serial/JTAG: Fixed failing reset sequence on COM ports >= 10 due to PID detection error. (espressif/esptool#880)
  • ESP32-C6: Fixed get_pkg_version and get_{major,minor}_chip_version. (espressif/esptool#867)
  • image_info: Removed check that reserved bytes in the image header are zero, which would break chip type autodetection.
  • Moved bootloader description header bootdesc to the top of the RAM segment.
  • Refactored to support cryptography>=40.
  • Refactored to support recent reedsolo package versions.

espefuse.py

  • ESP32-C2: Fixed BLOCK_KEY0 summary view when SB + FE keys are burnt.
  • ESP32-C3, ESP32-C6, ESP32-S3, ESP32-H2: Prevent burning XTS_AES and ECDSA keys into BLOCK9 (BLOCK_KEY5).

espsecure.py

Miscellaneous Changes

  • flasher stub: Makefile changes for clarity and modularity. (espressif/esptool#858)
  • Build workflow: Added binaries for ARM and ARM64.
  • tests: Refactored the test suite to be Windows-compatible.
  • Fixed inconsistent usage of directory separators. (espressif/esptool#884)

Thanks to @​paravoid, @​xingrz, @​hasheddan, @​fuzeman, @​Massimiliano-solutiontech, and others for contributing to this release!

Commits
  • 2408508 Update version to v4.6
  • 049baaa feat(esptool): add option to dump whole flash based on detected size
  • f558f22 fix: inconsistent usage of dirs separator
  • 37efb1d bugfix(espsecure): Print a clear error message if incompatible OpenSSL backen...
  • a7df5d3 bugfix: Adjust wrapper scripts to not import themselves
  • 54bbf62 esptool: Read 64-bit MAC address on C6 and H2
  • 80dc210 bugfix(usb_jtag_serial): Autofeed super watchdog (SWD) to avoid resets during...
  • 6fbe8dd espsecure: Improve error message for incorrect PEM format
  • 54a765d efuse(H2): Adds RF Calibration Information
  • aa0ffc5 espefuse: Adds yaml efuse description files for all chip
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 29, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/esptool-4.6 branch from 50f4e79 to d779401 Compare May 30, 2023 21:07
Bumps [esptool](https://github.com/espressif/esptool) from 4.5.1 to 4.6.
- [Release notes](https://github.com/espressif/esptool/releases)
- [Commits](espressif/esptool@v4.5.1...v4.6)

---
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 force-pushed the dependabot/pip/esptool-4.6 branch from d779401 to 56ded87 Compare June 1, 2023 01:19
@jesserockz jesserockz enabled auto-merge (squash) June 1, 2023 01:20
@jesserockz jesserockz merged commit 09a4d86 into dev Jun 1, 2023
34 checks passed
@jesserockz jesserockz deleted the dependabot/pip/esptool-4.6 branch June 1, 2023 01:47
@github-actions github-actions bot locked and limited conversation to collaborators Jun 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant