projects
/
pub
/
USBasp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
2bb012d
)
Assume 16MHz crystal by default in the AVR8 bootloaders.
author
Dean Camera
<dean@fourwalledcubicle.com>
Sun, 19 May 2013 19:52:37 +0000
(21:52 +0200)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Sun, 19 May 2013 19:52:37 +0000
(21:52 +0200)
Bootloaders/CDC/asf.xml
patch
|
blob
|
blame
|
history
Bootloaders/DFU/asf.xml
patch
|
blob
|
blame
|
history
Bootloaders/HID/asf.xml
patch
|
blob
|
blame
|
history
Bootloaders/MassStorage/asf.xml
patch
|
blob
|
blame
|
history
Bootloaders/Printer/asf.xml
patch
|
blob
|
blame
|
history
diff --git
a/Bootloaders/CDC/asf.xml
b/Bootloaders/CDC/asf.xml
index
6f0fa64
..
bddbcff
100644
(file)
--- a/
Bootloaders/CDC/asf.xml
+++ b/
Bootloaders/CDC/asf.xml
@@
-9,8
+9,8
@@
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
- <build type="define" name="F_CPU" value="
8
000000UL"/>
\r
- <build type="define" name="F_USB" value="
8
000000UL"/>
\r
+ <build type="define" name="F_CPU" value="
16
000000UL"/>
\r
+ <build type="define" name="F_USB" value="
16
000000UL"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0x1F000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0x1F000"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0x1F000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0x1F000"/>
\r
@@
-33,8
+33,8
@@
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
- <build type="define" name="F_CPU" value="
8
000000UL"/>
\r
- <build type="define" name="F_USB" value="
8
000000UL"/>
\r
+ <build type="define" name="F_CPU" value="
16
000000UL"/>
\r
+ <build type="define" name="F_USB" value="
16
000000UL"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0xF000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0xF000"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0xF000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0xF000"/>
\r
@@
-57,8
+57,8
@@
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
- <build type="define" name="F_CPU" value="
8
000000UL"/>
\r
- <build type="define" name="F_USB" value="
8
000000UL"/>
\r
+ <build type="define" name="F_CPU" value="
16
000000UL"/>
\r
+ <build type="define" name="F_USB" value="
16
000000UL"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0x7000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0x7000"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0x7000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0x7000"/>
\r
@@
-81,8
+81,8
@@
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
- <build type="define" name="F_CPU" value="
8
000000UL"/>
\r
- <build type="define" name="F_USB" value="
8
000000UL"/>
\r
+ <build type="define" name="F_CPU" value="
16
000000UL"/>
\r
+ <build type="define" name="F_USB" value="
16
000000UL"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0x3000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0x3000"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0x3000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0x3000"/>
\r
@@
-105,8
+105,8
@@
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
- <build type="define" name="F_CPU" value="
8
000000UL"/>
\r
- <build type="define" name="F_USB" value="
8
000000UL"/>
\r
+ <build type="define" name="F_CPU" value="
16
000000UL"/>
\r
+ <build type="define" name="F_USB" value="
16
000000UL"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0x1000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0x1000"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0x1000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0x1000"/>
\r
diff --git
a/Bootloaders/DFU/asf.xml
b/Bootloaders/DFU/asf.xml
index
746dca7
..
0a547c3
100644
(file)
--- a/
Bootloaders/DFU/asf.xml
+++ b/
Bootloaders/DFU/asf.xml
@@
-9,8
+9,8
@@
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
- <build type="define" name="F_CPU" value="
8
000000UL"/>
\r
- <build type="define" name="F_USB" value="
8
000000UL"/>
\r
+ <build type="define" name="F_CPU" value="
16
000000UL"/>
\r
+ <build type="define" name="F_USB" value="
16
000000UL"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0x1F000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0x1F000"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0x1F000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0x1F000"/>
\r
@@
-33,8
+33,8
@@
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
- <build type="define" name="F_CPU" value="
8
000000UL"/>
\r
- <build type="define" name="F_USB" value="
8
000000UL"/>
\r
+ <build type="define" name="F_CPU" value="
16
000000UL"/>
\r
+ <build type="define" name="F_USB" value="
16
000000UL"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0xF000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0xF000"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0xF000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0xF000"/>
\r
@@
-57,8
+57,8
@@
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
- <build type="define" name="F_CPU" value="
8
000000UL"/>
\r
- <build type="define" name="F_USB" value="
8
000000UL"/>
\r
+ <build type="define" name="F_CPU" value="
16
000000UL"/>
\r
+ <build type="define" name="F_USB" value="
16
000000UL"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0x7000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0x7000"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0x7000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0x7000"/>
\r
@@
-79,8
+79,8
@@
<device-support value="atmega16u2"/>
\r
<config name="lufa.drivers.board.name" value="none"/>
\r
\r
<device-support value="atmega16u2"/>
\r
<config name="lufa.drivers.board.name" value="none"/>
\r
\r
- <build type="define" name="F_CPU" value="
8
000000UL"/>
\r
- <build type="define" name="F_USB" value="
8
000000UL"/>
\r
+ <build type="define" name="F_CPU" value="
16
000000UL"/>
\r
+ <build type="define" name="F_USB" value="
16
000000UL"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0x3000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0x3000"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0x3000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0x3000"/>
\r
@@
-101,8
+101,8
@@
<device-support value="atmega8u2"/>
\r
<config name="lufa.drivers.board.name" value="none"/>
\r
\r
<device-support value="atmega8u2"/>
\r
<config name="lufa.drivers.board.name" value="none"/>
\r
\r
- <build type="define" name="F_CPU" value="
8
000000UL"/>
\r
- <build type="define" name="F_USB" value="
8
000000UL"/>
\r
+ <build type="define" name="F_CPU" value="
16
000000UL"/>
\r
+ <build type="define" name="F_USB" value="
16
000000UL"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0x1000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0x1000"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0x1000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0x1000"/>
\r
diff --git
a/Bootloaders/HID/asf.xml
b/Bootloaders/HID/asf.xml
index
793b3e5
..
91fb35e
100644
(file)
--- a/
Bootloaders/HID/asf.xml
+++ b/
Bootloaders/HID/asf.xml
@@
-9,8
+9,8
@@
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
- <build type="define" name="F_CPU" value="
8
000000UL"/>
\r
- <build type="define" name="F_USB" value="
8
000000UL"/>
\r
+ <build type="define" name="F_CPU" value="
16
000000UL"/>
\r
+ <build type="define" name="F_USB" value="
16
000000UL"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0x1F000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0x1F000"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0x1F000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0x1F000"/>
\r
@@
-26,8
+26,8
@@
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
- <build type="define" name="F_CPU" value="
8
000000UL"/>
\r
- <build type="define" name="F_USB" value="
8
000000UL"/>
\r
+ <build type="define" name="F_CPU" value="
16
000000UL"/>
\r
+ <build type="define" name="F_USB" value="
16
000000UL"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0xF000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0xF000"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0xF000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0xF000"/>
\r
@@
-43,8
+43,8
@@
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
- <build type="define" name="F_CPU" value="
8
000000UL"/>
\r
- <build type="define" name="F_USB" value="
8
000000UL"/>
\r
+ <build type="define" name="F_CPU" value="
16
000000UL"/>
\r
+ <build type="define" name="F_USB" value="
16
000000UL"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0x7000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0x7000"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0x7000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0x7000"/>
\r
@@
-60,8
+60,8
@@
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
- <build type="define" name="F_CPU" value="
8
000000UL"/>
\r
- <build type="define" name="F_USB" value="
8
000000UL"/>
\r
+ <build type="define" name="F_CPU" value="
16
000000UL"/>
\r
+ <build type="define" name="F_USB" value="
16
000000UL"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0x3800"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0x3800"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0x3800"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0x3800"/>
\r
@@
-77,8
+77,8
@@
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
- <build type="define" name="F_CPU" value="
8
000000UL"/>
\r
- <build type="define" name="F_USB" value="
8
000000UL"/>
\r
+ <build type="define" name="F_CPU" value="
16
000000UL"/>
\r
+ <build type="define" name="F_USB" value="
16
000000UL"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0x1800"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0x1800"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0x1800"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0x1800"/>
\r
diff --git
a/Bootloaders/MassStorage/asf.xml
b/Bootloaders/MassStorage/asf.xml
index
07a6f80
..
11633dc
100644
(file)
--- a/
Bootloaders/MassStorage/asf.xml
+++ b/
Bootloaders/MassStorage/asf.xml
@@
-9,8
+9,8
@@
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
- <build type="define" name="F_CPU" value="
8
000000UL"/>
\r
- <build type="define" name="F_USB" value="
8
000000UL"/>
\r
+ <build type="define" name="F_CPU" value="
16
000000UL"/>
\r
+ <build type="define" name="F_USB" value="
16
000000UL"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0x1E000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0x1E000"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0x1E000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0x1E000"/>
\r
@@
-35,8
+35,8
@@
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
- <build type="define" name="F_CPU" value="
8
000000UL"/>
\r
- <build type="define" name="F_USB" value="
8
000000UL"/>
\r
+ <build type="define" name="F_CPU" value="
16
000000UL"/>
\r
+ <build type="define" name="F_USB" value="
16
000000UL"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0xE000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0xE000"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0xE000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0xE000"/>
\r
@@
-61,8
+61,8
@@
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
- <build type="define" name="F_CPU" value="
8
000000UL"/>
\r
- <build type="define" name="F_USB" value="
8
000000UL"/>
\r
+ <build type="define" name="F_CPU" value="
16
000000UL"/>
\r
+ <build type="define" name="F_USB" value="
16
000000UL"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0x7000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0x7000"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0x7000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0x7000"/>
\r
@@
-90,8
+90,8
@@
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
- <build type="define" name="F_CPU" value="
8
000000UL"/>
\r
- <build type="define" name="F_USB" value="
8
000000UL"/>
\r
+ <build type="define" name="F_CPU" value="
16
000000UL"/>
\r
+ <build type="define" name="F_USB" value="
16
000000UL"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0x3000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0x3000"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0x3000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0x3000"/>
\r
diff --git
a/Bootloaders/Printer/asf.xml
b/Bootloaders/Printer/asf.xml
index
5773bf6
..
b7621ac
100644
(file)
--- a/
Bootloaders/Printer/asf.xml
+++ b/
Bootloaders/Printer/asf.xml
@@
-9,8
+9,8
@@
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
- <build type="define" name="F_CPU" value="
8
000000UL"/>
\r
- <build type="define" name="F_USB" value="
8
000000UL"/>
\r
+ <build type="define" name="F_CPU" value="
16
000000UL"/>
\r
+ <build type="define" name="F_USB" value="
16
000000UL"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0x1F000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0x1F000"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0x1F000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0x1F000"/>
\r
@@
-33,8
+33,8
@@
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
- <build type="define" name="F_CPU" value="
8
000000UL"/>
\r
- <build type="define" name="F_USB" value="
8
000000UL"/>
\r
+ <build type="define" name="F_CPU" value="
16
000000UL"/>
\r
+ <build type="define" name="F_USB" value="
16
000000UL"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0xF000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0xF000"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0xF000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0xF000"/>
\r
@@
-57,8
+57,8
@@
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
- <build type="define" name="F_CPU" value="
8
000000UL"/>
\r
- <build type="define" name="F_USB" value="
8
000000UL"/>
\r
+ <build type="define" name="F_CPU" value="
16
000000UL"/>
\r
+ <build type="define" name="F_USB" value="
16
000000UL"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0x7000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0x7000"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0x7000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0x7000"/>
\r
@@
-81,8
+81,8
@@
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
- <build type="define" name="F_CPU" value="
8
000000UL"/>
\r
- <build type="define" name="F_USB" value="
8
000000UL"/>
\r
+ <build type="define" name="F_CPU" value="
16
000000UL"/>
\r
+ <build type="define" name="F_USB" value="
16
000000UL"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0x3000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0x3000"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0x3000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0x3000"/>
\r
@@
-105,8
+105,8
@@
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
\r
<config name="config.compiler.optimization.level" value="size"/>
\r
\r
- <build type="define" name="F_CPU" value="
8
000000UL"/>
\r
- <build type="define" name="F_USB" value="
8
000000UL"/>
\r
+ <build type="define" name="F_CPU" value="
16
000000UL"/>
\r
+ <build type="define" name="F_USB" value="
16
000000UL"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0x1000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0x1000"/>
\r
\r
<build type="define" name="BOOT_START_ADDR" value="0x1000"/>
\r
<build type="linker-config" subtype="flags" value="--section-start=.text=0x1000"/>
\r