aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-10-12 02:27:22 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-10-12 02:27:22 +0000
commitc15eaa5dae5b8913d9401f0ad508494a6b66744a (patch)
tree63bdae6e1f3735ee05d662a6fb2efd51b59d5561 /LUFA/ManPages/ChangeLog.txt
parent1a4a26271e32fba6e2430b7869ec4a8b4242e6e2 (diff)
downloadlufa-c15eaa5dae5b8913d9401f0ad508494a6b66744a.tar.gz
lufa-c15eaa5dae5b8913d9401f0ad508494a6b66744a.tar.bz2
lufa-c15eaa5dae5b8913d9401f0ad508494a6b66744a.zip
When automatic PLL management mode is enabled on the U4 series AVR8 chips, the PLL is now configured for 48MHz and not a divided 96MHz, to lower power consumption and to keep the system within the datasheet specs for 3.3V operation (thanks to Scott Vitale).
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-rw-r--r--LUFA/ManPages/ChangeLog.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index 55e12414c..b3bda78c9 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -15,7 +15,8 @@
*
* <b>Changed:</b>
* - Core:
- * - None
+ * - When automatic PLL management mode is enabled on the U4 series AVR8 chips, the PLL is now configured for 48MHz and not
+ * a divided 96MHz, to lower power consumption and to keep the system within the datasheet specs for 3.3V operation (thanks to Scott Vitale)
* - Library Applications:
* - None
*