| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
architectures in the future.
|
|
|
|
| |
device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support.
|
|
|
|
| |
user application).
|
|
|
|
|
|
| |
to the same module as they are declared in.
Tighten up the HID class bootloader code slightly, document that it currently exceeds 2KB of bootloader space for all models other than the Series 2 USB AVRs.
|
|
|
|
| |
name *_Disable().
|
|
|
|
|
|
|
|
|
|
|
|
| |
ClassDriver demos to use it.
Fix reversed byte ordering of multi-byte HID data.
Added support to the HID parser for extended USAGE items that contain the usage page as well as the usage index.
Removed the HID_IOF_NON_VOLATILE and HID_IOF_VOLATILE flags from HID INPUT items where the flag is invalid. Changed over HID OUTPUT items to use HID_IOF_NON_VOLATILE.
Change over MagStripe project to use HID_DESCRIPTOR_KEYBOARD() for its HID report. Change over MouseHostDevice demo to use HID_DESCRIPTOR_MOUSE() for its HID report.
|
|
|
|
|
|
| |
Fixed ReportID not being removed from the feature/out report data array in the HID class driver when Report IDs are used.
Added new MAX() and MIN() convenience macros.
|
| |
|
|
|
|
|
|
| |
the TWI_StartTransmission() function.
Spell check source code files.
|
|
|
|
| |
INTERRUPT_CONTROL_ENDPOINT is not set. Remove calls to USB_USBTask in the Mass Storage class driver stream read/write continuation checks, since this is now done inside the stream function.
|
|
|
|
|
|
|
|
|
|
| |
parameter now points to a location where the number of bytes in the transfer that have been completed can be stored (or NULL if entire transaction should be performed in one chunk).
Added new Endpoint_Null_Stream() and Pipe_Null_stream() functions.
Removed the NO_STREAM_CALLBACKS compile time option due to the new partial stream transfer feature replacing it.
Fixed errors in the incomplete Test and Measurement device demo preventing proper operation (thanks to Pavel Plotnikov).
|
| |
|
| |
|
|
|
|
| |
unordered endpoints/pipes - only reconfigure the endpoints and pipes above the newly configured endpoint/pipe, and don't cache existing endpoint/pipe configuration before use to save SRAM.
|
|
|
|
| |
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.
|
|
|
|
| |
counting functions.
|
|
|
|
| |
Endpoint_AbortPendingIN() functions.
|
| |
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
into a string descriptor (if present).
Fix incorrect warning text when an unsuitable F_CLOCK value is given.
|
|
|
|
| |
changed it to return the maximum number of supported banks for the given endpoint.
|
|
|
|
| |
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().
|
|
|
|
| |
reduce the compiled binary size.
|
|
|
|
| |
multiple checks are required in a single loop iteration, to reduce compiled code size.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
callback function causing broken GET REPORT requests.
Minor whitespace fixes.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
endpoint's direction from the currently selected pipe.
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
address, as per datasheet.
Minor documentation fixes.
Fix broken USB host mode due to the USB frame counter not being updated during the early enumeration steps, causing USB_Host_DelayMS() to spinloop forever.
|
|
|
|
| |
USB_Init() now defaults the controller into UID selection mode.
|
|
|
|
| |
unconfigured endpoint causing request timeouts.
|
|
|
|
| |
reconfiguration of all endpoints/pipes in the Endpoint_ConfigureEndpoint() and Pipe_ConfigurePipe() routines.
|
|
|
|
| |
accidentally clearing the pipe's IN mode.
|
|
|
|
|
|
|
|
| |
functions to retrieve the current USB frame number.
Added new USB_Host_EnableSOFEvents(), USB_Host_DisableSOFEvents() and EVENT_USB_Host_StartOfFrame() for the user application handling of USB Start of Frame events while in USB Host mode.
Changed over all demos, drivers and internal functions to use the current frame number over the Start of Frame flag where possible to free up the Start of Frame flag for interrupt use in the user application.
|
|
|
|
| |
device compatibility while in USB Host mode, as some devices will drop off the USB bus if no connection is made within a timeout period.
|
|
|
|
| |
board (thanks to Steve Fawcett).
|
|
|
|
| |
Pipe_ConfigurePipe() functions.
|
|
|
|
| |
so that the descriptor pointer is const, to remove the need for extra casting inside the callback (thanks to Jonathan Kollasch).
|
| |
|