aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/LowLevel
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-01-12 22:23:58 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-01-12 22:23:58 +0000
commitf2c241548010df18dcacf18979d80f40b31cd864 (patch)
treeca8e3197c7fd92e6903b2a41e4672fa0cf2cf861 /Demos/Device/LowLevel
parent184efdaba6748cca403a3d40ec7cebf3b731e284 (diff)
downloadlufa-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/LowLevel')
-rw-r--r--Demos/Device/LowLevel/AudioInput/asf.xml1
-rw-r--r--Demos/Device/LowLevel/AudioOutput/asf.xml1
-rw-r--r--Demos/Device/LowLevel/DualVirtualSerial/asf.xml1
-rw-r--r--Demos/Device/LowLevel/GenericHID/asf.xml1
-rw-r--r--Demos/Device/LowLevel/Joystick/asf.xml1
-rw-r--r--Demos/Device/LowLevel/Keyboard/asf.xml1
-rw-r--r--Demos/Device/LowLevel/KeyboardMouse/asf.xml1
-rw-r--r--Demos/Device/LowLevel/MIDI/asf.xml1
-rw-r--r--Demos/Device/LowLevel/MassStorage/asf.xml1
-rw-r--r--Demos/Device/LowLevel/Mouse/asf.xml1
-rw-r--r--Demos/Device/LowLevel/RNDISEthernet/asf.xml1
-rw-r--r--Demos/Device/LowLevel/VirtualSerial/asf.xml1
12 files changed, 12 insertions, 0 deletions
diff --git a/Demos/Device/LowLevel/AudioInput/asf.xml b/Demos/Device/LowLevel/AudioInput/asf.xml
index ad570c49c..4c48439f8 100644
--- a/Demos/Device/LowLevel/AudioInput/asf.xml
+++ b/Demos/Device/LowLevel/AudioInput/asf.xml
@@ -1,6 +1,7 @@
<asf xmlversion="1.0">
<project caption="Audio Input Device Demo (Low Level APIs)" id="lufa.demos.device.lowlevel.audio_input.example">
<require idref="lufa.demos.device.lowlevel.audio_input"/>
+ <require idref="lufa.boards.dummy"/>
<generator value="as5_8"/>
<device-support value="at90usb1287"/>
diff --git a/Demos/Device/LowLevel/AudioOutput/asf.xml b/Demos/Device/LowLevel/AudioOutput/asf.xml
index f3ac3ee42..b94807f5d 100644
--- a/Demos/Device/LowLevel/AudioOutput/asf.xml
+++ b/Demos/Device/LowLevel/AudioOutput/asf.xml
@@ -1,6 +1,7 @@
<asf xmlversion="1.0">
<project caption="Audio Output Device Demo (Low Level APIs)" id="lufa.demos.device.lowlevel.audio_output.example">
<require idref="lufa.demos.device.lowlevel.audio_output"/>
+ <require idref="lufa.boards.dummy"/>
<generator value="as5_8"/>
<device-support value="at90usb1287"/>
diff --git a/Demos/Device/LowLevel/DualVirtualSerial/asf.xml b/Demos/Device/LowLevel/DualVirtualSerial/asf.xml
index 5b87b4c88..ad4dee5f4 100644
--- a/Demos/Device/LowLevel/DualVirtualSerial/asf.xml
+++ b/Demos/Device/LowLevel/DualVirtualSerial/asf.xml
@@ -1,6 +1,7 @@
<asf xmlversion="1.0">
<project caption="Dual Virtual Serial Device Demo (Low Level APIs)" id="lufa.demos.device.lowlevel.dual_cdc.example">
<require idref="lufa.demos.device.lowlevel.dual_cdc"/>
+ <require idref="lufa.boards.dummy"/>
<generator value="as5_8"/>
<device-support value="at90usb1287"/>
diff --git a/Demos/Device/LowLevel/GenericHID/asf.xml b/Demos/Device/LowLevel/GenericHID/asf.xml
index 147d73e1a..33de16eec 100644
--- a/Demos/Device/LowLevel/GenericHID/asf.xml
+++ b/Demos/Device/LowLevel/GenericHID/asf.xml
@@ -1,6 +1,7 @@
<asf xmlversion="1.0">
<project caption="Generic HID Device Demo (Low Level APIs)" id="lufa.demos.device.lowlevel.generic_hid.example">
<require idref="lufa.demos.device.lowlevel.generic_hid"/>
+ <require idref="lufa.boards.dummy"/>
<generator value="as5_8"/>
<device-support value="at90usb1287"/>
diff --git a/Demos/Device/LowLevel/Joystick/asf.xml b/Demos/Device/LowLevel/Joystick/asf.xml
index 7453e4073..43dbd9baa 100644
--- a/Demos/Device/LowLevel/Joystick/asf.xml
+++ b/Demos/Device/LowLevel/Joystick/asf.xml
@@ -1,6 +1,7 @@
<asf xmlversion="1.0">
<project caption="Joystick HID Device Demo (Low Level APIs)" id="lufa.demos.device.lowlevel.joystick.example">
<require idref="lufa.demos.device.lowlevel.joystick"/>
+ <require idref="lufa.boards.dummy"/>
<generator value="as5_8"/>
<device-support value="at90usb1287"/>
diff --git a/Demos/Device/LowLevel/Keyboard/asf.xml b/Demos/Device/LowLevel/Keyboard/asf.xml
index 15a06fb81..605c0ef75 100644
--- a/Demos/Device/LowLevel/Keyboard/asf.xml
+++ b/Demos/Device/LowLevel/Keyboard/asf.xml
@@ -1,6 +1,7 @@
<asf xmlversion="1.0">
<project caption="Keyboard HID Device Demo (Low Level APIs)" id="lufa.demos.device.lowlevel.keyboard.example">
<require idref="lufa.demos.device.lowlevel.keyboard"/>
+ <require idref="lufa.boards.dummy"/>
<generator value="as5_8"/>
<device-support value="at90usb1287"/>
diff --git a/Demos/Device/LowLevel/KeyboardMouse/asf.xml b/Demos/Device/LowLevel/KeyboardMouse/asf.xml
index 26541dd44..2f1dfaa6e 100644
--- a/Demos/Device/LowLevel/KeyboardMouse/asf.xml
+++ b/Demos/Device/LowLevel/KeyboardMouse/asf.xml
@@ -1,6 +1,7 @@
<asf xmlversion="1.0">
<project caption="Keyboard and Mouse HID Device Demo (Low Level APIs)" id="lufa.demos.device.lowlevel.keyboard_mouse.example">
<require idref="lufa.demos.device.lowlevel.keyboard_mouse"/>
+ <require idref="lufa.boards.dummy"/>
<generator value="as5_8"/>
<device-support value="at90usb1287"/>
diff --git a/Demos/Device/LowLevel/MIDI/asf.xml b/Demos/Device/LowLevel/MIDI/asf.xml
index 553ed0662..0ab2095c6 100644
--- a/Demos/Device/LowLevel/MIDI/asf.xml
+++ b/Demos/Device/LowLevel/MIDI/asf.xml
@@ -1,6 +1,7 @@
<asf xmlversion="1.0">
<project caption="MIDI Device Demo (Low Level APIs)" id="lufa.demos.device.lowlevel.midi.example">
<require idref="lufa.demos.device.lowlevel.midi"/>
+ <require idref="lufa.boards.dummy"/>
<generator value="as5_8"/>
<device-support value="at90usb1287"/>
diff --git a/Demos/Device/LowLevel/MassStorage/asf.xml b/Demos/Device/LowLevel/MassStorage/asf.xml
index 0589f212e..1667ac6a7 100644
--- a/Demos/Device/LowLevel/MassStorage/asf.xml
+++ b/Demos/Device/LowLevel/MassStorage/asf.xml
@@ -1,6 +1,7 @@
<asf xmlversion="1.0">
<project caption="Mass Storage Device Demo (Low Level APIs)" id="lufa.demos.device.lowlevel.mass_storage.example">
<require idref="lufa.demos.device.lowlevel.mass_storage"/>
+ <require idref="lufa.boards.dummy"/>
<generator value="as5_8"/>
<device-support value="at90usb1287"/>
diff --git a/Demos/Device/LowLevel/Mouse/asf.xml b/Demos/Device/LowLevel/Mouse/asf.xml
index e5bb07011..a596b7a52 100644
--- a/Demos/Device/LowLevel/Mouse/asf.xml
+++ b/Demos/Device/LowLevel/Mouse/asf.xml
@@ -1,6 +1,7 @@
<asf xmlversion="1.0">
<project caption="Mouse HID Device Demo (Low Level APIs)" id="lufa.demos.device.lowlevel.mouse.example">
<require idref="lufa.demos.device.lowlevel.mouse"/>
+ <require idref="lufa.boards.dummy"/>
<generator value="as5_8"/>
<device-support value="at90usb1287"/>
diff --git a/Demos/Device/LowLevel/RNDISEthernet/asf.xml b/Demos/Device/LowLevel/RNDISEthernet/asf.xml
index 10942617a..6a2a697e1 100644
--- a/Demos/Device/LowLevel/RNDISEthernet/asf.xml
+++ b/Demos/Device/LowLevel/RNDISEthernet/asf.xml
@@ -1,6 +1,7 @@
<asf xmlversion="1.0">
<project caption="RNDIS Ethernet Device Demo (Low Level APIs)" id="lufa.demos.device.lowlevel.rndis.example">
<require idref="lufa.demos.device.lowlevel.rndis"/>
+ <require idref="lufa.boards.dummy"/>
<generator value="as5_8"/>
<device-support value="at90usb1287"/>
diff --git a/Demos/Device/LowLevel/VirtualSerial/asf.xml b/Demos/Device/LowLevel/VirtualSerial/asf.xml
index ead998ad9..dff598dd4 100644
--- a/Demos/Device/LowLevel/VirtualSerial/asf.xml
+++ b/Demos/Device/LowLevel/VirtualSerial/asf.xml
@@ -1,6 +1,7 @@
<asf xmlversion="1.0">
<project caption="Virtual Serial CDC Device Demo (Low Level APIs)" id="lufa.demos.device.lowlevel.cdc.example">
<require idref="lufa.demos.device.lowlevel.cdc"/>
+ <require idref="lufa.boards.dummy"/>
<generator value="as5_8"/>
<device-support value="at90usb1287"/>