]> git.gir.st - tmk_keyboard.git/blob - protocol/lufa/LUFA-git/Projects/SerialToLCD/asf.xml
Squashed 'tmk_core/' changes from caca2c0..dc0e46e
[tmk_keyboard.git] / protocol / lufa / LUFA-git / Projects / SerialToLCD / asf.xml
1 <asf xmlversion="1.0">
2 <project caption="USB Serial to LCD Display" id="lufa.projects.serial_to_lcd.avr8">
3 <require idref="lufa.projects.serial_to_lcd"/>
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="usbkey"/>
9
10 <build type="define" name="F_CPU" value="8000000UL"/>
11 <build type="define" name="F_USB" value="8000000UL"/>
12 </project>
13
14 <module type="application" id="lufa.projects.serial_to_lcd" caption="USB Serial to LCD Display">
15 <info type="description" value="summary">
16 USB Serial to LCD Controller project.
17 </info>
18
19 <info type="gui-flag" value="move-to-root"/>
20
21 <info type="keyword" value="Technology">
22 <keyword value="Class Driver APIs"/>
23 <keyword value="USB Device"/>
24 <keyword value="CDC 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="SerialToLCD.txt"/>
33
34 <build type="c-source" value="SerialToLCD.c"/>
35 <build type="c-source" value="Descriptors.c"/>
36 <build type="header-file" value="SerialToLCD.h"/>
37 <build type="header-file" value="Descriptors.h"/>
38
39 <build type="c-source" value="Lib/HD44780.c"/>
40 <build type="header-file" value="Lib/HD44780.h"/>
41
42 <build type="module-config" subtype="path" value="Config"/>
43 <build type="header-file" value="Config/LUFAConfig.h"/>
44
45 <require idref="lufa.common"/>
46 <require idref="lufa.platform"/>
47 <require idref="lufa.drivers.usb"/>
48 <require idref="lufa.drivers.misc.ringbuffer"/>
49 </module>
50 </asf>
Imprint / Impressum