From 351c13ec468c93be6491214ba102e1e52ce01a8ef8b212b829a17093c86b3d2d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 11 Jun 2023 12:46:54 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python/python-esptool?expand=0&rev=20 --- esptool-4.5.1.tar.gz | 3 --- esptool-4.6.1.tar.gz | 3 +++ python-esptool.changes | 38 ++++++++++++++++++++++++++++++++++++++ python-esptool.spec | 2 +- 4 files changed, 42 insertions(+), 4 deletions(-) delete mode 100644 esptool-4.5.1.tar.gz create mode 100644 esptool-4.6.1.tar.gz diff --git a/esptool-4.5.1.tar.gz b/esptool-4.5.1.tar.gz deleted file mode 100644 index b2ce3c5..0000000 --- a/esptool-4.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:759e0c9a5e69d21e13a5fcf53d46cb567cb3a8e4a6cefda334b6d3a3d540b5f4 -size 6971407 diff --git a/esptool-4.6.1.tar.gz b/esptool-4.6.1.tar.gz new file mode 100644 index 0000000..4312f5a --- /dev/null +++ b/esptool-4.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f0527b72eea5769b9e507c1c5e4357c976b090d4040b47a95c6b992368cca34 +size 7002756 diff --git a/python-esptool.changes b/python-esptool.changes index bc7bdec..1c0b15d 100644 --- a/python-esptool.changes +++ b/python-esptool.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Sun Jun 11 12:45:40 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-esptool.spec b/python-esptool.spec index 9181aec..0af5019 100644 --- a/python-esptool.spec +++ b/python-esptool.spec @@ -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