aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/USBTINYMKII
Commit message (Collapse)AuthorAgeFilesLines
* Clean up excessive whitespace at the end of each line using the wspurify ↵Dean Camera2010-10-132-19/+21
| | | | tool made by Laszlo Monda
* Added board hardware driver support for the BUI development board.Dean Camera2010-09-142-7/+7
|
* Added LEDs_ToggleLEDs() function to several board LED drivers which were ↵Dean Camera2010-09-091-0/+5
| | | | | | missing it (thanks to Andrei Krainev). Simplify some of the LED driver functions to produce more compact code.
* Add special support to the AVRISP-MKII for the new model USBTINY-MKII's ↵Dean Camera2010-07-291-1/+4
| | | | | | | | additional LED to indicate target power source. Add support to the USBTINY-MKII's additional LED in the board's LED driver header. Changed LED indicator masks for the AVRISP-MKII project, so that there are defined roles for each LED.
* Add missing const qualifiers to class drivers.Dean Camera2010-07-211-1/+2
| | | | Indent core library function parameters so that there is only one parameter per line, to increase readability.
* Minor documentation cleanups.Dean Camera2010-06-031-1/+1
|
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-082-220/+220
| | | | correctly converted to the target system's native end of line style.
* Oops, incorrectly edited the Benito buttons driver file instead of the ↵Dean Camera2010-03-301-2/+2
| | | | | | JM-DB-U2 buttons driver file. Fix up preprocessor guards in the new board driver files.
* Add missing board Buttons driver for the USBTINY MKII board target.Dean Camera2010-03-301-0/+97
|
* Added board hardware driver support for Tom's USBTINY MKII programmer.Dean Camera2010-03-301-0/+123