# clock rate.\r
#\r
# For the UC3 chips, this should be equal to 48MHz or 96MHz.\r
-F_USB = 48000000\r
+F_USB = ### INSERT CLOCK TO USB MODULE HERE, IN HZ ###\r
\r
\r
# Output format. (can be srec, ihex, binary)\r
OPT = s\r
\r
\r
-# Debugging level.\r
-DEBUG = 3\r
-\r
-\r
# List any extra directories to look for include files here.\r
# Each directory must be seperated by a space.\r
# Use forward slashes for directory separators.\r
CPPDEFS += $(LUFA_OPTS)\r
\r
\r
+# Debugging level.\r
+DEBUG = 3\r
+\r
\r
#---------------- Compiler Options C ----------------\r
# -g*: generate debugging information\r
# -Map: create map file\r
# --cref: add cross reference to map file\r
LDFLAGS = -Wl,-Map=$(TARGET).map,--cref\r
-LDFLAGS += -Wl,--relax \r
-LDFLAGS += -Wl,--gc-sections\r
-LDFLAGS += -Wl,--rodata-writable\r
+LDFLAGS += -Wl,--gc-sections --rodata-writable\r
LDFLAGS += -Wl,--direct-data\r
#LDFLAGS += -T linker_script.x\r
\r