Skip to content

Releases: tasmota/esptool

Version v4.1

10 Jun 06:40
6b81fd2
Compare
Choose a tag to compare
Merge pull request #5 from tasmota/v4.1

V4.1

Esptool v4.0.1

25 May 12:22
Compare
Choose a tag to compare
Update version to v4.0.1

Version v3.3.1

15 May 21:18
29eb641
Compare
Choose a tag to compare

Platformio Tasmota Version v3.3

23 Mar 11:08
da7bed9
Compare
Choose a tag to compare

Fix S3 bootloader flash size patching

21 Mar 10:52
Compare
Choose a tag to compare

Version v3.2.2

19 Mar 18:12
b632f3a
Compare
Choose a tag to compare
Delete new_issues.yml

S2 fix

04 Feb 19:48
Compare
Choose a tag to compare

Full Changelog: v3.2...v3.2.1

Version 3.2 for Platformio

01 Nov 17:32
Compare
Choose a tag to compare

New Features
Support for ESP32-S3 SoC has been added (removed ESP32-S3-beta3).
Added USB-JTAG-Serial and USB-CDC support for ESP32-S3.
Added a check to disable stub when connecting to an unsupported chip.
Added boot log detection and context of failures logging.
Improved error messages to cover more cases and provide more information.
Added get_security_info command stub support.
Augmented chip autodetection to work even in secure download mode. (ESP32-C3 and later only)
Added flash chip connection verification check.
Added ESP8266 version 3 image format support.
espsecure.py
Added option for 512bit keys for encrypt_flash_data.
espefuse.py
Added a new command which can execute custom python scripts to burn efuses all at once.
Added ESP32-S2 flash_ver, psram_ver, and pkg_ver efuses.
Corrected lenght of soft_dis_jtag efuse.
Added custom_mac eFuse field for ESP32-C3/-S2/-S3/-H2.
Added a check for read_protect_efuse. (espressif#640)
Added support for 512bit XTS_AES flash encryption key.
Added a step to close the serial port after espefuse operations. (espressif#671)
Added a security confirmation flag to espefuse tests. (espressif#677)
Internal features
These features are intended for use inside Espressif:

Preview support for ESP32-H2 and ESP8684 has 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.
Added automatic delay for boot time after ESP32 reset in FPGA.
Bug Fixes
Fixed build from sources (require wheel only when installing from pip). (espressif#632)
Fixed failing flashing process on some supported chips. (espressif#635)
Fixed ESP32-C3 package detection. (espressif#638, espressif#639)
Fixed test child processes being blocked waiting for the OS pipe buffer to accept more data. (espressif#637)
Fixed MacOS USB PID detection on tty and cu ports.
Fixed erroneous comparison when handling deflated data. (espressif#650)
Miscellaneous Changes
Changed unnecessarily alarming error to a warning. (espressif#631)
Removed ESP32 rev0 connection workaround.
Added a readable error and a use example to merge_bin.
Thanks to @bbilas, @xingrz, @loader-bsd, @alvarolb, and others for contributing to this release.