Skip to content

Releases: espressif/esp-serial-flasher

Version 1.3.1

26 Jun 12:07

Choose a tag to compare

v1.3.1 (2024-06-26)

Bug Fixes

  • Fix ESP SPI port duplicate tracing
  • SPI interface/esp port alignment requirements fix
  • Upload to RAM examples monitor task priority fix

Version 1.3.0

22 Mar 14:54

Choose a tag to compare

v1.3.0 (2024-03-22)

New Features

  • Add a convenient public API way to read the WIFI MAC

Bug Fixes

  • Correctly compare image size with memory size including offset

Version 1.2.0

28 Feb 14:24

Choose a tag to compare

v1.2.0 (2024-02-28)

New Features

  • Move flash size detection functionality to the public API

Bug Fixes

  • Fix inferring flash size from the flash ID
  • docs: Fix table in SPI load to RAM example

Version 1.1.0

13 Feb 15:54

Choose a tag to compare

v1.1.0 (2024-02-13)

New Features

  • USB CDC ACM interface support
  • Add the ability for ESP ports to not initialize peripherals

Bug Fixes

  • docs: Remove notes about SPI interface being experimental
  • Document size_id and improve comments in places

Version 1.0.2

21 Dec 21:58

Choose a tag to compare

v1.0.2 (2023-12-20)

Bug Fixes

  • Fix flash size checks after detection

Version 1.0.1

20 Dec 09:22

Choose a tag to compare

v1.0.1 (2023-12-19)

Bug Fixes

  • Fix md5 timeout values
  • ci: Add more compiler warnings for the flasher in the examples