Added board hardware driver support for the Adafruit U4 breakout board.
authorDean Camera <dean@fourwalledcubicle.com>
Mon, 8 Nov 2010 03:41:48 +0000 (03:41 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Mon, 8 Nov 2010 03:41:48 +0000 (03:41 +0000)
commit0ce2950d811b8dc11e46602e7490d795d8ddfb5d
tree3f070d28b9fe15ef998300769c256477669d5848
parentbac860b173c938bda02be4d2b1e6c72d21380a38
Added board hardware driver support for the Adafruit U4 breakout board.

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).
14 files changed:
Demos/Device/ClassDriver/AudioInput/AudioInput.c
Demos/Device/ClassDriver/AudioOutput/AudioOutput.c
Demos/Device/LowLevel/AudioInput/AudioInput.c
Demos/Device/LowLevel/AudioOutput/AudioOutput.c
LUFA.pnproj
LUFA/Common/BoardTypes.h
LUFA/Drivers/Board/ADAFRUITU4/LEDs.h [new file with mode: 0644]
LUFA/Drivers/Board/LEDs.h
LUFA/ManPages/ChangeLog.txt
Projects/AVRISP-MKII/AVRISP-MKII.txt
Projects/AVRISP-MKII/Lib/ISP/ISPTarget.c
Projects/AVRISP-MKII/Lib/V2Protocol.c
Projects/TempDataLogger/TempDataLogger.c
Projects/Webserver/Lib/uip/clock.c