diff options
Diffstat (limited to 'lib/lufa/Projects/SerialToLCD/asf.xml')
| -rw-r--r-- | lib/lufa/Projects/SerialToLCD/asf.xml | 102 |
1 files changed, 51 insertions, 51 deletions
diff --git a/lib/lufa/Projects/SerialToLCD/asf.xml b/lib/lufa/Projects/SerialToLCD/asf.xml index f29872794..e0a41823e 100644 --- a/lib/lufa/Projects/SerialToLCD/asf.xml +++ b/lib/lufa/Projects/SerialToLCD/asf.xml | |||
| @@ -1,51 +1,51 @@ | |||
| 1 | <asf xmlversion="1.0"> | 1 | <asf xmlversion="1.0"> |
| 2 | <project caption="USB Serial to LCD Display" id="lufa.projects.serial_to_lcd.avr8"> | 2 | <project caption="USB Serial to LCD Display" id="lufa.projects.serial_to_lcd.avr8"> |
| 3 | <require idref="lufa.projects.serial_to_lcd"/> | 3 | <require idref="lufa.projects.serial_to_lcd"/> |
| 4 | <require idref="lufa.boards.dummy.avr8"/> | 4 | <require idref="lufa.boards.dummy.avr8"/> |
| 5 | <generator value="as5_8"/> | 5 | <generator value="as5_8"/> |
| 6 | 6 | ||
| 7 | <device-support value="at90usb1287"/> | 7 | <device-support value="at90usb1287"/> |
| 8 | <config name="lufa.drivers.board.name" value="usbkey"/> | 8 | <config name="lufa.drivers.board.name" value="usbkey"/> |
| 9 | 9 | ||
| 10 | <build type="define" name="F_CPU" value="8000000UL"/> | 10 | <build type="define" name="F_CPU" value="8000000UL"/> |
| 11 | <build type="define" name="F_USB" value="8000000UL"/> | 11 | <build type="define" name="F_USB" value="8000000UL"/> |
| 12 | </project> | 12 | </project> |
| 13 | 13 | ||
| 14 | <module type="application" id="lufa.projects.serial_to_lcd" caption="USB Serial to LCD Display"> | 14 | <module type="application" id="lufa.projects.serial_to_lcd" caption="USB Serial to LCD Display"> |
| 15 | <info type="description" value="summary"> | 15 | <info type="description" value="summary"> |
| 16 | USB Serial to LCD Controller project. | 16 | USB Serial to LCD Controller project. |
| 17 | </info> | 17 | </info> |
| 18 | 18 | ||
| 19 | <info type="gui-flag" value="move-to-root"/> | 19 | <info type="gui-flag" value="move-to-root"/> |
| 20 | 20 | ||
| 21 | <info type="keyword" value="Technology"> | 21 | <info type="keyword" value="Technology"> |
| 22 | <keyword value="Class Driver APIs"/> | 22 | <keyword value="Class Driver APIs"/> |
| 23 | <keyword value="USB Device"/> | 23 | <keyword value="USB Device"/> |
| 24 | <keyword value="CDC Class"/> | 24 | <keyword value="CDC Class"/> |
| 25 | </info> | 25 | </info> |
| 26 | 26 | ||
| 27 | <device-support-alias value="lufa_avr8"/> | 27 | <device-support-alias value="lufa_avr8"/> |
| 28 | <device-support-alias value="lufa_xmega"/> | 28 | <device-support-alias value="lufa_xmega"/> |
| 29 | <device-support-alias value="lufa_uc3"/> | 29 | <device-support-alias value="lufa_uc3"/> |
| 30 | 30 | ||
| 31 | <build type="distribute" subtype="user-file" value="doxyfile"/> | 31 | <build type="distribute" subtype="user-file" value="doxyfile"/> |
| 32 | <build type="distribute" subtype="user-file" value="SerialToLCD.txt"/> | 32 | <build type="distribute" subtype="user-file" value="SerialToLCD.txt"/> |
| 33 | <build type="distribute" subtype="user-file" value="LUFA SerialToLCD.inf"/> | 33 | <build type="distribute" subtype="user-file" value="LUFA SerialToLCD.inf"/> |
| 34 | 34 | ||
| 35 | <build type="c-source" value="SerialToLCD.c"/> | 35 | <build type="c-source" value="SerialToLCD.c"/> |
| 36 | <build type="c-source" value="Descriptors.c"/> | 36 | <build type="c-source" value="Descriptors.c"/> |
| 37 | <build type="header-file" value="SerialToLCD.h"/> | 37 | <build type="header-file" value="SerialToLCD.h"/> |
| 38 | <build type="header-file" value="Descriptors.h"/> | 38 | <build type="header-file" value="Descriptors.h"/> |
| 39 | 39 | ||
| 40 | <build type="c-source" value="Lib/HD44780.c"/> | 40 | <build type="c-source" value="Lib/HD44780.c"/> |
| 41 | <build type="header-file" value="Lib/HD44780.h"/> | 41 | <build type="header-file" value="Lib/HD44780.h"/> |
| 42 | 42 | ||
| 43 | <build type="module-config" subtype="path" value="Config"/> | 43 | <build type="module-config" subtype="path" value="Config"/> |
| 44 | <build type="header-file" value="Config/LUFAConfig.h"/> | 44 | <build type="header-file" value="Config/LUFAConfig.h"/> |
| 45 | 45 | ||
| 46 | <require idref="lufa.common"/> | 46 | <require idref="lufa.common"/> |
| 47 | <require idref="lufa.platform"/> | 47 | <require idref="lufa.platform"/> |
| 48 | <require idref="lufa.drivers.usb"/> | 48 | <require idref="lufa.drivers.usb"/> |
| 49 | <require idref="lufa.drivers.misc.ringbuffer"/> | 49 | <require idref="lufa.drivers.misc.ringbuffer"/> |
| 50 | </module> | 50 | </module> |
| 51 | </asf> | 51 | </asf> |
