aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/Buttons.h
Commit message (Expand)AuthorAgeFilesLines
* Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions ...Dean Camera2012-01-291-1/+4
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...Dean Camera2011-12-231-1/+1
* Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3).Dean Camera2011-11-281-0/+2
* Add support for the Atmel XMEGA A3BU Xplained board.Dean Camera2011-10-311-0/+2
* Fix improper indenting of the internal board driver dispatch headers.Dean Camera2011-07-061-14/+14
* Added board hardware driver support for the EVK1104 board.Dean Camera2011-06-271-0/+2
* Add board driver support for the EVK1100 board.Dean Camera2011-06-271-1/+3
* Massive corrections to the project documentation and code comments, thanks to...Dean Camera2011-06-051-1/+1
* Added board driver support for the Busware TUL board.Dean Camera2011-06-041-0/+2
* Spell check library source code files.Dean Camera2011-06-011-2/+2
* Seperated out board drivers by architecture in the library internals for bett...Dean Camera2011-05-181-16/+16
* Remove redundant Doxygen guards from the internal preprocessor definitions.Dean Camera2011-03-151-3/+0
* Update board driver common APIs to use uint_reg_t.Dean Camera2011-02-201-52/+52
* Added start of a port of the core USB driver code to the AVR32 UC3B architect...Dean Camera2011-02-201-0/+2
* More Doxygen updates for multiple architecture support.Dean Camera2011-02-201-2/+3
* Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean Camera2011-02-191-4/+2
* Minor documentation improvements.Dean Camera2011-01-081-4/+4
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
* Documentation improvements - put driver example code into its own section, fi...Dean Camera2010-12-261-2/+5
* Added basic driver example use code to the library documentation.Dean Camera2010-12-261-0/+15
* Added board hardware driver support for the Microsin AVR-USB162 development b...Dean Camera2010-11-211-0/+2
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* Added board hardware driver support for the Minimus board (thanks to the PSGr...Dean Camera2010-10-171-0/+2
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-10/+11
* Added board hardware driver support for the Busware CUL V3 board.Dean Camera2010-10-061-0/+2
* Added board hardware driver support for the UDIP development board.Dean Camera2010-09-141-0/+2
* Added board hardware driver support for the USBFOO development board.Dean Camera2010-09-041-0/+2
* Added board hardware driver support for the Olimex AVR-USB-162 development bo...Dean Camera2010-09-031-0/+6
* More spell checking of all source files -- correct missed errors, switch to E...Dean Camera2010-07-301-1/+1
* Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean Camera2010-06-171-1/+1
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-118/+118
* Add missing board Buttons driver for the USBTINY MKII board target.Dean Camera2010-03-301-0/+2
* Oops - make sure board driver dispatch headers test for the correct BOARD def...Dean Camera2010-03-301-1/+3
* Added support for the JM-DB-U2 board hardware.Dean Camera2010-03-301-0/+2
* Add file-level brief documentation.Dean Camera2010-03-291-0/+1
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-241-3/+1
* Add drivers for the EVK1101 - begin full port to the AVR32 UC3B line of AVRs.Dean Camera2010-02-221-1/+3
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-0/+1
* New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ...Dean Camera2010-02-041-2/+2
* 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
* Added support for the Atmel EVK527 board hardware.Dean Camera2009-12-041-1/+3
* Added support for the Atmel XPLAIN board.Dean Camera2009-10-021-2/+2
* Added support for the officially recommended layout of the external periphera...Dean Camera2009-09-171-0/+2
* Removed unused INCLUDE_FROM_BOARD_DRIVER internal define from the board drive...Dean Camera2009-08-311-1/+0
* Added better module summaries.Dean Camera2009-07-141-1/+3
* Fix build errors in Joystick device demo and library LEDs driver (on *nix sys...Dean Camera2009-05-071-5/+5
* Changed HWB board driver to Buttons driver, to allow for the support of futur...Dean Camera2009-05-061-0/+105