aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/AlternativeStacks.txt
Commit message (Collapse)AuthorAgeFilesLines
* Clean up excessive whitespace at the end of each line using the wspurify ↵Dean Camera2010-10-131-3/+3
| | | | tool made by Laszlo Monda
* Minor documentation enhancements.Dean Camera2010-10-121-0/+7
|
* Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as ↵Dean Camera2010-06-161-2/+2
| | | | 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-61/+61
| | | | correctly converted to the target system's native end of line style.
* Fix TeensyHID bootloader for the largest AVRs - only the ATMEGA128x needs ↵Dean Camera2010-05-071-2/+2
| | | | the alternative addressing scheme.
* Massive cleanups to the incomplete BluetoothHost demo, to make the HCL layer ↵Dean Camera2010-03-311-0/+25
| | | | code much easier to read, block less and work correctly.
* Add file-level brief documentation.Dean Camera2010-03-291-6/+6
| | | | Remove accidentally duplicated model-specific peripheral driver files.
* Enhance the HotmailNotifier project so that the LEDs' individual brightness ↵Dean Camera2009-12-181-0/+37
can be controlled individually via software PWM.