aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/ADAFRUITU4
Commit message (Collapse)AuthorAgeFilesLines
* 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).