index
:
Arduino-Makefile.git
auto-lib
headers
master
gitar
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
Age
Commit message (
Expand
)
Author
2019-02-11
Add OpenCR.mk for OpenCR 1.0 board and add example code(example/BlinkOpenCR)
Dukejung
2018-10-02
Added a test case for moving CORE_LIB in PR #583.
Pieter du Preez
2018-06-14
Support for Arduino Due added
John Whittington
2018-02-24
SAMD Cortex M0 device support (Zero, MKR1000, etc)
John Whittington
2017-12-28
Moved ATtiny examples from Blink to ATtinyBlink and updated the instructions ...
Simon John
2017-07-12
Add makefile for Robotis OpenCM & update version to 1.6.0
Karl Semich
2017-06-02
Fix paths in the example Makefile
Milan Vancura
2017-06-02
Document how to setup Makefile for 3rd party boards
Milan Vancura
2015-09-21
Correct path ARDUINO_DIR for Macs
Thomas Kilian
2015-08-04
Fix typo
michael
2015-07-02
Added examples for various boards and IDE versions to the Blink example.
Simon John
2015-05-15
Updated some documentation to clarify 1.5+ settings.
Simon John
2015-05-09
example: "all of the"
Daniel Cousens
2015-05-09
example: further spelling error fixes
Daniel Cousens
2015-05-09
Fix s/detailled/detailed typo
Daniel Cousens
2015-03-28
Replaced UTF-8 copyright symbol causing sed errors on OSX
Simon John
2015-03-28
Add a new example to show how serial monitor can be used
Sudar
2015-03-28
Whitespace fixes in examples
Sudar
2014-12-30
Tidy new arduino mk vars
Gabrielius Mickevicius
2014-12-30
Note on using root in BlinkNetworkRPi
Gabrielius Mickevicius
2014-12-30
Example: set fuses and upload hex on remote programmer
Gabrielius Mickevicius
2014-10-22
move ARDUINO_DIR auto-detection into Common.mk. This allows Teensy.mk to use ...
stepcut
2014-10-22
Added BlinkTeensy example which uses the Teensy.mk file.
stepcut
2014-09-21
Removed Travis-CI references from all examples. Regular users
Simon John
2014-09-20
Move scripts inside tests directory.
Christopher Peplin
2014-09-20
Move tests back to 'examples', skip non-testable examples when testing.
Christopher Peplin
2014-09-09
Add a script to compile examples as an automated test suite.
Christopher Peplin
2014-08-14
MakefileExample: Fix AVR_TOOLS_DIR default
Ben Gamari
2014-08-13
add CFLAGS_STD and CXXFLAGS_STD defaults
ladislas
2014-03-06
Add a reference makefile, with real-world example
tinyladi
2014-01-28
Don't hard code MONITOR_PORT in examples, for more flexible testing.
Christopher Peplin
2014-01-14
Remove `arduino-mk` folder from all examples
Sudar
2013-09-22
Add a README file for /examples folder
Sudar
2013-07-10
Rename ARDUINO_PORT to MONITOR_PORT to reflect support for other platforms.
Christopher Peplin
2013-07-09
Add support for the Digilent chipKIT platform
Christopher Peplin
2013-07-09
Don't commit example build directories to git.
Christopher Peplin
2013-06-23
Auto detect alternate core path from sketchbook folder
Sudar
2013-06-22
Add Tiny SoftwareSerial example
Sudar
2013-06-22
Remove "utility" from example makefiles
Sudar
2013-06-15
Add an example to show how to compile AVR C files
Sudar
2013-06-09
Added example to show how to program using Arduino as ISP. Fixes #55
Sudar
2013-03-16
removed unnecessary .DS_Store
Jeff Kowalski
2012-04-29
Fixed broken examples/Blink/Makefile
Martin Oldfield
2012-04-29
Rejig path calculations.\nMove reset target to Perl.\n
Martin Oldfield
2012-04-29
Added monitor target and AnalogInOutSerial example
Martin Oldfield
2012-03-25
Remove build files and add to gitignore.
Christopher Peplin
2012-02-28
Remove more object files
Martin Oldfield
2012-02-28
Remove object files
Martin Oldfield
2012-02-28
Initial NWO check in
Martin Oldfield