aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/DevelopingWithLUFA.txt
Commit message (Collapse)AuthorAgeFilesLines
* Clean up excessive whitespace at the end of each line using the wspurify ↵Dean Camera2010-10-131-1/+1
| | | | tool made by Laszlo Monda
* Fix up documentation - remove obsolete Scheduler Overview page, roll ↵Dean Camera2010-08-291-1/+0
| | | | documentation into the documentation for the (deprecated) Simple Scheduler module.
* Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as ↵Dean Camera2010-06-161-7/+7
| | | | the new 1.7 Doxygen's default stylesheet is much better.
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-21/+21
| | | | correctly converted to the target system's native end of line style.
* Rename FunctionAttributes.h to Attributes.h, as some attributes are ↵Dean Camera2010-04-151-0/+1
| | | | | | | | 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.
* Minor documentation fixups.Dean Camera2009-10-031-1/+1
|
* Split Getting Started page of the documentation into its own section.Dean Camera2009-06-261-1/+0
|
* Re-add in simple scheduler for compatibility with legacy code, mark all ↵Dean Camera2009-06-191-0/+1
| | | | scheduler related files as deprecated.
* Move main library documentation pages into a new ManPages subdirectory.Dean Camera2009-06-151-0/+21