forked from pool/python-esptool
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:
committed by
Git OBS Bridge
parent
ca34716af2
commit
24819756ba
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d3c9f6bc1e2a619c207ef33920aa0c8251584489f68a777dbc381e19f9679fb
|
||||
size 5396543
|
||||
3
esptool-2.8.tar.gz
Normal file
3
esptool-2.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f6187ab0467e05bff6ef4e777bde5ee8eb57a74154865d30491ebb42b228c617
|
||||
size 5399875
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-esptool
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 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 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-esptool
|
||||
Version: 2.7
|
||||
Version: 2.8
|
||||
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