Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 18C241A921F for ; Wed, 20 Apr 2022 12:22:14 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 43A4C84F29; Wed, 20 Apr 2022 12:22:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7A56284D3F for ; Wed, 20 Apr 2022 12:22:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id NFKT7lY-n_TN for ; Wed, 20 Apr 2022 12:22:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8EA2284D23 for ; Wed, 20 Apr 2022 12:22:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7D82DFB1A; Wed, 20 Apr 2022 12:22:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1650457331194000" MIME-Version: 1.0 Date: Wed, 20 Apr 2022 12:22:11 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/comms/py-esptool To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220420122211.7D82DFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1650457331194000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Apr 20 12:22:11 UTC 2022 Modified Files: pkgsrc/comms/py-esptool: Makefile PLIST distinfo Log Message: py-esptool: updated to 3.3 Version 3.3 New Features Added flash size options up to 128MB. Added stub flasher support for ESP32-C2. Added --flash-mmu-page-size option to change flash MMU page size on ESP32-C2. Added address and dummy cycles configuration to SPI flash commands, allowed reading flash SFDP registers. Added target-specific flash frequency options. espsecure.py Added support for ECDSA P192 and P256 signatures in Secure Boot V2. Refined Secure Boot V2 ECC support. Added support for XTS_AES_128 using 128 bit key FE scheme. espefuse.py Added execute_scripts nesting support, a script can now be called from another script. Added ESP32-C2 espefuse.py support. Fixed power-out time for VDDQ settings for ESP32-S3. Removed dysfunctional JTAG_SEL_ENABLE on ESP32-C3. Removed unused eFuse fields on ESP32-C3 and ESP32-H2. Added execute_scripts error handling in script files. Added support for running multiple commands at once. Added checks for secure download mode. Added a recovery option to fix eFuse blocks after encoding errors. Internal features These features are intended for use inside Espressif: Preview support for ESP32-H2-beta2 has been added. This SoC is not generally available, so it is unsupported in this release. Official support will be added in a later esptool.py release. Bug Fixes Fixed autodetection on ESP32-S2 in USB-OTG mode. Fixed flash.rodata not being recognized as part of IRAM in the ELF parser. Fixed wrong UART_RXFIFO_CNT_M mask values in the stub flasher. Added overerase detection and a fix sequence for certain XMC flash chips. Allowed USB PID detection for USB-JTAG-Serial mode on lowercase port names. Fixed chip autodetection to work in secure download mode. Fixed wrong firmware image being returned for beta chips. Fixed a wrong bootloader flashing offset on ESP32-S3. Miscellaneous Changes Launched a new self-hosted esptool.py documentation and heavily updated its contents. Renamed the ESP8684 target to ESP32-C2 (added alias for compatibility). Added a warning for flash sizes that are not supported by the stub flasher. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/comms/py-esptool/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/comms/py-esptool/PLIST cvs rdiff -u -r1.7 -r1.8 pkgsrc/comms/py-esptool/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1650457331194000 Content-Disposition: inline Content-Length: 5274 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/comms/py-esptool/Makefile diff -u pkgsrc/comms/py-esptool/Makefile:1.10 pkgsrc/comms/py-esptool/Makefile:1.11 --- pkgsrc/comms/py-esptool/Makefile:1.10 Tue Jan 4 20:52:38 2022 +++ pkgsrc/comms/py-esptool/Makefile Wed Apr 20 12:22:11 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2022/01/04 20:52:38 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2022/04/20 12:22:11 adam Exp $ -DISTNAME= esptool-3.2 +DISTNAME= esptool-3.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= comms python MASTER_SITES= ${MASTER_SITE_PYPI:=e/esptool/} Index: pkgsrc/comms/py-esptool/PLIST diff -u pkgsrc/comms/py-esptool/PLIST:1.4 pkgsrc/comms/py-esptool/PLIST:1.5 --- pkgsrc/comms/py-esptool/PLIST:1.4 Thu Dec 16 20:08:52 2021 +++ pkgsrc/comms/py-esptool/PLIST Wed Apr 20 12:22:11 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2021/12/16 20:08:52 adam Exp $ +@comment $NetBSD: PLIST,v 1.5 2022/04/20 12:22:11 adam Exp $ bin/espefuse.py bin/espsecure.py bin/esptool.py @@ -40,6 +40,21 @@ ${PYSITELIB}/espressif/efuse/esp32/mem_d ${PYSITELIB}/espressif/efuse/esp32/operations.py ${PYSITELIB}/espressif/efuse/esp32/operations.pyc ${PYSITELIB}/espressif/efuse/esp32/operations.pyo +${PYSITELIB}/espressif/efuse/esp32c2/__init__.py +${PYSITELIB}/espressif/efuse/esp32c2/__init__.pyc +${PYSITELIB}/espressif/efuse/esp32c2/__init__.pyo +${PYSITELIB}/espressif/efuse/esp32c2/emulate_efuse_controller.py +${PYSITELIB}/espressif/efuse/esp32c2/emulate_efuse_controller.pyc +${PYSITELIB}/espressif/efuse/esp32c2/emulate_efuse_controller.pyo +${PYSITELIB}/espressif/efuse/esp32c2/fields.py +${PYSITELIB}/espressif/efuse/esp32c2/fields.pyc +${PYSITELIB}/espressif/efuse/esp32c2/fields.pyo +${PYSITELIB}/espressif/efuse/esp32c2/mem_definition.py +${PYSITELIB}/espressif/efuse/esp32c2/mem_definition.pyc +${PYSITELIB}/espressif/efuse/esp32c2/mem_definition.pyo +${PYSITELIB}/espressif/efuse/esp32c2/operations.py +${PYSITELIB}/espressif/efuse/esp32c2/operations.pyc +${PYSITELIB}/espressif/efuse/esp32c2/operations.pyo ${PYSITELIB}/espressif/efuse/esp32c3/__init__.py ${PYSITELIB}/espressif/efuse/esp32c3/__init__.pyc ${PYSITELIB}/espressif/efuse/esp32c3/__init__.pyo @@ -55,21 +70,21 @@ ${PYSITELIB}/espressif/efuse/esp32c3/mem ${PYSITELIB}/espressif/efuse/esp32c3/operations.py ${PYSITELIB}/espressif/efuse/esp32c3/operations.pyc ${PYSITELIB}/espressif/efuse/esp32c3/operations.pyo -${PYSITELIB}/espressif/efuse/esp32h2/__init__.py -${PYSITELIB}/espressif/efuse/esp32h2/__init__.pyc -${PYSITELIB}/espressif/efuse/esp32h2/__init__.pyo -${PYSITELIB}/espressif/efuse/esp32h2/emulate_efuse_controller.py -${PYSITELIB}/espressif/efuse/esp32h2/emulate_efuse_controller.pyc -${PYSITELIB}/espressif/efuse/esp32h2/emulate_efuse_controller.pyo -${PYSITELIB}/espressif/efuse/esp32h2/fields.py -${PYSITELIB}/espressif/efuse/esp32h2/fields.pyc -${PYSITELIB}/espressif/efuse/esp32h2/fields.pyo -${PYSITELIB}/espressif/efuse/esp32h2/mem_definition.py -${PYSITELIB}/espressif/efuse/esp32h2/mem_definition.pyc -${PYSITELIB}/espressif/efuse/esp32h2/mem_definition.pyo -${PYSITELIB}/espressif/efuse/esp32h2/operations.py -${PYSITELIB}/espressif/efuse/esp32h2/operations.pyc -${PYSITELIB}/espressif/efuse/esp32h2/operations.pyo +${PYSITELIB}/espressif/efuse/esp32h2beta1/__init__.py +${PYSITELIB}/espressif/efuse/esp32h2beta1/__init__.pyc +${PYSITELIB}/espressif/efuse/esp32h2beta1/__init__.pyo +${PYSITELIB}/espressif/efuse/esp32h2beta1/emulate_efuse_controller.py +${PYSITELIB}/espressif/efuse/esp32h2beta1/emulate_efuse_controller.pyc +${PYSITELIB}/espressif/efuse/esp32h2beta1/emulate_efuse_controller.pyo +${PYSITELIB}/espressif/efuse/esp32h2beta1/fields.py +${PYSITELIB}/espressif/efuse/esp32h2beta1/fields.pyc +${PYSITELIB}/espressif/efuse/esp32h2beta1/fields.pyo +${PYSITELIB}/espressif/efuse/esp32h2beta1/mem_definition.py +${PYSITELIB}/espressif/efuse/esp32h2beta1/mem_definition.pyc +${PYSITELIB}/espressif/efuse/esp32h2beta1/mem_definition.pyo +${PYSITELIB}/espressif/efuse/esp32h2beta1/operations.py +${PYSITELIB}/espressif/efuse/esp32h2beta1/operations.pyc +${PYSITELIB}/espressif/efuse/esp32h2beta1/operations.pyo ${PYSITELIB}/espressif/efuse/esp32s2/__init__.py ${PYSITELIB}/espressif/efuse/esp32s2/__init__.pyc ${PYSITELIB}/espressif/efuse/esp32s2/__init__.pyo Index: pkgsrc/comms/py-esptool/distinfo diff -u pkgsrc/comms/py-esptool/distinfo:1.7 pkgsrc/comms/py-esptool/distinfo:1.8 --- pkgsrc/comms/py-esptool/distinfo:1.7 Thu Dec 16 20:08:52 2021 +++ pkgsrc/comms/py-esptool/distinfo Wed Apr 20 12:22:11 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2021/12/16 20:08:52 adam Exp $ +$NetBSD: distinfo,v 1.8 2022/04/20 12:22:11 adam Exp $ -BLAKE2s (esptool-3.2.tar.gz) = 1fc683d4626071ac5c33124ffcfdcdb5cadf814083b5bb088f7be7dc265edeaf -SHA512 (esptool-3.2.tar.gz) = 9a3c18419f0af9ae479d5574b2240c94fe2a015b898631e6980413c3bfdde89dcc3ba5d46dbac91ea377b32257d23a195ea2753d56073427d0862cd8b0a2d8f3 -Size (esptool-3.2.tar.gz) = 206131 bytes +BLAKE2s (esptool-3.3.tar.gz) = 90bb49b1dafe89e1aaec98ea65b6db3298f25640d38a11d9bad4dca5fd6edca7 +SHA512 (esptool-3.3.tar.gz) = 4795125ddb5b4728965ae7fd84bb04c6001fa669282596190b43108dea89df5f52a1549b763276d297876a83ca5b3a89cfbf41729cd256d3493566b3e8b9929e +Size (esptool-3.3.tar.gz) = 213683 bytes --_----------=_1650457331194000--