diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-11-16 12:30:00 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-11-16 12:30:00 +0000 |
commit | a9f313afa9a65a692718b8609fd47ae1dcb60523 (patch) | |
tree | c43f06af3c44b189de5982af82ee185fbe86d04a /LUFA | |
parent | 002cd6df49981ad75b2092f2ae6b3efc4e2dd364 (diff) | |
download | lufa-a9f313afa9a65a692718b8609fd47ae1dcb60523.tar.gz lufa-a9f313afa9a65a692718b8609fd47ae1dcb60523.tar.bz2 lufa-a9f313afa9a65a692718b8609fd47ae1dcb60523.zip |
Slow AVRISP-MKII clone PDI/TPI programming speed back to 250KHz due to issues with the XPLAINBridge when PDI programming at faster rates.
Speed up XMEGANVM_WaitWhileNVMControllerBusy() by preloading the status register address into the pointer register of the target's NVM controller and then reading via a faster indirect load command.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 0afdd4aba..1297202af 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -102,7 +102,6 @@ * - Fixed USBtoSerial and XPLAINBridge demos discarding data from the PC if the send buffer becomes full * - Fixed broken input in the MagStripe reader project due to an incorrect HID report descriptor * - Fixed incorrect PollingIntervalMS values in the demo/project/bootloader endpoint descriptors (thanks to MCS Electronics) - * - Fixed PDI/TPI programming speed of ~250KHz in the AVRISP-MKII Clone project, instead of the desired 500KHz (thanks to Tom Light) * * \section Sec_ChangeLog100807 Version 100807 * <b>New:</b> |