forked from pool/python-esptool
Accepting request 1092287 from devel:languages:python
- update to 4.6.1:
* `ESP32-S3 USB-Serial/JTAG`: Fix incorrect RTC WDT registers
to avoid resets during flashing.
- update to 4.6:
* 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.
* `image_info`: Display the WP pin state in human-readable
form.
* `image_info`: Display chip type based on Chip ID, if
available.
* `ESP32-C6` and `ESP32-H2`: Added support for reading 64-bit
MAC address.
* 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.
* Improved efuse error viewing.
* `ESP32-H2`: Added RF Calibration Information.
* 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.
* `ESP32-C6`: Fixed `get_pkg_version` and
`get_{major,minor}_chip_version`.
* `image_info`: Removed check that reserved bytes in the image
header are zero, which would break chip type autodetection.
OBS-URL: https://build.opensuse.org/request/show/1092287
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-esptool?expand=0&rev=10
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:759e0c9a5e69d21e13a5fcf53d46cb567cb3a8e4a6cefda334b6d3a3d540b5f4
|
||||
size 6971407
|
||||
3
esptool-4.6.1.tar.gz
Normal file
3
esptool-4.6.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f0527b72eea5769b9e507c1c5e4357c976b090d4040b47a95c6b992368cca34
|
||||
size 7002756
|
||||
@@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 11 12:45:40 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 4.6.1:
|
||||
* `ESP32-S3 USB-Serial/JTAG`: Fix incorrect RTC WDT registers
|
||||
to avoid resets during flashing.
|
||||
- update to 4.6:
|
||||
* 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.
|
||||
* `image_info`: Display the WP pin state in human-readable
|
||||
form.
|
||||
* `image_info`: Display chip type based on Chip ID, if
|
||||
available.
|
||||
* `ESP32-C6` and `ESP32-H2`: Added support for reading 64-bit
|
||||
MAC address.
|
||||
* 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.
|
||||
* Improved efuse error viewing.
|
||||
* `ESP32-H2`: Added RF Calibration Information.
|
||||
* 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.
|
||||
* `ESP32-C6`: Fixed `get_pkg_version` and
|
||||
`get_{major,minor}_chip_version`.
|
||||
* `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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 20 10:23:16 UTC 2023 - Torsten Gruner <simmphonie@opensuse.org>
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-esptool
|
||||
Version: 4.5.1
|
||||
Version: 4.6.1
|
||||
Release: 0
|
||||
Summary: A serial utility to communicate & flash code to Espressif ESP8266 & ESP32 chips
|
||||
License: GPL-2.0-or-later
|
||||
|
||||
Reference in New Issue
Block a user