aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/WhyUseLUFA.txt
Commit message (Expand)AuthorAgeFilesLines
* Minor documentation updates.Dean Camera2011-03-051-5/+2
* Changed over the AVR8 USB controller interrupt management macros to be inline...Dean Camera2011-02-271-1/+1
* Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean Camera2011-01-101-1/+1
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-1/+1
* Cache the USB_DeviceState variable internally in the library core when multip...Dean Camera2010-10-061-1/+1
* Update size of compiled Mouse demo in documentation, fix indenting in Device.h.Dean Camera2010-07-231-1/+1
* Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...Dean Camera2010-06-161-3/+3
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-45/+45
* Removed two-step endpoint/pipe bank clear and switch sequence for smaller, fa...Dean Camera2010-04-131-1/+1
* Fixed blocking CDC streams not aborting when the host is disconnected.Dean Camera2010-01-041-1/+1
* Remove dependancies from the LowLevel demos to the ClassDriver demos, since t...Dean Camera2009-11-081-1/+1
* Make Low Level host demos use void pointers for the configuration descriptor,...Dean Camera2009-11-071-0/+7
* Add const attribute to class driver APIs.Dean Camera2009-11-031-0/+39