aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/UC3/EVK1101/Buttons.h
Commit message (Collapse)AuthorAgeFilesLines
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
|
* Fix UC3 support in the BUILD build system module. Fix bug in the EVK1101 ↵Dean Camera2012-06-021-1/+1
| | | | board buttons driver.
* Add basic hardware mapping information for all supported boards.Dean Camera2012-04-251-0/+6
|
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Update file header copyrights for 2012.Dean Camera2012-02-041-6/+6
|
* Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions ↵Dean Camera2012-01-291-0/+6
| | | | to the board hardware drivers.
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵Dean Camera2011-12-231-4/+5
| | | | trailing whitespace at the end of each line.
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-151-100/+100
|
* Add board driver support for the EVK1100 board.Dean Camera2011-06-271-2/+2
|
* Seperated out board drivers by architecture in the library internals for ↵Dean Camera2011-05-181-0/+100
better organisation.