Releases: noopkat/avrgirl-arduino
Releases · noopkat/avrgirl-arduino
1.6.6
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
Patches:
- Updated documentation for compiling hex files for uploading (#46)
- Added BUDGET.md
1.6.2
Official release of Test Pilot testing tool.
1.6.0
Features:
- soft launch of Test Pilot manual testing tool
1.5.6
Patches:
- upgraded STK500v2 package to latest version, to turn off unnecessary debug messages
1.5.5
Patches:
- alias
list
method to listPorts
(thank you @rwaldron for the suggestion in #41)
1.5.4
Patches:
- support for the Adafruit 32u4 Feather Basic Proto
- fixed small issue with long reboot sequence in CLI tool
1.5.3
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
Patches:
- much needed refactor of whole package
- additional tests added ✅