aboutsummaryrefslogtreecommitdiff
path: root/tests/script
AgeCommit message (Collapse)Author
2017-07-12Add makefile for Robotis OpenCM & update version to 1.6.0Karl Semich
2016-02-09Don't upgrade setuptools while bootstrap travis environmentSudar Muthu
For some reason the command `pip install --upgrade setuptools` fails in the new travis build infrastructure. You can see the full error log in #404 Fix #404
2015-05-21Added some extra checks to Travis-CISimon John
2014-12-30Example: set fuses and upload hex on remote programmerGabrielius Mickevicius
Implements two new make rules: 'net_set_fuses' executes a single ssh command, 'net_upload' pipes hex through ssh connection. The example also showcases the FORCE_MONITOR_PORT feature.
2014-11-08Arduino changed the download link again, this time it uses a script,Simon John
curl handles it ok luckily.
2014-10-22Make BlinkTeensy a NON_TESTABLE_EXAMPLESstepcut
2014-09-22Update Travis-CI scripts to test against Arduino v1.0.6Simon John
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 scripts inside tests directory.Christopher Peplin
Fixed https://github.com/sudar/Arduino-Makefile/issues/260