- Jul 11, 2011
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
- Jul 10, 2011
-
-
Dean Camera authored
Replace blind interface descriptor search in the incomplete AndroidAccessoryHost demo with an intelligent search for the correct interface in the device matching the correct class/subclass/protocol values.
-
- Jul 08, 2011
-
-
Dean Camera authored
-
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 07, 2011
-
-
Dean Camera authored
-
- 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.
-
Dean Camera authored
Split out compiler specific helper macros into a new CompilerSpecific.h header file inside the library, for future expansion.
-
Dean Camera authored
Add the GCC -fno-split-wide-types compile time option to some of the larger user projects to reduce the compiled application size.
-
- 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
Switch the HTTP Webserver project to use the safer strlcpy() instead of strncpy() to save on manual null-termination.
-
Dean Camera authored
-
- 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.
-