Remove warnings in the documentation for the library class drivers about sequential...
[pub/lufa.git] / LUFA / ManPages / FutureChanges.txt
2011-06-08 Dean CameraAdded new Host mode Audio Class driver.
2011-06-07 Dean CameraFix errors in the Audio device demos and class driver...
2011-06-04 Dean CameraAdded board driver support for the Busware TUL board.
2011-06-03 Dean CameraAdded new callback to the Audio Class driver to allow...
2011-06-01 Dean CameraSpell check library source code files.
2011-06-01 Dean CameraFixed incorrect signature in the CDC and DFU class...
2011-05-29 Dean CameraAdded new incomplete AudioInputHost Host LowLevel demo.
2011-05-26 Dean CameraUpdate Webserver project to remove DHCP IP configuratio...
2011-05-22 Dean CameraAdd RNDIS Device support to the Webserver project,...
2011-05-14 Dean CameraFixed possible invalid program execution when in host...
2011-05-08 Dean CameraMinor documentation fixes.
2011-04-20 Dean CameraFix reversed descriptions for the AVR8 USB pad regulato...
2011-03-18 Dean CameraOops - Bootloader optimizations to GetDescriptor()...
2011-03-13 Dean CameraRename UC3B driver files to UC3, as they are generic...
2011-02-20 Dean CameraMore updates to remove architecture-specific comments...
2011-02-11 Dean CameraFix typos in the HID class bootloader makefile.
2011-01-26 Dean CameraAdded new KeyboardMouseMultiReport Device ClassDriver...
2011-01-16 Dean CameraNew HID report item macros (with HID_RI_ prefix) to...
2010-12-26 Dean CameraMake a new general RingBuffer.h misc library driver...
2010-12-25 Dean CameraFixed possible programming problem in the AVRISP-MKII...
2010-12-24 Dean CameraRe-add in old Endpoint/Pipe workaround for unordered...
2010-12-12 Dean CameraAdded new RingBuffer_Peek() function to the lightweight...
2010-11-17 Dean CameraRename incorrectly named XPROGTarget_SendBreak() functi...
2010-11-03 Dean CameraRemove already implemented features from the Future...
2010-10-20 Dean CameraAdded default test tone generation mode to the Device...
2010-10-13 Dean CameraClean up excessive whitespace at the end of each line...
2010-10-12 Dean CameraMinor documentation enhancements.
2010-09-30 Dean CameraMake Host mode Class drivers only set the class driver...
2010-09-30 Dean CameraFix incorrectly named configuration descriptor callback...
2010-09-30 Dean CameraReverted Endpoint/Pipe non-sequential configuration...
2010-09-28 Dean CameraMove out many of the common class driver constants...
2010-09-19 Dean CameraEnsure device address latch bit is not set at the same...
2010-09-14 Dean CameraAdded board hardware driver support for the UDIP develo...
2010-09-13 Dean CameraRemove incomplete MIDIToneGenerator project.
2010-09-09 Dean CameraAdded class specific descriptor type defines with stand...
2010-08-29 Dean CameraAdd better description of the Ultra-Lightweight Ring...
2010-07-26 Dean CameraRename reserved members of all structs so that they...
2010-07-13 Dean CameraAdd AVRStudio 4 project files to the LowLevel Host...
2010-06-17 Dean CameraFixed broken PDI EEPROM Section Erase functionality...
2010-06-15 Dean CameraChange over Doxygen \note documentation to \pre where...
2010-05-26 Dean CameraThe EEPROM stream read/write functions now use eeprom_u...
2010-05-17 Dean CameraBegin processing code for Service Discovery Protocol...
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-05-03 Dean CameraAdded new ENDPOINT_*_BusSuspended error code to the...
2010-03-29 Dean CameraAdd file-level brief documentation.
2010-03-01 Dean CameraMinor documentation updates.
2010-02-24 Dean CameraRevert changes made for the partial port to the AVR32...
2010-02-23 Dean CameraStart porting the USB core to the AVR32 UC3B.
2010-02-23 Dean CameraUpdate Temperature board driver to be AVR32 compatible...
2010-02-22 Dean CameraUpdate manual pages to reference unfinished AVR32 port...
2010-02-12 Dean CameraFixed accuracy of the SERIAL_UBBRVAL() and SERIAL_2X_UB...
2010-02-03 Dean CameraAdd a TELNET server to the webserver project, which...
2010-01-29 Dean CameraUpdate driver INF files - change manufacturer name...
2010-01-27 Dean CameraEnsure TPI enable timing requirements are met in AVRISP...
2010-01-27 Dean CameraManually pull PDI clock pin high for 1ms before disabli...
2010-01-24 Dean CameraEnhance TemperatureDatalogger project -- add RTC capabi...
2010-01-03 Dean CameraClean up MassStorageKeyboard demo.
2009-12-24 Dean CameraCombine AVRISP project TPI and PDI lib directories...
2009-12-18 Dean CameraEnhance the HotmailNotifier project so that the LEDs...
2009-12-09 Dean CameraIncrease timeout of Mass Storage and Still Image host...
2009-12-02 Dean CameraAdd support for unwrapping of the XMEGA PDI programming...
2009-11-27 Dean CameraBetter checking of whether a packet is received in...
2009-11-26 Dean CameraFix RNDIS Device Class driver - RNDISConstants.h has...
2009-11-26 Dean CameraUpdated John Steggall's software USART in the XPLAINBri...
2009-11-22 Dean CameraCommit for the 091122 release.
2009-11-20 Dean CameraFixed LowLevel Keyboard demo not saving the issued...
2009-11-17 Dean CameraMake RNDISHost demo validate the set Packet Filter...
2009-11-13 Dean CameraCorrected the name of the misnamed USB_GetDeviceConfigD...
2009-11-11 Dean CameraMinor code cleanups for clarity.
2009-11-09 Dean CameraFixed HID host Class driver report send/receive report...
2009-11-08 Dean CameraRemove dependancies from the LowLevel demos to the...
2009-11-06 Dean CameraAdd optional double-banking support to the Device mode...
2009-11-04 Dean CameraFixed HID report parser collection paths invalid due...
2009-11-03 Dean CameraAdd new CDCMouse ClassDriver device demo, combining...
2009-11-03 Dean CameraRename the AT90USBXXX67 internal driver directory to...
2009-11-03 Dean CameraAdd const attribute to class driver APIs.
2009-10-26 Dean CameraMake HID device class driver reselect the correct endpo...
2009-10-18 Dean CameraMoved USBtoSerial demo the Projects directory, as it...
2009-10-16 Dean CameraFix invalid Event name rule in demo/project makefiles.
2009-10-14 Dean CameraFix AudioOutput and AudioInput class driver demos'...
2009-10-12 Dean CameraMake Audio device demos compatible with AVRs running...
2009-10-11 Dean CameraAdded stdio.h stream examples for the virtual CDC UART...
2009-10-08 Dean CameraAdd new MIDIHost LowLevel demo application.
2009-09-30 Dean CameraRemoved mostly useless "TestApp" demo, as it was mainly...
2009-09-28 Dean CameraFixed PrinterHost demo returning invalid Device ID...
2009-09-22 Dean CameraMove Dataflash operational checking code out from SCSI...
2009-09-21 Dean CameraAdd new attributes to the HID Report Parser and HID...
2009-09-09 Dean CameraAdd Host mode Class driver demo summaries.
2009-09-06 Dean CameraAdd in new invalid event hook check targets to project...
2009-09-02 Dean CameraAdd StillImage Host Class Driver functions for opening...
2009-09-01 Dean CameraFix up MissileLauncher demo's ConfigurationDescriptor...
2009-08-31 Dean CameraAdd return codes to the CDC Host Class driver String...
2009-08-31 Dean CameraAdd extra check for OUT ZLP in the CDC Device Class...
2009-08-30 Dean CameraAdded start of the Still Image Host Class driver demo...
2009-08-30 Dean CameraRemove skeleton Audio and MIDI Host mode Class drivers...
2009-08-30 Dean CameraReplace -finline-limit with -fno-inline-small-functions...
2009-08-27 Dean CameraFixed Device mode HID Class driver not explicitly initi...
2009-08-27 Dean CameraAdd check to Pipe_IsEndpointBound() in the Mass Storage...
2009-08-27 Dean CameraMinor documentation fixes to the completed Host mode...
2009-08-26 Dean CameraMore work on the Mass Storage Host mode Class driver.
next