diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-11-08 03:41:48 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-11-08 03:41:48 +0000 |
commit | 0ce2950d811b8dc11e46602e7490d795d8ddfb5d (patch) | |
tree | 3f070d28b9fe15ef998300769c256477669d5848 /LUFA/ManPages | |
parent | bac860b173c938bda02be4d2b1e6c72d21380a38 (diff) | |
download | lufa-0ce2950d811b8dc11e46602e7490d795d8ddfb5d.tar.gz lufa-0ce2950d811b8dc11e46602e7490d795d8ddfb5d.tar.bz2 lufa-0ce2950d811b8dc11e46602e7490d795d8ddfb5d.zip |
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).
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 726d9abb9..d024c1f94 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -27,6 +27,7 @@ * - Added board hardware driver support for the Blackcat USB JTAG board (thanks to the PSGroove team) * - Added board hardware driver support for the Maximus board (thanks to the PSGroove team) * - Added board hardware driver support for the Minimus board (thanks to the PSGroove team) + * - Added board hardware driver support for the Adafruit U4 breakout board * - Added default test tone generation mode to the Device mode AudioInput demos * - Added new NO_CLASS_DRIVER_AUTOFLUSH compile time option to disable automatic flushing of interfaces when the USB management * tasks for each driver is called |