| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
KeyboardMouse demos (thanks to Brian Dickman).
Capitolised the "Descriptor_Search" and "Descriptor_Search_Comp" prefixes of the values in the DSearch_Return_ErrorCodes_t and DSearch_Comp_Return_ErrorCodes_t enums.
Minor documentation improvements.
|
|
|
|
|
|
|
|
| |
of the routines can now be used in device mode on the device descriptor.
Renamed functions in the HID parser to have a "USB_" prefix and the acronym "HID" in the name.
Further module-level documentation updates.
|
|
|
|
| |
file-level documentation.
|
|
|
|
| |
transmitting or receiving (thanks to Peter Hand).
|
|
|
|
| |
rest of the library's naming scheme for files.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
requests (thanks to Andrei Krainev).
Removed Endpoint_ClearCurrentBank() and Pipe_ClearCurrentBank() in favour of new Endpoint_ClearIN(), Endpoint_ClearOUT(), Endpoint_ClearControlIN(), Endpoint_ClearControlOUT(), Pipe_ClearIN(), Pipe_ClearOUT(), Pipe_ClearControlIN() and Pipe_ClearControlOUT() macros (done to allow for the detection of packets of zero length).
Renamed *_ReadWriteAllowed() macros to *_IsReadWriteAllowed() to remain consistent with the rest of the LUFA API.
Endpoint_IsSetupReceived() macro has been renamed to Endpoint_IsSETUPReceived(), Endpoint_ClearSetupReceived() macro has been renamed to Endpoint_ClearControlSETUP(), the Pipe_IsSetupSent() macro has been renamed to Pipe_IsSETUPSent() and the Pipe_ClearSetupSent() macro is no longer applicable and should be removed - changes made to compliment the new endpoint and pipe bank management API.
Updated all demos, bootloaders and projects to use the new endpoint and pipe management APIs (thanks to Roman Thiel).
Updated library doxygen documentation, added groups, changed documentation macro functions to real functions for clarity.
Removed old endpoint and pipe aliased read/write/discard routines which did not have an explicit endian specifier for clarity.
Removed the ButtLoadTag.h header file, as no one used for its intended purpose anyway.
|
|
|
|
|
|
| |
using incorrectly named variables (thanks to Jonathan Oakley).
Fixed GenericHIDHost demo report write routine incorrect for control type requests (thanks to Andrei).
|
|
|
|
| |
to rounding in the sample reload timer.
|
|
|
|
|
|
| |
the Control pipe (pipe 0), so that other control type pipes can be used with the function.
The USB Host management task now saves and restores the currently selected pipe before and after the task completes.
|
|
|
|
| |
demos to account for situations where the division results in a value with no remainder, requiring one to be subtracted from the result (thanks to Robin Theunis).
|
|
|
|
|
|
| |
constraints (thanks to Jonathan).
Fixed WriteNextReport code in the GenericHIDHost demo using incorrect parameter types and not selecting the correct endpoint.
|
|
|
|
| |
using interrupt driven modes (thanks to Carl Kjeldsen).
|
|
|
|
| |
which are not the correct ACM type preceeding the desired ACM CDC interface.
|
|
|
|
| |
information about missing SIGNATURE_x defines due to outdated avr-libc versions.
|
|
|
|
| |
to ensure that the CSW has been received in the extended MSC timeout period before continuing, to prevent long processing delays from causing the MassStore_GetReturnedStatus() to early-abort.
|
| |
|
|
|
|
| |
spell-checked and spelling mistakes/typos corrected.
|
|
|
|
| |
INTERRUPT_DATA_ENDPOINT and INTERRUPT_CONTROL_ENDPOINT compile time options.
|
|
|
|
| |
Corrections to the KeyboardHost and MouseHost demos' pipe handling to freeze and unfreeze the data pipes at the point of use.
|
|
|
|
| |
Fixed Still Image Host SImage_SendData() function not clearing the pipe bank after sending data.
|
| |
|
|
|
|
| |
now used, rather than relying on GCC to truncate unused bytes in bitfields (thanks to Walt Sacuta).
|
|
|
|
| |
in the audio device demos.
|
|
|
|
|
|
| |
the host from buffering incomming data.
Altered Project and Bootloader makefiles so that the path to the LUFA library can be set in one place.
|
|
|
|
| |
clarity. Adjusted makefiles so that the path to the LUFA library can be set in one place.
|
|
|
|
| |
unified Keyboard and Mouse host demos.
|
|
|
|
| |
specification in that they send a report before the idle period has elapsed if the report data has changed.
|
|
|
|
| |
interrupt, fully interrupt) work correctly.
|
| |
|
|
|
|
|
|
| |
Corrections to Keyboard demo.
Removed AVRISP_Programmer project due to code quality concerns.
|
|
|
|
| |
unified demo.
|
|
|
|
| |
store x2 addresses for convenience.
|
|
|
|
| |
stable state to prevent confusion.
|
|
|
|
| |
DataflashManager_ReadBlocks_RAM() functions to the MassStorage demo, to allow for easy interfacing with a FAT library for dataflash file level access.
|
|
|
|
| |
parameter.
|
|
|
|
| |
and applications (thanks to Nate Lawson).
|
|
|
|
| |
macro has been corrected in recent avr-libc versions
|
|
|
|
| |
all circumstances.
|
|
|
|
|
|
|
|
|
|
| |
(supplied by Opendous, Inc.).
Renamed the ATTR_ALWAYSINLINE function attribute macro to ATTR_ALWAYS_INLINE to match the style of the other function attribute macro names.
Added ATTR_ALWAYS_INLINE attribute to several inlined library functions, to ensure they are inlined in all circumstances.
Cleanups to Endpoint.h and Pipe.h. Added better documentation for the endpoint and pipe interrupts.
|
|
|
|
|
|
| |
periods can be set for correct communications with badly designed hosts or devices which greatly exceed the USB specification limits.
Mass Storage Host demo now uses a USB_STREAM_TIMEOUT_MS of two seconds to maintain compatibility with poorly designed devices.
|
|
|
|
|
|
| |
unprescaled master input clock frequency, so that the correct PLL mask can be determined even when the CPU (F_CPU) clock rate is prescaled outside the normal input range of the PLL.
Started to clean up the AVRISP Programmer project code, donated by Opendous Inc.
|
|
|
|
| |
rather than buffering characters for transmission next time the device is attached to a host.
|
|
|