aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/ADAFRUITU4
Commit message (Collapse)AuthorAgeFilesLines
* Seperated out board drivers by architecture in the library internals for ↵Dean Camera2011-05-181-124/+0
| | | | better organisation.
* Start update of documentation to support possible multiple architectures in ↵Dean Camera2011-02-201-7/+2
| | | | 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-191-1/+1
| | | | device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support.
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
|
* Fixed inverted Minimus board LEDs.Dean Camera2010-12-281-1/+1
|
* Added board hardware driver support for the Adafruit U4 breakout board.Dean Camera2010-11-081-0/+129
Fixed calculation of timer register reload values derived from F_CPU; must subtract one from the division result for the compare value to be correct. Change AVRISP-MKII rescue clock speed to 4MHz to ensure that a 125KHz ISP speed works regardless of the target's fuses (i.e. DIV8 set).