]> git.gir.st - tmk_keyboard.git/blob - protocol/lufa/LUFA-git/Demos/Device/LowLevel/BulkVendor/asf.xml
Squashed 'tmk_core/' changes from d5c5ac6..8da1898
[tmk_keyboard.git] / protocol / lufa / LUFA-git / Demos / Device / LowLevel / BulkVendor / asf.xml
1 <asf xmlversion="1.0">
2 <project caption="Bulk Vendor Device Demo (Low Level APIs)" id="lufa.demos.device.lowlevel.vendor.example.avr8">
3 <require idref="lufa.demos.device.lowlevel.vendor"/>
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 <build type="define" name="F_CPU" value="16000000UL"/>
11 <build type="define" name="F_USB" value="16000000UL"/>
12 </project>
13
14 <project caption="Bulk Vendor Device Demo (Low Level APIs)" id="lufa.demos.device.lowlevel.vendor.example.xmega">
15 <require idref="lufa.demos.device.lowlevel.vendor"/>
16 <require idref="lufa.boards.dummy.xmega"/>
17 <generator value="as5_8"/>
18
19 <device-support value="atxmega128a1u"/>
20 <config name="lufa.drivers.board.name" value="none"/>
21
22 <build type="define" name="F_CPU" value="32000000UL"/>
23 <build type="define" name="F_USB" value="48000000UL"/>
24 </project>
25
26 <module type="application" id="lufa.demos.device.lowlevel.vendor" caption="Bulk Vendor Device Demo (Low Level APIs)">
27 <info type="description" value="summary">
28 Bulk Vendor Device demo, implementing a basic USB device with vendor-specific endpoints for custom protocol implementations. This demo uses the Low Level LUFA APIs to manually implement a USB Class for demonstration purposes without using the simpler in-built LUFA Class Driver APIs.
29 </info>
30
31 <info type="gui-flag" value="move-to-root"/>
32
33 <info type="keyword" value="Technology">
34 <keyword value="Low Level APIs"/>
35 <keyword value="USB Device"/>
36 </info>
37
38 <device-support-alias value="lufa_avr8"/>
39 <device-support-alias value="lufa_xmega"/>
40 <device-support-alias value="lufa_uc3"/>
41
42 <build type="distribute" subtype="user-file" value="doxyfile"/>
43 <build type="distribute" subtype="user-file" value="BulkVendor.txt"/>
44 <build type="distribute" subtype="directory" value="HostTestApp"/>
45 <build type="distribute" subtype="directory" value="WindowsDriver"/>
46
47 <build type="c-source" value="BulkVendor.c"/>
48 <build type="c-source" value="Descriptors.c"/>
49 <build type="header-file" value="BulkVendor.h"/>
50 <build type="header-file" value="Descriptors.h"/>
51
52 <build type="module-config" subtype="path" value="Config"/>
53 <build type="header-file" value="Config/LUFAConfig.h"/>
54
55 <require idref="lufa.common"/>
56 <require idref="lufa.platform"/>
57 <require idref="lufa.drivers.usb"/>
58 <require idref="lufa.drivers.board"/>
59 <require idref="lufa.drivers.board.leds"/>
60 </module>
61 </asf>
Imprint / Impressum