Releases: tinygo-org/espflasher
Releases · tinygo-org/espflasher
v0.6.0
Changelog
- 8348d88 Fix outdated comments and add missing ESP32-C5 support in CLI
- 43eac0a Release 0.6.0
- 4496d1f chore: update all stubs to esp-flasher-stub v0.5.1
- 16cf133 espflasher: add USB-JTAG/Serial reset support for ESP32-S3/C3/C6/H2
- 8a03b08 feat: add ESP32-C3 USB-JTAG PostConnect with RTC_CNTL disable
- ae6add1 feat: add ESP32-C5 USB-JTAG PostConnect with LP_WDT disable
- e617dc0 feat: add ESP32-C6 USB-JTAG PostConnect with LP_WDT disable
- 8d59044 feat: add ESP32-H2 USB-JTAG PostConnect with LP_WDT disable
- 736aa48 feat: add ESP32-S2 USB-OTG PostConnect
- a5e0965 feat: add ESP32-S3 USB PostConnect with watchdog disable
- fef487b feat: add NVS partition library for ESP32 flash storage
- 3a71cb3 feat: add ResetAuto mode for automatic reset strategy detection
- e9d4fce feat: add USB CDC support and ReadFlash protocol
- b62650b feat: add public GetSecurityInfo and FlashMD5 API methods (#21)
- 2744d8e fix: double hard-reset for USB devices on Windows
- 7659910 tools: replace update-stubs.sh with a Go program
Released by GoReleaser.
v0.5.0
Changelog
- 483acff Release 0.5.0
- 136ef99 espflasher: implement stub loader and fix duplicate log output
- f78b67b feat: Add auto-detect ESP chip via security info and improve test coverage
- b2afd34 feature: add support for ESP32-C5
- 2550f04 fix: compute SHA-256 digest at correct image offset for combined binaries
- b5ac75b flasher: use uncompressed writes for ROM bootloader, skip flash end commands
Released by GoReleaser.
v0.4.0
v0.3.1
0.3.0
What's Changed
- fix: actually hookup resetmode to CLI by @deadprogram in #6
- refactor: move command to root and library into pkg/espflash by @deadprogram in #7
- ci: add Github Action for tests by @deadprogram in #8
Full Changelog: v0.2.0...v0.3.0
0.2.0
What's Changed
- feature: autodetect flash size based on the chip. by @deadprogram in #4
Full Changelog: v0.1.0...v0.2.0
0.1.0
What's Changed
- all: actually working on esp32s3/espc3
- fix: correctly write image header for flash by @deadprogram in #1
- fix: use proper bootloader commands for ESP8266 by @deadprogram in #2
- tests: add test coverage by @deadprogram in #3
Full Changelog: https://github.com/tinygo-org/espflash/commits/v0.1.0