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