aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/AVR8/CULV3
Commit message (Collapse)AuthorAgeFilesLines
* 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-252-0/+10
|
* Update file contributor copyrights for 2012.Dean Camera2012-02-042-2/+2
|
* Update file header copyrights for 2012.Dean Camera2012-02-042-2/+2
|
* Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions ↵Dean Camera2012-01-292-0/+12
| | | | to the board hardware drivers.
* Massive corrections to the project documentation and code comments, thanks ↵Dean Camera2011-06-051-5/+5
| | | | to Russian translation services provided by Andrey from Microsin.ru.
* Seperated out board drivers by architecture in the library internals for ↵Dean Camera2011-05-182-0/+216
better organisation.