- Jul 12, 2011
-
-
Dean Camera authored
Fix incorrect standard request name in the host standard request driver.
-
Dean Camera authored
-
Dean Camera authored
-
- Jul 11, 2011
-
-
Dean Camera authored
Fix duplicated LED driver functions in the Doxygen documentation.
-
Dean Camera authored
-
Dean Camera authored
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.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
- Jul 08, 2011
-
-
Dean Camera authored
Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnumerationComplete() event callback for device configuration instead of manual host state machine manipulations in the main application task. Added new USB_Host_ConfigurationNumber global variable to indicate the selected configuration in an attached device. Renamed global state variables that are specific to a certain USB mode to clearly indicate which mode the variable relates to, by changing the USB_* prefix to USB_Device_* or USB_Host_*. Removed the HOST_STATE_WaitForDeviceRemoval and HOST_STATE_Suspended host state machine states, as these are no longer required. Altered the USB_Host_SetDeviceConfiguration() function to update the new USB_Host_ConfigurationNumber global as required. Moved out the Host mode standard request convenience/helper functions from the architecture specific Host driver files to the architecture agnostic HostStandardReq.c driver file.
-
- Jul 06, 2011
-
-
Dean Camera authored
Tighten up the implementations of the USB_Device_SetDeviceAddress(), USB_Controller_Reset() and USB_PLL_On() functions for the AVR8 devices. Minor corrections to the documentation of the USB_Control_Request_t enum.
-
Dean Camera authored
Slight improvements to the ADC peripheral driver example in the manual.
-
- Jul 05, 2011
-
-
Dean Camera authored
Fix HID_Host_SetIdlePeriod() function to send the correct request type to the device, remove reference to unavailable (and not needed) local variable.
-
- Jul 04, 2011
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
- Jun 29, 2011
-
-
Dean Camera authored
-
- Jun 27, 2011
-
-
Dean Camera authored
Fix inverted LEDs_GetLEDs() result for the EVK1100 and EVK1101 boards.
-
Dean Camera authored
-
- Jun 20, 2011
-
-
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
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.
-
- 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.
-
- Jun 18, 2011
-
-
Dean Camera authored
-
- Jun 16, 2011
-
-
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
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
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.
-
Dean Camera authored
Remove warnings in the documentation for the library class drivers about sequential pipe/endpoint allocation, as by default this is no longer as issue (unless ORDERED_EP_CONFIG is specified).
-
Dean Camera authored
Added new EVENT_Audio_StreamStartStopChange() event to the Audio Device Class driver to detect stream start/stop events.
-
Dean Camera authored
-
Dean Camera authored
Partial commit: Rename USBFOO LED driver to fix capitalisation of file name, which will cause issues on *nix systems.
-
Dean Camera authored
Partial commit: Rename USBFOO LED driver to fix capitalisation of file name, which will cause issues on *nix systems.
-