aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/BUMBLEB/LEDs.h
Commit message (Collapse)AuthorAgeFilesLines
* Minor documentation cleanups.Dean Camera2010-06-031-1/+1
|
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-136/+136
| | | | correctly converted to the target system's native end of line style.
* Added board hardware driver support for Tom's USBTINY MKII programmer.Dean Camera2010-03-301-3/+4
|
* Add briefs for the library core structures.Dean Camera2010-03-291-0/+2
|
* Add file-level brief documentation.Dean Camera2010-03-291-2/+3
| | | | Remove accidentally duplicated model-specific peripheral driver files.
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-241-5/+6
|
* Change over board hardware drivers to use the custom uintN_t and intN_t ↵Dean Camera2010-02-221-6/+5
| | | | 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/+6
| | | | 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
|
* Added support for the officially recommended layout of the external ↵Dean Camera2009-09-171-0/+126
peripherals connected to the BUMBLEB board. Added flag to the HID Host Class driver to indicate the currently selected reporting protocol.