| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| Fixes #352 | |||
| 2015-05-09 | example: "all of the" | Daniel Cousens | |
| thanks @sej7278 | |||
| 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 | |
| Fixes issue #335 | |||
| 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 | |
| Add CORE and FORCE_MONITOR_PORT to arduino-mk-vars.md and FORCE_MONITOR_PORT to config print. | |||
| 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 | |
| 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-10-22 | move ARDUINO_DIR auto-detection into Common.mk. This allows Teensy.mk to use ↵ | stepcut | |
| auto-detected location. | |||
| 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 | |
| are not affected by test scripts/makefiles. Added makefile and gcc version info to config output. Tested on Arduino 1.0.6 | |||
| 2014-09-20 | Move scripts inside tests directory. | Christopher Peplin | |
| Fixed https://github.com/sudar/Arduino-Makefile/issues/260 | |||
| 2014-09-20 | Move tests back to 'examples', skip non-testable examples when testing. | Christopher Peplin | |
| This fixes https://github.com/sudar/Arduino-Makefile/issues/259. | |||
| 2014-09-09 | Add 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-08-14 | MakefileExample: Fix AVR_TOOLS_DIR default | Ben Gamari | |
| Judging by the default for OS X directly above it and the fact that the current default doesn't work, it seems this should not include the `/bin`. | |||
| 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 | |
| Fix #154 | |||
| 2013-09-22 | Add a README file for /examples folder | Sudar | |
| Fix #74 | |||
| 2013-07-10 | Rename 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 | |||
| 2013-07-09 | Add support for the Digilent chipKIT platform | Christopher Peplin | |
| This commit modifies a few things in Arduino.mk to be able to support overriding the necessary configuration options to support the chipKIT build, and also includes an example sketch configured to build for the Max32 platform. In addition the following changes were done as well - Control C standard with a CFLAGS_STD flag, GNU99 by default. - Duplicate show_config_variable in each sub-makefile. - Remove redundant output of ARDUINO_PREFERENCES_PATH from config table. - Defer Priting ARDMK_DIR until Arduino.mk. - Define names of compiler tools earlier to use for path checking. Duplicating show_config_variable is unfortunate because the code is duplicated, but I don't see a good way around it since we need to dupliacate the check for ARDMK_DIR before we can find Common.mk. Fix #98 | |||
| 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 | |
| Fix #86 | |||
| 2013-06-22 | Add Tiny SoftwareSerial example | Sudar | |
| This example shows how to use softwareSerial in a ATtiny device using the ATtiny core | |||
| 2013-06-22 | Remove "utility" from example makefiles | Sudar | |
| From commit fc968b919148eb99d1d58a8454a71bf703ca7c78 files inside utility are automatically build. Fix #84 | |||
| 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 | |
