aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/AVR8/SPARKFUN8U2
Commit message (Collapse)AuthorAgeFilesLines
* Added new Board Hardware Information board driver.Dean Camera2013-01-271-0/+78
|
* Update copyright year to 2013.Dean Camera2013-01-031-2/+2
|
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
|
* Changed board LED driver implementations of LEDs_ToggleLEDs() for the AVR8 ↵Dean Camera2012-05-061-1/+1
| | | | architecture to use the fast PIN register toggle alternative function for speed.
* Add basic hardware mapping information for all supported boards.Dean Camera2012-04-251-0/+5
|
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions ↵Dean Camera2012-01-291-0/+6
| | | | to the board hardware drivers.
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-151-124/+124
|
* Seperated out board drivers by architecture in the library internals for ↵Dean Camera2011-05-181-0/+124
better organisation.