From 26017b68b0632c91e71eb29e87ca94670425e081 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sat, 22 Jan 2011 17:48:06 +0000 Subject: Changed AVRISP-MKII project to use the Watchdog interrupt for command timeouts, to reduce CPU usage and free timer 0 for other uses in the future. --- LUFA/ManPages/ChangeLog.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'LUFA/ManPages/ChangeLog.txt') diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index c708b3e76..df74a7c08 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -43,6 +43,8 @@ * - Changed over library projects to use the new general ring buffer library driver module * - Added new high level TWI packet read/write commands, altered behaviour of the TWI_StartTransmission() function * - Changed TempDataLogger project's DS1307 driver to simplify the function interface and prevent a possible race condition + * - Changed AVRISP-MKII project to use the Watchdog interrupt for command timeouts, to reduce CPU usage and free timer 0 + * for other uses * * Fixed: * - Core: -- cgit v1.2.3