aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/FutureChanges.txt
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Added new USB_Host_ClearPipeStall() convenience function to clear a stall con...Dean Camera2009-06-181-0/+3
* Added USB Missle Launcher project, submitted by Dave Fletcher.Dean Camera2009-06-161-0/+2
* Move main library documentation pages into a new ManPages subdirectory.Dean Camera2009-06-151-0/+22