Avrgirl Arduino Versions Save

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

v5.0.1

3 years ago
  • Bump bl from 4.0.2 to 4.0.3
    • PR: #220
  • Automate GitHub releases and Changelog generation
    • PR: #221
  • remove master branch trigger for changelog gh action
    • PR: #222

v5.0.0

3 years ago

Major release which drops support for older NodeJS versions.

v4.0.0

4 years ago

Patches

  • updated js-stk500v1 for new buffer methods
  • updated js-stk500v2 for new buffer methods
  • updated intel-hex for new buffer methods
  • update AVR109 reset method to only pull down DTR and no longer pull up
  • using path instead of comName for Windows node-serialport API usage
  • updated tests for new node-serialport API
  • updated tests for new buffer methods
  • update micro demo for new buffer methods

Breaking changes

  • updated node-serialport to v8.0.5

v2.2.9

6 years ago

Patches

  • reverted serialport dependency to v4.x due to Arduino Mega issues.

v2.0.0

7 years ago

This is a major version release. The breaking changes are:

  • no longer supporting NodeJS versions 0.10, 0.11, and 0.12

bitmoji

v1.7.4

7 years ago

Patches:

  • there was a hitch with the node-serialport upgrade, here be a temporary fix.

v1.7.3

7 years ago

Patches:

  • upgrades Serialport dependency to 4.x (huge improvements to stability and API)

v1.7.2

7 years ago

Patches:

  • upgraded chip.avr.avr109 to 1.0.7, which resolves the Linux program verification bug 🎉

v1.7.1

7 years ago

Patches:

  • Serialport dependency is now up to date and shiny thanks to @reconbot ✨

v1.7.0

7 years ago

Features

  • Flash method now supports either a filepath string or a buffer object