Next | Query returned 17 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2021-09-21 19:26:09 by Greg Troxel | Files touched by this commit (1)
Log message:
comms/py-esptool: Add BUILD-DEPENDS on py-wheel

By inspection, setup.py requires py-wheel at build time.

No PKGREVISION++ as either this built and is the same, or didn't use
to build.
   2021-09-09 10:04:23 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-esptool: updated to 3.1

Version 3.1

New Features

Support for ESP32-C3 SoC has been added
Added --encrypt-files option to specify which files need encryption before flashing.
Added --use_segments option for elf2image to use segments instead of sections to \ 
generate the image.
Improved the write_flash timeout calculation and status message.
Support for detecting ESP8285 versions -N08, -N16, -H08, and -H16 has been added.
Added support for all write_reg command forms (including delay and mask \ 
parameters) to flasher stub.
Added merge_bin command to combine binary files on host
Extended the --min-rev argument of elf2image to work on all chips apart from ESP8266.
Added diagnostic warnings about the memory regions needing to be erased during a \ 
flash write
Added --after no_reset_stub option to keep the flasher stub running and allow \ 
its repeated usage.
Added support for the USB-JTAG-Serial peripheral of ESP32-C3.

espsecure.py

Added custom command-line argument to allow calling from other Python scripts.
Added --aes-xts option to encrypt/decrypt flash data files with AES-XTS \ 
algorithm on the S2 and C3.
Fixed handling of files to forbid empty output and re-writing input.

espefuse.py

Added custom command-line argument to allow calling from other Python scripts.
Added security measures to prevent burning custom multicast MAC address.
Fixed errors when burning and read-protecting an efuse at the same time
Fixed burning of SPI pins configuration efuses

Internal features

These features are intended for use inside Espressif:

Support for ESP32-S3-beta3 & ESP32-C6-beta have been added. These SoCs are \ 
not generally available, so they are unsupported in this release. Official \ 
support will be added in a later esptool release.
Support for 32-bit addressing to enable 32/64MB flash memory chips on the S3.

Bug Fixes

Fixed error outputs when installing from pip.
Increased the timeout for writing to flash to improve stability
Fixed failing dump_mem overall bytes read message.
Allowed the write_mem mask argument to be optional to match with its usage \ 
example on Wiki.
Ensured expand_file_arguments gets called when using custom command-line arguments.
Fixed SecureBoot v2 public key extraction

Miscellaneous Changes

Decomposed port detection logic.
Added flushing after each command before waiting for a reply.
Made it easier to use esptool.py as a component by permitting passing an already \ 
formed esp object to main()
Added function to merge adjacent sections in elf2image for the use case of \ 
linker scripts that have a large number of sections.
Decoupled esptool reset logic for easier monkey-patching
   2020-07-21 10:14:06 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-esptool: updated to 2.8

Version 2.8

Features
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.)

Bug Fixes
Removed ESP8266 SDK & ESP-IDF dependencies when building the flasher stub \ 
binaries. Previously the SDKs were used to include some register address macros, \ 
only. This removes any uncertainty about whether the flasher stub binary is a \ 
derived work of either SDK. The flasher stub binary itself is the same as the \ 
binary in v2.7.
Fixed minor issues running esptool automated tests on macOS.
Minor flake8 fixes including compatibility with newer flake8 versions.

ESP32 Only

Features
Support detection of new ESP32 silicon revisions
New esptool.py elf2image --min-rev X option allows creating a .bin file which \ 
only supports a minimum ESP32 silicon revision.

Bugfixes
Fix burning custom MAC with espefuse.py when 3/4 Coding Scheme is set
   2019-08-13 18:44:27 by Greg Troxel | Files touched by this commit (2)
Log message:
comms/py-esptool: Pivot to PyPi

This avoids much pain with github's nonstandard naming conventions.
   2019-08-13 14:03:55 by Greg Troxel | Files touched by this commit (1)
Log message:
comms/py-esptool: Fix PKGREVISION handling
   2019-08-13 14:02:05 by Greg Troxel | Files touched by this commit (1)
Log message:
comms/py-esptool: Add PYPKGPREFIX to PKGNAME
   2019-08-13 13:44:10 by Greg Troxel | Files touched by this commit (4)
Log message:
comms/py-esptool: Add version 2.7

This is a program to upload firmware images to ESP8266/ESP32 chips.

Next | Query returned 17 messages, browsing 11 to 20 | previous