]> git.donarmstrong.com Git - qmk_firmware.git/blob - Bootloaders/MassStorage/asf.xml
f1d550d1eba5432c3f096d8457451d0d09e1a8ef
[qmk_firmware.git] / Bootloaders / MassStorage / asf.xml
1 <asf xmlversion="1.0">\r
2         <project caption="Mass Storage Bootloader - 128KB FLASH / 8KB Boot - AVR8 Architecture" id="lufa.bootloaders.mass_storage.avr8.128_8" force-caption="true" workspace-name="lufa_ms_128kb_8kb_">\r
3                 <require idref="lufa.bootloaders.mass_storage"/>\r
4                 <require idref="lufa.boards.dummy.avr8"/>\r
5                 <generator value="as5_8"/>\r
6 \r
7                 <device-support value="at90usb1287"/>\r
8                 <config name="lufa.drivers.board.name" value="none"/>\r
9 \r
10                 <config name="config.compiler.optimization.level" value="size"/>\r
11 \r
12                 <build type="define" name="F_CPU" value="16000000UL"/>\r
13                 <build type="define" name="F_USB" value="16000000UL"/>\r
14 \r
15                 <build type="define" name="BOOT_START_ADDR" value="0x1E000"/>\r
16                 <build type="linker-config" subtype="flags" value="--section-start=.text=0x1E000"/>\r
17 \r
18                 <build type="define" name="AUX_BOOT_SECTION_SIZE" value="0"/>\r
19 \r
20                 <build type="linker-config" subtype="flags" value="--section-start=.apitable_trampolines=0x1FFA0"/>\r
21                 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_Trampolines"/>\r
22                 <build type="linker-config" subtype="flags" value="--section-start=.apitable_jumptable=0x1FFE0"/>\r
23                 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_JumpTable"/>\r
24                 <build type="linker-config" subtype="flags" value="--section-start=.apitable_signatures=0x1FFF8"/>\r
25                 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_Signatures"/>\r
26         </project>\r
27 \r
28         <project caption="Mass Storage Bootloader - 64KB FLASH / 8KB Boot - AVR8 Architecture" id="lufa.bootloaders.mass_storage.avr8.64_8" force-caption="true" workspace-name="lufa_ms_64kb_8kb_">\r
29                 <require idref="lufa.bootloaders.mass_storage"/>\r
30                 <require idref="lufa.boards.dummy.avr8"/>\r
31                 <generator value="as5_8"/>\r
32 \r
33                 <device-support value="at90usb647"/>\r
34                 <config name="lufa.drivers.board.name" value="none"/>\r
35 \r
36                 <config name="config.compiler.optimization.level" value="size"/>\r
37 \r
38                 <build type="define" name="F_CPU" value="16000000UL"/>\r
39                 <build type="define" name="F_USB" value="16000000UL"/>\r
40 \r
41                 <build type="define" name="BOOT_START_ADDR" value="0xE000"/>\r
42                 <build type="linker-config" subtype="flags" value="--section-start=.text=0xE000"/>\r
43 \r
44                 <build type="define" name="AUX_BOOT_SECTION_SIZE" value="0"/>\r
45 \r
46                 <build type="linker-config" subtype="flags" value="--section-start=.apitable_trampolines=0xFFA0"/>\r
47                 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_Trampolines"/>\r
48                 <build type="linker-config" subtype="flags" value="--section-start=.apitable_jumptable=0xFFE0"/>\r
49                 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_JumpTable"/>\r
50                 <build type="linker-config" subtype="flags" value="--section-start=.apitable_signatures=0xFFF8"/>\r
51                 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_Signatures"/>\r
52         </project>\r
53 \r
54         <project caption="Mass Storage Bootloader - 32KB FLASH / 4KB Boot (2KB AUX) - AVR8 Architecture" id="lufa.bootloaders.mass_storage.avr8.32_4" force-caption="true" workspace-name="lufa_ms_32kb_4kb_">\r
55                 <require idref="lufa.bootloaders.mass_storage"/>\r
56                 <require idref="lufa.boards.dummy.avr8"/>\r
57                 <generator value="as5_8"/>\r
58 \r
59                 <device-support value="atmega32u4"/>\r
60                 <config name="lufa.drivers.board.name" value="none"/>\r
61 \r
62                 <config name="config.compiler.optimization.level" value="size"/>\r
63 \r
64                 <build type="define" name="F_CPU" value="16000000UL"/>\r
65                 <build type="define" name="F_USB" value="16000000UL"/>\r
66 \r
67                 <build type="define" name="BOOT_START_ADDR" value="0x7000"/>\r
68                 <build type="linker-config" subtype="flags" value="--section-start=.text=0x7000"/>\r
69 \r
70                 <build type="define" name="AUX_BOOT_SECTION_SIZE" value="2048"/>\r
71                 <build type="linker-config" subtype="flags" value="--section-start=.boot_aux=0x6810"/>\r
72                 <build type="linker-config" subtype="flags" value="--section-start=.boot_aux_trampoline=0x6800"/>\r
73                 <build type="linker-config" subtype="flags" value="--undefined=Boot_AUX_Trampoline"/>\r
74 \r
75                 <build type="linker-config" subtype="flags" value="--section-start=.apitable_trampolines=0x7FA0"/>\r
76                 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_Trampolines"/>\r
77                 <build type="linker-config" subtype="flags" value="--section-start=.apitable_jumptable=0x7FE0"/>\r
78                 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_JumpTable"/>\r
79                 <build type="linker-config" subtype="flags" value="--section-start=.apitable_signatures=0x7FF8"/>\r
80                 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_Signatures"/>\r
81         </project>\r
82 \r
83         <project caption="Mass Storage Bootloader - 16KB FLASH / 4KB Boot (2KB AUX) - AVR8 Architecture" id="lufa.bootloaders.mass_storage.avr8.16_4" force-caption="true" workspace-name="lufa_ms_16kb_4kb_">\r
84                 <require idref="lufa.bootloaders.mass_storage"/>\r
85                 <require idref="lufa.boards.dummy.avr8"/>\r
86                 <generator value="as5_8"/>\r
87 \r
88                 <device-support value="atmega16u2"/>\r
89                 <config name="lufa.drivers.board.name" value="none"/>\r
90 \r
91                 <config name="config.compiler.optimization.level" value="size"/>\r
92 \r
93                 <build type="define" name="F_CPU" value="16000000UL"/>\r
94                 <build type="define" name="F_USB" value="16000000UL"/>\r
95 \r
96                 <build type="define" name="BOOT_START_ADDR" value="0x3000"/>\r
97                 <build type="linker-config" subtype="flags" value="--section-start=.text=0x3000"/>\r
98 \r
99                 <build type="define" name="AUX_BOOT_SECTION_SIZE" value="2048"/>\r
100                 <build type="linker-config" subtype="flags" value="--section-start=.boot_aux=0x2810"/>\r
101                 <build type="linker-config" subtype="flags" value="--section-start=.boot_aux_trampoline=0x2800"/>\r
102                 <build type="linker-config" subtype="flags" value="--undefined=Boot_AUX_Trampoline"/>\r
103 \r
104                 <build type="linker-config" subtype="flags" value="--section-start=.apitable_trampolines=0x3FA0"/>\r
105                 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_Trampolines"/>\r
106                 <build type="linker-config" subtype="flags" value="--section-start=.apitable_jumptable=0x3FE0"/>\r
107                 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_JumpTable"/>\r
108                 <build type="linker-config" subtype="flags" value="--section-start=.apitable_signatures=0x3FF8"/>\r
109                 <build type="linker-config" subtype="flags" value="--undefined=BootloaderAPI_Signatures"/>\r
110         </project>\r
111 \r
112         <module type="application" id="lufa.bootloaders.mass_storage" caption="Mass Storage Bootloader">\r
113                 <info type="description" value="summary">\r
114                 Mass Storage Class Bootloader, capable of reprogramming a device via binary BIN files copied to the virtual FAT12 file-system it creates when plugged into a host.\r
115                 </info>\r
116 \r
117                 <info type="gui-flag" value="move-to-root"/>\r
118 \r
119                 <info type="keyword" value="Technology">\r
120                         <keyword value="Bootloaders"/>\r
121                         <keyword value="USB Device"/>\r
122                 </info>\r
123 \r
124                 <device-support-alias value="lufa_avr8"/>\r
125                 <device-support-alias value="lufa_xmega"/>\r
126                 <device-support-alias value="lufa_uc3"/>\r
127 \r
128                 <build type="include-path" value="."/>\r
129                 <build type="c-source" value="BootloaderMassStorage.c"/>\r
130                 <build type="header-file" value="BootloaderMassStorage.h"/>\r
131                 <build type="c-source" value="Descriptors.c"/>\r
132                 <build type="header-file" value="Descriptors.h"/>\r
133                 <build type="c-source" value="BootloaderAPI.c"/>\r
134                 <build type="header-file" value="BootloaderAPI.h"/>\r
135                 <build type="asm-source" value="BootloaderAPITable.S"/>\r
136 \r
137                 <build type="module-config" subtype="path" value="Config"/>\r
138                 <build type="header-file" value="Config/LUFAConfig.h"/>\r
139                 <build type="header-file" value="Config/AppConfig.h"/>\r
140 \r
141                 <build type="include-path" value="Lib"/>\r
142                 <build type="header-file" value="Lib/VirtualFAT.h"/>\r
143                 <build type="c-source" value="Lib/VirtualFAT.c"/>\r
144                 <build type="header-file" value="Lib/SCSI.h"/>\r
145                 <build type="c-source" value="Lib/SCSI.c"/>\r
146 \r
147                 <build type="distribute" subtype="user-file" value="doxyfile"/>\r
148                 <build type="distribute" subtype="user-file" value="BootloaderMassStorage.txt"/>\r
149 \r
150                 <require idref="lufa.common"/>\r
151                 <require idref="lufa.platform"/>\r
152                 <require idref="lufa.drivers.usb"/>\r
153                 <require idref="lufa.drivers.board"/>\r
154                 <require idref="lufa.drivers.board.leds"/>\r
155         </module>\r
156 </asf>\r