aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/AVR8/MINIMUS
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrights for 2018.Dean Camera2018-01-043-6/+6
|
* Update copyrights for 2017.Dean Camera2017-04-183-6/+6
|
* Update copyrights to 2016.Dean Camera2016-01-313-6/+6
|
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-173-6/+6
|
* Update copyrights for 2014.Dean Camera2014-01-043-6/+6
|
* 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/+82
|
* Update copyright year to 2013.Dean Camera2013-01-032-4/+4
|
* Fixed hardware race condition that could cause failed device enumerations ↵Dean Camera2013-01-031-7/+3
| | | | | | | | for AVR8 and UC3 architectures (thanks to Mike Beyhs). Fixed incorrect Minimus board LED definitions (thanks to Joonas Lahtinen). Fixed incorrect LED masks for received data display in the Device GenericHID demos (thanks to Denys Berkovskyy).
* Minor documentation improvements.Dean Camera2012-10-052-2/+2
|
* Fixed inverted LED driving code for the Arduino Leonardo board. Fixed ↵Dean Camera2012-08-121-1/+1
| | | | inverted LEDs_GetLEDs() function implementation for the Benito, Minimus and Arduino UNO boards.
* 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-2/+17
|
* 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.
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵Dean Camera2011-12-232-21/+23
| | | | trailing whitespace at the end of each line.
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-152-217/+217
|
* Seperated out board drivers by architecture in the library internals for ↵Dean Camera2011-05-182-0/+217
better organisation.