summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-09-21Commit for the 111009 BETA release.Dean
2011-09-21Add const qualifier to all PROGMEM data to prevent warnings in newer AVR-GCC ...Dean
2011-09-21Fix Class Driver GenericHID demo using the wrong size for the returned reports.Dean
2011-09-17Fixed HID Parser's largest report size bit count not including the size of th...Dean
2011-09-07Fixed incorrect buffer size check in the USBtoSerial project (thanks to Yuri ...Dean
2011-09-07Fixed optimization error in the HID Parser item value USB_SetHIDReportItemInf...Dean
2011-09-05Oops - restore conditional calls to USB_USBTask() in the Mass Storage class d...Dean
2011-09-02Update the TempDataLogger project and driver documentation to use the new TWI...Dean
2011-09-02Add new TWI_BITLENGTH_FROM_FREQ() macro to the AVR8 TWI peripheral driver.Dean
2011-08-31Make TWI_ReadPacket() use a repeated start condition rather than a full bus r...Dean
2011-08-28Move documentation for the USB_HOST_TIMEOUT_MS into the HostStandardReq modul...Dean
2011-08-28Remove redundant prototype for Audio_Host_StartStopStreaming() and Audio_Host...Dean
2011-08-24Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the fun...Dean
2011-08-23Minor documentation fixes.Dean
2011-08-23Add multiple axis support to the HID joystick report in the HID_DESCRIPTOR_JO...Dean
2011-08-22Renamed the JTAG_DEBUG_ASSERT() macro to JTAG_ASSERT().Dean
2011-08-19Minor documentation corrections.Dean
2011-08-19Improve device support documentation in the manual; split out each architectu...Dean
2011-08-19Fix TWI peripheral driver example code in the library documentation.Dean
2011-08-17Minor documentation corrections.Dean
2011-08-16Pull out architecture specific macros and other definitions into a new common...Dean
2011-08-16Add shortcuts to SwapEndian_16() and SwapEndian_32() internal functions to im...Dean
2011-08-16Fix TempDataLogger project logging interval always being 500ms more than the ...Dean
2011-08-09Set HOST_DEVICE_SETTLE_DELAY_MS to zero for the incomplete AndroidAccessoryHo...Dean
2011-08-04Update LUFAConfig.h with missing options for the AVR32 target.Dean
2011-07-30Fixed incorrect Dataflash buffer use in the DataflashManager_WriteBlocks_RAM(...Dean