Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix redefinition warning when USB_DEVICE_ONLY is set on an AVR which does ↵ | Dean Camera | 2009-07-30 | 1 | -1/+3 |
| | | | | not support USB host mode. | ||||
* | Cleanup USBMode.h to simplify preprocessor logic. | Dean Camera | 2009-07-29 | 1 | -21/+10 |
| | |||||
* | Added support for the new ATMEGA32U2, ATMEGA16U2 and ATMEGA8U2 AVR models. | Dean Camera | 2009-07-16 | 1 | -3/+8 |
| | |||||
* | Changed per-device controller preprocessor checks over to per-device series ↵ | Dean Camera | 2009-06-14 | 1 | -9/+9 |
| | | | | | | for better device control. Fixed error in Endpoint.c using HSOFI rather than SOFI for counting elapsed milliseconds. | ||||
* | Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB ↵ | Dean Camera | 2009-04-05 | 1 | -0/+77 |
driver directory to the HighLevel USB driver directory, where they are more suited. |