forked from pool/python-esptool
- switch to modern python on sle15
* esptool.py write_flash will warn if it looks like a bootloader binary
is built for ESP32-S2 or another newer chip (support for flashing
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-esptool?expand=0&rev=27
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 14 15:14:39 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- switch to modern python on sle15
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 4 23:25:10 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
@@ -112,7 +117,7 @@ Thu Apr 20 10:23:16 UTC 2023 - Torsten Gruner <simmphonie@opensuse.org>
|
||||
- Added target tests for ESP32-H2.
|
||||
- Reduced size of test images.
|
||||
- Added a custom host_test marker for the test suite to allow running tests without real hardware (#838).
|
||||
|
||||
|
||||
- version 4.5
|
||||
* New Features
|
||||
- Configuration file: Added the option to configure internal variables
|
||||
@@ -152,7 +157,7 @@ Thu Apr 20 10:23:16 UTC 2023 - Torsten Gruner <simmphonie@opensuse.org>
|
||||
and comply with the Black 23.1 style.
|
||||
- Added target tests for all of the newly supported chips.
|
||||
- Updated the toolchains for stub flasher builds.
|
||||
|
||||
|
||||
-version 4.4
|
||||
* New Features
|
||||
- flasher_stub: Increased read/write speeds over USB-JTAG/Serial or USB-OTG modes, making some operations nearly twice as fast.
|
||||
@@ -380,8 +385,8 @@ Mon Mar 2 16:39:21 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
- Update to 2.8
|
||||
* esptool.py image_info now prints a summary of segment memory types
|
||||
(IRAM, DRAM, etc) based on the address range.
|
||||
* esptool.py write_flash will warn if it looks like a bootloader binary
|
||||
is built for ESP32-S2 or another newer chip (support for flashing
|
||||
* esptool.py write_flash will warn if it looks like a bootloader binary
|
||||
is built for ESP32-S2 or another newer chip (support for flashing
|
||||
ESP32-S2 will be added in a future version.)
|
||||
* few bugfixes
|
||||
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-esptool
|
||||
Version: 4.7.0
|
||||
Release: 0
|
||||
|
||||
Reference in New Issue
Block a user