From cae97e1ac329aa46041093f3ac349d113b802fa9 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 11 Jan 2013 22:05:12 +0000 Subject: [PATCH] Add board definitions to the pseudo-board selector module in the Atmel Studio integration files. Make sure all projects require the base board module, so that it appears as a top level module in the project ASF explorer for easy board switching. --- Demos/Device/ClassDriver/AudioOutput/asf.xml | 1 + .../ClassDriver/DualVirtualSerial/asf.xml | 1 + Demos/Device/ClassDriver/Joystick/asf.xml | 1 + Demos/Device/ClassDriver/Keyboard/asf.xml | 1 + .../Device/ClassDriver/KeyboardMouse/asf.xml | 1 + Demos/Device/ClassDriver/MIDI/asf.xml | 1 + Demos/Device/ClassDriver/MassStorage/asf.xml | 1 + .../ClassDriver/MassStorageKeyboard/asf.xml | 1 + Demos/Device/ClassDriver/Mouse/asf.xml | 1 + .../Device/ClassDriver/VirtualSerial/asf.xml | 1 + .../VirtualSerialMassStorage/asf.xml | 1 + .../ClassDriver/VirtualSerialMouse/asf.xml | 1 + Demos/Device/LowLevel/AudioOutput/asf.xml | 1 + .../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 + LUFA/CodeTemplates/DeviceTemplate/asf.xml | 1 + LUFA/CodeTemplates/HostTemplate/asf.xml | 1 + .../VSIX/extension.vsixmanifest | 2 +- LUFA/StudioIntegration/lufa_common.xml | 3 +- LUFA/StudioIntegration/lufa_drivers_board.xml | 46 +- .../lufa_drivers_board_names.xml | 468 ++++++++++++++++++ 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/MediaController/asf.xml | 1 + Projects/MissileLauncher/asf.xml | 1 + Projects/RelayBoard/asf.xml | 1 + Projects/TempDataLogger/asf.xml | 1 + Projects/Webserver/asf.xml | 1 + Projects/XPLAINBridge/asf.xml | 1 + 40 files changed, 508 insertions(+), 47 deletions(-) create mode 100644 LUFA/StudioIntegration/lufa_drivers_board_names.xml diff --git a/Demos/Device/ClassDriver/AudioOutput/asf.xml b/Demos/Device/ClassDriver/AudioOutput/asf.xml index e6a7a12348..dd6501c046 100644 --- a/Demos/Device/ClassDriver/AudioOutput/asf.xml +++ b/Demos/Device/ClassDriver/AudioOutput/asf.xml @@ -31,6 +31,7 @@ + diff --git a/Demos/Device/ClassDriver/DualVirtualSerial/asf.xml b/Demos/Device/ClassDriver/DualVirtualSerial/asf.xml index 76f3d0a114..54759e008c 100644 --- a/Demos/Device/ClassDriver/DualVirtualSerial/asf.xml +++ b/Demos/Device/ClassDriver/DualVirtualSerial/asf.xml @@ -32,6 +32,7 @@ + diff --git a/Demos/Device/ClassDriver/Joystick/asf.xml b/Demos/Device/ClassDriver/Joystick/asf.xml index 0d7bc1969b..b6734ec508 100644 --- a/Demos/Device/ClassDriver/Joystick/asf.xml +++ b/Demos/Device/ClassDriver/Joystick/asf.xml @@ -30,6 +30,7 @@ + diff --git a/Demos/Device/ClassDriver/Keyboard/asf.xml b/Demos/Device/ClassDriver/Keyboard/asf.xml index 759149c02a..6ae3fd85fe 100644 --- a/Demos/Device/ClassDriver/Keyboard/asf.xml +++ b/Demos/Device/ClassDriver/Keyboard/asf.xml @@ -30,6 +30,7 @@ + diff --git a/Demos/Device/ClassDriver/KeyboardMouse/asf.xml b/Demos/Device/ClassDriver/KeyboardMouse/asf.xml index 3f882bdc47..c9ab84d471 100644 --- a/Demos/Device/ClassDriver/KeyboardMouse/asf.xml +++ b/Demos/Device/ClassDriver/KeyboardMouse/asf.xml @@ -30,6 +30,7 @@ + diff --git a/Demos/Device/ClassDriver/MIDI/asf.xml b/Demos/Device/ClassDriver/MIDI/asf.xml index 632c5822d0..2f445eca87 100644 --- a/Demos/Device/ClassDriver/MIDI/asf.xml +++ b/Demos/Device/ClassDriver/MIDI/asf.xml @@ -30,6 +30,7 @@ + diff --git a/Demos/Device/ClassDriver/MassStorage/asf.xml b/Demos/Device/ClassDriver/MassStorage/asf.xml index bffe6f4386..29c854acc1 100644 --- a/Demos/Device/ClassDriver/MassStorage/asf.xml +++ b/Demos/Device/ClassDriver/MassStorage/asf.xml @@ -35,6 +35,7 @@ + diff --git a/Demos/Device/ClassDriver/MassStorageKeyboard/asf.xml b/Demos/Device/ClassDriver/MassStorageKeyboard/asf.xml index d9dc67bb86..9ef0f70c1b 100644 --- a/Demos/Device/ClassDriver/MassStorageKeyboard/asf.xml +++ b/Demos/Device/ClassDriver/MassStorageKeyboard/asf.xml @@ -35,6 +35,7 @@ + diff --git a/Demos/Device/ClassDriver/Mouse/asf.xml b/Demos/Device/ClassDriver/Mouse/asf.xml index a0066643dd..bd05ee5ca4 100644 --- a/Demos/Device/ClassDriver/Mouse/asf.xml +++ b/Demos/Device/ClassDriver/Mouse/asf.xml @@ -30,6 +30,7 @@ + diff --git a/Demos/Device/ClassDriver/VirtualSerial/asf.xml b/Demos/Device/ClassDriver/VirtualSerial/asf.xml index 0212db1672..9e02d9572c 100644 --- a/Demos/Device/ClassDriver/VirtualSerial/asf.xml +++ b/Demos/Device/ClassDriver/VirtualSerial/asf.xml @@ -32,6 +32,7 @@ + diff --git a/Demos/Device/ClassDriver/VirtualSerialMassStorage/asf.xml b/Demos/Device/ClassDriver/VirtualSerialMassStorage/asf.xml index 3d621e49af..b6a82d2dc5 100644 --- a/Demos/Device/ClassDriver/VirtualSerialMassStorage/asf.xml +++ b/Demos/Device/ClassDriver/VirtualSerialMassStorage/asf.xml @@ -37,6 +37,7 @@ + diff --git a/Demos/Device/ClassDriver/VirtualSerialMouse/asf.xml b/Demos/Device/ClassDriver/VirtualSerialMouse/asf.xml index 5af8c02e61..3010145cd1 100644 --- a/Demos/Device/ClassDriver/VirtualSerialMouse/asf.xml +++ b/Demos/Device/ClassDriver/VirtualSerialMouse/asf.xml @@ -33,6 +33,7 @@ + diff --git a/Demos/Device/LowLevel/AudioOutput/asf.xml b/Demos/Device/LowLevel/AudioOutput/asf.xml index 50c26ad442..98954dd67f 100644 --- a/Demos/Device/LowLevel/AudioOutput/asf.xml +++ b/Demos/Device/LowLevel/AudioOutput/asf.xml @@ -31,6 +31,7 @@ + diff --git a/Demos/Device/LowLevel/DualVirtualSerial/asf.xml b/Demos/Device/LowLevel/DualVirtualSerial/asf.xml index b848280e90..95a03e7328 100644 --- a/Demos/Device/LowLevel/DualVirtualSerial/asf.xml +++ b/Demos/Device/LowLevel/DualVirtualSerial/asf.xml @@ -32,6 +32,7 @@ + diff --git a/Demos/Device/LowLevel/GenericHID/asf.xml b/Demos/Device/LowLevel/GenericHID/asf.xml index 9470d44cfa..ffdf3a0a38 100644 --- a/Demos/Device/LowLevel/GenericHID/asf.xml +++ b/Demos/Device/LowLevel/GenericHID/asf.xml @@ -31,6 +31,7 @@ + diff --git a/Demos/Device/LowLevel/Joystick/asf.xml b/Demos/Device/LowLevel/Joystick/asf.xml index f695dd98c9..290248924d 100644 --- a/Demos/Device/LowLevel/Joystick/asf.xml +++ b/Demos/Device/LowLevel/Joystick/asf.xml @@ -30,6 +30,7 @@ + diff --git a/Demos/Device/LowLevel/Keyboard/asf.xml b/Demos/Device/LowLevel/Keyboard/asf.xml index 3b89b868bd..1d106f518a 100644 --- a/Demos/Device/LowLevel/Keyboard/asf.xml +++ b/Demos/Device/LowLevel/Keyboard/asf.xml @@ -30,6 +30,7 @@ + diff --git a/Demos/Device/LowLevel/KeyboardMouse/asf.xml b/Demos/Device/LowLevel/KeyboardMouse/asf.xml index 4ff2fb8bf9..f3402582cc 100644 --- a/Demos/Device/LowLevel/KeyboardMouse/asf.xml +++ b/Demos/Device/LowLevel/KeyboardMouse/asf.xml @@ -30,6 +30,7 @@ + diff --git a/Demos/Device/LowLevel/MIDI/asf.xml b/Demos/Device/LowLevel/MIDI/asf.xml index e70fd4eeb0..09c098541f 100644 --- a/Demos/Device/LowLevel/MIDI/asf.xml +++ b/Demos/Device/LowLevel/MIDI/asf.xml @@ -30,6 +30,7 @@ + diff --git a/Demos/Device/LowLevel/MassStorage/asf.xml b/Demos/Device/LowLevel/MassStorage/asf.xml index 689d00a99d..8127b19d89 100644 --- a/Demos/Device/LowLevel/MassStorage/asf.xml +++ b/Demos/Device/LowLevel/MassStorage/asf.xml @@ -35,6 +35,7 @@ + diff --git a/Demos/Device/LowLevel/Mouse/asf.xml b/Demos/Device/LowLevel/Mouse/asf.xml index 65f27f9e25..ee73584789 100644 --- a/Demos/Device/LowLevel/Mouse/asf.xml +++ b/Demos/Device/LowLevel/Mouse/asf.xml @@ -30,6 +30,7 @@ + diff --git a/Demos/Device/LowLevel/RNDISEthernet/asf.xml b/Demos/Device/LowLevel/RNDISEthernet/asf.xml index c14fe00d3d..0abb836203 100644 --- a/Demos/Device/LowLevel/RNDISEthernet/asf.xml +++ b/Demos/Device/LowLevel/RNDISEthernet/asf.xml @@ -50,6 +50,7 @@ + diff --git a/Demos/Device/LowLevel/VirtualSerial/asf.xml b/Demos/Device/LowLevel/VirtualSerial/asf.xml index 122716ef8c..41cc55a9f1 100644 --- a/Demos/Device/LowLevel/VirtualSerial/asf.xml +++ b/Demos/Device/LowLevel/VirtualSerial/asf.xml @@ -32,6 +32,7 @@ + diff --git a/LUFA/CodeTemplates/DeviceTemplate/asf.xml b/LUFA/CodeTemplates/DeviceTemplate/asf.xml index 3c7dd58142..4f9efdd2b3 100644 --- a/LUFA/CodeTemplates/DeviceTemplate/asf.xml +++ b/LUFA/CodeTemplates/DeviceTemplate/asf.xml @@ -30,5 +30,6 @@ + diff --git a/LUFA/CodeTemplates/HostTemplate/asf.xml b/LUFA/CodeTemplates/HostTemplate/asf.xml index 867160a484..fad12718b5 100644 --- a/LUFA/CodeTemplates/HostTemplate/asf.xml +++ b/LUFA/CodeTemplates/HostTemplate/asf.xml @@ -28,5 +28,6 @@ + diff --git a/LUFA/StudioIntegration/VSIX/extension.vsixmanifest b/LUFA/StudioIntegration/VSIX/extension.vsixmanifest index 6be9f6a66b..3054ab1234 100644 --- a/LUFA/StudioIntegration/VSIX/extension.vsixmanifest +++ b/LUFA/StudioIntegration/VSIX/extension.vsixmanifest @@ -19,7 +19,7 @@ 1033 - true + false diff --git a/LUFA/StudioIntegration/lufa_common.xml b/LUFA/StudioIntegration/lufa_common.xml index fce4347602..d882ae82a4 100644 --- a/LUFA/StudioIntegration/lufa_common.xml +++ b/LUFA/StudioIntegration/lufa_common.xml @@ -31,11 +31,10 @@ - - \ No newline at end of file + diff --git a/LUFA/StudioIntegration/lufa_drivers_board.xml b/LUFA/StudioIntegration/lufa_drivers_board.xml index 8bac108ed6..339cefec8d 100644 --- a/LUFA/StudioIntegration/lufa_drivers_board.xml +++ b/LUFA/StudioIntegration/lufa_drivers_board.xml @@ -70,53 +70,11 @@ + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + diff --git a/LUFA/StudioIntegration/lufa_drivers_board_names.xml b/LUFA/StudioIntegration/lufa_drivers_board_names.xml new file mode 100644 index 0000000000..13d9439e11 --- /dev/null +++ b/LUFA/StudioIntegration/lufa_drivers_board_names.xml @@ -0,0 +1,468 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Projects/AVRISP-MKII/asf.xml b/Projects/AVRISP-MKII/asf.xml index e55f718180..773ec8b1bc 100644 --- a/Projects/AVRISP-MKII/asf.xml +++ b/Projects/AVRISP-MKII/asf.xml @@ -89,6 +89,7 @@ + diff --git a/Projects/Benito/asf.xml b/Projects/Benito/asf.xml index e5ddea4407..c639a51c70 100644 --- a/Projects/Benito/asf.xml +++ b/Projects/Benito/asf.xml @@ -35,6 +35,7 @@ + diff --git a/Projects/HIDReportViewer/asf.xml b/Projects/HIDReportViewer/asf.xml index b6c8cb29c7..fde91863bf 100644 --- a/Projects/HIDReportViewer/asf.xml +++ b/Projects/HIDReportViewer/asf.xml @@ -30,6 +30,7 @@ + diff --git a/Projects/LEDNotifier/asf.xml b/Projects/LEDNotifier/asf.xml index bc2f438c62..58451d49df 100644 --- a/Projects/LEDNotifier/asf.xml +++ b/Projects/LEDNotifier/asf.xml @@ -32,6 +32,7 @@ + diff --git a/Projects/MIDIToneGenerator/asf.xml b/Projects/MIDIToneGenerator/asf.xml index dc8a602fbd..7d243471e9 100644 --- a/Projects/MIDIToneGenerator/asf.xml +++ b/Projects/MIDIToneGenerator/asf.xml @@ -31,6 +31,7 @@ + diff --git a/Projects/MediaController/asf.xml b/Projects/MediaController/asf.xml index 45989f973d..da901731c4 100644 --- a/Projects/MediaController/asf.xml +++ b/Projects/MediaController/asf.xml @@ -30,6 +30,7 @@ + diff --git a/Projects/MissileLauncher/asf.xml b/Projects/MissileLauncher/asf.xml index 88527e5199..38732c1822 100644 --- a/Projects/MissileLauncher/asf.xml +++ b/Projects/MissileLauncher/asf.xml @@ -30,6 +30,7 @@ + diff --git a/Projects/RelayBoard/asf.xml b/Projects/RelayBoard/asf.xml index 7b9ae42008..ed35f61fa5 100644 --- a/Projects/RelayBoard/asf.xml +++ b/Projects/RelayBoard/asf.xml @@ -30,6 +30,7 @@ + diff --git a/Projects/TempDataLogger/asf.xml b/Projects/TempDataLogger/asf.xml index 8db5591872..90432e4c0b 100644 --- a/Projects/TempDataLogger/asf.xml +++ b/Projects/TempDataLogger/asf.xml @@ -49,6 +49,7 @@ + diff --git a/Projects/Webserver/asf.xml b/Projects/Webserver/asf.xml index 121a9a3328..88213091c2 100644 --- a/Projects/Webserver/asf.xml +++ b/Projects/Webserver/asf.xml @@ -75,6 +75,7 @@ + diff --git a/Projects/XPLAINBridge/asf.xml b/Projects/XPLAINBridge/asf.xml index 6a4795def2..f7a6b4b117 100644 --- a/Projects/XPLAINBridge/asf.xml +++ b/Projects/XPLAINBridge/asf.xml @@ -39,6 +39,7 @@ +