aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/CodeTemplates/makefile_template.uc3
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-07-14 11:31:12 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-07-14 11:31:12 +0000
commitffa8b430c1886b696e1e94039e6a9343b5b81dbd (patch)
tree3a3734b821fb7e4406a0868c3b1c498b212d0a74 /LUFA/CodeTemplates/makefile_template.uc3
parentc8e517646538669c290c5566231c8ec2b02f33bc (diff)
downloadlufa-ffa8b430c1886b696e1e94039e6a9343b5b81dbd.tar.gz
lufa-ffa8b430c1886b696e1e94039e6a9343b5b81dbd.tar.bz2
lufa-ffa8b430c1886b696e1e94039e6a9343b5b81dbd.zip
Complete initial revision of the XMEGA Clock Management platform driver.
Start the USB clock source generator inside USB_ResetInterface() for XMEGA devices.
Diffstat (limited to 'LUFA/CodeTemplates/makefile_template.uc3')
-rw-r--r--LUFA/CodeTemplates/makefile_template.uc35
1 files changed, 1 insertions, 4 deletions
diff --git a/LUFA/CodeTemplates/makefile_template.uc3 b/LUFA/CodeTemplates/makefile_template.uc3
index 2077ca187..645f6c288 100644
--- a/LUFA/CodeTemplates/makefile_template.uc3
+++ b/LUFA/CodeTemplates/makefile_template.uc3
@@ -70,10 +70,7 @@ F_CPU = ### INSERT PRESCALED SYSTEM CLOCK SPEED HERE, IN HZ ###
# USB controller master clock frequency.
# This will define a symbol, F_USB, in all source code files equal to the
-# input clock frequency (before any prescaling is performed) in Hz. This value may
-# differ from F_CPU, as the USB clock is often sourced from the same oscillator as
-# the CPU clock, but run through multipliers and dividers to achieve the desired
-# clock rate.
+# input clock frequency of the USB controller's clock generator in Hz.
#
# For the UC3 chips, this should be equal to 48MHz or 96MHz.
F_USB = ### INSERT CLOCK TO USB MODULE HERE, IN HZ ###