aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-10-30Fix error in XMEGA clock platform driver for the DFLL calibration byte order.Dean
2011-10-30Minor documentation fixes.Dean
2011-10-30XMEGA port improvements; connection and disconnection are now detected correc...Dean
2011-10-28Fix incorrect Android Accessory Host interface descriptor subclass value (tha...Dean
2011-10-26Fixed CDC class drivers not saving and sending all 16-bits of the control lin...Dean
2011-10-25Update XMEGA platform clock management example code to suit the currently rel...Dean
2011-10-18Rename the Doxygen page source directory from ManPages/ to DoxygenPages/ to p...Dean
2011-10-18Fixed AVRISP-MKII Clone compile warning on AVR8 U4 targets even when NO_VTARG...Dean
2011-10-18Fixed ring buffer size limited to 255 elements, instead of the intended 65535...Dean
2011-10-12Added reliability patches to the AVRISP-MKII Clone project's PDI/TPI protocol...Dean
2011-10-12When automatic PLL management mode is enabled on the U4 series AVR8 chips, th...Dean
2011-10-11Added User Application APIs to the CDC and DFU class bootloaders.Dean
2011-10-10Commit for the 111009 release.Dean
2011-10-09Fixed port state table corruption in the TCP layer of the RNDIS Ethernet devi...Dean
2011-10-09Prevent written but unused variable warnings on GCC 4.6 with dummy reads.Dean
2011-10-07USB XMEGA support improvements; add DFLL clock platform support, ensure the e...Dean
2011-10-07Added reliability patches to the AVRISP-MKII Clone project's ISP and PDI/TPI ...Dean
2011-10-07Fix incorrect function call name in USB_Host_SendControlRequest() for AVR8 de...Dean
2011-10-07Added endian-correction to the CDC driver's Line Encoding control request han...Dean
2011-10-04Fix compile errors for the USB XMEGA parts when the USB driver is used.Dean
2011-09-28Fix compile error on the UC3 targets when INTERRUPT_CONTROL_ENDPOINT compile ...Dean
2011-09-22Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declare...Dean
2011-09-21Fix missing C++ linkage command in ArchitectureSpecific.h.Dean
2011-09-21Add project name to the Doxygen makefile target output.Dean