aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-11-02 07:57:23 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-11-02 07:57:23 +0000
commit3bf760ad7d8bcc06c9145121786f3644995fae87 (patch)
tree96583e3a1c8aae9fd768710e2590badd5b4bd524 /LUFA
parent40db485c7967c584eb9fe855e744ed0dc6fe8bae (diff)
downloadlufa-3bf760ad7d8bcc06c9145121786f3644995fae87.tar.gz
lufa-3bf760ad7d8bcc06c9145121786f3644995fae87.tar.bz2
lufa-3bf760ad7d8bcc06c9145121786f3644995fae87.zip
Rescue clock of the AVRISP-MKII moved to the AVR's OCR1A pin, so that the clock can be generated at all times when 125KHz ISP programming mode is selected.
Diffstat (limited to 'LUFA')
-rw-r--r--LUFA/ManPages/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index 7397efdea..19c6fd6c4 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -65,6 +65,7 @@
* - All LowLevel demos changed to use the constants and types defined in the USB class drivers
* - Changed AudioInput and AudioOutput demos to reload the next sample via an interrupt rather than polling the sample timer
* - The MIDI class drivers now automatically flushes the MIDI interface when the MIDI class driver's USBTask() function is called
+ * - Rescue clock of the AVRISP-MKII moved to the AVR's OCR1A pin, so that the clock can be generated at all times
*
* <b>Fixed:</b>
* - Fixed USB_GetHIDReportItemInfo() function modifying the given report item's data when the report item does not exist