aboutsummaryrefslogtreecommitdiff
path: root/LUFA/ManPages/SoftwareBootloaderJump.txt
AgeCommit message (Collapse)Author
2011-10-18Rename the Doxygen page source directory from ManPages/ to DoxygenPages/ to ↵Dean
prevent user confusion with the actual *nix Man tool. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1950 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-04-08Correct UC3 global interrupt functions.Dean
Replace all calls and references to _delay_ms() in the code with the architecture-agnostic Delay_MS() function. Improve code generation for the Delay_MS() function on the AVR8 architecture when called with a constant input. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1730 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-02-20Start update of documentation to support possible multiple architectures in ↵Dean
the future - alter \file documentation to automatically copy in the module documentation where possible. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1673 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-01-30Renamed all driver termination *_ShutDown() functions to the more logical ↵Dean
name *_Disable(). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1649 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify ↵Dean
tool made by Laszlo Monda git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1524 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-10-06Cache the USB_DeviceState variable internally in the library core when ↵Dean
multiple checks are required in a single loop iteration, to reduce compiled code size. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1513 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-07-29Spell check all source files once again to find any typos.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1420 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-06-16Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as ↵Dean
the new 1.7 Doxygen's default stylesheet is much better. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1341 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-05-21Oops - when adding a sequence header to the SDP response, the size value ↵Dean
needs to be cleared, not the buffer pointer. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1271 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-05-08Add svn:eol-style property to source files, so that the line endings are ↵Dean
correctly converted to the target system's native end of line style. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1248 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-04-19Make bluetooth SDP code correctly unpack the search UUIDs and parameters.Dean
Minor documentation improvements. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1213 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-04-15Minor documentation improvements.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1210 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-04-15Rename FunctionAttributes.h to Attributes.h, as some attributes are ↵Dean
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. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1209 d5102386-fcda-11dd-9fdb-3debd5008f28