aboutsummaryrefslogtreecommitdiff
path: root/LUFA/ManPages
AgeCommit message (Expand)Author
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-07Added reliability patches to the AVRISP-MKII Clone project's ISP and PDI/TPI ...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-21Fix missing C++ linkage command in ArchitectureSpecific.h.Dean
2011-09-21Commit for the 111009 BETA release.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-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-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-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
2011-07-26Added new VTARGET_USE_INTERNAL_REF configuration option to the AVRISP-MKII cl...Dean
2011-07-25Fixed USB_USBTask not being called internally in stream transfers between pac...Dean
2011-07-19Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN...Dean
2011-07-19Add support for the ORDERED_EP_CONFIG compile time token on the UC3 architect...Dean
2011-07-14Added Device Qualifier standard descriptor structure definitions USB_StdDescr...Dean
2011-07-14Add new STRINGIFY() and STRINGIFY_EXPANDED() convenience macros.Dean
2011-07-13Add start of an architecture port to the Atmel USB XMEGA devices.Dean
2011-07-12Enhance and document the AVR32 UC3 platform drivers.Dean
2011-07-12Minor documentation fixes.Dean
2011-07-12Fixed error in the pipe unordered allocation algorithm for the AVR8 devices b...Dean
2011-07-12Added new USB_Host_GetDeviceStatus() function for USB Host mode.Dean
2011-07-11Minor documentation and style fixes.Dean
2011-07-08Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnum...Dean
2011-07-04Added new HID_Host_SetIdlePeriod() function to the HID Host Class driver.Dean
2011-07-02Oops: Fix compile error in the low level KeyboardMouse demo.Dean
2011-07-01Seperate out the device demos and project's configuration descriptor structur...Dean
2011-06-27Added board hardware driver support for the EVK1104 board.Dean
2011-06-27Add board driver support for the EVK1100 board.Dean
2011-06-27Fix logic bug in the incomplete Android Accessory Host demo preventing correc...Dean
2011-06-20Minor internal macro renaming for the UC3 devices.Dean
2011-06-20Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was ...Dean