]> git.gir.st - tmk_keyboard.git/blob - tmk_core/protocol/lufa/LUFA-git/Demos/Host/LowLevel/StillImageHost/asf.xml
Merge commit 'f6d56675f9f981c5464f0ca7a1fbb0162154e8c5'
[tmk_keyboard.git] / tmk_core / protocol / lufa / LUFA-git / Demos / Host / LowLevel / StillImageHost / asf.xml
1 <asf xmlversion="1.0">
2 <project caption="Still Image Host Demo (Low Level APIs)" id="lufa.demos.host.lowlevel.si.example.avr8">
3 <require idref="lufa.demos.host.lowlevel.si"/>
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 <module type="application" id="lufa.demos.host.lowlevel.si" caption="Still Image Host Demo (Low Level APIs)">
15 <info type="description" value="summary">
16 Still Image Host demo, implementing a Still Image host that can send and receive PIMA data to and from an attached device. 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.
17 </info>
18
19 <info type="gui-flag" value="move-to-root"/>
20
21 <info type="keyword" value="Technology">
22 <keyword value="Low Level APIs"/>
23 <keyword value="USB Host"/>
24 <keyword value="Still Image Class"/>
25 </info>
26
27 <device-support-alias value="lufa_avr8"/>
28 <device-support-alias value="lufa_xmega"/>
29 <device-support-alias value="lufa_uc3"/>
30
31 <build type="distribute" subtype="user-file" value="doxyfile"/>
32 <build type="distribute" subtype="user-file" value="StillImageHost.txt"/>
33
34 <build type="c-source" value="StillImageHost.c"/>
35 <build type="c-source" value="ConfigDescriptor.c"/>
36 <build type="header-file" value="StillImageHost.h"/>
37 <build type="header-file" value="ConfigDescriptor.h"/>
38
39 <build type="c-source" value="Lib/StillImageCommands.c"/>
40 <build type="header-file" value="Lib/StillImageCommands.h"/>
41 <build type="header-file" value="Lib/PIMACodes.h"/>
42
43 <build type="module-config" subtype="path" value="Config"/>
44 <build type="header-file" value="Config/LUFAConfig.h"/>
45
46 <require idref="lufa.common"/>
47 <require idref="lufa.platform"/>
48 <require idref="lufa.drivers.usb"/>
49 <require idref="lufa.drivers.peripheral.usart"/>
50 <require idref="lufa.drivers.misc.ansi"/>
51 <require idref="lufa.drivers.board"/>
52 <require idref="lufa.drivers.board.leds"/>
53 </module>
54 </asf>
Imprint / Impressum