15
0

Accepting request 781023 from home:mcalabkova:branches:devel:languages:python

- 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 
    ESP32-S2 will be added in a future version.)
  * few bugfixes

OBS-URL: https://build.opensuse.org/request/show/781023
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-esptool?expand=0&rev=10
This commit is contained in:
Tomáš Chvátal
2020-03-03 08:46:02 +00:00
committed by Git OBS Bridge
parent ca34716af2
commit 24819756ba
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
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
ESP32-S2 will be added in a future version.)
* few bugfixes
-------------------------------------------------------------------
Fri Sep 13 07:57:08 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>