aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/RNDISEthernet/asf.xml
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-01-08 19:35:43 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-01-08 19:35:43 +0000
commit482cb097e8a4e01346f222b0009a23158c738950 (patch)
treeda21c24633f3a841441523ae02fe844e3b4cf3ef /Demos/Device/ClassDriver/RNDISEthernet/asf.xml
parent841bb33e362cfbeee8fb3d267072a3e64f5fbd87 (diff)
downloadlufa-482cb097e8a4e01346f222b0009a23158c738950.tar.gz
lufa-482cb097e8a4e01346f222b0009a23158c738950.tar.bz2
lufa-482cb097e8a4e01346f222b0009a23158c738950.zip
Add FDK project descriptions for the class driver Device mode examples.
Diffstat (limited to 'Demos/Device/ClassDriver/RNDISEthernet/asf.xml')
-rw-r--r--Demos/Device/ClassDriver/RNDISEthernet/asf.xml58
1 files changed, 58 insertions, 0 deletions
diff --git a/Demos/Device/ClassDriver/RNDISEthernet/asf.xml b/Demos/Device/ClassDriver/RNDISEthernet/asf.xml
new file mode 100644
index 000000000..ed1af32a3
--- /dev/null
+++ b/Demos/Device/ClassDriver/RNDISEthernet/asf.xml
@@ -0,0 +1,58 @@
+<asf xmlversion="1.0">
+ <project caption="RNDIS Ethernet Device Demo (Class Driver APIs)" id="lufa.demos.device.class.rndis.example">
+ <require idref="lufa.demos.device.class.rndis"/>
+ <generator value="as5_8"/>
+
+ <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.demos.device.class.rndis" caption="RNDIS Ethernet Device Demo (Class Driver APIs)">
+ <info type="description" value="summary">
+ Microsoft RNDIS Ethernet networking device demo, implementing a basic HTTP webserver.
+ </info>
+
+ <device-support-alias value="lufa_avr8"/>
+ <device-support-alias value="lufa_xmega"/>
+ <device-support-alias value="lufa_uc3"/>
+
+ <build type="c-source" value="RNDISEthernet.c"/>
+ <build type="c-source" value="Descriptors.c"/>
+ <build type="c-source" value="Lib/ARP.c"/>
+ <build type="c-source" value="Lib/DHCP.c"/>
+ <build type="c-source" value="Lib/Ethernet.c"/>
+ <build type="c-source" value="Lib/ICMP.c"/>
+ <build type="c-source" value="Lib/IP.c"/>
+ <build type="c-source" value="Lib/ProtocolDecoders.c"/>
+ <build type="c-source" value="Lib/TCP.c"/>
+ <build type="c-source" value="Lib/UDP.c"/>
+ <build type="c-source" value="Lib/Webserver.c"/>
+ <build type="header-file" value="RNDIS.h"/>
+ <build type="header-file" value="Descriptors.h"/>
+ <build type="header-file" value="RNDIS.h"/>
+ <build type="header-file" value="Descriptors.h"/>
+ <build type="header-file" value="Lib/ARP.h"/>
+ <build type="header-file" value="Lib/DHCP.h"/>
+ <build type="header-file" value="Lib/Ethernet.h"/>
+ <build type="header-file" value="Lib/ICMP.h"/>
+ <build type="header-file" value="Lib/IP.h"/>
+ <build type="header-file" value="Lib/ProtocolDecoders.h"/>
+ <build type="header-file" value="Lib/TCP.h"/>
+ <build type="header-file" value="Lib/UDP.h"/>
+ <build type="header-file" value="Lib/Webserver.h"/>
+ <build type="header-file" value="Lib/EthernetProtocols.h"/>
+
+ <build type="module-config" subtype="path" value="Config"/>
+ <build type="header-file" value="Config/AppConfig.h"/>
+ <build type="header-file" value="Config/LUFAConfig.h"/>
+
+ <require idref="lufa.common"/>
+ <require idref="lufa.platform"/>
+ <require idref="lufa.drivers.usb"/>
+ <require idref="lufa.drivers.board.leds"/>
+ <require idref="lufa.drivers.peripheral.serial"/>
+ </module>
+</asf>