| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
endpoint or pipe is busy (thanks to Robin Green).
|
|
|
|
|
|
| |
generation in the AVRISP-MKII clone project.
Change over all low level host mode project's descriptor comparator routines to perform the descriptor casting in a temp variable to make the code clearer and easier to modify (despite being more verbose).
|
|
|
|
| |
clock can be generated at all times when 125KHz ISP programming mode is selected.
|
|
|
|
|
|
| |
NO_LOCK_BYTE_WRITE_SUPPORT as reads are still permitted.
Clean up CDC bootloader command processing code.
|
|
|
|
| |
and NO_LOCK_BYTE_SUPPORT compile time options to the CDC class bootloader.
|
|
|
|
| |
counting functions.
|
|
|
|
| |
Endpoint_AbortPendingIN() functions.
|
| |
|
|
|
|
| |
into their own enum.
|
|
|
|
| |
Add logical grouping of related #define values for better Doxygen documentation.
|
|
|
|
| |
redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.
|
|
|
|
|
|
| |
flushing of interfaces when the USB management tasks for each driver is called.
The MIDI class drivers now automatically flushes the MIDI interface when the MIDI class driver's USBTask() function is called.
|
|
|
|
| |
interrupt rather than polling the sample timer.
|
|
|
|
|
|
|
|
| |
modify all demos to use them where possible.
Move out private/internal host class driver constants to the common class driver headers, so that they can be used in the Low Level host mode demos.
Ensure all demos, projects and bootloaders use the class driver constants where possible to minimise code repetition.
|
|
|
|
|
|
| |
is included, and no longer need to be seperately included.
All LowLevel demos changed to use the constants and types defined in the USB class drivers.
|
|
|
|
|
|
| |
into a string descriptor (if present).
Fix incorrect warning text when an unsuitable F_CLOCK value is given.
|
| |
|
| |
|
|
|
|
| |
PSGroove team).
|
| |
|
|
|
|
| |
PSGroove team).
|
|
|
|
| |
to the PSGroove team).
|
|
|
|
| |
changed it to return the maximum number of supported banks for the given endpoint.
|
|
|
|
| |
complete in the rest of the XPLAINBridge project code.
|
|
|
|
| |
tool made by Laszlo Monda
|
|
|
|
|
|
| |
interface was not configured.
Small documentation improvements to explicitly reference tokens in Doxygen, to ensure that they are converted to cross-reference links in the output files.
|
|
|
|
|
|
|
|
| |
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().
|
|
|
|
| |
causing the Set Address request to exceed maximum timings.
|
| |
|
|
|
|
| |
reduce the compiled binary size.
|
|
|
|
| |
Added SVN eol-style property to the library driver files that are missing it.
|
|
|
|
| |
SPI_Init() is called.
|
|
|
|
| |
multiple checks are required in a single loop iteration, to reduce compiled code size.
|
|
|
|
| |
CMDEX bit - this appears to be an error in the XMEGA manual external memory programming table.
|
|
|
|
| |
XMEGA targets.
|
|
|
|
| |
writing in non-paged mode and the polling byte cannot be used.
|
|
|
|
|
|
| |
interface's report descriptor size.
Simplified low level Host demo configuration descriptor parser routines.
|
| |
|
|
|
|
| |
Make Printer Host mode Class driver interface descriptor search routine pre-cast the current interface descriptor to simplify the value checks.
|
|
|
|
| |
values once a compatible interface has been found within the device.
|
|
|
|
|
|
| |
mode class drivers.
Fix typo in MIDI low level device demo.
|
|
|
|
|
|
| |
an invalid interface is discarded.
Update the pipe configuration routines in the host mode class drivers so that they use the same new code to enumerate compatible devices to increase reliability. Add support to the host mode class drivers for non-sequential (but non-overlapping with other interface) pipe numbers.
|
|
|
|
|
|
|
|
|
|
| |
on the configuration order instead to ensure maximum reliability.
Altered all low level device and host mode demos to ensure that endpoints and pipes are configured in ascending order properly.
Rewrote all low level host mode demos' configuration descriptor parser code to ensure that pipes are enumerated in ascending order, and to ensure maximum compatibility with devices.
Incremented all device mode demo's device descriptor revision numbers to ensure that any descriptor changes are re-fetched on machines which have enumerated previous versions.
|
|
|
|
|
|
| |
project so that it defaults to active low drive.
Fixed incorrect USB_DeviceState value when unconfiguring the device without an address set.
|
|
|
|
| |
Add class name prefixes to missed constants in the class drivers to give all class driver elements a consistent namespace.
|
|
|
|
| |
Fixed incorrect LEDs_ChangeLEDs() function in the Benito board LED driver.
|
|
|
|
|
|
| |
class bootloader, to improve the readability of the descriptors.
Fixed BootloaderCDC project failing on some operating systems due to removed Line Encoding options (thanks to Alexey Belyaev).
|
|
|
|
|
|
|
|
| |
make them more managable.
Add new CDC descriptor structs to the CDC class driver, so that the CDC demos can use human readable field names.
Rename prefix for Still Image Host class driver functions from "SImage_" to "SI_" to remain consistent with the rest of the driver.
|