Skip to content

Latest commit

 

History

History
228 lines (138 loc) · 10.3 KB

File metadata and controls

228 lines (138 loc) · 10.3 KB

Changelog

Unreleased

Breaking

  • detectFlashSize() now returns undefined when the SPI flash ID cannot be read or mapped, instead of silently defaulting to "4MB". TypeScript callers must handle undefined; JavaScript callers no longer always receive a string.

Fixed

  • writeFlash({ flashSize: "detect" }) resolves the flash size (via detectFlashSize()) before the bounds check, so "detect" is no longer treated as size -1 (#254). Detection runs for every file in the write, not only a boot image at BOOTLOADER_FLASH_OFFSET.
  • ESP32-C6, C5, C61, and H2 use SPI_REG_BASE = 0x60003000, matching esptool. Flash ID reads on those chips no longer return 0 (#217).

v0.6.1 - 2026-08-06

Bug Fixes

v0.6.0 - 2026-03-26

Features

Bug Fixes

v0.5.7 - 2025-08-04

Bug Fixes

v0.5.6 - 2025-06-16

Bug Fixes

v0.5.5 - 2025-05-28

Features

Bug Fixes

v0.5.4 - 2025-01-14

Features

Bug Fixes

v0.5.3 - 2024-12-20

Bug Fixes

v0.5.2 - 2024-12-10

Bug Fixes

v0.4.7 - 2024-10-23

Bug Fixes

Features

v0.4.6 - 2024-10-10

Features

v0.4.5 - 2024-07-18

Bug Fixes

v0.4.4 - 2024-07-18

Features

v0.4.3 - 2024-06-18

Bug Fixes

v0.4.2 - 2024-06-17

Features

Bug Fixes

v0.4.1 - 2024-01-31

Bug Fixes

  • Update buffer reference #127
  • Add PR comment workflow and test instructions #128

v0.4.0 - 2024-01-29

Features

Bug Fixes

v0.3.2 - 2023-11-02

Features

  • Add serial options for SerialPort class #115

Bug Fixes

  • Fix port as loaderOptions optional parameter. #116

v0.3.1 - 2023-10-15

Bug Fixes

  • Fix example offset data with #106
  • Baud rate fixes and port as loaderOptions #112 Thanks @g3gg0 !

v0.3.0 - 2023-06-30

Features

v0.2.2 - 2023-06-05

Bug Fixes

v0.2.1 - 2023-02-28

Features

Bug Fixes

v0.2.0 - 2023-01-18

Features

Bug Fixes

Many other bug fixes and features before release tracking before this release.