diff --git a/Bootloaders/CDC/asf.xml b/Bootloaders/CDC/asf.xml index 95976dc2aa..6f0fa643c5 100644 --- a/Bootloaders/CDC/asf.xml +++ b/Bootloaders/CDC/asf.xml @@ -124,15 +124,17 @@ CDC Class Bootloader, capable of reprogramming a device using avrdude or other AVR109 protocol compliant software when plugged into a host. </info> - <device-support-alias value="lufa_avr8"/> - <device-support-alias value="lufa_xmega"/> - <device-support-alias value="lufa_uc3"/> + <info type="gui-flag" value="move-to-root"/> <info type="keyword" value="Technology"> <keyword value="Bootloaders"/> <keyword value="USB Device"/> </info> + <device-support-alias value="lufa_avr8"/> + <device-support-alias value="lufa_xmega"/> + <device-support-alias value="lufa_uc3"/> + <build type="include-path" value="."/> <build type="c-source" value="BootloaderCDC.c"/> <build type="header-file" value="BootloaderCDC.h"/> diff --git a/Bootloaders/DFU/asf.xml b/Bootloaders/DFU/asf.xml index 4f3c71e74c..746dca72f5 100644 --- a/Bootloaders/DFU/asf.xml +++ b/Bootloaders/DFU/asf.xml @@ -120,15 +120,17 @@ DFU Class Bootloader, capable of reprogramming a device using the Atmel FLIP or other AVR DFU programming software when plugged into a host. </info> - <device-support-alias value="lufa_avr8"/> - <device-support-alias value="lufa_xmega"/> - <device-support-alias value="lufa_uc3"/> + <info type="gui-flag" value="move-to-root"/> <info type="keyword" value="Technology"> <keyword value="Bootloaders"/> <keyword value="USB Device"/> </info> + <device-support-alias value="lufa_avr8"/> + <device-support-alias value="lufa_xmega"/> + <device-support-alias value="lufa_uc3"/> + <build type="include-path" value="."/> <build type="c-source" value="BootloaderDFU.c"/> <build type="header-file" value="BootloaderDFU.h"/> diff --git a/Bootloaders/HID/asf.xml b/Bootloaders/HID/asf.xml index 5a86e7003c..793b3e55d3 100644 --- a/Bootloaders/HID/asf.xml +++ b/Bootloaders/HID/asf.xml @@ -89,15 +89,17 @@ HID Class Bootloader, capable of reprogramming a device via a custom cross-platform command line utility when plugged into a host. </info> - <device-support-alias value="lufa_avr8"/> - <device-support-alias value="lufa_xmega"/> - <device-support-alias value="lufa_uc3"/> + <info type="gui-flag" value="move-to-root"/> <info type="keyword" value="Technology"> <keyword value="Bootloaders"/> <keyword value="USB Device"/> </info> + <device-support-alias value="lufa_avr8"/> + <device-support-alias value="lufa_xmega"/> + <device-support-alias value="lufa_uc3"/> + <build type="include-path" value="."/> <build type="c-source" value="BootloaderHID.c"/> <build type="header-file" value="BootloaderHID.h"/> diff --git a/Bootloaders/MassStorage/asf.xml b/Bootloaders/MassStorage/asf.xml index cbaf9f06d8..07a6f80078 100644 --- a/Bootloaders/MassStorage/asf.xml +++ b/Bootloaders/MassStorage/asf.xml @@ -114,15 +114,17 @@ Mass Storage Class Bootloader, capable of reprogramming a device via binary BIN files copied to the virtual FAT12 file-system it creates when plugged into a host. </info> - <device-support-alias value="lufa_avr8"/> - <device-support-alias value="lufa_xmega"/> - <device-support-alias value="lufa_uc3"/> + <info type="gui-flag" value="move-to-root"/> <info type="keyword" value="Technology"> <keyword value="Bootloaders"/> <keyword value="USB Device"/> </info> + <device-support-alias value="lufa_avr8"/> + <device-support-alias value="lufa_xmega"/> + <device-support-alias value="lufa_uc3"/> + <build type="include-path" value="."/> <build type="c-source" value="BootloaderMassStorage.c"/> <build type="header-file" value="BootloaderMassStorage.h"/> diff --git a/Bootloaders/Printer/asf.xml b/Bootloaders/Printer/asf.xml index f2f5de0986..5773bf6ea2 100644 --- a/Bootloaders/Printer/asf.xml +++ b/Bootloaders/Printer/asf.xml @@ -124,15 +124,17 @@ Printer Class Bootloader, capable of reprogramming a device by "printing" new HEX files to the virtual Plain-Text printer it creates when plugged into a host. </info> - <device-support-alias value="lufa_avr8"/> - <device-support-alias value="lufa_xmega"/> - <device-support-alias value="lufa_uc3"/> + <info type="gui-flag" value="move-to-root"/> <info type="keyword" value="Technology"> <keyword value="Bootloaders"/> <keyword value="USB Device"/> </info> + <device-support-alias value="lufa_avr8"/> + <device-support-alias value="lufa_xmega"/> + <device-support-alias value="lufa_uc3"/> + <build type="include-path" value="."/> <build type="c-source" value="BootloaderPrinter.c"/> <build type="header-file" value="BootloaderPrinter.h"/> diff --git a/Demos/Device/ClassDriver/AudioInput/asf.xml b/Demos/Device/ClassDriver/AudioInput/asf.xml index 3320ea7969..b61714e9f9 100644 --- a/Demos/Device/ClassDriver/AudioInput/asf.xml +++ b/Demos/Device/ClassDriver/AudioInput/asf.xml @@ -16,6 +16,8 @@ Audio 1.0 Input device demo, implementing a basic USB microphone. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Device"/> diff --git a/Demos/Device/ClassDriver/AudioOutput/asf.xml b/Demos/Device/ClassDriver/AudioOutput/asf.xml index 0b00bb324e..dacdbd5c6a 100644 --- a/Demos/Device/ClassDriver/AudioOutput/asf.xml +++ b/Demos/Device/ClassDriver/AudioOutput/asf.xml @@ -16,6 +16,8 @@ Audio 1.0 Output device demo, implementing a basic USB speaker. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Device"/> diff --git a/Demos/Device/ClassDriver/DualVirtualSerial/asf.xml b/Demos/Device/ClassDriver/DualVirtualSerial/asf.xml index eb06e8ad02..11a23eb214 100644 --- a/Demos/Device/ClassDriver/DualVirtualSerial/asf.xml +++ b/Demos/Device/ClassDriver/DualVirtualSerial/asf.xml @@ -16,6 +16,8 @@ Dual Virtual Serial (CDC) demo, implementing a pair of virtual serial port interfaces. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Device"/> diff --git a/Demos/Device/ClassDriver/GenericHID/asf.xml b/Demos/Device/ClassDriver/GenericHID/asf.xml index 9996d7bc7e..2b1ee5f8ac 100644 --- a/Demos/Device/ClassDriver/GenericHID/asf.xml +++ b/Demos/Device/ClassDriver/GenericHID/asf.xml @@ -16,6 +16,8 @@ Generic HID device demo, implementing a device whose LEDs can be controlled via HID messages from the host. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Device"/> diff --git a/Demos/Device/ClassDriver/Joystick/asf.xml b/Demos/Device/ClassDriver/Joystick/asf.xml index ccb653e038..2cae1e5be1 100644 --- a/Demos/Device/ClassDriver/Joystick/asf.xml +++ b/Demos/Device/ClassDriver/Joystick/asf.xml @@ -16,6 +16,8 @@ Joystick HID device demo, implementing a basic USB joystick that can send movement information to the host. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Device"/> diff --git a/Demos/Device/ClassDriver/Keyboard/asf.xml b/Demos/Device/ClassDriver/Keyboard/asf.xml index 8010c30983..f2989105b3 100644 --- a/Demos/Device/ClassDriver/Keyboard/asf.xml +++ b/Demos/Device/ClassDriver/Keyboard/asf.xml @@ -16,6 +16,8 @@ Keyboard HID device demo, implementing a basic USB keyboard that can send key press information to the host. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Device"/> diff --git a/Demos/Device/ClassDriver/KeyboardMouse/asf.xml b/Demos/Device/ClassDriver/KeyboardMouse/asf.xml index 92ddb871a7..a530eed6d4 100644 --- a/Demos/Device/ClassDriver/KeyboardMouse/asf.xml +++ b/Demos/Device/ClassDriver/KeyboardMouse/asf.xml @@ -16,6 +16,8 @@ Keyboard and Mouse HID device demo, implementing a basic USB keyboard and mouse using a pair of HID interfaces. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Device"/> diff --git a/Demos/Device/ClassDriver/KeyboardMouseMultiReport/asf.xml b/Demos/Device/ClassDriver/KeyboardMouseMultiReport/asf.xml index cf11fe737d..7c6d76dfd5 100644 --- a/Demos/Device/ClassDriver/KeyboardMouseMultiReport/asf.xml +++ b/Demos/Device/ClassDriver/KeyboardMouseMultiReport/asf.xml @@ -16,6 +16,8 @@ Keyboard and Mouse HID device demo, implementing a basic USB keyboard and mouse using a single HID interface and multiple logical reports. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Device"/> diff --git a/Demos/Device/ClassDriver/MIDI/asf.xml b/Demos/Device/ClassDriver/MIDI/asf.xml index 4d2600c9f1..6212b482a8 100644 --- a/Demos/Device/ClassDriver/MIDI/asf.xml +++ b/Demos/Device/ClassDriver/MIDI/asf.xml @@ -16,6 +16,8 @@ MIDI device demo, implementing a basic USB MIDI device that can send messages to the host. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Device"/> diff --git a/Demos/Device/ClassDriver/MassStorage/asf.xml b/Demos/Device/ClassDriver/MassStorage/asf.xml index 7c93d23a73..4d10f3cd7b 100644 --- a/Demos/Device/ClassDriver/MassStorage/asf.xml +++ b/Demos/Device/ClassDriver/MassStorage/asf.xml @@ -16,6 +16,8 @@ Mass Storage device demo, implementing a basic USB storage disk using a Dataflash memory IC. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Device"/> diff --git a/Demos/Device/ClassDriver/MassStorageKeyboard/asf.xml b/Demos/Device/ClassDriver/MassStorageKeyboard/asf.xml index f974341902..3b53aec2f9 100644 --- a/Demos/Device/ClassDriver/MassStorageKeyboard/asf.xml +++ b/Demos/Device/ClassDriver/MassStorageKeyboard/asf.xml @@ -16,6 +16,8 @@ Mass Storage and Keyboard device demo, implementing a basic USB storage disk using a Dataflash memory IC, and a basic HID keyboard. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Low Level APIs"/> <keyword value="USB Device"/> diff --git a/Demos/Device/ClassDriver/Mouse/asf.xml b/Demos/Device/ClassDriver/Mouse/asf.xml index ea43b22f6e..f501963c4f 100644 --- a/Demos/Device/ClassDriver/Mouse/asf.xml +++ b/Demos/Device/ClassDriver/Mouse/asf.xml @@ -16,6 +16,8 @@ Mouse device demo, implementing a basic USB mouse device that can send movement information to the host. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Device"/> diff --git a/Demos/Device/ClassDriver/RNDISEthernet/asf.xml b/Demos/Device/ClassDriver/RNDISEthernet/asf.xml index 1c3dfe97f3..9aef2735e0 100644 --- a/Demos/Device/ClassDriver/RNDISEthernet/asf.xml +++ b/Demos/Device/ClassDriver/RNDISEthernet/asf.xml @@ -16,6 +16,8 @@ Microsoft RNDIS Ethernet networking device demo, implementing a basic HTTP webserver. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Device"/> diff --git a/Demos/Device/ClassDriver/VirtualSerial/asf.xml b/Demos/Device/ClassDriver/VirtualSerial/asf.xml index 87d6520585..310321e69c 100644 --- a/Demos/Device/ClassDriver/VirtualSerial/asf.xml +++ b/Demos/Device/ClassDriver/VirtualSerial/asf.xml @@ -16,6 +16,8 @@ Virtual Serial device demo, implementing a virtual serial channel between the host PC and the device. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Device"/> diff --git a/Demos/Device/ClassDriver/VirtualSerialMassStorage/asf.xml b/Demos/Device/ClassDriver/VirtualSerialMassStorage/asf.xml index 3aec58ded8..beae956276 100644 --- a/Demos/Device/ClassDriver/VirtualSerialMassStorage/asf.xml +++ b/Demos/Device/ClassDriver/VirtualSerialMassStorage/asf.xml @@ -16,6 +16,8 @@ Virtual Serial and Mass Storage device demo, implementing a virtual serial channel between the host PC and the device, and a basic USB storage disk using a Dataflash memory IC. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Device"/> diff --git a/Demos/Device/ClassDriver/VirtualSerialMouse/asf.xml b/Demos/Device/ClassDriver/VirtualSerialMouse/asf.xml index 07e21a5354..61bb17fabe 100644 --- a/Demos/Device/ClassDriver/VirtualSerialMouse/asf.xml +++ b/Demos/Device/ClassDriver/VirtualSerialMouse/asf.xml @@ -16,6 +16,8 @@ Virtual Serial and Mouse device demo, implementing a virtual serial channel between the host PC and the device, and a USB mouse. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Device"/> diff --git a/Demos/Device/LowLevel/AudioInput/asf.xml b/Demos/Device/LowLevel/AudioInput/asf.xml index f95f448a86..767b3fd4a8 100644 --- a/Demos/Device/LowLevel/AudioInput/asf.xml +++ b/Demos/Device/LowLevel/AudioInput/asf.xml @@ -16,6 +16,8 @@ Audio 1.0 Input device demo, implementing a basic USB microphone. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Low Level APIs"/> <keyword value="USB Device"/> diff --git a/Demos/Device/LowLevel/AudioOutput/asf.xml b/Demos/Device/LowLevel/AudioOutput/asf.xml index 07ffa3624a..458a8b9748 100644 --- a/Demos/Device/LowLevel/AudioOutput/asf.xml +++ b/Demos/Device/LowLevel/AudioOutput/asf.xml @@ -16,6 +16,8 @@ Audio 1.0 Output device demo, implementing a basic USB speaker. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Low Level APIs"/> <keyword value="USB Device"/> diff --git a/Demos/Device/LowLevel/DualVirtualSerial/asf.xml b/Demos/Device/LowLevel/DualVirtualSerial/asf.xml index b04ce5913b..d3045683b3 100644 --- a/Demos/Device/LowLevel/DualVirtualSerial/asf.xml +++ b/Demos/Device/LowLevel/DualVirtualSerial/asf.xml @@ -16,6 +16,8 @@ Dual Virtual Serial (CDC) demo, implementing a pair of virtual serial port interfaces. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Low Level APIs"/> <keyword value="USB Device"/> diff --git a/Demos/Device/LowLevel/GenericHID/asf.xml b/Demos/Device/LowLevel/GenericHID/asf.xml index c303c6b324..27e09ca17d 100644 --- a/Demos/Device/LowLevel/GenericHID/asf.xml +++ b/Demos/Device/LowLevel/GenericHID/asf.xml @@ -16,6 +16,8 @@ Generic HID device demo, implementing a device whose LEDs can be controlled via HID messages from the host. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Low Level APIs"/> <keyword value="USB Device"/> diff --git a/Demos/Device/LowLevel/Joystick/asf.xml b/Demos/Device/LowLevel/Joystick/asf.xml index 101dc05bac..05cc1576b4 100644 --- a/Demos/Device/LowLevel/Joystick/asf.xml +++ b/Demos/Device/LowLevel/Joystick/asf.xml @@ -16,6 +16,8 @@ Joystick HID device demo, implementing a basic USB joystick that can send movement information to the host. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Low Level APIs"/> <keyword value="USB Device"/> diff --git a/Demos/Device/LowLevel/Keyboard/asf.xml b/Demos/Device/LowLevel/Keyboard/asf.xml index 9da57ae779..bae98489e2 100644 --- a/Demos/Device/LowLevel/Keyboard/asf.xml +++ b/Demos/Device/LowLevel/Keyboard/asf.xml @@ -16,6 +16,8 @@ Keyboard HID device demo, implementing a basic USB keyboard that can send key press information to the host. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Low Level APIs"/> <keyword value="USB Device"/> diff --git a/Demos/Device/LowLevel/KeyboardMouse/asf.xml b/Demos/Device/LowLevel/KeyboardMouse/asf.xml index ebf8055d65..247eeea7f4 100644 --- a/Demos/Device/LowLevel/KeyboardMouse/asf.xml +++ b/Demos/Device/LowLevel/KeyboardMouse/asf.xml @@ -16,6 +16,8 @@ Keyboard and Mouse HID device demo, implementing a basic USB keyboard and mouse using a pair of HID interfaces. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Low Level APIs"/> <keyword value="USB Device"/> diff --git a/Demos/Device/LowLevel/MIDI/asf.xml b/Demos/Device/LowLevel/MIDI/asf.xml index 92ea6f05bb..652d51acd4 100644 --- a/Demos/Device/LowLevel/MIDI/asf.xml +++ b/Demos/Device/LowLevel/MIDI/asf.xml @@ -16,6 +16,8 @@ MIDI device demo, implementing a basic USB MIDI device that can send messages to the host. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Low Level APIs"/> <keyword value="USB Device"/> diff --git a/Demos/Device/LowLevel/MassStorage/asf.xml b/Demos/Device/LowLevel/MassStorage/asf.xml index ffe07fbcff..a859733f58 100644 --- a/Demos/Device/LowLevel/MassStorage/asf.xml +++ b/Demos/Device/LowLevel/MassStorage/asf.xml @@ -16,6 +16,8 @@ Mass Storage device demo, implementing a basic USB storage disk using a Dataflash memory IC. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Low Level APIs"/> <keyword value="USB Device"/> diff --git a/Demos/Device/LowLevel/Mouse/asf.xml b/Demos/Device/LowLevel/Mouse/asf.xml index 660f878af2..ed0c537c8b 100644 --- a/Demos/Device/LowLevel/Mouse/asf.xml +++ b/Demos/Device/LowLevel/Mouse/asf.xml @@ -16,6 +16,8 @@ Mouse device demo, implementing a basic USB mouse device that can send movement information to the host. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Low Level APIs"/> <keyword value="USB Device"/> diff --git a/Demos/Device/LowLevel/RNDISEthernet/asf.xml b/Demos/Device/LowLevel/RNDISEthernet/asf.xml index 292690f106..59c373a0e2 100644 --- a/Demos/Device/LowLevel/RNDISEthernet/asf.xml +++ b/Demos/Device/LowLevel/RNDISEthernet/asf.xml @@ -16,6 +16,8 @@ Microsoft RNDIS Ethernet networking device demo, implementing a basic HTTP webserver. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Low Level APIs"/> <keyword value="USB Device"/> diff --git a/Demos/Device/LowLevel/VirtualSerial/asf.xml b/Demos/Device/LowLevel/VirtualSerial/asf.xml index 0525dc5be1..bb2c0fcc83 100644 --- a/Demos/Device/LowLevel/VirtualSerial/asf.xml +++ b/Demos/Device/LowLevel/VirtualSerial/asf.xml @@ -16,6 +16,8 @@ Virtual Serial device demo, implementing a virtual serial channel between the host PC and the device. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Low Level APIs"/> <keyword value="USB Device"/> diff --git a/Demos/DualRole/ClassDriver/MouseHostDevice/asf.xml b/Demos/DualRole/ClassDriver/MouseHostDevice/asf.xml index 10d397f606..d2b4214bdf 100644 --- a/Demos/DualRole/ClassDriver/MouseHostDevice/asf.xml +++ b/Demos/DualRole/ClassDriver/MouseHostDevice/asf.xml @@ -16,6 +16,8 @@ Mouse host and device dual role demo, implementing a basic mouse device and host. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Dual Role"/> diff --git a/Demos/Host/ClassDriver/AndroidAccessoryHost/asf.xml b/Demos/Host/ClassDriver/AndroidAccessoryHost/asf.xml index a4332efb29..19c6348c24 100644 --- a/Demos/Host/ClassDriver/AndroidAccessoryHost/asf.xml +++ b/Demos/Host/ClassDriver/AndroidAccessoryHost/asf.xml @@ -16,6 +16,8 @@ Android Accessory Host demo, implementing a basic USB device whose LEDs can be controlled via an Android device. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Host"/> diff --git a/Demos/Host/ClassDriver/AudioInputHost/asf.xml b/Demos/Host/ClassDriver/AudioInputHost/asf.xml index b127a6355a..5c28af91c7 100644 --- a/Demos/Host/ClassDriver/AudioInputHost/asf.xml +++ b/Demos/Host/ClassDriver/AudioInputHost/asf.xml @@ -16,6 +16,8 @@ Audio Input Host demo, implementing a basic USB audio sink that can output incoming audio data to a speaker. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Host"/> diff --git a/Demos/Host/ClassDriver/AudioOutputHost/asf.xml b/Demos/Host/ClassDriver/AudioOutputHost/asf.xml index 45aaa7de6d..19f915c01f 100644 --- a/Demos/Host/ClassDriver/AudioOutputHost/asf.xml +++ b/Demos/Host/ClassDriver/AudioOutputHost/asf.xml @@ -16,6 +16,8 @@ Audio Output Host demo, implementing a basic USB audio source that can output audio data to an attached device. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Host"/> diff --git a/Demos/Host/ClassDriver/JoystickHostWithParser/asf.xml b/Demos/Host/ClassDriver/JoystickHostWithParser/asf.xml index 7cd2e5762d..29eb917645 100644 --- a/Demos/Host/ClassDriver/JoystickHostWithParser/asf.xml +++ b/Demos/Host/ClassDriver/JoystickHostWithParser/asf.xml @@ -16,6 +16,8 @@ Joystick HID Host demo with HID parser, implementing a basic USB joystick host that can display movement data on the board LEDs. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Host"/> diff --git a/Demos/Host/ClassDriver/KeyboardHost/asf.xml b/Demos/Host/ClassDriver/KeyboardHost/asf.xml index f9633f0a51..76762067fc 100644 --- a/Demos/Host/ClassDriver/KeyboardHost/asf.xml +++ b/Demos/Host/ClassDriver/KeyboardHost/asf.xml @@ -16,6 +16,8 @@ Keyboard HID Host demo, implementing a basic USB keyboard host that can display key press data on the board LEDs. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Host"/> diff --git a/Demos/Host/ClassDriver/KeyboardHostWithParser/asf.xml b/Demos/Host/ClassDriver/KeyboardHostWithParser/asf.xml index 67411594c4..c7352f641e 100644 --- a/Demos/Host/ClassDriver/KeyboardHostWithParser/asf.xml +++ b/Demos/Host/ClassDriver/KeyboardHostWithParser/asf.xml @@ -16,6 +16,8 @@ Keyboard HID Host demo with HID parser, implementing a basic USB keyboard host that can display key press data on the board LEDs. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Host"/> diff --git a/Demos/Host/ClassDriver/MIDIHost/asf.xml b/Demos/Host/ClassDriver/MIDIHost/asf.xml index 5129fa4343..3ae82cbf8b 100644 --- a/Demos/Host/ClassDriver/MIDIHost/asf.xml +++ b/Demos/Host/ClassDriver/MIDIHost/asf.xml @@ -16,6 +16,8 @@ MIDI Host demo, capable of sending and receiving MIDI messages to and from an attached device. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Host"/> diff --git a/Demos/Host/ClassDriver/MassStorageHost/asf.xml b/Demos/Host/ClassDriver/MassStorageHost/asf.xml index 2d57c745b7..7eb2a6b549 100644 --- a/Demos/Host/ClassDriver/MassStorageHost/asf.xml +++ b/Demos/Host/ClassDriver/MassStorageHost/asf.xml @@ -16,6 +16,8 @@ Mass Storage Host demo, capable of reading and writing raw 512 byte segments to the device's serial port. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Host"/> diff --git a/Demos/Host/ClassDriver/MouseHost/asf.xml b/Demos/Host/ClassDriver/MouseHost/asf.xml index fb7d261418..1bc0a31040 100644 --- a/Demos/Host/ClassDriver/MouseHost/asf.xml +++ b/Demos/Host/ClassDriver/MouseHost/asf.xml @@ -16,6 +16,8 @@ Mouse HID Host demo, implementing a basic USB mouse host that can display movement data on the board LEDs. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Host"/> diff --git a/Demos/Host/ClassDriver/MouseHostWithParser/asf.xml b/Demos/Host/ClassDriver/MouseHostWithParser/asf.xml index 943dc28ebc..c1a4755787 100644 --- a/Demos/Host/ClassDriver/MouseHostWithParser/asf.xml +++ b/Demos/Host/ClassDriver/MouseHostWithParser/asf.xml @@ -16,6 +16,8 @@ Mouse HID Host demo with HID parser, implementing a basic USB mouse host that can display movement data on the board LEDs. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Host"/> diff --git a/Demos/Host/ClassDriver/PrinterHost/asf.xml b/Demos/Host/ClassDriver/PrinterHost/asf.xml index 14c92eb5b3..69b4e13146 100644 --- a/Demos/Host/ClassDriver/PrinterHost/asf.xml +++ b/Demos/Host/ClassDriver/PrinterHost/asf.xml @@ -16,6 +16,8 @@ Printer Host demo, implementing a basic USB printer host that can send raw printer control data to an attached device. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Host"/> diff --git a/Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml b/Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml index c684b3677b..5c55c5a70c 100644 --- a/Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml +++ b/Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml @@ -16,6 +16,8 @@ Microsoft RNDIS Ethernet Host demo, implementing a RNDIS host that can send and receive Ethernet data to and from an attached device. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Host"/> diff --git a/Demos/Host/ClassDriver/StillImageHost/asf.xml b/Demos/Host/ClassDriver/StillImageHost/asf.xml index 1be92f33c6..3703164f4c 100644 --- a/Demos/Host/ClassDriver/StillImageHost/asf.xml +++ b/Demos/Host/ClassDriver/StillImageHost/asf.xml @@ -16,6 +16,8 @@ Still Image Host demo, implementing a Still Image host that can send and receive PIMA data to and from an attached device. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Host"/> diff --git a/Demos/Host/ClassDriver/VirtualSerialHost/asf.xml b/Demos/Host/ClassDriver/VirtualSerialHost/asf.xml index fa464e43d5..67eb347cd6 100644 --- a/Demos/Host/ClassDriver/VirtualSerialHost/asf.xml +++ b/Demos/Host/ClassDriver/VirtualSerialHost/asf.xml @@ -16,6 +16,8 @@ Virtual Serial Host demo, implementing a CDC host that can send and receive data to and from an attached device. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Host"/> diff --git a/Demos/Host/LowLevel/AndroidAccessoryHost/asf.xml b/Demos/Host/LowLevel/AndroidAccessoryHost/asf.xml index f34a078e51..0100f60ee0 100644 --- a/Demos/Host/LowLevel/AndroidAccessoryHost/asf.xml +++ b/Demos/Host/LowLevel/AndroidAccessoryHost/asf.xml @@ -16,6 +16,8 @@ Android Accessory Host demo, implementing a basic USB device whose LEDs can be controlled via an Android device. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Low Level APIs"/> <keyword value="USB Host"/> diff --git a/Demos/Host/LowLevel/AudioInputHost/asf.xml b/Demos/Host/LowLevel/AudioInputHost/asf.xml index 299c4a483e..f043fb9ed2 100644 --- a/Demos/Host/LowLevel/AudioInputHost/asf.xml +++ b/Demos/Host/LowLevel/AudioInputHost/asf.xml @@ -16,6 +16,8 @@ Audio Input Host demo, implementing a basic USB audio sink that can output incoming audio data to a speaker. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Low Level APIs"/> <keyword value="USB Host"/> diff --git a/Demos/Host/LowLevel/AudioOutputHost/asf.xml b/Demos/Host/LowLevel/AudioOutputHost/asf.xml index 56b9944781..2008324525 100644 --- a/Demos/Host/LowLevel/AudioOutputHost/asf.xml +++ b/Demos/Host/LowLevel/AudioOutputHost/asf.xml @@ -16,6 +16,8 @@ Audio Output Host demo, implementing a basic USB audio source that can output audio data to an attached device. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Low Level APIs"/> <keyword value="USB Host"/> diff --git a/Demos/Host/LowLevel/GenericHIDHost/asf.xml b/Demos/Host/LowLevel/GenericHIDHost/asf.xml index ea0388f3cb..17cc78aa0c 100644 --- a/Demos/Host/LowLevel/GenericHIDHost/asf.xml +++ b/Demos/Host/LowLevel/GenericHIDHost/asf.xml @@ -16,6 +16,8 @@ Generic HID Host demo, implementing a basic USB HID device that can send and receive data to and from an attached device. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Low Level APIs"/> <keyword value="USB Host"/> diff --git a/Demos/Host/LowLevel/JoystickHostWithParser/asf.xml b/Demos/Host/LowLevel/JoystickHostWithParser/asf.xml index 261ee3b78d..2450519958 100644 --- a/Demos/Host/LowLevel/JoystickHostWithParser/asf.xml +++ b/Demos/Host/LowLevel/JoystickHostWithParser/asf.xml @@ -16,6 +16,8 @@ Joystick HID Host demo with HID parser, implementing a basic USB joystick host that can display movement data on the board LEDs. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Low Level APIs"/> <keyword value="USB Host"/> diff --git a/Demos/Host/LowLevel/KeyboardHost/asf.xml b/Demos/Host/LowLevel/KeyboardHost/asf.xml index c56258a550..db3efd16bd 100644 --- a/Demos/Host/LowLevel/KeyboardHost/asf.xml +++ b/Demos/Host/LowLevel/KeyboardHost/asf.xml @@ -16,6 +16,8 @@ Keyboard HID Host demo, implementing a basic USB keyboard host that can display key press data on the board LEDs. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Low Level APIs"/> <keyword value="USB Host"/> diff --git a/Demos/Host/LowLevel/KeyboardHostWithParser/asf.xml b/Demos/Host/LowLevel/KeyboardHostWithParser/asf.xml index 6313775e42..e6f343deba 100644 --- a/Demos/Host/LowLevel/KeyboardHostWithParser/asf.xml +++ b/Demos/Host/LowLevel/KeyboardHostWithParser/asf.xml @@ -16,6 +16,8 @@ Keyboard HID Host demo with HID parser, implementing a basic USB keyboard host that can display key press data on the board LEDs. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Low Level APIs"/> <keyword value="USB Host"/> diff --git a/Demos/Host/LowLevel/MIDIHost/asf.xml b/Demos/Host/LowLevel/MIDIHost/asf.xml index aa0a5f343d..1ecde005af 100644 --- a/Demos/Host/LowLevel/MIDIHost/asf.xml +++ b/Demos/Host/LowLevel/MIDIHost/asf.xml @@ -16,6 +16,8 @@ MIDI Host demo, capable of sending and receiving MIDI messages to and from an attached device. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Low Level APIs"/> <keyword value="USB Host"/> diff --git a/Demos/Host/LowLevel/MassStorageHost/asf.xml b/Demos/Host/LowLevel/MassStorageHost/asf.xml index a6ef8fe53a..fd93fc644f 100644 --- a/Demos/Host/LowLevel/MassStorageHost/asf.xml +++ b/Demos/Host/LowLevel/MassStorageHost/asf.xml @@ -16,6 +16,8 @@ Mass Storage Host demo, capable of reading and writing raw 512 byte segments to the device's serial port. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Low Level APIs"/> <keyword value="USB Host"/> diff --git a/Demos/Host/LowLevel/MouseHost/asf.xml b/Demos/Host/LowLevel/MouseHost/asf.xml index bde2295fb1..8fca686c1e 100644 --- a/Demos/Host/LowLevel/MouseHost/asf.xml +++ b/Demos/Host/LowLevel/MouseHost/asf.xml @@ -16,6 +16,8 @@ Keyboard HID Host demo, implementing a basic USB mouse host that can display movement data on the board LEDs. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Low Level APIs"/> <keyword value="USB Host"/> diff --git a/Demos/Host/LowLevel/MouseHostWithParser/asf.xml b/Demos/Host/LowLevel/MouseHostWithParser/asf.xml index eefac26074..afc321afe0 100644 --- a/Demos/Host/LowLevel/MouseHostWithParser/asf.xml +++ b/Demos/Host/LowLevel/MouseHostWithParser/asf.xml @@ -16,6 +16,8 @@ Mouse HID Host demo with HID parser, implementing a basic USB mouse host that can display movement data on the board LEDs. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Low Level APIs"/> <keyword value="USB Host"/> diff --git a/Demos/Host/LowLevel/PrinterHost/asf.xml b/Demos/Host/LowLevel/PrinterHost/asf.xml index 320bdd21b4..abe73c5aee 100644 --- a/Demos/Host/LowLevel/PrinterHost/asf.xml +++ b/Demos/Host/LowLevel/PrinterHost/asf.xml @@ -16,6 +16,8 @@ Printer Host demo, implementing a basic USB printer host that can send raw printer control data to an attached device. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Low Level APIs"/> <keyword value="USB Host"/> diff --git a/Demos/Host/LowLevel/RNDISEthernetHost/asf.xml b/Demos/Host/LowLevel/RNDISEthernetHost/asf.xml index 319bac0ccc..fafffbf081 100644 --- a/Demos/Host/LowLevel/RNDISEthernetHost/asf.xml +++ b/Demos/Host/LowLevel/RNDISEthernetHost/asf.xml @@ -16,6 +16,8 @@ Microsoft RNDIS Ethernet Host demo, implementing a RNDIS host that can send and receive Ethernet data to and from an attached device. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Low Level APIs"/> <keyword value="USB Host"/> diff --git a/Demos/Host/LowLevel/StillImageHost/asf.xml b/Demos/Host/LowLevel/StillImageHost/asf.xml index 0d1db42b04..5645c292ab 100644 --- a/Demos/Host/LowLevel/StillImageHost/asf.xml +++ b/Demos/Host/LowLevel/StillImageHost/asf.xml @@ -16,6 +16,8 @@ Still Image Host demo, implementing a Still Image host that can send and receive PIMA data to and from an attached device. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Low Level APIs"/> <keyword value="USB Host"/> diff --git a/Demos/Host/LowLevel/VirtualSerialHost/asf.xml b/Demos/Host/LowLevel/VirtualSerialHost/asf.xml index 22af311c2a..783862d7b1 100644 --- a/Demos/Host/LowLevel/VirtualSerialHost/asf.xml +++ b/Demos/Host/LowLevel/VirtualSerialHost/asf.xml @@ -16,6 +16,8 @@ Virtual Serial Host demo, implementing a CDC host that can send and receive data to and from an attached device. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Host"/> diff --git a/LUFA/CodeTemplates/DeviceTemplate/asf.xml b/LUFA/CodeTemplates/DeviceTemplate/asf.xml index cdb4c605a9..fd65db283f 100644 --- a/LUFA/CodeTemplates/DeviceTemplate/asf.xml +++ b/LUFA/CodeTemplates/DeviceTemplate/asf.xml @@ -28,6 +28,8 @@ Template for a LUFA USB device mode application. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="USB Device"/> <keyword value="Template Projects"/> diff --git a/LUFA/CodeTemplates/HostTemplate/asf.xml b/LUFA/CodeTemplates/HostTemplate/asf.xml index 9acef597ee..c1996ec711 100644 --- a/LUFA/CodeTemplates/HostTemplate/asf.xml +++ b/LUFA/CodeTemplates/HostTemplate/asf.xml @@ -16,6 +16,8 @@ Template for a LUFA USB host mode application. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="USB Host"/> <keyword value="Template Projects"/> diff --git a/Projects/AVRISP-MKII/asf.xml b/Projects/AVRISP-MKII/asf.xml index fe05c5ce15..869399d2b0 100644 --- a/Projects/AVRISP-MKII/asf.xml +++ b/Projects/AVRISP-MKII/asf.xml @@ -1,6 +1,6 @@ <asf xmlversion="1.0"> <project caption="AVRISP-MKII Clone Programmer" id="lufa.projects.avrispmkii_clone.avr8"> - <require idref="lufa.projects.avrispmkii_clone"/> + <require idref="lufa.projects.avrispmkii_clone"/> <require idref="lufa.boards.dummy.avr8"/> <generator value="as5_8"/> @@ -11,20 +11,16 @@ <build type="define" name="F_USB" value="8000000UL"/> </project> - <!-- Required by the XPLAIN Bridge project - don't reference it in this project - or the Solution Explorer will show an odd layout for the source files --> + <!-- Required by the XPLAIN Bridge project as well, so split into a meta module --> <module type="meta" id="lufa.projects.avrispmkii_clone.src" caption="AVRISP-MKII Clone Programmer"> <info type="gui-flag" value="hidden"/> - <info type="keyword" value="Technology"> - <keyword value="Low Level APIs"/> - <keyword value="USB Device"/> - </info> - <device-support-alias value="lufa_avr8"/> <device-support-alias value="lufa_xmega"/> <device-support-alias value="lufa_uc3"/> + <info type="gui-flag" value="move-to-root"/> + <build type="include-path" value="."/> <build type="c-source" value="AVRISPDescriptors.c"/> @@ -59,6 +55,13 @@ Clone firmware of the Atmel AVRISP-MKII programmer. </info> + <info type="gui-flag" value="move-to-root"/> + + <info type="keyword" value="Technology"> + <keyword value="Low Level APIs"/> + <keyword value="USB Device"/> + </info> + <device-support-alias value="lufa_avr8"/> <device-support-alias value="lufa_xmega"/> <device-support-alias value="lufa_uc3"/> @@ -66,27 +69,9 @@ <build type="distribute" subtype="user-file" value="AVRISP-MKII.txt"/> <build type="c-source" value="AVRISP-MKII.c"/> - <build type="c-source" value="AVRISPDescriptors.c"/> <build type="header-file" value="AVRISP-MKII.h"/> - <build type="header-file" value="AVRISPDescriptors.h"/> - <build type="header-file" value="Lib/V2ProtocolConstants.h"/> - <build type="c-source" value="Lib/V2Protocol.c"/> - <build type="header-file" value="Lib/V2Protocol.h"/> - <build type="c-source" value="Lib/V2ProtocolParams.c"/> - <build type="header-file" value="Lib/V2ProtocolParams.h"/> - <build type="c-source" value="Lib/ISP/ISPProtocol.c"/> - <build type="header-file" value="Lib/ISP/ISPProtocol.h"/> - <build type="c-source" value="Lib/ISP/ISPTarget.c"/> - <build type="header-file" value="Lib/ISP/ISPTarget.h"/> - <build type="c-source" value="Lib/XPROG/XPROGTarget.c"/> - <build type="header-file" value="Lib/XPROG/XPROGTarget.h"/> - <build type="c-source" value="Lib/XPROG/XPROGProtocol.c"/> - <build type="header-file" value="Lib/XPROG/XPROGProtocol.h"/> - <build type="c-source" value="Lib/XPROG/XMEGANVM.c"/> - <build type="header-file" value="Lib/XPROG/XMEGANVM.h"/> - <build type="c-source" value="Lib/XPROG/TINYNVM.c"/> - <build type="header-file" value="Lib/XPROG/TINYNVM.h"/> + <require idref="lufa.projects.avrispmkii_clone.src"/> <build type="module-config" subtype="path" value="Config"/> <build type="module-config" subtype="required-header-file" value="AppConfig.h"/> diff --git a/Projects/Benito/asf.xml b/Projects/Benito/asf.xml index 42657cabb1..20d43c663e 100644 --- a/Projects/Benito/asf.xml +++ b/Projects/Benito/asf.xml @@ -16,6 +16,8 @@ Benito AVR programmer. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Device"/> diff --git a/Projects/HIDReportViewer/asf.xml b/Projects/HIDReportViewer/asf.xml index 7999f33487..c535d05347 100644 --- a/Projects/HIDReportViewer/asf.xml +++ b/Projects/HIDReportViewer/asf.xml @@ -16,6 +16,8 @@ HID device report viewer project. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Host"/> diff --git a/Projects/LEDNotifier/asf.xml b/Projects/LEDNotifier/asf.xml index 98d4f917e0..81828ea33b 100644 --- a/Projects/LEDNotifier/asf.xml +++ b/Projects/LEDNotifier/asf.xml @@ -16,6 +16,8 @@ RGB LED notification widget project. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Device"/> diff --git a/Projects/MIDIToneGenerator/asf.xml b/Projects/MIDIToneGenerator/asf.xml index 7a3e64da97..97093639cf 100644 --- a/Projects/MIDIToneGenerator/asf.xml +++ b/Projects/MIDIToneGenerator/asf.xml @@ -16,6 +16,8 @@ MIDI tone generator project. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Device"/> diff --git a/Projects/Magstripe/asf.xml b/Projects/Magstripe/asf.xml index c5e885045e..6a7d840d59 100644 --- a/Projects/Magstripe/asf.xml +++ b/Projects/Magstripe/asf.xml @@ -16,6 +16,8 @@ Magnetic strip card reader project. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Device"/> diff --git a/Projects/MediaController/asf.xml b/Projects/MediaController/asf.xml index 64bd504a45..eed076813a 100644 --- a/Projects/MediaController/asf.xml +++ b/Projects/MediaController/asf.xml @@ -16,6 +16,8 @@ Magnetic strip card reader project. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Device"/> diff --git a/Projects/MissileLauncher/asf.xml b/Projects/MissileLauncher/asf.xml index cb35c18467..b17e69c3ac 100644 --- a/Projects/MissileLauncher/asf.xml +++ b/Projects/MissileLauncher/asf.xml @@ -16,6 +16,8 @@ Missile launcher project. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Low Level APIs"/> <keyword value="USB Host"/> diff --git a/Projects/RelayBoard/asf.xml b/Projects/RelayBoard/asf.xml index 3ad1c71ee7..7a83c68bc9 100644 --- a/Projects/RelayBoard/asf.xml +++ b/Projects/RelayBoard/asf.xml @@ -16,6 +16,8 @@ Relay Board Controller project. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Low Level APIs"/> <keyword value="USB Device"/> diff --git a/Projects/SerialToLCD/asf.xml b/Projects/SerialToLCD/asf.xml index 5d38daaddf..ef9183b184 100644 --- a/Projects/SerialToLCD/asf.xml +++ b/Projects/SerialToLCD/asf.xml @@ -16,6 +16,8 @@ USB Serial to LCD Controller project. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Device"/> diff --git a/Projects/TempDataLogger/asf.xml b/Projects/TempDataLogger/asf.xml index 55a1a19de5..8efbbb5f02 100644 --- a/Projects/TempDataLogger/asf.xml +++ b/Projects/TempDataLogger/asf.xml @@ -16,6 +16,8 @@ Temperature Datalogger project. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Device"/> diff --git a/Projects/USBtoSerial/asf.xml b/Projects/USBtoSerial/asf.xml index db0fd14e7d..04388fa47c 100644 --- a/Projects/USBtoSerial/asf.xml +++ b/Projects/USBtoSerial/asf.xml @@ -16,6 +16,8 @@ USB to Serial USART converter project. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Device"/> diff --git a/Projects/Webserver/asf.xml b/Projects/Webserver/asf.xml index d4934bcc5d..23a4395091 100644 --- a/Projects/Webserver/asf.xml +++ b/Projects/Webserver/asf.xml @@ -16,6 +16,8 @@ RNDIS Webserver project, using the open source uIP network stack. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Dual Role"/> diff --git a/Projects/XPLAINBridge/asf.xml b/Projects/XPLAINBridge/asf.xml index 91fb723348..0b59788735 100644 --- a/Projects/XPLAINBridge/asf.xml +++ b/Projects/XPLAINBridge/asf.xml @@ -16,6 +16,8 @@ Bridge firmware for the original (green) XPLAIN board, for programming and USB virtual serial communications. </info> + <info type="gui-flag" value="move-to-root"/> + <info type="keyword" value="Technology"> <keyword value="Class Driver APIs"/> <keyword value="USB Device"/>