Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-03 | Fixing warnings (David H. Lynch Jr). | David A. Mellis | |
2010-09-08 | 1280 -> 1280/2560. | David A. Mellis | |
2010-05-16 | Adding A0=14, A1=15, etc. aliases for analog input pins and modifying ↵ | David A. Mellis | |
analogRead() to accept them (in addition to 0, 1, 2, etc.). Removing some unused code elsewhere. | |||
2009-11-21 | Improving 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-07 | Moving things around. | David A. Mellis | |
2009-03-25 | Adding support for the Arduino Mega (ATmega1280) to the core and bootloader. | David A. Mellis | |
2008-11-01 | Switching tests for __AVR_ATmega168__ to tests for __AVR_ATmega8__ so that ↵ | David A. Mellis | |
less changes are needed to support other processors. | |||
2007-10-06 | Moving hardware/targets to hardware/cores. | David A. Mellis | |