aboutsummaryrefslogtreecommitdiff
path: root/lib/lufa/Bootloaders/CDC/asf.xml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lufa/Bootloaders/CDC/asf.xml')
-rw-r--r--lib/lufa/Bootloaders/CDC/asf.xml322
1 files changed, 161 insertions, 161 deletions
diff --git a/lib/lufa/Bootloaders/CDC/asf.xml b/lib/lufa/Bootloaders/CDC/asf.xml
index 72f3ff04c..02e7063c6 100644
--- a/lib/lufa/Bootloaders/CDC/asf.xml
+++ b/lib/lufa/Bootloaders/CDC/asf.xml
@@ -1,161 +1,161 @@
1<asf xmlversion="1.0"> 1<asf xmlversion="1.0">
2 <project caption="CDC Bootloader - 128KB FLASH / 4KB Boot - AVR8 Architecture" id="lufa.bootloaders.cdc.avr8.128_4" force-caption="true" workspace-name="lufa_cdc_128kb_4kb_"> 2 <project caption="CDC Bootloader - 128KB FLASH / 4KB Boot - AVR8 Architecture" id="lufa.bootloaders.cdc.avr8.128_4" force-caption="true" workspace-name="lufa_cdc_128kb_4kb_">
3 <require idref="lufa.bootloaders.cdc"/> 3 <require idref="lufa.bootloaders.cdc"/>
4 <require idref="lufa.boards.dummy.avr8"/> 4 <require idref="lufa.boards.dummy.avr8"/>
5 <generator value="as5_8"/> 5 <generator value="as5_8"/>
6 6
7 <device-support value="at90usb1287"/> 7 <device-support value="at90usb1287"/>
8 <config name="lufa.drivers.board.name" value="none"/> 8 <config name="lufa.drivers.board.name" value="none"/>
9 9
10 <config name="config.compiler.optimization.level" value="size"/> 10 <config name="config.compiler.optimization.level" value="size"/>
11 11
12 <build type="define" name="F_CPU" value="16000000UL"/> 12 <build type="define" name="F_CPU" value="16000000UL"/>
13 <build type="define" name="F_USB" value="16000000UL"/> 13 <build type="define" name="F_USB" value="16000000UL"/>
14 14
15 <build type="define" name="BOOT_START_ADDR" value="0x1F000"/> 15 <build type="define" name="BOOT_START_ADDR" value="0x1F000"/>
16 <build type="linker-config" subtype="flags" value="--section-start=.text=0x1F000"/> 16 <build type="linker-config" subtype="flags" value="--section-start=.text=0x1F000"/>
17 17
18 <build type="linker-config" subtype="flags" value="--section-start=.apitable_trampolines=0x1FFA0"/> 18 <build type="linker-config" subtype="flags" value="--section-start=.apitable_trampolines=0x1FFA0"/>
19 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_Trampolines"/> 19 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_Trampolines"/>
20 <build type="linker-config" subtype="flags" value="--section-start=.apitable_jumptable=0x1FFE0"/> 20 <build type="linker-config" subtype="flags" value="--section-start=.apitable_jumptable=0x1FFE0"/>
21 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_JumpTable"/> 21 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_JumpTable"/>
22 <build type="linker-config" subtype="flags" value="--section-start=.apitable_signatures=0x1FFF8"/> 22 <build type="linker-config" subtype="flags" value="--section-start=.apitable_signatures=0x1FFF8"/>
23 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_Signatures"/> 23 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_Signatures"/>
24 </project> 24 </project>
25 25
26 <project caption="CDC Bootloader - 64KB FLASH / 4KB Boot - AVR8 Architecture" id="lufa.bootloaders.cdc.avr8.64_4" force-caption="true" workspace-name="lufa_cdc_64kb_4kb_"> 26 <project caption="CDC Bootloader - 64KB FLASH / 4KB Boot - AVR8 Architecture" id="lufa.bootloaders.cdc.avr8.64_4" force-caption="true" workspace-name="lufa_cdc_64kb_4kb_">
27 <require idref="lufa.bootloaders.cdc"/> 27 <require idref="lufa.bootloaders.cdc"/>
28 <require idref="lufa.boards.dummy.avr8"/> 28 <require idref="lufa.boards.dummy.avr8"/>
29 <generator value="as5_8"/> 29 <generator value="as5_8"/>
30 30
31 <device-support value="at90usb647"/> 31 <device-support value="at90usb647"/>
32 <config name="lufa.drivers.board.name" value="none"/> 32 <config name="lufa.drivers.board.name" value="none"/>
33 33
34 <config name="config.compiler.optimization.level" value="size"/> 34 <config name="config.compiler.optimization.level" value="size"/>
35 35
36 <build type="define" name="F_CPU" value="16000000UL"/> 36 <build type="define" name="F_CPU" value="16000000UL"/>
37 <build type="define" name="F_USB" value="16000000UL"/> 37 <build type="define" name="F_USB" value="16000000UL"/>
38 38
39 <build type="define" name="BOOT_START_ADDR" value="0xF000"/> 39 <build type="define" name="BOOT_START_ADDR" value="0xF000"/>
40 <build type="linker-config" subtype="flags" value="--section-start=.text=0xF000"/> 40 <build type="linker-config" subtype="flags" value="--section-start=.text=0xF000"/>
41 41
42 <build type="linker-config" subtype="flags" value="--section-start=.apitable_trampolines=0xFFA0"/> 42 <build type="linker-config" subtype="flags" value="--section-start=.apitable_trampolines=0xFFA0"/>
43 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_Trampolines"/> 43 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_Trampolines"/>
44 <build type="linker-config" subtype="flags" value="--section-start=.apitable_jumptable=0xFFE0"/> 44 <build type="linker-config" subtype="flags" value="--section-start=.apitable_jumptable=0xFFE0"/>
45 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_JumpTable"/> 45 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_JumpTable"/>
46 <build type="linker-config" subtype="flags" value="--section-start=.apitable_signatures=0xFFF8"/> 46 <build type="linker-config" subtype="flags" value="--section-start=.apitable_signatures=0xFFF8"/>
47 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_Signatures"/> 47 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_Signatures"/>
48 </project> 48 </project>
49 49
50 <project caption="CDC Bootloader - 32KB FLASH / 4KB Boot - AVR8 Architecture" id="lufa.bootloaders.cdc.avr8.32_4" force-caption="true" workspace-name="lufa_cdc_32kb_4kb_"> 50 <project caption="CDC Bootloader - 32KB FLASH / 4KB Boot - AVR8 Architecture" id="lufa.bootloaders.cdc.avr8.32_4" force-caption="true" workspace-name="lufa_cdc_32kb_4kb_">
51 <require idref="lufa.bootloaders.cdc"/> 51 <require idref="lufa.bootloaders.cdc"/>
52 <require idref="lufa.boards.dummy.avr8"/> 52 <require idref="lufa.boards.dummy.avr8"/>
53 <generator value="as5_8"/> 53 <generator value="as5_8"/>
54 54
55 <device-support value="atmega32u4"/> 55 <device-support value="atmega32u4"/>
56 <config name="lufa.drivers.board.name" value="none"/> 56 <config name="lufa.drivers.board.name" value="none"/>
57 57
58 <config name="config.compiler.optimization.level" value="size"/> 58 <config name="config.compiler.optimization.level" value="size"/>
59 59
60 <build type="define" name="F_CPU" value="16000000UL"/> 60 <build type="define" name="F_CPU" value="16000000UL"/>
61 <build type="define" name="F_USB" value="16000000UL"/> 61 <build type="define" name="F_USB" value="16000000UL"/>
62 62
63 <build type="define" name="BOOT_START_ADDR" value="0x7000"/> 63 <build type="define" name="BOOT_START_ADDR" value="0x7000"/>
64 <build type="linker-config" subtype="flags" value="--section-start=.text=0x7000"/> 64 <build type="linker-config" subtype="flags" value="--section-start=.text=0x7000"/>
65 65
66 <build type="linker-config" subtype="flags" value="--section-start=.apitable_trampolines=0x7FA0"/> 66 <build type="linker-config" subtype="flags" value="--section-start=.apitable_trampolines=0x7FA0"/>
67 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_Trampolines"/> 67 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_Trampolines"/>
68 <build type="linker-config" subtype="flags" value="--section-start=.apitable_jumptable=0x7FE0"/> 68 <build type="linker-config" subtype="flags" value="--section-start=.apitable_jumptable=0x7FE0"/>
69 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_JumpTable"/> 69 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_JumpTable"/>
70 <build type="linker-config" subtype="flags" value="--section-start=.apitable_signatures=0x7FF8"/> 70 <build type="linker-config" subtype="flags" value="--section-start=.apitable_signatures=0x7FF8"/>
71 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_Signatures"/> 71 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_Signatures"/>
72 </project> 72 </project>
73 73
74 <project caption="CDC Bootloader - 16KB FLASH / 4KB Boot - AVR8 Architecture" id="lufa.bootloaders.cdc.avr8.16_4" force-caption="true" workspace-name="lufa_cdc_16kb_4kb_"> 74 <project caption="CDC Bootloader - 16KB FLASH / 4KB Boot - AVR8 Architecture" id="lufa.bootloaders.cdc.avr8.16_4" force-caption="true" workspace-name="lufa_cdc_16kb_4kb_">
75 <require idref="lufa.bootloaders.cdc"/> 75 <require idref="lufa.bootloaders.cdc"/>
76 <require idref="lufa.boards.dummy.avr8"/> 76 <require idref="lufa.boards.dummy.avr8"/>
77 <generator value="as5_8"/> 77 <generator value="as5_8"/>
78 78
79 <device-support value="atmega16u2"/> 79 <device-support value="atmega16u2"/>
80 <config name="lufa.drivers.board.name" value="none"/> 80 <config name="lufa.drivers.board.name" value="none"/>
81 81
82 <config name="config.compiler.optimization.level" value="size"/> 82 <config name="config.compiler.optimization.level" value="size"/>
83 83
84 <build type="define" name="F_CPU" value="16000000UL"/> 84 <build type="define" name="F_CPU" value="16000000UL"/>
85 <build type="define" name="F_USB" value="16000000UL"/> 85 <build type="define" name="F_USB" value="16000000UL"/>
86 86
87 <build type="define" name="BOOT_START_ADDR" value="0x3000"/> 87 <build type="define" name="BOOT_START_ADDR" value="0x3000"/>
88 <build type="linker-config" subtype="flags" value="--section-start=.text=0x3000"/> 88 <build type="linker-config" subtype="flags" value="--section-start=.text=0x3000"/>
89 89
90 <build type="linker-config" subtype="flags" value="--section-start=.apitable_trampolines=0x3FA0"/> 90 <build type="linker-config" subtype="flags" value="--section-start=.apitable_trampolines=0x3FA0"/>
91 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_Trampolines"/> 91 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_Trampolines"/>
92 <build type="linker-config" subtype="flags" value="--section-start=.apitable_jumptable=0x3FE0"/> 92 <build type="linker-config" subtype="flags" value="--section-start=.apitable_jumptable=0x3FE0"/>
93 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_JumpTable"/> 93 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_JumpTable"/>
94 <build type="linker-config" subtype="flags" value="--section-start=.apitable_signatures=0x3FF8"/> 94 <build type="linker-config" subtype="flags" value="--section-start=.apitable_signatures=0x3FF8"/>
95 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_Signatures"/> 95 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_Signatures"/>
96 </project> 96 </project>
97 97
98 <project caption="CDC Bootloader - 8KB FLASH / 4KB Boot - AVR8 Architecture" id="lufa.bootloaders.cdc.avr8.8_4" force-caption="true" workspace-name="lufa_cdc_8kb_4kb_"> 98 <project caption="CDC Bootloader - 8KB FLASH / 4KB Boot - AVR8 Architecture" id="lufa.bootloaders.cdc.avr8.8_4" force-caption="true" workspace-name="lufa_cdc_8kb_4kb_">
99 <require idref="lufa.bootloaders.cdc"/> 99 <require idref="lufa.bootloaders.cdc"/>
100 <require idref="lufa.boards.dummy.avr8"/> 100 <require idref="lufa.boards.dummy.avr8"/>
101 <generator value="as5_8"/> 101 <generator value="as5_8"/>
102 102
103 <device-support value="atmega8u2"/> 103 <device-support value="atmega8u2"/>
104 <config name="lufa.drivers.board.name" value="none"/> 104 <config name="lufa.drivers.board.name" value="none"/>
105 105
106 <config name="config.compiler.optimization.level" value="size"/> 106 <config name="config.compiler.optimization.level" value="size"/>
107 107
108 <build type="define" name="F_CPU" value="16000000UL"/> 108 <build type="define" name="F_CPU" value="16000000UL"/>
109 <build type="define" name="F_USB" value="16000000UL"/> 109 <build type="define" name="F_USB" value="16000000UL"/>
110 110
111 <build type="define" name="BOOT_START_ADDR" value="0x1000"/> 111 <build type="define" name="BOOT_START_ADDR" value="0x1000"/>
112 <build type="linker-config" subtype="flags" value="--section-start=.text=0x1000"/> 112 <build type="linker-config" subtype="flags" value="--section-start=.text=0x1000"/>
113 113
114 <build type="linker-config" subtype="flags" value="--section-start=.apitable_trampolines=0x1FA0"/> 114 <build type="linker-config" subtype="flags" value="--section-start=.apitable_trampolines=0x1FA0"/>
115 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_Trampolines"/> 115 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_Trampolines"/>
116 <build type="linker-config" subtype="flags" value="--section-start=.apitable_jumptable=0x1FE0"/> 116 <build type="linker-config" subtype="flags" value="--section-start=.apitable_jumptable=0x1FE0"/>
117 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_JumpTable"/> 117 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_JumpTable"/>
118 <build type="linker-config" subtype="flags" value="--section-start=.apitable_signatures=0x1FF8"/> 118 <build type="linker-config" subtype="flags" value="--section-start=.apitable_signatures=0x1FF8"/>
119 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_Signatures"/> 119 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_Signatures"/>
120 </project> 120 </project>
121 121
122 <module type="application" id="lufa.bootloaders.cdc" caption="CDC Bootloader"> 122 <module type="application" id="lufa.bootloaders.cdc" caption="CDC Bootloader">
123 <info type="description" value="summary"> 123 <info type="description" value="summary">
124 CDC Class Bootloader, capable of reprogramming a device using avrdude or other AVR109 protocol compliant software when plugged into a host. 124 CDC Class Bootloader, capable of reprogramming a device using avrdude or other AVR109 protocol compliant software when plugged into a host.
125 </info> 125 </info>
126 126
127 <info type="gui-flag" value="move-to-root"/> 127 <info type="gui-flag" value="move-to-root"/>
128 128
129 <info type="keyword" value="Technology"> 129 <info type="keyword" value="Technology">
130 <keyword value="Bootloaders"/> 130 <keyword value="Bootloaders"/>
131 <keyword value="USB Device"/> 131 <keyword value="USB Device"/>
132 </info> 132 </info>
133 133
134 <device-support-alias value="lufa_avr8"/> 134 <device-support-alias value="lufa_avr8"/>
135 <device-support-alias value="lufa_xmega"/> 135 <device-support-alias value="lufa_xmega"/>
136 <device-support-alias value="lufa_uc3"/> 136 <device-support-alias value="lufa_uc3"/>
137 137
138 <build type="include-path" value="."/> 138 <build type="include-path" value="."/>
139 <build type="c-source" value="BootloaderCDC.c"/> 139 <build type="c-source" value="BootloaderCDC.c"/>
140 <build type="header-file" value="BootloaderCDC.h"/> 140 <build type="header-file" value="BootloaderCDC.h"/>
141 <build type="c-source" value="Descriptors.c"/> 141 <build type="c-source" value="Descriptors.c"/>
142 <build type="header-file" value="Descriptors.h"/> 142 <build type="header-file" value="Descriptors.h"/>
143 <build type="c-source" value="BootloaderAPI.c"/> 143 <build type="c-source" value="BootloaderAPI.c"/>
144 <build type="header-file" value="BootloaderAPI.h"/> 144 <build type="header-file" value="BootloaderAPI.h"/>
145 <build type="asm-source" value="BootloaderAPITable.S"/> 145 <build type="asm-source" value="BootloaderAPITable.S"/>
146 146
147 <build type="module-config" subtype="path" value="Config"/> 147 <build type="module-config" subtype="path" value="Config"/>
148 <build type="header-file" value="Config/LUFAConfig.h"/> 148 <build type="header-file" value="Config/LUFAConfig.h"/>
149 <build type="header-file" value="Config/AppConfig.h"/> 149 <build type="header-file" value="Config/AppConfig.h"/>
150 150
151 <build type="distribute" subtype="user-file" value="doxyfile"/> 151 <build type="distribute" subtype="user-file" value="doxyfile"/>
152 <build type="distribute" subtype="user-file" value="BootloaderCDC.txt"/> 152 <build type="distribute" subtype="user-file" value="BootloaderCDC.txt"/>
153 <build type="distribute" subtype="user-file" value="LUFA CDC Bootloader.inf"/> 153 <build type="distribute" subtype="user-file" value="LUFA CDC Bootloader.inf"/>
154 154
155 <require idref="lufa.common"/> 155 <require idref="lufa.common"/>
156 <require idref="lufa.platform"/> 156 <require idref="lufa.platform"/>
157 <require idref="lufa.drivers.usb"/> 157 <require idref="lufa.drivers.usb"/>
158 <require idref="lufa.drivers.board"/> 158 <require idref="lufa.drivers.board"/>
159 <require idref="lufa.drivers.board.leds"/> 159 <require idref="lufa.drivers.board.leds"/>
160 </module> 160 </module>
161</asf> 161</asf>