aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-03-15 06:39:34 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-03-15 06:39:34 +0000
commitb35f93a372d8c872aebab4e3626bfc58d85b84d7 (patch)
treee695226ad0d2525042d562f78701522747057265 /LUFA/ManPages/ChangeLog.txt
parent1a130eed6c990701642afc1a1e9738dfd86b0d4b (diff)
downloadlufa-b35f93a372d8c872aebab4e3626bfc58d85b84d7.tar.gz
lufa-b35f93a372d8c872aebab4e3626bfc58d85b84d7.tar.bz2
lufa-b35f93a372d8c872aebab4e3626bfc58d85b84d7.zip
Implemented on-demand PLL clock generation for the U4, U6 and U7 series USB AVRs when automatic PLL mode is specified.
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-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 231920e8f..ea3efcdb2 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -58,6 +58,7 @@
* - Reduced latency for executing the Start-Of-Frame events (if enabled in the user application)
* - Removed Pipe_ClearErrorFlags(), pipe error flags are now automatically cleared when Pipe_ClearError() is called
* - Endpoint_ResetFIFO() renamed to Endpoint_ResetEndpoint(), to be consistent with the Pipe_ResetPipe() function name
+ * - Implemented on-demand PLL clock generation for the U4, U6 and U7 series USB AVRs when automatic PLL mode is specified
* - Library Applications:
* - Changed the XPLAINBridge software UART to use the regular timer CTC mode instead of the alternative CTC mode
* via the Input Capture register, to reduce user confusion