aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/AVR8/BUMBLEB
Commit message (Collapse)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-084-8/+8
|
* Update copyrights for 2018.Dean Camera2018-01-044-8/+8
|
* Update copyrights for 2017.Dean Camera2017-04-184-8/+8
|
* Update copyrights to 2016.Dean Camera2016-01-314-8/+8
|
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-174-8/+8
|
* Update copyrights for 2014.Dean Camera2014-01-044-8/+8
|
* Fix board driver hardware capability definition macro documentation. Fix ↵Dean Camera2013-04-281-2/+2
| | | | Doxygen-to-Docbook transform eating the contents of generated tables.
* Added new Board Hardware Information board driver.Dean Camera2013-01-271-0/+86
|
* Update copyright year to 2013.Dean Camera2013-01-033-6/+6
|
* Minor documentation improvements.Dean Camera2012-10-053-3/+3
|
* 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-253-0/+18
|
* Update file contributor copyrights for 2012.Dean Camera2012-02-043-3/+3
|
* Update file header copyrights for 2012.Dean Camera2012-02-043-3/+3
|
* Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions ↵Dean Camera2012-01-293-1/+19
| | | | to the board hardware drivers.
* Massive corrections to the project documentation and code comments, thanks ↵Dean Camera2011-06-051-2/+2
| | | | to Russian translation services provided by Andrey from Microsin.ru.
* Seperated out board drivers by architecture in the library internals for ↵Dean Camera2011-05-183-0/+341
better organisation.