John Whittington
2329d19b97
remove #630
2020-08-10 16:37:32 +02:00
John Whittington
bf319c49b7
platform neutral examples and manual cherry-pick merge of https://github.com/alissa-huskey/Arduino-Makefile/tree/test_fixes
2020-08-06 20:01:05 +02:00
Simon John
eaa8f1fe44
Updated some documentation to clarify 1.5+ settings.
...
Fixes #352
2015-05-15 18:09:00 +01:00
Simon John
6be2614c30
Removed Travis-CI references from all examples. Regular users
...
are not affected by test scripts/makefiles.
Added makefile and gcc version info to config output.
Tested on Arduino 1.0.6
2014-09-21 19:36:50 +01:00
Christopher Peplin
c86ce093ce
Add a script to compile examples as an automated test suite.
...
* 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-09-09 23:17:15 -04:00
Christopher Peplin
e50caad1e9
Don't hard code MONITOR_PORT in examples, for more flexible testing.
2014-01-28 09:44:33 -05:00
Sudar
ce9c54848f
Remove arduino-mk
folder from all examples
...
Fix #154
2014-01-14 14:36:24 +05:30
Sudar
7e66672a6c
Auto detect alternate core path from sketchbook folder
...
Fix #86
2013-06-23 13:08:06 +05:30
Sudar
2b75a0ddb4
Add Tiny SoftwareSerial example
...
This example shows how to use softwareSerial in a ATtiny device using
the ATtiny core
2013-06-22 15:35:01 +05:30