| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
trailing whitespace at the end of each line.
|
|
|
|
| |
(thanks to Laszlo Monda).
|
|
|
|
| |
and converted to the native values on checkout.
|
|
|
|
|
|
| |
device demos.
Fix additional warnings under GCC 4.6.
|
| |
|
|
|
|
| |
compiler versions.
|
| |
|
|
|
|
|
|
|
|
| |
Changed the reports in the GenericHID device demos to control the board LEDs, to reduce user confusion over the callback routines.
Fixed swapped TWI_ADDRESS_READ and TWI_ADDRESS_WRITE values.
Fixed TWI_ReadPacket() not releasing the TWI bus on read completion.
|
|
|
|
| |
DataflashManager_WriteBlocks_RAM() function of several demos/projects (thanks to Jeremy Willden).
|
|
|
|
|
|
| |
packets when Partial Stream Transfers are used.
Remove old unused function prototype in the LowLevel MassStorage device demo.
|
|
|
|
| |
ENDPOINT_DIR_* macros, which can now be used with both Endpoint_ConfigureEndpoint() and in the device descriptors.
|
|
|
|
|
|
| |
Add endianness information to the class driver and core structure definitions.
Move out the unused Ethernet_Frame_Info_t structure definition to the RNDIS device demos where it is needed.
|
| |
|
|
|
|
| |
structure definitions to clearly indicate what descriptors belong to which interface.
|
|
|
|
| |
file existance checking.
|
| |
|
|
|
|
| |
Correct errors in the existing Audio demo description files due to the new demo features (variable sampling rate vs. a fixed sampling rate).
|
|
|
|
| |
sample frequency support.
|
|
|
|
|
|
| |
sample rates.
Remove custom PIDs on the Class Driver Audio device demos and revert back to the original Audio PIDs, as the low level and class driver demo versions are now descriptor compatible once again.
|
|
|
|
| |
to Russian translation services provided by Andrey from Microsin.ru.
|
|
|
|
|
|
|
|
|
|
|
|
| |
manipulations such as data sample rates.
Modified the Class Driver AudioInput and AudioOutput demos to support multiple sample rates.
Fixed KeyboardHost and KeyboardHostWithParser demos displaying incorrect values when numerical keys were pressed.
Fix broken LowLevel audio demo descriptors.
Minor documentation fixes.
|
| |
|
|
|
|
| |
that the user is now responsible for supplying the supported audio sampling rates, to allow for multiple audio interfaces with different numbers of supported rates and/or continuous sample rates.
|
|
|
|
|
|
| |
Added missing Audio class control request definitions.
Added support for the Audio class GET STATUS request so that it is correctly ACKed when sent by the host.
|
|
|
|
| |
on the device can be viewed from a web-browser while the board is plugged into a host machine.
|
|
|
|
|
|
| |
RNDIS_Device_WritePacket() functions to the Device RNDIS Class Driver.
Modify RNDIS demos to suit the simplified Ethernet_Frame_Info_t structure.
|
|
|
|
|
|
| |
signed/unsignedness of the element.
Change type of USB_SelectedPipe and USB_SelectedEndpoint for the AVR32 UC3 architecture to uint32_t to reduce the compiled code size.
|
|
|
|
|
|
| |
Endpoint_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures.
Renamed all low level Pipe_Read_*, Pipe_Write_* and Pipe_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures.
|
|
|
|
| |
constructs.
|
|
|
|
| |
architecture ports.
|
|
|
|
|
|
|
|
| |
with the Pipe_ResetPipe() function name.
Fix undefined error in Pipe_UC3B.h.
Add missing migration notes.
|
|
|
|
| |
device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support.
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Add const to all project descriptor definitions for safety.
|
| |
|
|
|
|
|
|
|
|
| |
peripheral driver instead through the new Serial_CreateStream() and Serial_CreateBlockingStream() methods.
Renamed the Serial byte send/receive functions to remain consistent with the CDC driver's byte functions.
Altered the serial byte receive function to make it non-blocking.
|
|
|
|
| |
into the standard library Joystick HID report descriptor macro. Add in support for joystick resolution reporting via PHYSICAL_MINIMUM and PHYSICAL_MAXIMUM items.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
HID_DESCRIPTOR_JOYSTICK macros for easy automatic creation of basic USB HID device reports.
|
|
|
|
| |
USAGE_MAXIMUM when describing the joystick buttons, to allow for easy extension of the number of supported buttons.
|
|
|
|
| |
data into the array from the HID macros automagically, by specifying the bit-width of the data, and the data itself as a single integer value of that width.
|
|
|
|
|
|
|
|
| |
and editing of HID report descriptors.
Changed over all project and demo HID report descriptors to use the new HID report item macros.
Moved the HIDParser.c source file to the LUFA/Drivers/USB/Class/Common/ directory from the LUFA/Drivers/USB/Class/Host/.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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).
|
| |
|
|
|
|
| |
fix incorrect and missing section names.
|
|
|
|
| |
DualVirtualSerial demo (thanks to Rick Drolet).
|
| |
|
|
|
|
| |
host OS.
|
|
|
|
| |
value to give maximum throughput.
|