- Feb 20, 2012
-
-
Dean Camera authored
Enable -Wcast-align warning for the UC3 architecture in the ModuleTest build test now that the test passes with it. Minor documentation improvements.
-
- Feb 04, 2012
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
- Feb 01, 2012
-
-
Dean Camera authored
-
- Jan 28, 2012
-
-
Dean Camera authored
Added new CALLBACK_Audio_Device_GetSetInterfaceProperty() callback to the Audio Device Class driver.
-
- Jan 02, 2012
-
-
Dean Camera authored
USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as this was misnamed (thanks to NXP Semiconductors).
-
- Dec 23, 2011
-
-
Dean Camera authored
Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing whitespace at the end of each line.
-
- Dec 14, 2011
-
-
Dean Camera authored
Don't validate the Device Descriptor's vendor ID when validating that a device is an Android Accessory device; the Product ID and (later) Accessory protocol support is enough to probe AOA class support without having to maintain a list of Android device manufacture VID values.
-
- Dec 01, 2011
-
-
Dean Camera authored
Altered the Mass Storage Host class driver so that SCSI data STALLs from the attached device can be recovered from automatically without having to reset the Mass Storage interface. Altered the Mass Storage Host LowLevel demo so that SCSI data STALLs from the attached device can be recovered from automatically without having to reset the Mass Storage interface.
-
- Nov 28, 2011
-
-
Dean Camera authored
-
- Nov 24, 2011
-
-
Dean Camera authored
Convert the LowLevel AndroidAccessory demo to use the new class driver constants to reduce code duplication. Add missing Doxygen documentation.
-
Dean Camera authored
Add new Android Open Accessory class driver to the library core and add a new Android Open Accessory Host ClassDriver demo.
-
- Nov 23, 2011
-
-
Dean Camera authored
-
Dean Camera authored
Move out Android Accessory Host demo to the Host mode LowLevel directory now that it is functionally complete.
-
Dean Camera authored
-
Dean Camera authored
Fix interface protocol match value for the Android Accessory Host demo interface configuration parser code (thanks to Opendous Inc.).
-
- Nov 18, 2011
-
-
Dean Camera authored
Added Class, ClassDevice, ClassHost and ClassCommon to the internal class driver source filenames to prevent ambiguities.
-
- Nov 16, 2011
-
-
Dean Camera authored
-
- Nov 09, 2011
-
-
Dean Camera authored
Add missing SVN eol-style property to ensure that source code line endings and converted to the native values on checkout.
-
- Oct 28, 2011
-
-
Dean Camera authored
-
- Oct 09, 2011
-
-
Dean Camera authored
Fix additional warnings under GCC 4.6.
-
- Oct 07, 2011
-
-
Dean Camera authored
-
- Sep 21, 2011
-
-
Dean Camera authored
Fix missing closing brace in an Endpoint function for the UC3 targets.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
- Aug 24, 2011
-
-
Dean Camera authored
Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the function works on an endpoint address within the attached device, and not a Pipe within the host. Updated MS_Host_ResetMSInterface() to now perform a full Mass Storage reset sequence to prevent data corruption in the event of a device lock up or timeout (thanks to David Lyons). Add parenthesis around the library Endianness macros that do nothing on a particular architecture to prevent operator precedence issues depending on usage. Minor documentation corrections.
-
- Aug 23, 2011
-
-
Dean Camera authored
-
- Aug 22, 2011
-
-
Dean Camera authored
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.
-
- Aug 16, 2011
-
-
Dean Camera authored
Add shortcuts to SwapEndian_16() and SwapEndian_32() internal functions to improve optimization if called with constant inputs.
-
- Aug 09, 2011
-
-
Dean Camera authored
Set HOST_DEVICE_SETTLE_DELAY_MS to zero for the incomplete AndroidAccessoryHost demo to prevent a timeout on the Android device from aborting Accessory mode after a command it sent to switch modes (thanks to Opendous Inc).
-
- Jul 30, 2011
-
-
Dean Camera authored
Fixed incorrect Dataflash buffer use in the DataflashManager_WriteBlocks_RAM() function of several demos/projects (thanks to Jeremy Willden).
-
- Jul 25, 2011
-
-
Dean Camera authored
Fixed USB_USBTask not being called internally in stream transfers between packets when Partial Stream Transfers are used. Remove old unused function prototype in the LowLevel MassStorage device demo.
-
- Jul 19, 2011
-
-
Dean Camera authored
Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOINT_DIR_* macros, which can now be used with both Endpoint_ConfigureEndpoint() and in the device descriptors.
-
- Jul 15, 2011
-
-
Dean Camera authored
-
- Jul 12, 2011
-
-
Dean Camera authored
Fixed error in the pipe unordered allocation algorithm for the AVR8 devices breaking compatibility with some devices.
-
- Jul 11, 2011
-
-
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
-