Skip to content

Releases: noopkat/avrgirl-arduino

1.6.6

24 Feb 05:26
Compare
Choose a tag to compare

Patches:

  • Fixed a bug where some Leonardo boards (like the Arduboy) need a few hundred milliseconds extra after the virtual com port shows up again before reconnecting

1.6.3

18 Jan 04:32
Compare
Choose a tag to compare

Patches:

  • Updated documentation for compiling hex files for uploading (#46)
  • Added BUDGET.md

1.6.2

18 Jan 04:31
Compare
Choose a tag to compare

Official release of Test Pilot testing tool.

1.6.1

03 Jan 23:21
Compare
Choose a tag to compare

Patches:

  • Temporary fix for #45 🐜

1.6.0

03 Jan 23:20
Compare
Choose a tag to compare

Features:

  • soft launch of Test Pilot manual testing tool

1.5.6

27 Dec 04:19
Compare
Choose a tag to compare

Patches:

  • upgraded STK500v2 package to latest version, to turn off unnecessary debug messages

1.5.5

26 Dec 04:23
Compare
Choose a tag to compare

Patches:

  • alias list method to listPorts (thank you @rwaldron for the suggestion in #41)

1.5.4

26 Dec 04:01
Compare
Choose a tag to compare

Patches:

  • support for the Adafruit 32u4 Feather Basic Proto
  • fixed small issue with long reboot sequence in CLI tool

1.5.3

08 Dec 02:49
Compare
Choose a tag to compare

Patches

  • on Linux and Windows, sometimes an AVR109 (all leonardo based boards such as the micro, nano, leo, etc) reset will cause the device to reappear on a different serial port when the VCOM reboots. Fixed this bug by falling back to auto sniffing ports to find the device again if it indeed port hops 🪲

1.5.2

29 Nov 01:19
Compare
Choose a tag to compare

Patches:

  • much needed refactor of whole package
  • additional tests added ✅