summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-12-12 13:46:15 +0000
committeradam <adam@pkgsrc.org>2022-12-12 13:46:15 +0000
commite931783367b12d51b1592319fce64d3933e7a8d3 (patch)
treeb284ba8e6751dcfce10e6138256e7280d10ca87e /comms
parent3afd600e1f0d18cb204f3c83ff31c8885b4de4fc (diff)
downloadpkgsrc-e931783367b12d51b1592319fce64d3933e7a8d3.tar.gz
py-esptool: updated to 4.4
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. Added detection for guru meditation errors induced by the flasher stub or ROM bootloader. Added a readable error message for serial-related failures, giving more information about possible HW issues. espsecure.py: Improved AES-XTS encryption speed. Bug Fixes ESP32-S3 v0.0: Fixed chip revision detection. bitstring: Added a workaround for breaking changes of bitstring==4 get_default_connected_device: Fixed to close unused serial ports. flash_freq: Fall back to a chip-specific default flash frequency when no flash_freq arg is specified. ESP32-C6: Fixed chip type detection and SPI flash communication.
Diffstat (limited to 'comms')
-rw-r--r--comms/py-esptool/Makefile6
-rw-r--r--comms/py-esptool/PLIST34
-rw-r--r--comms/py-esptool/distinfo8
3 files changed, 37 insertions, 11 deletions
diff --git a/comms/py-esptool/Makefile b/comms/py-esptool/Makefile
index f9a4ca7812b..8333f432fbb 100644
--- a/comms/py-esptool/Makefile
+++ b/comms/py-esptool/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2022/07/08 13:24:51 gdt Exp $
+# $NetBSD: Makefile,v 1.14 2022/12/12 13:46:15 adam Exp $
-DISTNAME= esptool-4.1
+DISTNAME= esptool-4.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= comms python
MASTER_SITES= ${MASTER_SITE_PYPI:=e/esptool/}
@@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2
PYTHON_VERSIONS_INCOMPATIBLE= 27
-BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-bitstring>=3.1.6:../../devel/py-bitstring
DEPENDS+= ${PYPKGPREFIX}-ecdsa>=0.16.0:../../security/py-ecdsa
DEPENDS+= ${PYPKGPREFIX}-reedsolo>=1.5.3:../../converters/py-reedsolo
diff --git a/comms/py-esptool/PLIST b/comms/py-esptool/PLIST
index b151ab1b5a7..25c3a411bb4 100644
--- a/comms/py-esptool/PLIST
+++ b/comms/py-esptool/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2022/07/08 13:24:51 gdt Exp $
+@comment $NetBSD: PLIST,v 1.7 2022/12/12 13:46:15 adam Exp $
bin/espefuse.py
bin/espsecure.py
bin/esptool.py
@@ -70,6 +70,21 @@ ${PYSITELIB}/espefuse/efuse/esp32c3/mem_definition.pyo
${PYSITELIB}/espefuse/efuse/esp32c3/operations.py
${PYSITELIB}/espefuse/efuse/esp32c3/operations.pyc
${PYSITELIB}/espefuse/efuse/esp32c3/operations.pyo
+${PYSITELIB}/espefuse/efuse/esp32c6/__init__.py
+${PYSITELIB}/espefuse/efuse/esp32c6/__init__.pyc
+${PYSITELIB}/espefuse/efuse/esp32c6/__init__.pyo
+${PYSITELIB}/espefuse/efuse/esp32c6/emulate_efuse_controller.py
+${PYSITELIB}/espefuse/efuse/esp32c6/emulate_efuse_controller.pyc
+${PYSITELIB}/espefuse/efuse/esp32c6/emulate_efuse_controller.pyo
+${PYSITELIB}/espefuse/efuse/esp32c6/fields.py
+${PYSITELIB}/espefuse/efuse/esp32c6/fields.pyc
+${PYSITELIB}/espefuse/efuse/esp32c6/fields.pyo
+${PYSITELIB}/espefuse/efuse/esp32c6/mem_definition.py
+${PYSITELIB}/espefuse/efuse/esp32c6/mem_definition.pyc
+${PYSITELIB}/espefuse/efuse/esp32c6/mem_definition.pyo
+${PYSITELIB}/espefuse/efuse/esp32c6/operations.py
+${PYSITELIB}/espefuse/efuse/esp32c6/operations.pyc
+${PYSITELIB}/espefuse/efuse/esp32c6/operations.pyo
${PYSITELIB}/espefuse/efuse/esp32h2beta1/__init__.py
${PYSITELIB}/espefuse/efuse/esp32h2beta1/__init__.pyc
${PYSITELIB}/espefuse/efuse/esp32h2beta1/__init__.pyo
@@ -157,9 +172,6 @@ ${PYSITELIB}/esptool/cmds.pyo
${PYSITELIB}/esptool/loader.py
${PYSITELIB}/esptool/loader.pyc
${PYSITELIB}/esptool/loader.pyo
-${PYSITELIB}/esptool/stub_flasher.py
-${PYSITELIB}/esptool/stub_flasher.pyc
-${PYSITELIB}/esptool/stub_flasher.pyo
${PYSITELIB}/esptool/targets/__init__.py
${PYSITELIB}/esptool/targets/__init__.pyc
${PYSITELIB}/esptool/targets/__init__.pyo
@@ -172,6 +184,9 @@ ${PYSITELIB}/esptool/targets/esp32c2.pyo
${PYSITELIB}/esptool/targets/esp32c3.py
${PYSITELIB}/esptool/targets/esp32c3.pyc
${PYSITELIB}/esptool/targets/esp32c3.pyo
+${PYSITELIB}/esptool/targets/esp32c6.py
+${PYSITELIB}/esptool/targets/esp32c6.pyc
+${PYSITELIB}/esptool/targets/esp32c6.pyo
${PYSITELIB}/esptool/targets/esp32c6beta.py
${PYSITELIB}/esptool/targets/esp32c6beta.pyc
${PYSITELIB}/esptool/targets/esp32c6beta.pyo
@@ -193,6 +208,17 @@ ${PYSITELIB}/esptool/targets/esp32s3beta2.pyo
${PYSITELIB}/esptool/targets/esp8266.py
${PYSITELIB}/esptool/targets/esp8266.pyc
${PYSITELIB}/esptool/targets/esp8266.pyo
+${PYSITELIB}/esptool/targets/stub_flasher/stub_flasher_32.json
+${PYSITELIB}/esptool/targets/stub_flasher/stub_flasher_32c2.json
+${PYSITELIB}/esptool/targets/stub_flasher/stub_flasher_32c3.json
+${PYSITELIB}/esptool/targets/stub_flasher/stub_flasher_32c6.json
+${PYSITELIB}/esptool/targets/stub_flasher/stub_flasher_32c6beta.json
+${PYSITELIB}/esptool/targets/stub_flasher/stub_flasher_32h2beta1.json
+${PYSITELIB}/esptool/targets/stub_flasher/stub_flasher_32h2beta2.json
+${PYSITELIB}/esptool/targets/stub_flasher/stub_flasher_32s2.json
+${PYSITELIB}/esptool/targets/stub_flasher/stub_flasher_32s3.json
+${PYSITELIB}/esptool/targets/stub_flasher/stub_flasher_32s3beta2.json
+${PYSITELIB}/esptool/targets/stub_flasher/stub_flasher_8266.json
${PYSITELIB}/esptool/util.py
${PYSITELIB}/esptool/util.pyc
${PYSITELIB}/esptool/util.pyo
diff --git a/comms/py-esptool/distinfo b/comms/py-esptool/distinfo
index e2bcfd8c040..c2041aab821 100644
--- a/comms/py-esptool/distinfo
+++ b/comms/py-esptool/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2022/07/08 13:24:51 gdt Exp $
+$NetBSD: distinfo,v 1.10 2022/12/12 13:46:15 adam Exp $
-BLAKE2s (esptool-4.1.tar.gz) = ef732a65b8e9479261909bd8b453144b5870c952490ff16b0d188fc8b0739137
-SHA512 (esptool-4.1.tar.gz) = efd96e2e90eab4617e1947b3daa7a3fdc2829ac46e9d9a81792fc515b52afb193044bb8138facb258574f4ed35b85e42effe339749ed8ac6621bd1f568b02090
-Size (esptool-4.1.tar.gz) = 222091 bytes
+BLAKE2s (esptool-4.4.tar.gz) = d5f18c824d7a2024513bde968770bb88ae947770185b139f9330d25372051632
+SHA512 (esptool-4.4.tar.gz) = 117b6bbb184956ef1cb3303abd34d019595829219dc7de5f08f308af01731b795b8ae96fd69b117ebe959a606bf7269f77b9afa3de7521845952dcfca8ce35ea
+Size (esptool-4.4.tar.gz) = 223572 bytes