Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 730 Bytes

CHANGELOG.md

File metadata and controls

39 lines (22 loc) · 730 Bytes

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

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

v1.0.2 (2023-12-20)

Bug Fixes

  • Fix flash size ID sanity checks

v1.0.1 (2023-12-19)

Bug Fixes

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

v1.0.0 (2023-12-10)

  • Initial release