aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/Makefile
AgeCommit message (Collapse)Author
2009-12-28Removing (no longer maintaining) the Makefile.David A. Mellis
2009-11-21Improving third-party hardware support:David A. Mellis
- moving back to multple cores per platform - using target instead of platform - moving per-board and per-programmer preferences out of Preferences.java and into a new Target class - adding a new "target" preference - support for platform:value values in board preferences for bootloader path and core - XXX: need to support platform:value syntax for board upload.using preferences.
2009-11-07Moving things around.David A. Mellis
2009-08-16Removing obsolete wiring_serial.c from Makefile. Adding - to beginning of ↵David A. Mellis
dependcy lines to avoid unnecessary warnings.
2009-05-09Modifying Makefile to generate dependencies (and .d files) automatically. ↵David A. Mellis
Patch from Lars Immisch: http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1241007184
2009-03-16Adding Print.cpp to Makefile.David A. Mellis
2008-08-17Updating Makefile to derive target name from the current folder.David A. Mellis
2008-03-05Incorporating a modified version of oli.keller's Makefile (prepends #include ↵David A. Mellis
<WProgram.h> and appends main() among other things).
2008-01-22New script for download the reference from Tom Pollard. Updated reference ↵David A. Mellis
and readme and Makefile.
2007-10-06Moving hardware/targets to hardware/cores.David A. Mellis