From f2c241548010df18dcacf18979d80f40b31cd864 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sat, 12 Jan 2013 22:23:58 +0000 Subject: [PATCH] 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. --- Demos/Device/ClassDriver/AudioInput/asf.xml | 1 + Demos/Device/ClassDriver/AudioOutput/asf.xml | 1 + Demos/Device/ClassDriver/DualVirtualSerial/asf.xml | 1 + Demos/Device/ClassDriver/GenericHID/asf.xml | 7 +++++++ Demos/Device/ClassDriver/Joystick/asf.xml | 1 + Demos/Device/ClassDriver/Keyboard/asf.xml | 1 + Demos/Device/ClassDriver/KeyboardMouse/asf.xml | 1 + Demos/Device/ClassDriver/KeyboardMouseMultiReport/asf.xml | 1 + Demos/Device/ClassDriver/MIDI/asf.xml | 1 + Demos/Device/ClassDriver/MassStorage/asf.xml | 1 + Demos/Device/ClassDriver/MassStorageKeyboard/asf.xml | 1 + Demos/Device/ClassDriver/Mouse/asf.xml | 1 + Demos/Device/ClassDriver/RNDISEthernet/asf.xml | 7 +++++++ Demos/Device/ClassDriver/VirtualSerial/asf.xml | 1 + Demos/Device/ClassDriver/VirtualSerialMassStorage/asf.xml | 1 + Demos/Device/ClassDriver/VirtualSerialMouse/asf.xml | 1 + Demos/Device/LowLevel/AudioInput/asf.xml | 1 + Demos/Device/LowLevel/AudioOutput/asf.xml | 1 + Demos/Device/LowLevel/DualVirtualSerial/asf.xml | 1 + Demos/Device/LowLevel/GenericHID/asf.xml | 1 + Demos/Device/LowLevel/Joystick/asf.xml | 1 + Demos/Device/LowLevel/Keyboard/asf.xml | 1 + Demos/Device/LowLevel/KeyboardMouse/asf.xml | 1 + Demos/Device/LowLevel/MIDI/asf.xml | 1 + Demos/Device/LowLevel/MassStorage/asf.xml | 1 + Demos/Device/LowLevel/Mouse/asf.xml | 1 + Demos/Device/LowLevel/RNDISEthernet/asf.xml | 1 + Demos/Device/LowLevel/VirtualSerial/asf.xml | 1 + Demos/DualRole/ClassDriver/MouseHostDevice/asf.xml | 1 + Demos/Host/ClassDriver/AndroidAccessoryHost/asf.xml | 1 + Demos/Host/ClassDriver/AudioInputHost/asf.xml | 1 + Demos/Host/ClassDriver/AudioOutputHost/asf.xml | 1 + Demos/Host/ClassDriver/JoystickHostWithParser/asf.xml | 1 + Demos/Host/ClassDriver/KeyboardHost/asf.xml | 1 + Demos/Host/ClassDriver/KeyboardHostWithParser/asf.xml | 1 + Demos/Host/ClassDriver/MIDIHost/asf.xml | 1 + Demos/Host/ClassDriver/MassStorageHost/asf.xml | 1 + Demos/Host/ClassDriver/MouseHost/asf.xml | 1 + Demos/Host/ClassDriver/MouseHostWithParser/asf.xml | 1 + Demos/Host/ClassDriver/PrinterHost/asf.xml | 1 + Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml | 1 + Demos/Host/ClassDriver/StillImageHost/asf.xml | 1 + Demos/Host/ClassDriver/VirtualSerialHost/asf.xml | 1 + Demos/Host/LowLevel/AndroidAccessoryHost/asf.xml | 1 + Demos/Host/LowLevel/AudioInputHost/asf.xml | 1 + Demos/Host/LowLevel/AudioOutputHost/asf.xml | 1 + Demos/Host/LowLevel/GenericHIDHost/asf.xml | 1 + Demos/Host/LowLevel/JoystickHostWithParser/asf.xml | 1 + Demos/Host/LowLevel/KeyboardHost/asf.xml | 1 + Demos/Host/LowLevel/KeyboardHostWithParser/asf.xml | 1 + Demos/Host/LowLevel/MIDIHost/asf.xml | 1 + Demos/Host/LowLevel/MassStorageHost/asf.xml | 1 + Demos/Host/LowLevel/MouseHost/asf.xml | 1 + Demos/Host/LowLevel/MouseHostWithParser/asf.xml | 1 + Demos/Host/LowLevel/PrinterHost/asf.xml | 1 + Demos/Host/LowLevel/RNDISEthernetHost/asf.xml | 1 + Demos/Host/LowLevel/StillImageHost/asf.xml | 1 + Demos/Host/LowLevel/VirtualSerialHost/asf.xml | 1 + LUFA/CodeTemplates/DeviceTemplate/asf.xml | 1 + LUFA/CodeTemplates/HostTemplate/asf.xml | 1 + LUFA/StudioIntegration/lufa_common.xml | 6 ------ LUFA/StudioIntegration/lufa_drivers_board.xml | 6 ++++++ Projects/AVRISP-MKII/asf.xml | 1 + Projects/Benito/asf.xml | 1 + Projects/HIDReportViewer/asf.xml | 1 + Projects/LEDNotifier/asf.xml | 1 + Projects/MIDIToneGenerator/asf.xml | 1 + Projects/Magstripe/asf.xml | 1 + Projects/MediaController/asf.xml | 1 + Projects/MissileLauncher/asf.xml | 1 + Projects/RelayBoard/asf.xml | 1 + Projects/SerialToLCD/asf.xml | 1 + Projects/TempDataLogger/asf.xml | 1 + Projects/USBtoSerial/asf.xml | 1 + Projects/Webserver/asf.xml | 1 + Projects/XPLAINBridge/asf.xml | 1 + 76 files changed, 92 insertions(+), 6 deletions(-) diff --git a/Demos/Device/ClassDriver/AudioInput/asf.xml b/Demos/Device/ClassDriver/AudioInput/asf.xml index 7edecad0d9f..71f1cdcc279 100644 --- a/Demos/Device/ClassDriver/AudioInput/asf.xml +++ b/Demos/Device/ClassDriver/AudioInput/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Device/ClassDriver/AudioOutput/asf.xml b/Demos/Device/ClassDriver/AudioOutput/asf.xml index ca196a6e2bc..dae49c74eb2 100644 --- a/Demos/Device/ClassDriver/AudioOutput/asf.xml +++ b/Demos/Device/ClassDriver/AudioOutput/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Device/ClassDriver/DualVirtualSerial/asf.xml b/Demos/Device/ClassDriver/DualVirtualSerial/asf.xml index 7fdb168f6b1..eb9560b597c 100644 --- a/Demos/Device/ClassDriver/DualVirtualSerial/asf.xml +++ b/Demos/Device/ClassDriver/DualVirtualSerial/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Device/ClassDriver/GenericHID/asf.xml b/Demos/Device/ClassDriver/GenericHID/asf.xml index 3cd6f097ae5..2c50f4d3536 100644 --- a/Demos/Device/ClassDriver/GenericHID/asf.xml +++ b/Demos/Device/ClassDriver/GenericHID/asf.xml @@ -1,6 +1,7 @@ + @@ -15,6 +16,12 @@ Generic HID device demo, implementing a device whose LEDs can be controlled via HID messages from the host. + + + + + + diff --git a/Demos/Device/ClassDriver/Joystick/asf.xml b/Demos/Device/ClassDriver/Joystick/asf.xml index 1ed9a260697..aab03316d2a 100644 --- a/Demos/Device/ClassDriver/Joystick/asf.xml +++ b/Demos/Device/ClassDriver/Joystick/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Device/ClassDriver/Keyboard/asf.xml b/Demos/Device/ClassDriver/Keyboard/asf.xml index 33caeb0f620..4f462c56921 100644 --- a/Demos/Device/ClassDriver/Keyboard/asf.xml +++ b/Demos/Device/ClassDriver/Keyboard/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Device/ClassDriver/KeyboardMouse/asf.xml b/Demos/Device/ClassDriver/KeyboardMouse/asf.xml index 53dd2d64e06..e2704b416ee 100644 --- a/Demos/Device/ClassDriver/KeyboardMouse/asf.xml +++ b/Demos/Device/ClassDriver/KeyboardMouse/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Device/ClassDriver/KeyboardMouseMultiReport/asf.xml b/Demos/Device/ClassDriver/KeyboardMouseMultiReport/asf.xml index 2f2c2e0191d..6db30d6daf5 100644 --- a/Demos/Device/ClassDriver/KeyboardMouseMultiReport/asf.xml +++ b/Demos/Device/ClassDriver/KeyboardMouseMultiReport/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Device/ClassDriver/MIDI/asf.xml b/Demos/Device/ClassDriver/MIDI/asf.xml index 288cda0fde6..22402076fcc 100644 --- a/Demos/Device/ClassDriver/MIDI/asf.xml +++ b/Demos/Device/ClassDriver/MIDI/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Device/ClassDriver/MassStorage/asf.xml b/Demos/Device/ClassDriver/MassStorage/asf.xml index 9e08e4b5167..dd8bd841868 100644 --- a/Demos/Device/ClassDriver/MassStorage/asf.xml +++ b/Demos/Device/ClassDriver/MassStorage/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Device/ClassDriver/MassStorageKeyboard/asf.xml b/Demos/Device/ClassDriver/MassStorageKeyboard/asf.xml index a04765be588..4e44c30caf0 100644 --- a/Demos/Device/ClassDriver/MassStorageKeyboard/asf.xml +++ b/Demos/Device/ClassDriver/MassStorageKeyboard/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Device/ClassDriver/Mouse/asf.xml b/Demos/Device/ClassDriver/Mouse/asf.xml index 27764dbe3eb..a1827b9fec4 100644 --- a/Demos/Device/ClassDriver/Mouse/asf.xml +++ b/Demos/Device/ClassDriver/Mouse/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Device/ClassDriver/RNDISEthernet/asf.xml b/Demos/Device/ClassDriver/RNDISEthernet/asf.xml index 46d354cf5f6..c960ea9f346 100644 --- a/Demos/Device/ClassDriver/RNDISEthernet/asf.xml +++ b/Demos/Device/ClassDriver/RNDISEthernet/asf.xml @@ -1,6 +1,7 @@ + @@ -15,6 +16,12 @@ Microsoft RNDIS Ethernet networking device demo, implementing a basic HTTP webserver. + + + + + + diff --git a/Demos/Device/ClassDriver/VirtualSerial/asf.xml b/Demos/Device/ClassDriver/VirtualSerial/asf.xml index af0f7cff6e2..5a533a410bd 100644 --- a/Demos/Device/ClassDriver/VirtualSerial/asf.xml +++ b/Demos/Device/ClassDriver/VirtualSerial/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Device/ClassDriver/VirtualSerialMassStorage/asf.xml b/Demos/Device/ClassDriver/VirtualSerialMassStorage/asf.xml index b3fe5b76a7e..94e58988680 100644 --- a/Demos/Device/ClassDriver/VirtualSerialMassStorage/asf.xml +++ b/Demos/Device/ClassDriver/VirtualSerialMassStorage/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Device/ClassDriver/VirtualSerialMouse/asf.xml b/Demos/Device/ClassDriver/VirtualSerialMouse/asf.xml index 8b58df151fa..8cb230ca599 100644 --- a/Demos/Device/ClassDriver/VirtualSerialMouse/asf.xml +++ b/Demos/Device/ClassDriver/VirtualSerialMouse/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Device/LowLevel/AudioInput/asf.xml b/Demos/Device/LowLevel/AudioInput/asf.xml index ad570c49cbe..4c48439f881 100644 --- a/Demos/Device/LowLevel/AudioInput/asf.xml +++ b/Demos/Device/LowLevel/AudioInput/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Device/LowLevel/AudioOutput/asf.xml b/Demos/Device/LowLevel/AudioOutput/asf.xml index f3ac3ee4227..b94807f5dad 100644 --- a/Demos/Device/LowLevel/AudioOutput/asf.xml +++ b/Demos/Device/LowLevel/AudioOutput/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Device/LowLevel/DualVirtualSerial/asf.xml b/Demos/Device/LowLevel/DualVirtualSerial/asf.xml index 5b87b4c88ce..ad4dee5f40e 100644 --- a/Demos/Device/LowLevel/DualVirtualSerial/asf.xml +++ b/Demos/Device/LowLevel/DualVirtualSerial/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Device/LowLevel/GenericHID/asf.xml b/Demos/Device/LowLevel/GenericHID/asf.xml index 147d73e1a1b..33de16eecbd 100644 --- a/Demos/Device/LowLevel/GenericHID/asf.xml +++ b/Demos/Device/LowLevel/GenericHID/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Device/LowLevel/Joystick/asf.xml b/Demos/Device/LowLevel/Joystick/asf.xml index 7453e4073dd..43dbd9baa25 100644 --- a/Demos/Device/LowLevel/Joystick/asf.xml +++ b/Demos/Device/LowLevel/Joystick/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Device/LowLevel/Keyboard/asf.xml b/Demos/Device/LowLevel/Keyboard/asf.xml index 15a06fb81d6..605c0ef7548 100644 --- a/Demos/Device/LowLevel/Keyboard/asf.xml +++ b/Demos/Device/LowLevel/Keyboard/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Device/LowLevel/KeyboardMouse/asf.xml b/Demos/Device/LowLevel/KeyboardMouse/asf.xml index 26541dd44e9..2f1dfaa6e8a 100644 --- a/Demos/Device/LowLevel/KeyboardMouse/asf.xml +++ b/Demos/Device/LowLevel/KeyboardMouse/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Device/LowLevel/MIDI/asf.xml b/Demos/Device/LowLevel/MIDI/asf.xml index 553ed066227..0ab2095c6d3 100644 --- a/Demos/Device/LowLevel/MIDI/asf.xml +++ b/Demos/Device/LowLevel/MIDI/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Device/LowLevel/MassStorage/asf.xml b/Demos/Device/LowLevel/MassStorage/asf.xml index 0589f212e05..1667ac6a77f 100644 --- a/Demos/Device/LowLevel/MassStorage/asf.xml +++ b/Demos/Device/LowLevel/MassStorage/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Device/LowLevel/Mouse/asf.xml b/Demos/Device/LowLevel/Mouse/asf.xml index e5bb07011cc..a596b7a5207 100644 --- a/Demos/Device/LowLevel/Mouse/asf.xml +++ b/Demos/Device/LowLevel/Mouse/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Device/LowLevel/RNDISEthernet/asf.xml b/Demos/Device/LowLevel/RNDISEthernet/asf.xml index 10942617a57..6a2a697e100 100644 --- a/Demos/Device/LowLevel/RNDISEthernet/asf.xml +++ b/Demos/Device/LowLevel/RNDISEthernet/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Device/LowLevel/VirtualSerial/asf.xml b/Demos/Device/LowLevel/VirtualSerial/asf.xml index ead998ad9da..dff598dd49f 100644 --- a/Demos/Device/LowLevel/VirtualSerial/asf.xml +++ b/Demos/Device/LowLevel/VirtualSerial/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/DualRole/ClassDriver/MouseHostDevice/asf.xml b/Demos/DualRole/ClassDriver/MouseHostDevice/asf.xml index 5f724ca6072..1e6dc146163 100644 --- a/Demos/DualRole/ClassDriver/MouseHostDevice/asf.xml +++ b/Demos/DualRole/ClassDriver/MouseHostDevice/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Host/ClassDriver/AndroidAccessoryHost/asf.xml b/Demos/Host/ClassDriver/AndroidAccessoryHost/asf.xml index 34c93122bc4..c3540047631 100644 --- a/Demos/Host/ClassDriver/AndroidAccessoryHost/asf.xml +++ b/Demos/Host/ClassDriver/AndroidAccessoryHost/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Host/ClassDriver/AudioInputHost/asf.xml b/Demos/Host/ClassDriver/AudioInputHost/asf.xml index 6e97089ca5c..d5d4f47fe12 100644 --- a/Demos/Host/ClassDriver/AudioInputHost/asf.xml +++ b/Demos/Host/ClassDriver/AudioInputHost/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Host/ClassDriver/AudioOutputHost/asf.xml b/Demos/Host/ClassDriver/AudioOutputHost/asf.xml index 753393a037b..9d1d36f905a 100644 --- a/Demos/Host/ClassDriver/AudioOutputHost/asf.xml +++ b/Demos/Host/ClassDriver/AudioOutputHost/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Host/ClassDriver/JoystickHostWithParser/asf.xml b/Demos/Host/ClassDriver/JoystickHostWithParser/asf.xml index 892251b7e32..d7d1680b886 100644 --- a/Demos/Host/ClassDriver/JoystickHostWithParser/asf.xml +++ b/Demos/Host/ClassDriver/JoystickHostWithParser/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Host/ClassDriver/KeyboardHost/asf.xml b/Demos/Host/ClassDriver/KeyboardHost/asf.xml index 8d8f40540f0..e11ec49c46e 100644 --- a/Demos/Host/ClassDriver/KeyboardHost/asf.xml +++ b/Demos/Host/ClassDriver/KeyboardHost/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Host/ClassDriver/KeyboardHostWithParser/asf.xml b/Demos/Host/ClassDriver/KeyboardHostWithParser/asf.xml index fe76be7a044..af84bc6f240 100644 --- a/Demos/Host/ClassDriver/KeyboardHostWithParser/asf.xml +++ b/Demos/Host/ClassDriver/KeyboardHostWithParser/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Host/ClassDriver/MIDIHost/asf.xml b/Demos/Host/ClassDriver/MIDIHost/asf.xml index dfd424a56c9..492a1209980 100644 --- a/Demos/Host/ClassDriver/MIDIHost/asf.xml +++ b/Demos/Host/ClassDriver/MIDIHost/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Host/ClassDriver/MassStorageHost/asf.xml b/Demos/Host/ClassDriver/MassStorageHost/asf.xml index 2aad2004c88..7b07416c760 100644 --- a/Demos/Host/ClassDriver/MassStorageHost/asf.xml +++ b/Demos/Host/ClassDriver/MassStorageHost/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Host/ClassDriver/MouseHost/asf.xml b/Demos/Host/ClassDriver/MouseHost/asf.xml index 723336f0483..523ace6f63e 100644 --- a/Demos/Host/ClassDriver/MouseHost/asf.xml +++ b/Demos/Host/ClassDriver/MouseHost/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Host/ClassDriver/MouseHostWithParser/asf.xml b/Demos/Host/ClassDriver/MouseHostWithParser/asf.xml index aa5697e350c..e8f8369d825 100644 --- a/Demos/Host/ClassDriver/MouseHostWithParser/asf.xml +++ b/Demos/Host/ClassDriver/MouseHostWithParser/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Host/ClassDriver/PrinterHost/asf.xml b/Demos/Host/ClassDriver/PrinterHost/asf.xml index ad51cf7eccc..d72a86c86f8 100644 --- a/Demos/Host/ClassDriver/PrinterHost/asf.xml +++ b/Demos/Host/ClassDriver/PrinterHost/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml b/Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml index b60b684578b..83d1295f6b6 100644 --- a/Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml +++ b/Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Host/ClassDriver/StillImageHost/asf.xml b/Demos/Host/ClassDriver/StillImageHost/asf.xml index 196477f7bae..6548a38fc77 100644 --- a/Demos/Host/ClassDriver/StillImageHost/asf.xml +++ b/Demos/Host/ClassDriver/StillImageHost/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Host/ClassDriver/VirtualSerialHost/asf.xml b/Demos/Host/ClassDriver/VirtualSerialHost/asf.xml index ce392283ce0..ca9aaa01f4b 100644 --- a/Demos/Host/ClassDriver/VirtualSerialHost/asf.xml +++ b/Demos/Host/ClassDriver/VirtualSerialHost/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Host/LowLevel/AndroidAccessoryHost/asf.xml b/Demos/Host/LowLevel/AndroidAccessoryHost/asf.xml index 9d2f92ca4b3..e145ce3b943 100644 --- a/Demos/Host/LowLevel/AndroidAccessoryHost/asf.xml +++ b/Demos/Host/LowLevel/AndroidAccessoryHost/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Host/LowLevel/AudioInputHost/asf.xml b/Demos/Host/LowLevel/AudioInputHost/asf.xml index 45d24313ef1..1608f50f634 100644 --- a/Demos/Host/LowLevel/AudioInputHost/asf.xml +++ b/Demos/Host/LowLevel/AudioInputHost/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Host/LowLevel/AudioOutputHost/asf.xml b/Demos/Host/LowLevel/AudioOutputHost/asf.xml index 421705a7da9..b821eb10447 100644 --- a/Demos/Host/LowLevel/AudioOutputHost/asf.xml +++ b/Demos/Host/LowLevel/AudioOutputHost/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Host/LowLevel/GenericHIDHost/asf.xml b/Demos/Host/LowLevel/GenericHIDHost/asf.xml index b4a457b7f2d..fb3dd0a0a30 100644 --- a/Demos/Host/LowLevel/GenericHIDHost/asf.xml +++ b/Demos/Host/LowLevel/GenericHIDHost/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Host/LowLevel/JoystickHostWithParser/asf.xml b/Demos/Host/LowLevel/JoystickHostWithParser/asf.xml index d4edfd1695d..60e92a1ec41 100644 --- a/Demos/Host/LowLevel/JoystickHostWithParser/asf.xml +++ b/Demos/Host/LowLevel/JoystickHostWithParser/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Host/LowLevel/KeyboardHost/asf.xml b/Demos/Host/LowLevel/KeyboardHost/asf.xml index a6a5519e96b..1da831500dd 100644 --- a/Demos/Host/LowLevel/KeyboardHost/asf.xml +++ b/Demos/Host/LowLevel/KeyboardHost/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Host/LowLevel/KeyboardHostWithParser/asf.xml b/Demos/Host/LowLevel/KeyboardHostWithParser/asf.xml index 929c72462cf..f230ca28b16 100644 --- a/Demos/Host/LowLevel/KeyboardHostWithParser/asf.xml +++ b/Demos/Host/LowLevel/KeyboardHostWithParser/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Host/LowLevel/MIDIHost/asf.xml b/Demos/Host/LowLevel/MIDIHost/asf.xml index 12233b1090b..0bd2da7c813 100644 --- a/Demos/Host/LowLevel/MIDIHost/asf.xml +++ b/Demos/Host/LowLevel/MIDIHost/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Host/LowLevel/MassStorageHost/asf.xml b/Demos/Host/LowLevel/MassStorageHost/asf.xml index 41afbc41479..6393a218b6b 100644 --- a/Demos/Host/LowLevel/MassStorageHost/asf.xml +++ b/Demos/Host/LowLevel/MassStorageHost/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Host/LowLevel/MouseHost/asf.xml b/Demos/Host/LowLevel/MouseHost/asf.xml index 72958ca9de5..46200fd2214 100644 --- a/Demos/Host/LowLevel/MouseHost/asf.xml +++ b/Demos/Host/LowLevel/MouseHost/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Host/LowLevel/MouseHostWithParser/asf.xml b/Demos/Host/LowLevel/MouseHostWithParser/asf.xml index 2e96d4f3e57..765c10ad5a0 100644 --- a/Demos/Host/LowLevel/MouseHostWithParser/asf.xml +++ b/Demos/Host/LowLevel/MouseHostWithParser/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Host/LowLevel/PrinterHost/asf.xml b/Demos/Host/LowLevel/PrinterHost/asf.xml index 0360179e164..e6c15440fde 100644 --- a/Demos/Host/LowLevel/PrinterHost/asf.xml +++ b/Demos/Host/LowLevel/PrinterHost/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Host/LowLevel/RNDISEthernetHost/asf.xml b/Demos/Host/LowLevel/RNDISEthernetHost/asf.xml index 521746f7a43..19c7bc22fe2 100644 --- a/Demos/Host/LowLevel/RNDISEthernetHost/asf.xml +++ b/Demos/Host/LowLevel/RNDISEthernetHost/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Host/LowLevel/StillImageHost/asf.xml b/Demos/Host/LowLevel/StillImageHost/asf.xml index 8fe58621507..e7c2b05e673 100644 --- a/Demos/Host/LowLevel/StillImageHost/asf.xml +++ b/Demos/Host/LowLevel/StillImageHost/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Demos/Host/LowLevel/VirtualSerialHost/asf.xml b/Demos/Host/LowLevel/VirtualSerialHost/asf.xml index 3c6520c81dc..23d0f22952d 100644 --- a/Demos/Host/LowLevel/VirtualSerialHost/asf.xml +++ b/Demos/Host/LowLevel/VirtualSerialHost/asf.xml @@ -1,6 +1,7 @@ + diff --git a/LUFA/CodeTemplates/DeviceTemplate/asf.xml b/LUFA/CodeTemplates/DeviceTemplate/asf.xml index 7689888dfc6..0cceef9f0e2 100644 --- a/LUFA/CodeTemplates/DeviceTemplate/asf.xml +++ b/LUFA/CodeTemplates/DeviceTemplate/asf.xml @@ -1,6 +1,7 @@ + diff --git a/LUFA/CodeTemplates/HostTemplate/asf.xml b/LUFA/CodeTemplates/HostTemplate/asf.xml index d6069f44576..0c20c4b12e7 100644 --- a/LUFA/CodeTemplates/HostTemplate/asf.xml +++ b/LUFA/CodeTemplates/HostTemplate/asf.xml @@ -1,6 +1,7 @@ + diff --git a/LUFA/StudioIntegration/lufa_common.xml b/LUFA/StudioIntegration/lufa_common.xml index d882ae82a41..9e17b188be6 100644 --- a/LUFA/StudioIntegration/lufa_common.xml +++ b/LUFA/StudioIntegration/lufa_common.xml @@ -29,12 +29,6 @@ - - - - - - diff --git a/LUFA/StudioIntegration/lufa_drivers_board.xml b/LUFA/StudioIntegration/lufa_drivers_board.xml index 339cefec8da..89b9151836c 100644 --- a/LUFA/StudioIntegration/lufa_drivers_board.xml +++ b/LUFA/StudioIntegration/lufa_drivers_board.xml @@ -10,6 +10,12 @@ + + + + + + diff --git a/Projects/AVRISP-MKII/asf.xml b/Projects/AVRISP-MKII/asf.xml index 55fc83bbc41..426818d3758 100644 --- a/Projects/AVRISP-MKII/asf.xml +++ b/Projects/AVRISP-MKII/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Projects/Benito/asf.xml b/Projects/Benito/asf.xml index 13b54be0159..dab72ae5237 100644 --- a/Projects/Benito/asf.xml +++ b/Projects/Benito/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Projects/HIDReportViewer/asf.xml b/Projects/HIDReportViewer/asf.xml index f1d4a6b16f1..fa748a0769a 100644 --- a/Projects/HIDReportViewer/asf.xml +++ b/Projects/HIDReportViewer/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Projects/LEDNotifier/asf.xml b/Projects/LEDNotifier/asf.xml index 25dc8aca706..ee334efddb5 100644 --- a/Projects/LEDNotifier/asf.xml +++ b/Projects/LEDNotifier/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Projects/MIDIToneGenerator/asf.xml b/Projects/MIDIToneGenerator/asf.xml index 0ae2e6e69d2..2307c7fc80b 100644 --- a/Projects/MIDIToneGenerator/asf.xml +++ b/Projects/MIDIToneGenerator/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Projects/Magstripe/asf.xml b/Projects/Magstripe/asf.xml index 0d59a3a778b..249d697efd6 100644 --- a/Projects/Magstripe/asf.xml +++ b/Projects/Magstripe/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Projects/MediaController/asf.xml b/Projects/MediaController/asf.xml index ffe7600a286..0f020f452f4 100644 --- a/Projects/MediaController/asf.xml +++ b/Projects/MediaController/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Projects/MissileLauncher/asf.xml b/Projects/MissileLauncher/asf.xml index 5cdfd7ebeb5..77366d193cd 100644 --- a/Projects/MissileLauncher/asf.xml +++ b/Projects/MissileLauncher/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Projects/RelayBoard/asf.xml b/Projects/RelayBoard/asf.xml index 7c29c95cb71..259bca42f98 100644 --- a/Projects/RelayBoard/asf.xml +++ b/Projects/RelayBoard/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Projects/SerialToLCD/asf.xml b/Projects/SerialToLCD/asf.xml index 1a0674df274..6af93804b28 100644 --- a/Projects/SerialToLCD/asf.xml +++ b/Projects/SerialToLCD/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Projects/TempDataLogger/asf.xml b/Projects/TempDataLogger/asf.xml index 5f5de99f841..c2039003fb0 100644 --- a/Projects/TempDataLogger/asf.xml +++ b/Projects/TempDataLogger/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Projects/USBtoSerial/asf.xml b/Projects/USBtoSerial/asf.xml index eaebbdc6e74..b6b4c0a1d85 100644 --- a/Projects/USBtoSerial/asf.xml +++ b/Projects/USBtoSerial/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Projects/Webserver/asf.xml b/Projects/Webserver/asf.xml index 4084b9d2112..3505f730572 100644 --- a/Projects/Webserver/asf.xml +++ b/Projects/Webserver/asf.xml @@ -1,6 +1,7 @@ + diff --git a/Projects/XPLAINBridge/asf.xml b/Projects/XPLAINBridge/asf.xml index f0414ea8ecf..3936f31724a 100644 --- a/Projects/XPLAINBridge/asf.xml +++ b/Projects/XPLAINBridge/asf.xml @@ -1,6 +1,7 @@ +