Go to file
David A. Mellis a19a23ff92 Factoring pin definitions out of the core.
That is, there's now a pins/ directory in a platform, which includes multiple directories, each of which has its own pins_arduino.h.  The boards.txt gets a new preferences, <BOARD>.build.pins, whose values is a sub-directory of the pins/ directory (possibly with a "platform:" prefix).  That sub-directory is then placed in the include path during compilation.
2011-03-04 21:05:05 -05:00
bootloaders Fix to optiboot infinite loop problem. 2011-01-15 13:29:08 +00:00
cores/arduino Factoring pin definitions out of the core. 2011-03-04 21:05:05 -05:00
firmwares Minor ATmega8U2 firmware update and new .hex files. 2010-12-04 14:28:56 -05:00
pins Factoring pin definitions out of the core. 2011-03-04 21:05:05 -05:00
boards.txt Factoring pin definitions out of the core. 2011-03-04 21:05:05 -05:00
programmers.txt Adding Arduino as ISP sketch (firmware) and programmers.txt entry. 2009-11-01 17:00:31 +00:00