aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/UC3
Commit message (Collapse)AuthorAgeFilesLines
* Update file contributor copyrights for 2012.Dean Camera2012-02-048-8/+8
|
* Update file header copyrights for 2012.Dean Camera2012-02-048-48/+48
|
* Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions ↵Dean Camera2012-01-298-0/+58
| | | | to the board hardware drivers.
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵Dean Camera2011-12-238-38/+46
| | | | trailing whitespace at the end of each line.
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-158-973/+973
|
* Added board hardware driver support for the EVK1104 board.Dean Camera2011-06-274-2/+253
| | | | Fix inverted LEDs_GetLEDs() result for the EVK1100 and EVK1101 boards.
* Add board driver support for the EVK1100 board.Dean Camera2011-06-276-6/+372
|
* Seperated out board drivers by architecture in the library internals for ↵Dean Camera2011-05-183-0/+356
better organisation.