Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-31 | Add Serial_::readBreak() to process SEND_BREAK requests | Matthijs Kooijman | |
This allows detecting when the USB host sends a break request and what the value of the request was. See the comments in USBAPI.h for details. This just modifies the avr core, not the sam core. | |||
2015-07-16 | fix HID headers | Martino Facchin | |
2015-07-16 | Add support for waking up a host via USB HID | Martino Facchin | |
this is a rework of commit fbcf94801b8bba7f1c8c79cc7ae402b6b9dbb2d3 | |||
2015-07-16 | add PluggableUSB module | Martino Facchin | |
2015-07-16 | Remove HID core library | Martino Facchin | |
2011-08-14 | Serial via USB works | Zach Eveland | |
Integrated rest of Peter's USB implementation |