| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
architectures in the future.
|
|
|
|
| |
name *_Disable().
|
| |
|
|
|
|
| |
ORDERED_EP_CONFIG compile time option to override the workaround and use the previous behaviour that imposes correct Endpoint/Pipe ordering but produces smaller compiled code.
|
|
|
|
| |
redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.
|
|
|
|
| |
tool made by Laszlo Monda
|
|
|
|
|
|
|
|
| |
Moved the USB device selection logic for ENDPOINT_TOTAL_ENDPOINTS further up in Endpoint.h to where the endpoint bank capabilities are determined, to reduce the total number of device-specific logic.
Change USB_Host_WaitMS() to test and disable the HSOFI interrupt before resuming the bus, so that it does not fire before the delay loop has run.
Add missing const qualifier to the parameter of USB_Host_ClearPipeStall().
|
| |
|
|
|
|
|
|
|
|
| |
host mode operation.
Fixed SUSPI interrupt not being cleared during device mode enumeration, causing accidental mis-fires on re-enumeration.
Fixed JTAG_DEBUG_POINT() and JTAG_DEBUG_BREAK() macros not compiling under pure C99 standards mode.
|
|
|
|
| |
no devices will be detected.
|
|
|
|
| |
the same naming scheme as the other USB ISR macros.
|
|
|
|
| |
reset, so that the device will enumerate correctly on hosts that do not reset the device before initial use.
|
|
|
|
| |
compiled for the series 2 USB AVRs.
|
| |
|
|
|
|
|
|
| |
setup and reset paths.
Make USBInterrupt.c process all pending USB host mode interrupts before resetting the bus, so that no interrupts are lost when in UID auto-selection mode.
|
|
|
|
| |
USB_Init() now defaults the controller into UID selection mode.
|
|
|
|
| |
unconfigured endpoint causing request timeouts.
|
|
directory, new named DeviceStandardReq.c/.h and HostStandardReq.c/.h.
Rename LowLevel.c/.h to USBController.c/.h.
Remove dependancies on the complete <avr/io.h> header in the HighLevel USB driver directory, to ensure less work is required in later (possible) ports.
|