aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/BENITO
Commit message (Collapse)AuthorAgeFilesLines
* Seperated out board drivers by architecture in the library internals for ↵Dean Camera2011-05-182-219/+0
| | | | better organisation.
* Fix incorrectly named include guards in the Board driver header files.Dean Camera2011-03-161-1/+1
|
* Start update of documentation to support possible multiple architectures in ↵Dean Camera2011-02-202-14/+5
| | | | 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-192-2/+2
| | | | device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support.
* Update copyright year on all source files.Dean Camera2011-01-012-4/+4
|
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵Dean Camera2010-10-282-2/+2
| | | | 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-132-20/+22
| | | | tool made by Laszlo Monda
* Added board hardware driver support for the Arduino Uno development board.Dean Camera2010-09-281-2/+2
| | | | Fixed incorrect LEDs_ChangeLEDs() function in the Benito board LED driver.
* Added board hardware driver support for the BUI development board.Dean Camera2010-09-142-7/+7
|
* Add missing const qualifiers to class drivers.Dean Camera2010-07-211-1/+2
| | | | Indent core library function parameters so that there is only one parameter per line, to increase readability.
* Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as ↵Dean Camera2010-06-161-2/+2
| | | | the new 1.7 Doxygen's default stylesheet is much better.
* 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-082-225/+225
| | | | correctly converted to the target system's native end of line style.
* Oops, incorrectly edited the Benito buttons driver file instead of the ↵Dean Camera2010-03-301-12/+7
| | | | | | JM-DB-U2 buttons driver file. Fix up preprocessor guards in the new board driver files.
* Oops - make sure board driver dispatch headers test for the correct BOARD ↵Dean Camera2010-03-301-0/+102
| | | | | | define values. Add button support for the BENITO board target.
* Added board hardware driver support for the Benito programmer.Dean Camera2010-03-301-0/+128