aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-05-19 22:40:17 +0200
committerDean Camera <dean@fourwalledcubicle.com>2013-05-19 22:40:17 +0200
commit329629a316e31cc91c6b56c54d5a9a06ce55dea7 (patch)
tree922b91c99f99dac471581929408df9c3b6cf4877 /Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml
parent65a8d68c5708c8bc87628d9a25cf0a9d951379ea (diff)
downloadlufa-329629a316e31cc91c6b56c54d5a9a06ce55dea7.tar.gz
lufa-329629a316e31cc91c6b56c54d5a9a06ce55dea7.tar.bz2
lufa-329629a316e31cc91c6b56c54d5a9a06ce55dea7.zip
Pseudo-port the host mode demos for possible later multi-arch support.
Diffstat (limited to 'Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml')
-rw-r--r--Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml b/Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml
index 5c55c5a70..8199f2d92 100644
--- a/Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml
+++ b/Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml
@@ -1,14 +1,14 @@
<asf xmlversion="1.0">
- <project caption="RNDIS Ethernet Host Demo (Class Driver APIs)" id="lufa.demos.host.class.rndis.example">
+ <project caption="RNDIS Ethernet Host Demo (Class Driver APIs)" id="lufa.demos.host.class.rndis.example.avr8">
<require idref="lufa.demos.host.class.rndis"/>
<require idref="lufa.boards.dummy.avr8"/>
<generator value="as5_8"/>
<device-support value="at90usb1287"/>
- <config name="lufa.drivers.board.name" value="usbkey"/>
+ <config name="lufa.drivers.board.name" value="none"/>
- <build type="define" name="F_CPU" value="8000000UL"/>
- <build type="define" name="F_USB" value="8000000UL"/>
+ <build type="define" name="F_CPU" value="16000000UL"/>
+ <build type="define" name="F_USB" value="16000000UL"/>
</project>
<module type="application" id="lufa.demos.host.class.rndis" caption="RNDIS Ethernet Host Demo (Class Driver APIs)">