- 01 Apr, 2012 1 commit
-
-
Dean Camera authored
-
- 25 Mar, 2012 1 commit
-
-
Dean Camera authored
Re-enable cppcheck static analysis unused function checks after adding in special-case suppressions to the event stub functions. Add missing function prototypes to the AudioInput and AudioOutput class driver device demos.
-
- 06 Mar, 2012 1 commit
-
-
Dean Camera authored
-
- 24 Feb, 2012 1 commit
-
-
Dean Camera authored
Minor documentation fixes - change \note entries to \warning where appropriate and remove/update old documentation.
-
- 20 Feb, 2012 1 commit
-
-
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.
-
- 18 Feb, 2012 1 commit
-
-
Dean Camera authored
-
- 11 Feb, 2012 1 commit
-
-
Dean Camera authored
-
- 05 Feb, 2012 1 commit
-
-
Dean Camera authored
Added INVERTED_VBUS_ENABLE_LINE and NO_AUTO_VBUS_MANAGEMENT compile time options (thanks to Opendous Inc.).
-
- 11 Dec, 2011 1 commit
-
-
Dean Camera authored
Change PIPE_PIPENUM_MASK from 0x07 to the more generic 0x0F to allow for full pipe address support in USB host architectures other than the current AVR8 devices. Minor documentation improvements.
-
- 28 Nov, 2011 2 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
- 16 Nov, 2011 1 commit
-
-
Dean Camera authored
-
- 09 Nov, 2011 1 commit
-
-
Dean Camera authored
Fixed race conditions in the CDC, HID and Mass Storage class drivers when processing some control requests.
-
- 31 Oct, 2011 1 commit
-
-
Dean Camera authored
-
- 18 Oct, 2011 1 commit
-
-
Dean Camera authored
Rename the Doxygen page source directory from ManPages/ to DoxygenPages/ to prevent user confusion with the actual *nix Man tool.
-
- 07 Oct, 2011 1 commit
-
-
Dean Camera authored
-
- 04 Oct, 2011 1 commit
-
-
Dean Camera authored
Add core support for the ATXMEGA64A1U. Minor documentation corrections.
-
- 28 Sep, 2011 1 commit
-
-
Dean Camera authored
Fix compile error on the UC3 targets when INTERRUPT_CONTROL_ENDPOINT compile time option is used (thanks to Ian Woloschin). Small size improvement for Little Endian devices when USB host mode is used. Minor documentation fixes.
-
- 21 Sep, 2011 1 commit
-
-
Dean Camera authored
Fix missing closing brace in an Endpoint function for the UC3 targets.
-
- 17 Sep, 2011 1 commit
-
-
Dean Camera authored
Fixed HID Parser's largest report size bit count not including the size of the last parsed report item. Fixed HID host driver's largest HID report size count corrupt when the number of report bits exceeds 255.
-
- 28 Aug, 2011 1 commit
-
-
Dean Camera authored
Remove redundant prototype for Audio_Host_StartStopStreaming() and Audio_Host_GetSetEndpointProperty(). Update host mode Audio class inline functions to prevent unused parameter warnings.
-
- 22 Aug, 2011 1 commit
-
-
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.
-
- 09 Aug, 2011 1 commit
-
-
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).
-
- 11 Jul, 2011 1 commit
-
-
Dean Camera authored
-
- 01 Jul, 2011 1 commit
-
-
Dean Camera authored
Seperate out the device demos and project's configuration descriptor structure definitions to clearly indicate what descriptors belong to which interface.
-
- 27 Jun, 2011 1 commit
-
-
Dean Camera authored
Fix logic bug in the incomplete Android Accessory Host demo preventing correct detection of an attached Android Accessory Mode device.
-
- 16 Jun, 2011 1 commit
-
-
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.
-
- 08 May, 2011 1 commit
-
-
Dean Camera authored
-
- 23 Apr, 2011 1 commit
-
-
Dean Camera authored
-
- 10 Apr, 2011 1 commit
-
-
Dean Camera authored
Remove redundant type information for bitfield elements, other than the 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.
-
- 04 Apr, 2011 1 commit
-
-
Dean Camera authored
Conditionally add available address spaces to the address space enum, for multiple address space architectures. Update Doxygen configuration file for the latest Doxygen release. Minor documentation updates.
-
- 21 Mar, 2011 1 commit
-
-
Dean Camera authored
-
- 15 Mar, 2011 1 commit
-
-
Dean Camera authored
Updated the software USART code in the XPLAIN Bridge application so that the incomming bits are sampled at their mid-point instead of starting point, to give maximum reliability (thanks to Anton).
-
- 11 Mar, 2011 1 commit
-
-
Dean Camera authored
Add structure padding to the appropriate descriptor structures to maintain correct alignments on larger architectures. Fix EVK1101 swapped joystick Right/Down masks.
-
- 28 Feb, 2011 1 commit
-
-
Dean Camera authored
Add in USB_INT_RegisterHandlers() internal function to register the interrupt handler routines used by LUFA. Add dummy loads after clearing the interrupt lines according to the datasheet. Add in temporary global interrupts enable/disable macros.
-
- 26 Feb, 2011 1 commit
-
-
Dean Camera authored
-
- 19 Feb, 2011 1 commit
-
-
Dean Camera authored
-
- 16 Feb, 2011 1 commit
-
-
Dean Camera authored
-
- 09 Feb, 2011 1 commit
-
-
Dean Camera authored
Change bootloader makefiles to automatically compute the bootloader starting address from a flash size and bootloader section size, expressed in KB.
-
- 04 Feb, 2011 1 commit
-
-
Dean Camera authored
Fixed programming errors in the AVRISP-MKII project when the programming packet is a round multiple of the endpoint bank size under avrdude (thanks to Steffan Woltjer).
-