diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-11 23:35:17 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-11 23:35:17 +0000 |
commit | c791413fbcf2475f18a4daa2bb7d88c9303cd4a3 (patch) | |
tree | 496c3b60429fd9612503bce2f8ad748fe1c29584 /Demos/Device/LowLevel | |
parent | 33bc48fa4626b0c61fc870c30557f54ff7381d0c (diff) | |
download | lufa-c791413fbcf2475f18a4daa2bb7d88c9303cd4a3.tar.gz lufa-c791413fbcf2475f18a4daa2bb7d88c9303cd4a3.tar.bz2 lufa-c791413fbcf2475f18a4daa2bb7d88c9303cd4a3.zip |
Ensure the demo and project main text files are distributed in Atmel Studio projects.
Diffstat (limited to 'Demos/Device/LowLevel')
-rw-r--r-- | Demos/Device/LowLevel/AudioInput/asf.xml | 2 | ||||
-rw-r--r-- | Demos/Device/LowLevel/AudioOutput/asf.xml | 2 | ||||
-rw-r--r-- | Demos/Device/LowLevel/DualVirtualSerial/asf.xml | 1 | ||||
-rw-r--r-- | Demos/Device/LowLevel/GenericHID/asf.xml | 2 | ||||
-rw-r--r-- | Demos/Device/LowLevel/Joystick/asf.xml | 2 | ||||
-rw-r--r-- | Demos/Device/LowLevel/Keyboard/asf.xml | 2 | ||||
-rw-r--r-- | Demos/Device/LowLevel/KeyboardMouse/asf.xml | 2 | ||||
-rw-r--r-- | Demos/Device/LowLevel/MIDI/asf.xml | 2 | ||||
-rw-r--r-- | Demos/Device/LowLevel/MassStorage/asf.xml | 2 | ||||
-rw-r--r-- | Demos/Device/LowLevel/Mouse/asf.xml | 2 | ||||
-rw-r--r-- | Demos/Device/LowLevel/RNDISEthernet/asf.xml | 2 | ||||
-rw-r--r-- | Demos/Device/LowLevel/VirtualSerial/asf.xml | 1 |
12 files changed, 22 insertions, 0 deletions
diff --git a/Demos/Device/LowLevel/AudioInput/asf.xml b/Demos/Device/LowLevel/AudioInput/asf.xml index af8c9c260..bacb72cbb 100644 --- a/Demos/Device/LowLevel/AudioInput/asf.xml +++ b/Demos/Device/LowLevel/AudioInput/asf.xml @@ -19,6 +19,8 @@ <device-support-alias value="lufa_xmega"/>
<device-support-alias value="lufa_uc3"/>
+ <build type="distribute" subtype="user-file" value="AudioInput.txt"/>
+
<build type="c-source" value="AudioInput.c"/>
<build type="c-source" value="Descriptors.c"/>
<build type="header-file" value="AudioInput.h"/>
diff --git a/Demos/Device/LowLevel/AudioOutput/asf.xml b/Demos/Device/LowLevel/AudioOutput/asf.xml index 98954dd67..ea9d859cf 100644 --- a/Demos/Device/LowLevel/AudioOutput/asf.xml +++ b/Demos/Device/LowLevel/AudioOutput/asf.xml @@ -19,6 +19,8 @@ <device-support-alias value="lufa_xmega"/>
<device-support-alias value="lufa_uc3"/>
+ <build type="distribute" subtype="user-file" value="AudioOutput.txt"/>
+
<build type="c-source" value="AudioOutput.c"/>
<build type="c-source" value="Descriptors.c"/>
<build type="header-file" value="AudioOutput.h"/>
diff --git a/Demos/Device/LowLevel/DualVirtualSerial/asf.xml b/Demos/Device/LowLevel/DualVirtualSerial/asf.xml index 95a03e732..966b594b0 100644 --- a/Demos/Device/LowLevel/DualVirtualSerial/asf.xml +++ b/Demos/Device/LowLevel/DualVirtualSerial/asf.xml @@ -19,6 +19,7 @@ <device-support-alias value="lufa_xmega"/>
<device-support-alias value="lufa_uc3"/>
+ <build type="distribute" subtype="user-file" value="DualVirtualSerial.txt"/>
<build type="distribute" subtype="user-file" value="LUFA DualVirtualSerial.inf"/>
<build type="c-source" value="DualVirtualSerial.c"/>
diff --git a/Demos/Device/LowLevel/GenericHID/asf.xml b/Demos/Device/LowLevel/GenericHID/asf.xml index ffdf3a0a3..64782de20 100644 --- a/Demos/Device/LowLevel/GenericHID/asf.xml +++ b/Demos/Device/LowLevel/GenericHID/asf.xml @@ -19,6 +19,8 @@ <device-support-alias value="lufa_xmega"/>
<device-support-alias value="lufa_uc3"/>
+ <build type="distribute" subtype="user-file" value="GenericHID.txt"/>
+
<build type="c-source" value="GenericHID.c"/>
<build type="c-source" value="Descriptors.c"/>
<build type="header-file" value="GenericHID.h"/>
diff --git a/Demos/Device/LowLevel/Joystick/asf.xml b/Demos/Device/LowLevel/Joystick/asf.xml index 290248924..f65519832 100644 --- a/Demos/Device/LowLevel/Joystick/asf.xml +++ b/Demos/Device/LowLevel/Joystick/asf.xml @@ -19,6 +19,8 @@ <device-support-alias value="lufa_xmega"/>
<device-support-alias value="lufa_uc3"/>
+ <build type="distribute" subtype="user-file" value="Joystick.txt"/>
+
<build type="c-source" value="Joystick.c"/>
<build type="c-source" value="Descriptors.c"/>
<build type="header-file" value="Joystick.h"/>
diff --git a/Demos/Device/LowLevel/Keyboard/asf.xml b/Demos/Device/LowLevel/Keyboard/asf.xml index 1d106f518..e491b7bbd 100644 --- a/Demos/Device/LowLevel/Keyboard/asf.xml +++ b/Demos/Device/LowLevel/Keyboard/asf.xml @@ -19,6 +19,8 @@ <device-support-alias value="lufa_xmega"/>
<device-support-alias value="lufa_uc3"/>
+ <build type="distribute" subtype="user-file" value="Keyboard.txt"/>
+
<build type="c-source" value="Keyboard.c"/>
<build type="c-source" value="Descriptors.c"/>
<build type="header-file" value="Keyboard.h"/>
diff --git a/Demos/Device/LowLevel/KeyboardMouse/asf.xml b/Demos/Device/LowLevel/KeyboardMouse/asf.xml index f3402582c..f699802fc 100644 --- a/Demos/Device/LowLevel/KeyboardMouse/asf.xml +++ b/Demos/Device/LowLevel/KeyboardMouse/asf.xml @@ -19,6 +19,8 @@ <device-support-alias value="lufa_xmega"/>
<device-support-alias value="lufa_uc3"/>
+ <build type="distribute" subtype="user-file" value="KeyboardMouse.txt"/>
+
<build type="c-source" value="KeyboardMouse.c"/>
<build type="c-source" value="Descriptors.c"/>
<build type="header-file" value="KeyboardMouse.h"/>
diff --git a/Demos/Device/LowLevel/MIDI/asf.xml b/Demos/Device/LowLevel/MIDI/asf.xml index 09c098541..e62c74acd 100644 --- a/Demos/Device/LowLevel/MIDI/asf.xml +++ b/Demos/Device/LowLevel/MIDI/asf.xml @@ -19,6 +19,8 @@ <device-support-alias value="lufa_xmega"/>
<device-support-alias value="lufa_uc3"/>
+ <build type="distribute" subtype="user-file" value="MIDI.txt"/>
+
<build type="c-source" value="MIDI.c"/>
<build type="c-source" value="Descriptors.c"/>
<build type="header-file" value="MIDI.h"/>
diff --git a/Demos/Device/LowLevel/MassStorage/asf.xml b/Demos/Device/LowLevel/MassStorage/asf.xml index 8127b19d8..9ac67dedd 100644 --- a/Demos/Device/LowLevel/MassStorage/asf.xml +++ b/Demos/Device/LowLevel/MassStorage/asf.xml @@ -19,6 +19,8 @@ <device-support-alias value="lufa_xmega"/>
<device-support-alias value="lufa_uc3"/>
+ <build type="distribute" subtype="user-file" value="MassStorage.txt"/>
+
<build type="c-source" value="MassStorage.c"/>
<build type="c-source" value="Descriptors.c"/>
<build type="c-source" value="Lib/DataflashManager.c"/>
diff --git a/Demos/Device/LowLevel/Mouse/asf.xml b/Demos/Device/LowLevel/Mouse/asf.xml index ee7358478..09b8e0da5 100644 --- a/Demos/Device/LowLevel/Mouse/asf.xml +++ b/Demos/Device/LowLevel/Mouse/asf.xml @@ -19,6 +19,8 @@ <device-support-alias value="lufa_xmega"/>
<device-support-alias value="lufa_uc3"/>
+ <build type="distribute" subtype="user-file" value="Mouse.txt"/>
+
<build type="c-source" value="Mouse.c"/>
<build type="c-source" value="Descriptors.c"/>
<build type="header-file" value="Mouse.h"/>
diff --git a/Demos/Device/LowLevel/RNDISEthernet/asf.xml b/Demos/Device/LowLevel/RNDISEthernet/asf.xml index 0abb83620..1d0f831e4 100644 --- a/Demos/Device/LowLevel/RNDISEthernet/asf.xml +++ b/Demos/Device/LowLevel/RNDISEthernet/asf.xml @@ -19,6 +19,8 @@ <device-support-alias value="lufa_xmega"/>
<device-support-alias value="lufa_uc3"/>
+ <build type="distribute" subtype="user-file" value="RNDISEthernet.txt"/>
+
<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/VirtualSerial/asf.xml b/Demos/Device/LowLevel/VirtualSerial/asf.xml index 41cc55a9f..899ffa2a0 100644 --- a/Demos/Device/LowLevel/VirtualSerial/asf.xml +++ b/Demos/Device/LowLevel/VirtualSerial/asf.xml @@ -19,6 +19,7 @@ <device-support-alias value="lufa_xmega"/>
<device-support-alias value="lufa_uc3"/>
+ <build type="distribute" subtype="user-file" value="VirtualSerial.txt"/>
<build type="distribute" subtype="user-file" value="LUFA VirtualSerial.inf"/>
<build type="c-source" value="VirtualSerial.c"/>
|