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.
qmk_firmware/Demos/Device/ClassDriver/RNDISEthernet/asf.xml

65 lines
2.6 KiB

<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"/>
<require idref="lufa.boards.dummy.avr8"/>
<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>
<info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/>
<keyword value="USB Device"/>
<keyword value="RNDIS Class"/>
</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="RNDISEthernet.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.usart"/>
<require idref="lufa.drivers.misc.ansi"/>
</module>
</asf>