aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/FutureChanges.txt
Commit message (Expand)AuthorAgeFilesLines
* Fixed HID report parser collection paths invalid due to misplaced semicolon i...Dean Camera2009-11-041-1/+0
* Add new CDCMouse ClassDriver device demo, combining a CDC Virtual Serial Port...Dean Camera2009-11-031-1/+0
* Rename the AT90USBXXX67 internal driver directory to AVRU4U6U7.Dean Camera2009-11-031-1/+2
* Add const attribute to class driver APIs.Dean Camera2009-11-031-1/+2
* Make HID device class driver reselect the correct endpoint after the user cal...Dean Camera2009-10-261-1/+0
* Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD...Dean Camera2009-10-181-1/+2
* Fix invalid Event name rule in demo/project makefiles.Dean Camera2009-10-161-1/+2
* Fix AudioOutput and AudioInput class driver demos' descriptors -- incorrect v...Dean Camera2009-10-141-2/+0
* Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.Dean Camera2009-10-121-0/+1
* Added stdio.h stream examples for the virtual CDC UART in the CDC host demos.Dean Camera2009-10-111-1/+1
* Add new MIDIHost LowLevel demo application.Dean Camera2009-10-081-0/+1
* Removed mostly useless "TestApp" demo, as it was mainly useful only for check...Dean Camera2009-09-301-2/+2
* Fixed PrinterHost demo returning invalid Device ID data when the attached dev...Dean Camera2009-09-281-2/+2
* Move Dataflash operational checking code out from SCSI.c into the DataflashMa...Dean Camera2009-09-221-0/+1
* Add new attributes to the HID Report Parser and HID Host Mode Class driver to...Dean Camera2009-09-211-5/+6
* Add Host mode Class driver demo summaries.Dean Camera2009-09-091-1/+1
* Add in new invalid event hook check targets to project makefiles to produce c...Dean Camera2009-09-061-3/+0
* Add StillImage Host Class Driver functions for opening and closing sessions. ...Dean Camera2009-09-021-1/+0
* Fix up MissileLauncher demo's ConfigurationDescriptor.c so that it uses the n...Dean Camera2009-09-011-2/+2
* Add return codes to the CDC Host Class driver String/Byte transmission functi...Dean Camera2009-08-311-1/+1
* Add extra check for OUT ZLP in the CDC Device Class driver service task to qu...Dean Camera2009-08-311-3/+1
* Added start of the Still Image Host Class driver demo and driver code.Dean Camera2009-08-301-1/+1
* Remove skeleton Audio and MIDI Host mode Class drivers -- will not implement ...Dean Camera2009-08-301-4/+0
* Replace -finline-limit with -fno-inline-small-functions in project makefiles.Dean Camera2009-08-301-0/+3
* Fixed Device mode HID Class driver not explicitly initializing the ReportSize...Dean Camera2009-08-271-1/+0
* Add check to Pipe_IsEndpointBound() in the Mass Storage Host mode Class drive...Dean Camera2009-08-271-0/+1
* Minor documentation fixes to the completed Host mode Class drivers.Dean Camera2009-08-271-1/+1
* More work on the Mass Storage Host mode Class driver.Dean Camera2009-08-261-2/+7
* Moved out target-related V2 protocol commands into a seperate file for the AV...Dean Camera2009-08-231-0/+1
* Added beginnings of a new AVRISP-MKII clone project.Dean Camera2009-08-171-1/+2
* Added return values to the CDC and MIDI class driver transmit functions.Dean Camera2009-08-161-5/+0
* Added flag to the HID report parser to indicate if a device has multiple repo...Dean Camera2009-08-111-1/+2
* Fix issue in CDC device class driver where received data the size of the data...Dean Camera2009-08-111-3/+2
* Commit for the 090810 release.Dean Camera2009-08-091-1/+0
* Fix incorrect Event call name in USBInterrupt.c.Dean Camera2009-08-051-2/+3
* Added better module summaries.Dean Camera2009-07-141-3/+0
* Fix broken Pipe stream function templates due to mixed const/no const use in ...Dean Camera2009-07-131-1/+0
* Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream fu...Dean Camera2009-07-131-1/+1
* Added compatibility list to the documentation of each individual demo.Dean Camera2009-07-131-3/+0
* Added new HOST_STATE_WaitForDeviceRemoval host state machine state for non-bl...Dean Camera2009-07-131-1/+1
* Seperated out parts of the PrinterHost incomplete demo into a seperate Lib su...Dean Camera2009-07-131-1/+1
* Added incomplete PrinterHost demo application.Dean Camera2009-07-111-1/+7
* Dataflash_WaitWhileBusy() now always ensures that the dataflash is ready for ...Dean Camera2009-06-291-10/+12
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-0/+1
* Optimize vendor/product description string display code in MassStorageHost.Dean Camera2009-06-261-6/+10
* Fixed CDCHost demo unfreezing IN pipes during configuration, rather than duri...Dean Camera2009-06-231-0/+1
* Trim unique serial number created by the USE_INTERNAL_SERIAL option to 12 cha...Dean Camera2009-06-211-0/+1
* Fix makefiles -- the auto-addition of -D switches to each LUFA compile time o...Dean Camera2009-06-191-0/+1
* Move LUFA compile time options to a new section in the application makefiles ...Dean Camera2009-06-191-1/+1
* Break device mode class driver interfaces into seperate config and state stru...Dean Camera2009-06-181-2/+1