aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/EVK527/Joystick.h
Commit message (Collapse)AuthorAgeFilesLines
* Seperated out board drivers by architecture in the library internals for ↵Dean Camera2011-05-181-116/+0
| | | | better organisation.
* Add named macros to the board joystick drivers where a shift is needed to ↵Dean Camera2011-03-151-3/+5
| | | | maintain unique joystick direction bits in the returned mask value.
* Start update of documentation to support possible multiple architectures in ↵Dean Camera2011-02-201-7/+2
| | | | the future - alter \file documentation to automatically copy in the module documentation where possible.
* Add new ARCH option to the makefiles to (eventually) specify the target ↵Dean Camera2011-02-191-1/+1
| | | | device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support.
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
|
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵Dean Camera2010-10-281-1/+1
| | | | redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.
* Clean up excessive whitespace at the end of each line using the wspurify ↵Dean Camera2010-10-131-10/+11
| | | | tool made by Laszlo Monda
* Added board hardware driver support for the BUI development board.Dean Camera2010-09-141-3/+3
|
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-118/+118
| | | | correctly converted to the target system's native end of line style.
* Add briefs for the library core structures.Dean Camera2010-03-291-0/+2
|
* Add file-level brief documentation.Dean Camera2010-03-291-2/+1
| | | | Remove accidentally duplicated model-specific peripheral driver files.
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-241-2/+3
|
* Change over board hardware drivers to use the custom uintN_t and intN_t ↵Dean Camera2010-02-221-3/+2
| | | | native word size types.
* Add more include protection macros to give the user warnings when they try ↵Dean Camera2010-02-111-1/+1
| | | | to manually include private driver header files, instead of the public driver headers.
* Make board specific and device peripheral specific drivers' file ↵Dean Camera2010-02-011-0/+5
| | | | documentation copy over to the module documentation, so that it is visible in the normal module view of the library documentation.
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
|
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
|
* Use -pedantic compile time option to find and correct several minor code errors.Dean Camera2009-12-131-1/+1
|
* Added support for the Atmel EVK527 board hardware.Dean Camera2009-12-041-0/+112