From f2c241548010df18dcacf18979d80f40b31cd864 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sat, 12 Jan 2013 22:23:58 +0000 Subject: 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 7edecad0d..71f1cdcc2 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 ca196a6e2..dae49c74e 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 7fdb168f6..eb9560b59 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 3cd6f097a..2c50f4d35 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 1ed9a2606..aab03316d 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 33caeb0f6..4f462c569 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 53dd2d64e..e2704b416 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 2f2c2e019..6db30d6da 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 288cda0fd..22402076f 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 9e08e4b51..dd8bd8418 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 a04765be5..4e44c30ca 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 27764dbe3..a1827b9fe 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 46d354cf5..c960ea9f3 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 af0f7cff6..5a533a410 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 b3fe5b76a..94e589886 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 8b58df151..8cb230ca5 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 ad570c49c..4c48439f8 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 f3ac3ee42..b94807f5d 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 5b87b4c88..ad4dee5f4 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 147d73e1a..33de16eec 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 7453e4073..43dbd9baa 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 15a06fb81..605c0ef75 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 26541dd44..2f1dfaa6e 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 553ed0662..0ab2095c6 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 0589f212e..1667ac6a7 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 e5bb07011..a596b7a52 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 10942617a..6a2a697e1 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 ead998ad9..dff598dd4 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 5f724ca60..1e6dc1461 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 34c93122b..c35400476 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 6e97089ca..d5d4f47fe 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 753393a03..9d1d36f90 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 892251b7e..d7d1680b8 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 8d8f40540..e11ec49c4 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 fe76be7a0..af84bc6f2 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 dfd424a56..492a12099 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 2aad2004c..7b07416c7 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 723336f04..523ace6f6 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 aa5697e35..e8f8369d8 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 ad51cf7ec..d72a86c86 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 b60b68457..83d1295f6 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 196477f7b..6548a38fc 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 ce392283c..ca9aaa01f 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 9d2f92ca4..e145ce3b9 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 45d24313e..1608f50f6 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 421705a7d..b821eb104 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 b4a457b7f..fb3dd0a0a 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 d4edfd169..60e92a1ec 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 a6a5519e9..1da831500 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 929c72462..f230ca28b 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 12233b109..0bd2da7c8 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 41afbc414..6393a218b 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 72958ca9d..46200fd22 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 2e96d4f3e..765c10ad5 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 0360179e1..e6c15440f 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 521746f7a..19c7bc22f 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 8fe586215..e7c2b05e6 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 3c6520c81..23d0f2295 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 7689888df..0cceef9f0 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 d6069f445..0c20c4b12 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 d882ae82a..9e17b188b 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 339cefec8..89b915183 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 55fc83bbc..426818d37 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 13b54be01..dab72ae52 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 f1d4a6b16..fa748a076 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 25dc8aca7..ee334efdd 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 0ae2e6e69..2307c7fc8 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 0d59a3a77..249d697ef 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 ffe7600a2..0f020f452 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 5cdfd7ebe..77366d193 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 7c29c95cb..259bca42f 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 1a0674df2..6af93804b 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 5f5de99f8..c2039003f 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 eaebbdc6e..b6b4c0a1d 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 4084b9d21..3505f7305 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 f0414ea8e..3936f3172 100644 --- a/Projects/XPLAINBridge/asf.xml +++ b/Projects/XPLAINBridge/asf.xml @@ -1,6 +1,7 @@ + -- cgit v1.2.3