aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/SoftwareBootloaderJump.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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.