Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed possible device lockup when INTERRUPT_CONTROL_ENDPOINT is enabled and ↵ | Dean Camera | 2010-05-13 | 1 | -2/+5 |
| | | | | the control endpoint is not properly selected when the ISR completes. | ||||
* | Fix nasty bug in USBInterrupt.c which would cause a lockup if the control ↵ | Dean Camera | 2010-05-11 | 1 | -4/+4 |
| | | | | endpoint was not selected at the point the USB endpoint interrupt fires when INTERRUPT_CONTROL_ENDPOINT is defined. | ||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 1 | -247/+247 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | Fixed INTERRUPT_CONTROL_ENDPOINT compile time option preventing other ↵ | Dean Camera | 2010-05-04 | 1 | -0/+3 |
| | | | | interrupts from occuring while the control endpoint request is being processed, causing possible lockups if a USB interrupt occurs during a transfer. | ||||
* | Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the ↵ | Dean Camera | 2010-04-28 | 1 | -0/+244 |
LowLevel directory as it is hardware-dependent. |