From: Dean Camera Date: Mon, 14 Dec 2009 06:01:56 +0000 (+0000) Subject: Use the PDI REPEAT instruction in the PDI programmer code to reduce protocol overhead... X-Git-Tag: LUFA-110528-BETA~753 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/f3e4fbe5126fc8edf40a0b0ace2d3437ee988d2e?ds=inline;hp=f3e4fbe5126fc8edf40a0b0ace2d3437ee988d2e Use the PDI REPEAT instruction in the PDI programmer code to reduce protocol overhead and greatly improve transfer throughput. Switch bit-bang USART in the AVRISP project to Timer 1, so that Timer 0 can be used for hardware timeouts while waiting for the NVM bus or controller to become ready. ---