Arduino-Makefile/examples
Christopher Peplin df88db2cfb Add support for the Digilent chipKIT platform
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 21:42:05 +05:30
..
AnalogInOutSerial Rejig path calculations.\nMove reset target to Perl.\n 2012-04-29 18:55:17 +01:00
ATtinyBlink Auto detect alternate core path from sketchbook folder 2013-06-23 13:08:06 +05:30
Blink Fixed broken examples/Blink/Makefile 2012-04-29 18:57:42 +01:00
BlinkChipKIT Add support for the Digilent chipKIT platform 2013-07-09 21:42:05 +05:30
BlinkInAVRC Add an example to show how to compile AVR C files 2013-06-15 19:42:13 +05:30
BlinkWithoutDelay removed unnecessary .DS_Store 2013-03-16 00:19:56 -07:00
Fade Rejig path calculations.\nMove reset target to Perl.\n 2012-04-29 18:55:17 +01:00
HelloWorld Rejig path calculations.\nMove reset target to Perl.\n 2012-04-29 18:55:17 +01:00
master_reader Remove "utility" from example makefiles 2013-06-22 11:48:26 +05:30
TinySoftWareSerial Auto detect alternate core path from sketchbook folder 2013-06-23 13:08:06 +05:30
toneMelody Rejig path calculations.\nMove reset target to Perl.\n 2012-04-29 18:55:17 +01:00
WebServer Remove "utility" from example makefiles 2013-06-22 11:48:26 +05:30
.gitignore Don't commit example build directories to git. 2013-07-09 21:42:05 +05:30