summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-19Add tag for the 120219 release.LUFA-120219Dean
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
2011-11-14Minor corrections for the XMEGA USB controller. Add compile time warning if t...Dean
2011-11-09Add missing SVN eol-style property to ensure that source code line endings an...Dean
2011-11-09Update the incomplete StandaloneProgrammer project to be compatible with the ...Dean
2011-11-09Use strcat() in the HTTPServer project instead of using strcpy() and strlen().Dean
2011-11-09Update host C# applications for VS2010. Make LEDNotifier project host applica...Dean
2011-11-09Fixed race conditions in the CDC, HID and Mass Storage class drivers when pro...Dean
2011-11-09Fix typos in makefile templates.Dean
2011-11-01Add partial support for the Atmel A3BU Xplained's Dataflash IC (physical USAR...Dean
2011-11-01Fix XMEGA core USB driver endpoint code to prevent incorrect STALL determinat...Dean
2011-10-31Add XMEGA SPI peripheral driver.Dean
2011-10-31Add support for the new MEGA B series devices.Dean
2011-10-31Add support for the Atmel XMEGA A3BU Xplained board.Dean
2011-10-31Fix XMEGA core USB driver so that device mode enumerates correctly on the hos...Dean
2011-10-30Added INVERTED_ISP_MISO compile time option to the AVRISP-MKII clone project ...Dean
2011-10-30Namespace out the internal endpoint globals in the XMEGA architecture.Dean
2011-10-30Update ENDPOINT_EPNUM_MASK to be 0x0F, the maximum possible USB endpoint numb...Dean
2011-10-30Namespace out the internal endpoint and pipe globals in the UC3 architecture.Dean
2011-10-30Update XMEGA clock management so that the correct 16-bit calibration is used ...Dean