- Jul 02, 2011
-
-
Dean Camera authored
-
- Jul 01, 2011
-
-
Dean Camera authored
Remove custom CDC class descriptor definitions from the CDC bootloader, and switch it to use the CDC Class Driver descriptor definitions.
-
Dean Camera authored
Seperate out the device demos and project's configuration descriptor structure definitions to clearly indicate what descriptors belong to which interface.
-
- Jun 30, 2011
-
-
Dean Camera authored
-
Dean Camera authored
Pull out Android Accessory Mode functions into a seperate set of files in the incomplete Android Accessory Mode Host demo. Improve Android Accessory Mode protocol support to correctly query the device's supported protocol and send the approriate device information strings.
-
- Jun 29, 2011
-
-
Dean Camera authored
-
Dean Camera authored
Update AudioInput and AudioOutput Class Driver device mode demos to use a switch statement when selecting the audio request type for clarity.
-
- Jun 27, 2011
-
-
Dean Camera authored
Fix inverted LEDs_GetLEDs() result for the EVK1100 and EVK1101 boards.
-
Dean Camera authored
-
Dean Camera authored
Fix logic bug in the incomplete Android Accessory Host demo preventing correct detection of an attached Android Accessory Mode device.
-
- Jun 20, 2011
-
-
Dean Camera authored
Oops - Mouse ClassDriver multi-arch demo changes were applied to trunk, rather than the correct branch.
-
Dean Camera authored
-
Dean Camera authored
Add new "checksource" target to the library makefiles, for automated source file existance checking.
-
Dean Camera authored
-
Dean Camera authored
Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was disabled, and a USE_*_DESCRIPTORS compile time option was not enabled on the AVR8s. Add C++ compatibility to some header files currently missing extern "C" linkage.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Make HIDReportViewer project show the IN, OUT and DATA report sizes as both bits and (rounded) bytes.
-
Dean Camera authored
Make the HID Report Parser Get/Set Report Item routines fail if a NULL pointer to a report item is given. Minor visual enhancement to the HIDReportViewer project.
-
Dean Camera authored
Remove HID parser information output from the Low Level Host applications using the HID Report parser to simplify them, as this information can now be obtained using the new HIDReportViewer project when required.
-
Dean Camera authored
-
- Jun 19, 2011
-
-
Dean Camera authored
Code style fixes for the Device mode USB Audio Class driver to make it more in line with the style of the other library Device Class drivers.
-
Dean Camera authored
Add missing project files for the new HIDReportViewer project to upgrade its status to a finished (working) project.
-
Dean Camera authored
Move the HIDReportViewer project into the normal Projects/ folder and out of the Incomplete/ projects folder.
-
Dean Camera authored
-
- Jun 18, 2011
-
-
Dean Camera authored
-
- Jun 16, 2011
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Rename new Audio class driver functions, callbacks and events to ensure that they contain the USB mode (Device or Host) in the function names.
-
- Jun 14, 2011
-
-
Dean Camera authored
-
Dean Camera authored
Add macro guards to the templated C files to prevent compile errors if they are mistakenly compiled as regular source files in a LUFA project.
-
Dean Camera authored
Rename Audio Host Class driver internal descriptor matching routines to be in line with the rest of the class driver function names.
-
- Jun 13, 2011
-
-
Dean Camera authored
Ensure that only the requested Audio class pipes are mapped to endpoints within the device for a specific Audio Host Class driver instance. Fix const-correctness of the Audio Host Class driver.
-
- Jun 12, 2011
-
-
Dean Camera authored
-
- Jun 09, 2011
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Correct errors in the existing Audio demo description files due to the new demo features (variable sampling rate vs. a fixed sampling rate).
-
Dean Camera authored
Fix errors in the new Audio Host mode Class Driver, which would have prevented data from being sent or received properly by the device. Add microphone/square wave generation compile time switch to the Low Level AudioOutput Host demo.
-
- Jun 08, 2011
-
-
Dean Camera authored
Pipe_BoundEndpointNumber() has been renamed to Pipe_GetBoundEndpointAddress(), and now returns the correct endpoint direction as part of the endpoint address. Add Audio_GetSetEndpointProperty() function to the Host mode Audio class driver.
-