Commit Graph

11 Commits

Author SHA1 Message Date
Martino Facchin d019fdfb1e configurable USB_VERSION string via define
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-07-13 14:28:17 +02:00
Martino Facchin c948d6fd1a Move Caterina_BL related defines into generic USBCore.h
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
2016-05-18 14:23:40 +02:00
Nico 4cbaa304fb [PUSB] Minor Style change 2015-10-09 22:10:45 +02:00
Cristian Maglie 8b6b796f94 [HID] Improved checks in getDescriptor() method 2015-10-08 16:38:57 +02:00
Cristian Maglie 631e056806 [USB] Fixed some compiler warnings 2015-10-02 11:59:23 +02:00
Matthijs Kooijman d93c15ca5c Add Serial_::readBreak() to process SEND_BREAK requests
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-31 14:06:19 +02:00
Martino Facchin d2515993d5 fix HID headers 2015-07-16 13:13:51 +02:00
Martino Facchin 05f8a397a4 Add support for waking up a host via USB HID
this is a rework of commit fbcf94801b8bba7f1c8c79cc7ae402b6b9dbb2d3
2015-07-16 13:13:51 +02:00
Martino Facchin f7631cdee9 add PluggableUSB module 2015-07-16 13:12:14 +02:00
Martino Facchin 3750b26d29 Remove HID core library 2015-07-16 13:12:13 +02:00
Cristian Maglie 822dcb0989 Created second level in hardware folder: hardware/PACKAGE/PLATFORM/...
Made some helper class for files filtering.
platforms.txt now contains only one platform at a time.
Some cleanup in Compiler and AvrDudeUploader classes.
2011-12-30 15:46:04 +01:00