15
0

Accepting request 1288557 from home:glaubitz:branches:devel:languages:python

- Update to 4.9.0
  * ESP32-H21: Added full support
  * ESP32-H4: Added full support
  * ESP32-P4: Enabled USB-OTG in flasher stub
  * ESP32-P4: Added support for >16MB flash sizes in flasher stub
  * ESP32-S3: Added support for >16MB encrypted writes in flasher stub
  * chip_type_verification: Enabled in secure download mode,
    stopped using magic numbers
  * watchdog_reset: Added a new watchdog_reset option working even in USB modes
  * erase_region: Enabled erasing in ROM bootloader and secure download mode
  * Added information about the currently used USB mode during chip connection
  * image_info: Extended the app description info with new segments
  * esp_rfc2217: Improved the logger message format
  * Added the option to filter connections based on the serial number
  * hard_reset: Added support for custom hard reset sequence configuration
  * Added support for Python 3.13
  * espefuse: Added support for eFuses for ESP32-C5 ECO2
  * espefuse: Added support for eFuses for ESP32-C61 ECO3
  * espsecure: Improved error messages in encrypt_flash_data() and decrypt_flash_data()
  * espefuse: Added support for different eFuse table versions for ESP32-H2
  * espefuse: Added 3 bit for PSRAM_CAP efuse field
  * espefuse: Added API for getting block and wafer versions
  * espefuse: Added ADC calibration data for ESP32-C61, ESP32-C5, and ESP32-P4
  * stub_flasher: Fixed failing ESP32-C5 ECO2 flash writes
  * stub_flasher: Fixed USB-Serial/JTAG mode on ESP32-C5 ECO2 and ESP32-C61 ECO3
  * write_flash: Detect more cases of unresponsive flash, fixed failing flash_size check
  * write_flash: Skipped flash_size checks if we can't read flash size
  * espefuse: Fixed output messages in set_flash_voltage
  * espefuse: Corrected JTAG_SEL_ENABLE to GPIO34 strapping pin on ESP32-P4
  * ESP32-C5: Fixed bootloader address

OBS-URL: https://build.opensuse.org/request/show/1288557
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-esptool?expand=0&rev=30
This commit is contained in:
2025-06-27 14:20:17 +00:00
committed by Git OBS Bridge
parent 9aad804fd0
commit 8af9c65288
4 changed files with 54 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-esptool
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-esptool
Version: 4.8.1
Version: 4.9.0
Release: 0
Summary: A serial utility to communicate & flash code to Espressif ESP8266 & ESP32 chips
License: GPL-2.0-or-later