Skip to content
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.

Tags: peplin/arduino.mk

Tags

v0.6

Toggle v0.6's commit message
Released 2011-06-23

* Added ard-parse-boards. Mark Sproul suggested doing something like this ages
ago, but I've only recently looked at it in detail.

* Fabien Le Lez reported that one needs to link with -lc to avoid linker
errors.

v0.5

Toggle v0.5's commit message
Released 2011-06-23

* Imported changes from Debian/Ubuntu, which incorporate a patch from Stefan
Tomanek so that libraries would be compiled too.

v0.4

Toggle v0.4's commit message
Released 2010-05-24

* Tweaked rules for the reset target on Philip Hands' advice.

v0.3

Toggle v0.3's commit message
Released 2010-05-21

* Tidied up the licensing, making it clear that it's released under LGPL 2.1.

* Philip Hands sent me some code to reset the Arduino by dropping DTR for
100ms, and I added it.

* Tweaked the Makefile to handle version 0018 of the Arduino software which now
includes main.cpp. Accordingly we don't need to—and indeed must not—add
main.cxx to the .pde sketch file. The paths seem to have changed a bit too.