- 14 Sep, 2012 1 commit
-
-
Dean Camera authored
Add error message for debugging purposes to the low level AudioInputHost and AudioOutputHost demos, if the request to set the audio sample rate fails.
-
- 09 Sep, 2012 1 commit
-
-
Dean Camera authored
-
- 01 Sep, 2012 1 commit
-
-
Dean Camera authored
-
- 29 Aug, 2012 1 commit
-
-
Dean Camera authored
-
- 16 Aug, 2012 1 commit
-
-
Dean Camera authored
Fixed missing Win-32bit compatibility sections in the LUFA INF driver files (thanks to Christan Beharrell).
-
- 13 Aug, 2012 1 commit
-
-
Dean Camera authored
Upgrade Doxygen configuration files, custom style CSS and DOXYGEN build module for the latest Doxygen release.
-
- 31 Jul, 2012 1 commit
-
-
Dean Camera authored
-
- 26 Jul, 2012 1 commit
-
-
Dean Camera authored
-
- 14 Jul, 2012 1 commit
-
-
Dean Camera authored
-
- 03 Jul, 2012 1 commit
-
-
Dean Camera authored
-
- 12 May, 2012 1 commit
-
-
Dean Camera authored
-
- 10 May, 2012 1 commit
-
-
Dean Camera authored
Add branch for the conversion of demos to use standard C header files for configuration, rather than makefile defined macros.
-
- 06 May, 2012 1 commit
-
-
Dean Camera authored
-
- 14 Apr, 2012 2 commits
-
-
Dean Camera authored
-
Dean Camera authored
Fixed CDC and DFU bootloaders failing to compile when the bootloader section size is 8KB or more (thanks to Georg Glock).
-
- 08 Apr, 2012 1 commit
-
-
Dean Camera authored
-
- 05 Apr, 2012 1 commit
-
-
Dean Camera authored
-
- 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).
-