Skip to content

Releases: igrr/esptool-ck

0.4.13

17 Feb 12:01
Compare
Choose a tag to compare

0.4.12

15 Oct 05:57
Compare
Choose a tag to compare

0.4.11

19 Jul 13:20
Compare
Choose a tag to compare
0.4.11 Pre-release
Pre-release

0.4.10

18 Jul 05:00
Compare
Choose a tag to compare
0.4.10 Pre-release
Pre-release

0.4.9

17 Jun 05:58
Compare
Choose a tag to compare
  • Add script to test failure rate
  • Don't use character timeouts on Linux and macOS
  • Fix compilation for FreeBSD
  • Split upload progress into multiple lines
  • Add command line option to reset the chip
  • Fix some debug output

0.4.8

27 Feb 20:29
Compare
Choose a tag to compare

0.4.6

01 Aug 08:19
Compare
Choose a tag to compare

0.4.5

29 May 16:13
Compare
Choose a tag to compare

0.4.4

18 May 16:11
Compare
Choose a tag to compare

Change log

  • fix uploading with CH340
  • fix handling of flash size/mode/frequency commands
  • package linux and osx archives as tar.gz

0.4.3

30 Apr 04:45
Compare
Choose a tag to compare

Change log

  • Fix handling of sync packet reply. Sync command actually causes the bootloader to send not one, but eight reply packets. Ignoring this fact caused sync issues and messages like "espcomm cmd: wrong direction/command"
  • OS X: allow baud rates for which constants are not defined (230400, 460800, 921600)
  • Add support for setting flash chip size, mode, and frequency options in the binary image file.
  • Add workaround for SPIEraseArea bug
  • Add support for higher baud rates on Windows