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,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