aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/SoftwareBootloaderJump.txt
Commit message (Collapse)AuthorAgeFilesLines
* Start update of documentation to support possible multiple architectures in ↵Dean Camera2011-02-201-1/+4
| | | | the future - alter \file documentation to automatically copy in the module documentation where possible.
* Renamed all driver termination *_ShutDown() functions to the more logical ↵Dean Camera2011-01-301-2/+2
| | | | name *_Disable().
* Clean up excessive whitespace at the end of each line using the wspurify ↵Dean Camera2010-10-131-4/+5
| | | | tool made by Laszlo Monda
* Cache the USB_DeviceState variable internally in the library core when ↵Dean Camera2010-10-061-1/+1
| | | | multiple checks are required in a single loop iteration, to reduce compiled code size.
* Spell check all source files once again to find any typos.Dean Camera2010-07-291-1/+1
|
* Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as ↵Dean Camera2010-06-161-5/+5
| | | | the new 1.7 Doxygen's default stylesheet is much better.
* Oops - when adding a sequence header to the SDP response, the size value ↵Dean Camera2010-05-211-1/+6
| | | | needs to be cleared, not the buffer pointer.
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-62/+62
| | | | correctly converted to the target system's native end of line style.
* Make bluetooth SDP code correctly unpack the search UUIDs and parameters.Dean Camera2010-04-191-2/+2
| | | | Minor documentation improvements.
* Minor documentation improvements.Dean Camera2010-04-151-2/+2
|
* Rename FunctionAttributes.h to Attributes.h, as some attributes are ↵Dean Camera2010-04-151-0/+63
applicable to variables also. Add new ATTR_NOINIT attribute for global variables. Add the beginnings of a SDP implentation to the incomplete BluetoothHost demo. Add const attribute to the Mass Storage Host driver functions where it was applicable, but missing.