diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-12 22:23:58 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-12 22:23:58 +0000 |
commit | f2c241548010df18dcacf18979d80f40b31cd864 (patch) | |
tree | ca8e3197c7fd92e6903b2a41e4672fa0cf2cf861 /Demos/Device/ClassDriver/RNDISEthernet/asf.xml | |
parent | 184efdaba6748cca403a3d40ec7cebf3b731e284 (diff) | |
download | lufa-f2c241548010df18dcacf18979d80f40b31cd864.tar.gz lufa-f2c241548010df18dcacf18979d80f40b31cd864.tar.bz2 lufa-f2c241548010df18dcacf18979d80f40b31cd864.zip |
Move out dummy board module and add strong-references to it in each project, so that the correct project caption is generated inside Atmel Studio.
Diffstat (limited to 'Demos/Device/ClassDriver/RNDISEthernet/asf.xml')
-rw-r--r-- | Demos/Device/ClassDriver/RNDISEthernet/asf.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Demos/Device/ClassDriver/RNDISEthernet/asf.xml b/Demos/Device/ClassDriver/RNDISEthernet/asf.xml index 46d354cf5..c960ea9f3 100644 --- a/Demos/Device/ClassDriver/RNDISEthernet/asf.xml +++ b/Demos/Device/ClassDriver/RNDISEthernet/asf.xml @@ -1,6 +1,7 @@ <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"/>
<generator value="as5_8"/>
<device-support value="at90usb1287"/>
@@ -15,6 +16,12 @@ 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"/>
|