summaryrefslogtreecommitdiff
path: root/LUFA/ManPages/ChangeLog.txt
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-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-24Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the fun...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-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-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-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-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-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-20Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was ...Dean
2011-06-19Add missing project files for the new HIDReportViewer project to upgrade its ...Dean
2011-06-16Add new incomplete HIDReportViewer project.Dean
2011-06-16Add missing SVN eol-style properties to source files to prevent mixed end-of-...Dean
2011-06-16Added new \ref SPI_GetCurrentMode() function to the SPI peripheral driver.Dean
2011-06-16Rename new Audio class driver functions, callbacks and events to ensure that ...Dean
2011-06-14Rename Audio Host Class driver internal descriptor matching routines to be in...Dean
2011-06-08Pipe_BoundEndpointNumber() has been renamed to Pipe_GetBoundEndpointAddress()...Dean
2011-06-08Added new Host mode Audio Class driver.Dean
2011-06-06Move completed low level Audio Host demos into the LowLevel folder from the I...Dean
2011-06-06Update the Low Level Audio Input and Audio Output demos to support multiple s...Dean
2011-06-05Massive corrections to the project documentation and code comments, thanks to...Dean
2011-06-05Fixed compile errors in the incomplete BluetoothHost demo application (thanks...Dean
2011-06-04Added board driver support for the Busware TUL board.Dean
2011-06-03Added new callback to the Audio Class driver to allow for endpoint control ma...Dean
2011-06-01Spell check library source code files.Dean