aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/BUMBLEB
Commit message (Expand)AuthorAgeFilesLines
* Seperated out board drivers by architecture in the library internals for bett...Dean Camera2011-05-183-341/+0
* Start update of documentation to support possible multiple architectures in t...Dean Camera2011-02-203-31/+6
* Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean Camera2011-02-193-3/+3
* Update copyright year on all source files.Dean Camera2011-01-013-6/+6
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-283-3/+3
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-133-27/+30
* Added board hardware driver support for the BUI development board.Dean Camera2010-09-143-16/+16
* Added LEDs_ToggleLEDs() function to several board LED drivers which were miss...Dean Camera2010-09-091-0/+5
* Add missing const qualifiers to class drivers.Dean Camera2010-07-211-1/+2
* 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-083-357/+357
* Added board hardware driver support for Tom's USBTINY MKII programmer.Dean Camera2010-03-303-9/+12
* Add briefs for the library core structures.Dean Camera2010-03-293-0/+6
* Add file-level brief documentation.Dean Camera2010-03-293-7/+10
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-243-9/+12
* Change over board hardware drivers to use the custom uintN_t and intN_t nativ...Dean Camera2010-02-223-10/+7
* Add drivers for the EVK1101 - begin full port to the AVR32 UC3B line of AVRs.Dean Camera2010-02-221-2/+2
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-113-3/+3
* Make board specific and device peripheral specific drivers' file documentatio...Dean Camera2010-02-013-0/+18
* Update copyright year to 2010.Dean Camera2009-12-303-6/+6
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-283-21/+21
* Use -pedantic compile time option to find and correct several minor code errors.Dean Camera2009-12-131-1/+1
* Added support for the officially recommended layout of the external periphera...Dean Camera2009-09-173-0/+327