Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-13 | No fixed value for USB power current. | Andreas Watterott | |
2016-07-13 | configurable USB_VERSION string via define | Martino Facchin | |
to allow WebUSB development, provide a way to change the USB_VERSION reported using an additional core. The additional (webUSB) core will survive IDE and AVR core updates | |||
2016-05-18 | Move Caterina_BL related defines into generic USBCore.h | Martino Facchin | |
In an excess of confidence, these defines were added to Leonardo's variant.h 3rd party boards sometimes avoid inheriting this variant but they still define USBCON, thus breaking the build | |||
2015-10-09 | [PUSB] Minor Style change | Nico | |
2015-10-08 | [HID] Improved checks in getDescriptor() method | Cristian Maglie | |
2015-10-02 | [USB] Fixed some compiler warnings | Cristian Maglie | |
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 |