Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-07 | Added support for Arduino Esplora | Cristian Maglie | |
2012-11-01 | Adding LilyPad Arduino USB. | David A. Mellis | |
2012-10-27 | Adding Micro. | David A. Mellis | |
2012-10-18 | Updating USB core to work at 8 MHz (different PLLCSR value). | David A. Mellis | |
2012-09-13 | Avoid serial buffer overrun on leonardo | Peter Van Hoyweghen | |
2012-05-01 | renamed Leonardo USB_ class to USBDevice_ to be unambiguous. renamed "USB" ↵ | Zach Eveland | |
object to "USBDevice" to prevent conflict with USB Host library (thanks Massimo) | |||
2012-04-25 | changed PID values for Leonardo bootloader and sketch | Zach Eveland | |
done to avoid driver problems for users who installed the pre-release bootloader and driver | |||
2012-04-09 | Micro I hardly knew ye | Zach Eveland | |
2012-04-09 | sketch USB VID and PID values are passed in from boards.txt at compile time ↵ | Zach Eveland | |
now. changed sketch PIDs to final values. also uncommented Micro section in boards.txt | |||
2012-03-07 | Fix for some strange behaviours during board reset | Cristian Maglie | |
2011-12-18 | added asynchronous buffering of received CDC characters | Zach Eveland | |
This fixes the issue Federico reported where bytes written by host but not read by sketch would cause serial connection to lock up. Ring buffer implementation is based on HardwareSerial.cpp. Adds public accept() method to CDC. | |||
2011-09-16 | added automatic one-shot TX and RX LED control for sketch USB | Zach Eveland | |
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-08-30 | support for non-Leonardo boards is back! | Zach Eveland | |
2011-08-14 | Serial via USB works | Zach Eveland | |
Integrated rest of Peter's USB implementation |