Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function ↵ | Dean Camera | 2009-11-13 | 1 | -2/+2 | |
| | | | | to USB_Host_GetDeviceConfigDescriptor(). | |||||
* | Add optional double-banking support to the Device mode Class Drivers, on a ↵ | Dean Camera | 2009-11-06 | 1 | -5/+6 | |
| | | | | per-endpoint, per-interface level. | |||||
* | Fix invalid Event name rule in demo/project makefiles. | Dean Camera | 2009-10-16 | 1 | -1/+1 | |
| | ||||||
* | Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz. | Dean Camera | 2009-10-12 | 1 | -3/+2 | |
| | | | | Fix up demo documentation device compatibility list to be as general as possible to reduce changes required as Atmel releases more devices within the same USB AVR series. | |||||
* | Application documentation/comment cleanup. | Dean Camera | 2009-10-08 | 1 | -1/+1 | |
| | ||||||
* | Remove old OTG demo directory with useless TestApp demo. Add new DualRole ↵ | Dean Camera | 2009-09-29 | 13 | -0/+3258 | |
directory with new Class Driver powered Mouse dual role demonstration application showing a dual role device using the HID host/device Class drivers. |