aboutsummaryrefslogtreecommitdiff
path: root/LUFA/ManPages/FutureChanges.txt
AgeCommit message (Expand)Author
2011-10-18Rename the Doxygen page source directory from ManPages/ to DoxygenPages/ to p...Dean
2011-09-28Fix compile error on the UC3 targets when INTERRUPT_CONTROL_ENDPOINT compile ...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-04Update LUFAConfig.h with missing options for the AVR32 target.Dean
2011-07-12Minor documentation fixes.Dean
2011-07-08Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnum...Dean
2011-07-02Oops: Fix compile error in the low level KeyboardMouse demo.Dean
2011-06-27Fix logic bug in the incomplete Android Accessory Host demo preventing correc...Dean
2011-06-20Fix incorrect printf format specifier in the HIDReportViewer project.Dean
2011-06-16Add new incomplete HIDReportViewer project.Dean
2011-06-16Rename new Audio class driver functions, callbacks and events to ensure that ...Dean
2011-06-09Fix compile errors when both Host and Device modes are enabled.Dean
2011-06-08Added new Host mode Audio Class driver.Dean
2011-06-07Fix errors in the Audio device demos and class driver regarding multiple samp...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
2011-06-01Fixed incorrect signature in the CDC and DFU class bootloaders for the ATMEGA...Dean
2011-05-29Added new incomplete AudioInputHost Host LowLevel demo.Dean
2011-05-26Update Webserver project to remove DHCP IP configuration status notification.Dean
2011-05-22Add RNDIS Device support to the Webserver project, so that the files stored o...Dean
2011-05-14Fixed possible invalid program execution when in host mode if corrupt descrip...Dean
2011-05-08Minor documentation fixes.Dean
2011-04-20Fix reversed descriptions for the AVR8 USB pad regulator enable/disable masks...Dean
2011-03-18Oops - Bootloader optimizations to GetDescriptor() don't work, as the Configu...Dean
2011-03-13Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models.Dean
2011-02-20More updates to remove architecture-specific comments from the documentation,...Dean
2011-02-11Fix typos in the HID class bootloader makefile.Dean
2011-01-26Added new KeyboardMouseMultiReport Device ClassDriver demo.Dean
2011-01-16New HID report item macros (with HID_RI_ prefix) to allow for easy creation a...Dean
2010-12-26Make a new general RingBuffer.h misc library driver, instead of the per-appli...Dean
2010-12-25Fixed possible programming problem in the AVRISP-MKII clone project when prog...Dean
2010-12-24Re-add in old Endpoint/Pipe workaround for unordered pipes - add new ORDERED_...Dean
2010-12-12Added new RingBuffer_Peek() function to the lightweight ring buffer headers.Dean
2010-11-17Rename incorrectly named XPROGTarget_SendBreak() function to XPROGTarget_Send...Dean
2010-11-03Remove already implemented features from the Future Changes manual page.Dean
2010-10-20Added default test tone generation mode to the Device mode AudioInput demos.Dean
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify tool...Dean
2010-10-12Minor documentation enhancements.Dean
2010-09-30Make Host mode Class drivers only set the class driver instance's state value...Dean
2010-09-30Fix incorrectly named configuration descriptor callback routines in the host ...Dean
2010-09-30Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...Dean
2010-09-28Move out many of the common class driver constants into grouped enums, to mak...Dean
2010-09-19Ensure device address latch bit is not set at the same time as the new addres...Dean
2010-09-14Added board hardware driver support for the UDIP development board.Dean
2010-09-13Remove incomplete MIDIToneGenerator project.Dean
2010-09-09Added class specific descriptor type defines with standard USB-IF element nam...Dean
2010-08-29Add better description of the Ultra-Lightweight Ring Buffer header files.Dean
2010-07-26Rename reserved members of all structs so that they are uniformly named acros...Dean