aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/USBKEY
Commit message (Expand)AuthorAgeFilesLines
* Added board hardware driver support for the Blackcat USB JTAG board (thanks t...Dean Camera2010-10-171-1/+0
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-135-63/+68
* Added board hardware driver support for the BUI development board.Dean Camera2010-09-145-16/+16
* Added LEDs_ToggleLEDs() function to several board LED drivers which were miss...Dean Camera2010-09-091-1/+1
* More spell checking of all source files -- correct missed errors, switch to E...Dean Camera2010-07-301-1/+1
* Convert over internal pseudo-function macros to true inline functions for add...Dean Camera2010-07-221-0/+60
* Add missing const qualifiers to class drivers.Dean Camera2010-07-212-2/+4
* Minor documentation cleanups.Dean Camera2010-06-031-1/+1
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-085-589/+589
* Add briefs for the library core structures.Dean Camera2010-03-295-0/+10
* Add file-level brief documentation.Dean Camera2010-03-295-10/+5
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-243-10/+11
* Change over board hardware drivers to use the custom uintN_t and intN_t nativ...Dean Camera2010-02-223-11/+10
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-114-4/+4
* Make board specific and device peripheral specific drivers' file documentatio...Dean Camera2010-02-015-0/+25
* Update copyright year to 2010.Dean Camera2009-12-305-10/+10
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-285-35/+35
* Use -pedantic compile time option to find and correct several minor code errors.Dean Camera2009-12-131-1/+1
* Added support for the Dataflash mounted on the XPLAIN board. Added new XPLAIN...Dean Camera2009-12-031-1/+1
* Added support for the officially recommended layout of the external periphera...Dean Camera2009-09-171-0/+7
* Added new LEDs_ToggleLEDs() function to the Board LEDs driver.Dean Camera2009-07-241-8/+13
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-4/+4
* Changed HWB board driver to Buttons driver, to allow for the support of futur...Dean Camera2009-05-062-14/+18
* More documentation changes for better module-level documentation rather than ...Dean Camera2009-04-171-7/+0
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-165-2/+42
* Board Dataflash driver now allows for dataflash ICs which use different shift...Dean Camera2009-03-171-0/+38
* Moved all source to the trunk directory.Dean Camera2009-02-235-0/+472