From: Dean Camera Date: Tue, 16 Nov 2010 12:30:00 +0000 (+0000) Subject: Slow AVRISP-MKII clone PDI/TPI programming speed back to 250KHz due to issues with... X-Git-Tag: LUFA-110528-BETA~159 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/a9f313afa9a65a692718b8609fd47ae1dcb60523?hp=a9f313afa9a65a692718b8609fd47ae1dcb60523 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. ---