Avrgirl Arduino Versions Save

:girl: :pager: A NodeJS library for flashing compiled sketch files to Arduino microcontroller boards.

v1.5.1

8 years ago

Patches:

  • a previous bugfix 341cce51d1867f4f was accidentally removed, most likely due to a rebase

v1.5.0

8 years ago

Features:

  • @makenai added list and boards methods to the CLI :sparkles:

Patches:

  • @makenai laid down some test foundations
  • Travis CI now connected for both tests and coverage report
  • new shiny gulp test flow
  • avrgirl-arduino now has an official code styleguide, and lint gulp task
  • README and CONTRIBUTING doc improvements
  • remove deprecated list.js

v1.4.16

8 years ago

Patches:

  • upgraded node-serialport to v2.0.5

v1.4.15

8 years ago

Patches:

  • @ajfisher added some new pid's to match against for some board clones he found :dizzy:

v1.4.14

8 years ago

Patches:

  • @frxnz fixed an exec :bomb: when regexing Windows PnpId's :sparkles:

v1.4.13

8 years ago

Patches

  • version bump for chip.avr.avr109 to fix intelhex parsing bug
  • small debug function change so that console logs are bound to the correct console (compatibility with Electron, nw.js)

v1.4.12

8 years ago

Patches:

  • @makenai provided a neater StandardFirmata for Pinoccio Scouts :bow:
  • bumped minimist and serialport versions
  • Removed leo reset child process, now resetting by DTR cycling, thanks @flaki for testing

v1.4.11

8 years ago

Patches:

  • @ArekSredzki contributed a nice error handling solution for finding no serialports :+1:

v1.4.9

8 years ago

Patches:

  • @ArekSredzki added support for the Spark Fun Mega Pro board (a mega clone). Thank you! ✨

v1.4.8

8 years ago

Patches:

  • Updated serialport to 2.0.1 (to resolve issue #17, hooray!)