aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-11-16 01:37:43 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-11-16 01:37:43 +0000
commit002cd6df49981ad75b2092f2ae6b3efc4e2dd364 (patch)
tree2bad7bb012ad3230f7e83944dbfda8c21511556f /LUFA
parentb27f35536dce3f3ba9d3d3e8a1fa2e9c6cb9cec7 (diff)
downloadlufa-002cd6df49981ad75b2092f2ae6b3efc4e2dd364.tar.gz
lufa-002cd6df49981ad75b2092f2ae6b3efc4e2dd364.tar.bz2
lufa-002cd6df49981ad75b2092f2ae6b3efc4e2dd364.zip
Added new XCK_RESCUE_CLOCK_ENABLE compile time option to the AVRISP-MKII clone programmer project (thanks to Tom Light).
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 1eda701ab..0afdd4aba 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -35,6 +35,7 @@
* - Added new Pipe_GetBusyBanks(), Endpoint_GetBusyBanks() and Endpoint_AbortPendingIN() functions
* - Added new NO_BLOCK_SUPPORT, NO_EEPROM_BYTE_SUPPORT, NO_FLASH_BYTE_SUPPORT and NO_LOCK_BYTE_WRITE_SUPPORT compile time options to the
* CDC class bootloader
+ * - Added new XCK_RESCUE_CLOCK_ENABLE compile time option to the AVRISP-MKII clone programmer project (thanks to Tom Light)
*
* <b>Changed:</b>
* - Removed complicated logic for the Endpoint_ConfigureEndpoint() function to use inlined or function called versions