aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-04Update file contributor copyrights for 2012.Dean
2012-02-04Update file header copyrights for 2012.Dean
2012-02-04Minor corrections to the XMEGA USB controller implementation.Dean
2012-02-04Minor documentation corrections.Dean
2012-02-03Add API support signature to the CDC and DFU class bootloaders, so that the a...Dean
2012-02-03Fix errors in the new Micropendous board drivers. Reorder the board definitio...Dean
2012-02-03Add support for the Micropendous series of USB AVR8 boards.Dean
2012-02-03Minor documentation fixes.Dean
2012-02-02Minor documentation improvements.Dean
2012-02-01Minor documentation improvements.Dean
2012-01-30Fixed AVRISP-MKII Clone timing out on long programming commands such as progr...Dean
2012-01-29Add missing reference to the BootloaderAPI.S source file in the DFU and CDC c...Dean
2012-01-29Fixed DFU class bootloader not resetting the LED pins as high impedance input...Dean
2012-01-29Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions ...Dean
2012-01-28Added new CALLBACK_Audio_Device_GetSetInterfaceProperty() callback to the Aud...Dean
2012-01-23Make all AVRISP-MKII programmer parameters readable, since there's no real go...Dean
2012-01-15Minor bootloader tweaks; make some functions static where possible to reduce ...Dean
2012-01-02USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as t...Dean
2011-12-26Fixed incorrect implementation of LEDs_ToggleLEDs() for the Adafruit-U4 board...Dean
2011-12-23Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...dean
2011-12-20Fixed compiler warning on GCC with -wundef compile flag is used (thanks to Ge...Dean
2011-12-14Don't validate the Device Descriptor's vendor ID when validating that a devic...Dean
2011-12-13Minor XMEGA USB driver fixes.Dean
2011-12-11Change PIPE_PIPENUM_MASK from 0x07 to the more generic 0x0F to allow for full...Dean
2011-12-01Fix incorrect Capabilities value in the CDC class Bootloader descriptors.Dean
2011-12-01Altered the Mass Storage Host class driver so that SCSI data STALLs from the ...Dean
2011-11-29Fixed AVRISP-MKII Clone failing to start application firmware once a TPI prog...Dean
2011-11-29Fix typo in the Joystick board driver documentation example code.Dean
2011-11-29Bit-bang ISP in the AVRISP-MKII clone project needs to set MOSI pin to the MS...Dean
2011-11-28Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3).Dean
2011-11-28Add dummy board documentation nodes for the XPLAIN_REV1 and TEENSY2 meta boar...Dean
2011-11-28Remove unnecessary ErrorCode variable initializations from the LowLevel Host ...Dean
2011-11-28Add missing const qualifier to bootloader API function parameters.Dean
2011-11-24Oops - fix incorrect value of AOA_CSCP_AOADataSubclass in the Android Open Ac...Dean
2011-11-24Minor Doxygen documentation improvements.Dean
2011-11-24Add new USB_Host_GetDescriptor() function. Alter the USB_Host_GetDeviceDescri...Dean
2011-11-24Added new USB_Host_GetDeviceConfiguration() and USB_Host_GetInterfaceAltSetti...Dean
2011-11-24Convert the LowLevel AndroidAccessory demo to use the new class driver consta...Dean
2011-11-24Add new Android Open Accessory class driver to the library core and add a new...Dean
2011-11-23Use the proper "-Wl,--undefined=BootloaderAPI_JumpTable" linker command line ...Dean
2011-11-23Update library to indicate support for the Android Accessory Host demo.Dean
2011-11-23Move out Android Accessory Host demo to the Host mode LowLevel directory now ...Dean
2011-11-23Add const-correctness to the Android_SendString() function of the Android Acc...Dean
2011-11-23Oops: Typo on the new TEENSY2 board support.Dean
2011-11-23Fix interface protocol match value for the Android Accessory Host demo interf...Dean
2011-11-23Added support for version 2 of the Teensy boards (thanks to Christoph Redecker).Dean
2011-11-23Add XMEGA compile time tokens to the LUFAConfig.h code template.Dean
2011-11-22Fixed broken AVR32 endpoint/pipe communications when ORDERED_EP_CONFIG compil...Dean
2011-11-18Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri...Dean
2011-11-16Fixed misspelled HID_KEYBOARD_MODIFIER_* macros in the HID class driver (than...Dean