You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.1 KiB
33 lines
1.1 KiB
12 years ago
|
<asf xmlversion="1.0">
|
||
|
<project caption="USB Host Template" id="lufa.templates.host.project">
|
||
|
<require idref="lufa.templates.host"/>
|
||
|
<generator value="as5_8_template"/>
|
||
|
|
||
|
<device-support value="at90usb1287"/>
|
||
|
<config name="lufa.drivers.board.name" value="usbkey"/>
|
||
|
|
||
|
<build type="define" name="F_CPU" value="8000000UL"/>
|
||
|
<build type="define" name="F_USB" value="8000000UL"/>
|
||
|
</project>
|
||
|
|
||
|
<module type="application" id="lufa.templates.host" caption="USB Host Template">
|
||
|
<info type="description" value="summary">
|
||
|
Template for a LUFA USB host mode application.
|
||
|
</info>
|
||
|
|
||
|
<device-support-alias value="lufa_avr8"/>
|
||
|
<device-support-alias value="lufa_xmega"/>
|
||
|
<device-support-alias value="lufa_uc3"/>
|
||
|
|
||
|
<build type="c-source" value="HostApplication.c"/>
|
||
|
<build type="header-file" value="HostApplication.h"/>
|
||
|
|
||
|
<build type="module-config" subtype="path" value=".."/>
|
||
|
<build type="header-file" value="../LUFAConfig.h"/>
|
||
|
|
||
|
<require idref="lufa.common"/>
|
||
|
<require idref="lufa.platform"/>
|
||
|
<require idref="lufa.drivers.usb"/>
|
||
|
</module>
|
||
|
</asf>
|