SmartSpin2K / SmartSpin2kFlasher

Simple GUI tool to flash ESPs over USB
https://github.com/doudar/SmartSpin2k
MIT License
0 stars 1 forks source link

Bump esptool from 3.0 to 3.2 #10

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps esptool from 3.0 to 3.2.

Release notes

Sourced from esptool's releases.

Version 3.2

New Features

  • Support for ESP32-S3 SoC has been added (removed ESP32-S3-beta3).
  • Added USB-JTAG-Serial and USB-CDC support for ESP32-S3.
  • Added a check to disable stub when connecting to an unsupported chip.
  • Added boot log detection and context of failures logging.
  • Improved error messages to cover more cases and provide more information.
  • Added get_security_info command stub support.
  • Augmented chip autodetection to work even in secure download mode. (ESP32-C3 and later only)
  • Added flash chip connection verification check.
  • Added ESP8266 version 3 image format support.

espsecure.py

  • Added option for 512bit keys for encrypt_flash_data.

espefuse.py

  • Added a new command which can execute custom python scripts to burn efuses all at once.
  • Added ESP32-S2 flash_ver, psram_ver, and pkg_ver efuses.
  • Corrected lenght of soft_dis_jtag efuse.
  • Added custom_mac eFuse field for ESP32-C3/-S2/-S3/-H2.
  • Added a check for read_protect_efuse. (espressif/esptool#640)
  • Added support for 512bit XTS_AES flash encryption key.
  • Added a step to close the serial port after espefuse operations. (espressif/esptool#671)
  • Added a security confirmation flag to espefuse tests. (espressif/esptool#677)

Internal features

These features are intended for use inside Espressif:

  • Preview support for ESP32-H2 and ESP8684 has been added. These SoCs are not generally available, so they are unsupported in this release. Official support will be added in a later esptool release.
  • Added automatic delay for boot time after ESP32 reset in FPGA.

Bug Fixes

Miscellaneous Changes

  • Changed unnecessarily alarming error to a warning. (espressif/esptool#631)
  • Removed ESP32 rev0 connection workaround.
  • Added a readable error and a use example to merge_bin.

... (truncated)

Commits
  • 245bcec Update version to v3.2
  • ba07df8 ci: Several GL CI fixes
  • 5732155 test_esptool: Add missing helloworld-esp32_edit bin
  • c28815b espefuse: Free the port after operations
  • ee3c82a test_espefuse: Fix Py2 StringIO import and add a security flag
  • e29b983 Support ESP8266 "version 3" imageformat
  • 28b65d6 improve error messages: Print meanings of ROM error codes
  • f0ab422 improve error messages: Detect flash chip connection failures
  • 2b3221f esp8684: update target esp8684 to latest version
  • c8db6ed add esp8684 esptool support
  • 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)