projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add const qualifiers to class driver callback parameters, fix parameter naming.
[pub/lufa.git]
/
Bootloaders
/
CDC
/
asf.xml
diff --git
a/Bootloaders/CDC/asf.xml
b/Bootloaders/CDC/asf.xml
index
4bc47b1
..
72f3ff0
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
@@
-121,19
+121,17
@@
\r
<module type="application" id="lufa.bootloaders.cdc" caption="CDC Bootloader">
\r
<info type="description" value="summary">
\r
\r
<module type="application" id="lufa.bootloaders.cdc" caption="CDC Bootloader">
\r
<info type="description" value="summary">
\r
- CDC Class Bootloader.
\r
+ CDC Class Bootloader
, capable of reprogramming a device using avrdude or other AVR109 protocol compliant software when plugged into a host
.
\r
</info>
\r
\r
</info>
\r
\r
- <device-support-alias value="lufa_avr8"/>
\r
- <device-support-alias value="lufa_xmega"/>
\r
- <device-support-alias value="lufa_uc3"/>
\r
+ <info type="gui-flag" value="move-to-root"/>
\r
\r
<info type="keyword" value="Technology">
\r
<keyword value="Bootloaders"/>
\r
<keyword value="USB Device"/>
\r
</info>
\r
\r
\r
<info type="keyword" value="Technology">
\r
<keyword value="Bootloaders"/>
\r
<keyword value="USB Device"/>
\r
</info>
\r
\r
- <device-support-alias value="lufa_avr8"/>
\r
+ <device-support-alias value="lufa_avr8"/>
\r
<device-support-alias value="lufa_xmega"/>
\r
<device-support-alias value="lufa_uc3"/>
\r
\r
<device-support-alias value="lufa_xmega"/>
\r
<device-support-alias value="lufa_uc3"/>
\r
\r
@@
-150,6
+148,7
@@
<build type="header-file" value="Config/LUFAConfig.h"/>
\r
<build type="header-file" value="Config/AppConfig.h"/>
\r
\r
<build type="header-file" value="Config/LUFAConfig.h"/>
\r
<build type="header-file" value="Config/AppConfig.h"/>
\r
\r
+ <build type="distribute" subtype="user-file" value="doxyfile"/>
\r
<build type="distribute" subtype="user-file" value="BootloaderCDC.txt"/>
\r
<build type="distribute" subtype="user-file" value="LUFA CDC Bootloader.inf"/>
\r
\r
<build type="distribute" subtype="user-file" value="BootloaderCDC.txt"/>
\r
<build type="distribute" subtype="user-file" value="LUFA CDC Bootloader.inf"/>
\r
\r