aboutsummaryrefslogtreecommitdiff
path: root/examples/Blink/Makefile
AgeCommit message (Collapse)Author
2015-03-28Whitespace fixes in examplesSudar
2014-09-21Removed Travis-CI references from all examples. Regular usersSimon John
are not affected by test scripts/makefiles. Added makefile and gcc version info to config output. Tested on Arduino 1.0.6
2014-09-20Move tests back to 'examples', skip non-testable examples when testing.Christopher Peplin
This fixes https://github.com/sudar/Arduino-Makefile/issues/259.
2014-09-09Add a script to compile examples as an automated test suite.Christopher Peplin
* Added script/boostrap.sh to download the Arduino IDE and MPIDE (for chipKIT). Tested in Linux, should work in Cygwin and OS X too. * Added script/runtests.sh to run "make" in each example project and collect the results. The script returns -1 if any fails. * Moved currently testable examples to a "tests" directory, separate from examples that require alternative cores.
2014-01-28Don't hard code MONITOR_PORT in examples, for more flexible testing.Christopher Peplin
2014-01-14Remove `arduino-mk` folder from all examplesSudar
Fix #154
2013-07-10Rename ARDUINO_PORT to MONITOR_PORT to reflect support for other platforms.Christopher Peplin
This commit includes backwards compatibility with the ARDUINO_PORT flag if that's set. Fix #109
2012-04-29Fixed broken examples/Blink/MakefileMartin Oldfield
2012-04-29Rejig path calculations.\nMove reset target to Perl.\nMartin Oldfield
2012-02-28Initial NWO check inMartin Oldfield