aboutsummaryrefslogtreecommitdiffstats
path: root/Demos
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2016-02-07 14:52:50 +1100
committerDean Camera <dean@fourwalledcubicle.com>2016-02-07 14:52:50 +1100
commit6b0c46af6e4e67285fada7a3212197e92a33eb26 (patch)
treedbf3a459a5ac9ddc0069c5092f7fd713ca259c57 /Demos
parent1e05d46b663ded57a06f4d8773f40aea908f8622 (diff)
downloadlufa-6b0c46af6e4e67285fada7a3212197e92a33eb26.tar.gz
lufa-6b0c46af6e4e67285fada7a3212197e92a33eb26.tar.bz2
lufa-6b0c46af6e4e67285fada7a3212197e92a33eb26.zip
Add signed Atmel Studio libUSB driver for the AVR-ISP MKII Clone.
Diffstat (limited to 'Demos')
-rw-r--r--Demos/Device/ClassDriver/RNDISEthernet/asf.xml4
-rw-r--r--Demos/Device/LowLevel/RNDISEthernet/asf.xml1
2 files changed, 5 insertions, 0 deletions
diff --git a/Demos/Device/ClassDriver/RNDISEthernet/asf.xml b/Demos/Device/ClassDriver/RNDISEthernet/asf.xml
index 8a85bf948..c259dba3f 100644
--- a/Demos/Device/ClassDriver/RNDISEthernet/asf.xml
+++ b/Demos/Device/ClassDriver/RNDISEthernet/asf.xml
@@ -40,6 +40,10 @@
<device-support-alias value="lufa_xmega"/>
<device-support-alias value="lufa_uc3"/>
+ <build type="distribute" subtype="user-file" value="doxyfile"/>
+ <build type="distribute" subtype="user-file" value="VirtualSerial.txt"/>
+ <build type="distribute" subtype="user-file" value="LUFA RNDIS.inf"/>
+
<build type="c-source" value="RNDISEthernet.c"/>
<build type="c-source" value="Descriptors.c"/>
<build type="c-source" value="Lib/ARP.c"/>
diff --git a/Demos/Device/LowLevel/RNDISEthernet/asf.xml b/Demos/Device/LowLevel/RNDISEthernet/asf.xml
index 2cba10c9e..5bdbf635f 100644
--- a/Demos/Device/LowLevel/RNDISEthernet/asf.xml
+++ b/Demos/Device/LowLevel/RNDISEthernet/asf.xml
@@ -42,6 +42,7 @@
<build type="distribute" subtype="user-file" value="doxyfile"/>
<build type="distribute" subtype="user-file" value="RNDISEthernet.txt"/>
+ <build type="distribute" subtype="user-file" value="LUFA RNDIS.inf"/>
<build type="c-source" value="RNDISEthernet.c"/>
<build type="c-source" value="Descriptors.c"/>