Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-08 | removed leftover pins/ directory | Zach Eveland | |
2011-08-30 | Merge branch 'mainline' into new-extension | Zach Eveland | |
2011-08-23 | Renaming pins/ directory to the more generic variants/ | David A. Mellis | |
http://code.google.com/p/arduino/issues/detail?id=588 | |||
2011-08-12 | Adding basic macros for analog + digital pin information. | David A. Mellis | |
http://code.google.com/p/arduino/issues/detail?id=495 | |||
2011-08-12 | Adding pin-change interrupt pin mapping macros to pins_arduino.h. | David A. Mellis | |
http://code.google.com/p/arduino/issues/detail?id=490 | |||
2011-08-12 | Adding SCL, SDA, and LED #defines. | David A. Mellis | |
2011-08-11 | cleaned up types. set D5 as not a PWM pin for now. | Zach Eveland | |
2011-08-10 | support for 32u4 and Leonardo pins, uploading, and bootloader programming | Zach Eveland | |
2011-03-04 | Factoring pin definitions out of the core. | David A. Mellis | |
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. |