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.1 #55

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 1, 2023

Bumps esptool from 4.5.1 to 4.6.1.

Release notes

Sourced from esptool's releases.

Version 4.6.1

Bug Fixes

  • ESP32-S3 USB-Serial/JTAG: Fix incorrect RTC WDT registers to avoid resets during flashing.

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)

... (truncated)

Commits
  • 42732e9 Update version to v4.6.1
  • 6fd91af fix(ESP32-S3): Correct RTC WDT registers to fix resets during flashing
  • f1132e8 Update version to v4.7-dev
  • 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...
  • 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.5.1 to 4.6.1.
- [Release notes](https://github.com/espressif/esptool/releases)
- [Commits](espressif/esptool@v4.5.1...v4.6.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 1, 2023
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants