diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-05-19 22:40:17 +0200 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-05-19 22:40:17 +0200 |
commit | 329629a316e31cc91c6b56c54d5a9a06ce55dea7 (patch) | |
tree | 922b91c99f99dac471581929408df9c3b6cf4877 /Demos/Host/LowLevel/RNDISEthernetHost/asf.xml | |
parent | 65a8d68c5708c8bc87628d9a25cf0a9d951379ea (diff) | |
download | lufa-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/LowLevel/RNDISEthernetHost/asf.xml')
-rw-r--r-- | Demos/Host/LowLevel/RNDISEthernetHost/asf.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Demos/Host/LowLevel/RNDISEthernetHost/asf.xml b/Demos/Host/LowLevel/RNDISEthernetHost/asf.xml index fafffbf08..7f64c8415 100644 --- a/Demos/Host/LowLevel/RNDISEthernetHost/asf.xml +++ b/Demos/Host/LowLevel/RNDISEthernetHost/asf.xml @@ -1,14 +1,14 @@ <asf xmlversion="1.0">
- <project caption="RNDIS Ethernet Host Demo (Low Level APIs)" id="lufa.demos.host.lowlevel.rndis.example">
+ <project caption="RNDIS Ethernet Host Demo (Low Level APIs)" id="lufa.demos.host.lowlevel.rndis.example.avr8">
<require idref="lufa.demos.host.lowlevel.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.lowlevel.rndis" caption="RNDIS Ethernet Host Demo (Low Level APIs)">
|