aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DriverStubs/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-124/+124
| | | | correctly converted to the target system's native end of line style.
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-241-6/+7
|
* Change over board hardware drivers to use the custom uintN_t and intN_t ↵Dean Camera2010-02-221-7/+6
| | | | 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.
* 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
|
* Fixed issue in USBtoSerial demos where the USART Rx line was not having its ↵Dean Camera2009-08-051-2/+0
| | | | | | | | pullup enabled at startup, leading to noise being received from the Rx pin when left floating. Removed unused relative Common.h header include from the DriverStubs board stub drivers. Fixed Benito programmer, use the correct LED functions where needed to ensure correct status display at all times.
* Added new LEDs_ToggleLEDs() function to the Board LEDs driver.Dean Camera2009-07-241-8/+13
|
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+121