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 7edecad0d9..71f1cdcc27 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 ca196a6e2b..dae49c74eb 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 7fdb168f6b..eb9560b597 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 3cd6f097ae..2c50f4d353 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 1ed9a26069..aab03316d2 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 33caeb0f62..4f462c5692 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 53dd2d64e0..e2704b416e 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 2f2c2e0191..6db30d6daf 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 288cda0fde..22402076fc 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 9e08e4b516..dd8bd84186 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 a04765be58..4e44c30caf 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 27764dbe3e..a1827b9fec 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 46d354cf5f..c960ea9f34 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 af0f7cff6e..5a533a410b 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 b3fe5b76a7..94e5898868 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 8b58df151f..8cb230ca59 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 ad570c49cb..4c48439f88 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 f3ac3ee422..b94807f5da 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 5b87b4c88c..ad4dee5f40 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 147d73e1a1..33de16eecb 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 7453e4073d..43dbd9baa2 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 15a06fb81d..605c0ef754 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 26541dd44e..2f1dfaa6e8 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 553ed06622..0ab2095c6d 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 0589f212e0..1667ac6a77 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 e5bb07011c..a596b7a520 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 10942617a5..6a2a697e10 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 ead998ad9d..dff598dd49 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 5f724ca607..1e6dc14616 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 34c93122bc..c354004763 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 6e97089ca5..d5d4f47fe1 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 753393a037..9d1d36f905 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 892251b7e3..d7d1680b88 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 8d8f40540f..e11ec49c46 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 fe76be7a04..af84bc6f24 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 dfd424a56c..492a120998 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 2aad2004c8..7b07416c76 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 723336f048..523ace6f63 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 aa5697e350..e8f8369d82 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 ad51cf7ecc..d72a86c86f 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 b60b684578..83d1295f6b 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 196477f7ba..6548a38fc7 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 ce392283ce..ca9aaa01f4 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 9d2f92ca4b..e145ce3b94 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 45d24313ef..1608f50f63 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 421705a7da..b821eb1044 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 b4a457b7f2..fb3dd0a0a3 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 d4edfd1695..60e92a1ec4 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 a6a5519e96..1da831500d 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 929c72462c..f230ca28b1 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 12233b1090..0bd2da7c81 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 41afbc4147..6393a218b6 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 72958ca9de..46200fd221 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 2e96d4f3e5..765c10ad5a 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 0360179e16..e6c15440fd 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 521746f7a4..19c7bc22fe 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 8fe5862150..e7c2b05e67 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 3c6520c81d..23d0f22952 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 7689888dfc..0cceef9f0e 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 d6069f4457..0c20c4b12e 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 d882ae82a4..9e17b188be 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 339cefec8d..89b9151836 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 55fc83bbc4..426818d375 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 13b54be015..dab72ae523 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 f1d4a6b16f..fa748a0769 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 25dc8aca70..ee334efddb 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 0ae2e6e69d..2307c7fc80 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 0d59a3a778..249d697efd 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 ffe7600a28..0f020f452f 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 5cdfd7ebeb..77366d193c 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 7c29c95cb7..259bca42f9 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 1a0674df27..6af93804b2 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 5f5de99f84..c2039003fb 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 eaebbdc6e7..b6b4c0a1d8 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 4084b9d211..3505f73057 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 f0414ea8ec..3936f31724 100644 --- a/Projects/XPLAINBridge/asf.xml +++ b/Projects/XPLAINBridge/asf.xml @@ -1,6 +1,7 @@ +