Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-16 | added to sketch iProduct and iManufacturer strings identifying board as ↵ | Zach Eveland | |
either an "Arduino Leonardo" or "Arduino Micro" manufactured by "Arduino LLC" | |||
2011-09-08 | added compile-time definition of sketch PID. PID is pulled from ↵ | Zach Eveland | |
variants/leonardo or the new variants/micro as appropriate. | |||
2011-09-08 | Revert "support compile-time passing of PID to Leonardo/Micro sketches. PID ↵ | Zach Eveland | |
comes from boards.txt - different for Micro and Leonardo" This reverts commit 3e0d195492247a7e7c2ec72476bf2a0991ea6d48. | |||
2011-09-08 | support compile-time passing of PID to Leonardo/Micro sketches. PID comes ↵ | Zach Eveland | |
from boards.txt - different for Micro and Leonardo | |||
2011-08-14 | Serial via USB works | Zach Eveland | |
Integrated rest of Peter's USB implementation |