Add move-to-root directives to all ASF XML application modules, to make the code easier to find in the release version of Atmel Studio 6.1.

pull/1469/head
Dean Camera 12 years ago
parent 9543276111
commit 29bfe7a09c

@ -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. CDC Class Bootloader, capable of reprogramming a device using avrdude or other AVR109 protocol compliant software when plugged into a host.
</info> </info>
<device-support-alias value="lufa_avr8"/> <info type="gui-flag" value="move-to-root"/>
<device-support-alias value="lufa_xmega"/>
<device-support-alias value="lufa_uc3"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Bootloaders"/> <keyword value="Bootloaders"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>
</info> </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="include-path" value="."/>
<build type="c-source" value="BootloaderCDC.c"/> <build type="c-source" value="BootloaderCDC.c"/>
<build type="header-file" value="BootloaderCDC.h"/> <build type="header-file" value="BootloaderCDC.h"/>

@ -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. DFU Class Bootloader, capable of reprogramming a device using the Atmel FLIP or other AVR DFU programming software when plugged into a host.
</info> </info>
<device-support-alias value="lufa_avr8"/> <info type="gui-flag" value="move-to-root"/>
<device-support-alias value="lufa_xmega"/>
<device-support-alias value="lufa_uc3"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Bootloaders"/> <keyword value="Bootloaders"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>
</info> </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="include-path" value="."/>
<build type="c-source" value="BootloaderDFU.c"/> <build type="c-source" value="BootloaderDFU.c"/>
<build type="header-file" value="BootloaderDFU.h"/> <build type="header-file" value="BootloaderDFU.h"/>

@ -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. HID Class Bootloader, capable of reprogramming a device via a custom cross-platform command line utility when plugged into a host.
</info> </info>
<device-support-alias value="lufa_avr8"/> <info type="gui-flag" value="move-to-root"/>
<device-support-alias value="lufa_xmega"/>
<device-support-alias value="lufa_uc3"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Bootloaders"/> <keyword value="Bootloaders"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>
</info> </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="include-path" value="."/>
<build type="c-source" value="BootloaderHID.c"/> <build type="c-source" value="BootloaderHID.c"/>
<build type="header-file" value="BootloaderHID.h"/> <build type="header-file" value="BootloaderHID.h"/>

@ -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. 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> </info>
<device-support-alias value="lufa_avr8"/> <info type="gui-flag" value="move-to-root"/>
<device-support-alias value="lufa_xmega"/>
<device-support-alias value="lufa_uc3"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Bootloaders"/> <keyword value="Bootloaders"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>
</info> </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="include-path" value="."/>
<build type="c-source" value="BootloaderMassStorage.c"/> <build type="c-source" value="BootloaderMassStorage.c"/>
<build type="header-file" value="BootloaderMassStorage.h"/> <build type="header-file" value="BootloaderMassStorage.h"/>

@ -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. 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> </info>
<device-support-alias value="lufa_avr8"/> <info type="gui-flag" value="move-to-root"/>
<device-support-alias value="lufa_xmega"/>
<device-support-alias value="lufa_uc3"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Bootloaders"/> <keyword value="Bootloaders"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>
</info> </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="include-path" value="."/>
<build type="c-source" value="BootloaderPrinter.c"/> <build type="c-source" value="BootloaderPrinter.c"/>
<build type="header-file" value="BootloaderPrinter.h"/> <build type="header-file" value="BootloaderPrinter.h"/>

@ -16,6 +16,8 @@
Audio 1.0 Input device demo, implementing a basic USB microphone. Audio 1.0 Input device demo, implementing a basic USB microphone.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>

@ -16,6 +16,8 @@
Audio 1.0 Output device demo, implementing a basic USB speaker. Audio 1.0 Output device demo, implementing a basic USB speaker.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>

@ -16,6 +16,8 @@
Dual Virtual Serial (CDC) demo, implementing a pair of virtual serial port interfaces. Dual Virtual Serial (CDC) demo, implementing a pair of virtual serial port interfaces.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>

@ -16,6 +16,8 @@
Generic HID device demo, implementing a device whose LEDs can be controlled via HID messages from the host. Generic HID device demo, implementing a device whose LEDs can be controlled via HID messages from the host.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>

@ -16,6 +16,8 @@
Joystick HID device demo, implementing a basic USB joystick that can send movement information to the host. Joystick HID device demo, implementing a basic USB joystick that can send movement information to the host.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>

@ -16,6 +16,8 @@
Keyboard HID device demo, implementing a basic USB keyboard that can send key press information to the host. Keyboard HID device demo, implementing a basic USB keyboard that can send key press information to the host.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>

@ -16,6 +16,8 @@
Keyboard and Mouse HID device demo, implementing a basic USB keyboard and mouse using a pair of HID interfaces. Keyboard and Mouse HID device demo, implementing a basic USB keyboard and mouse using a pair of HID interfaces.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>

@ -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. Keyboard and Mouse HID device demo, implementing a basic USB keyboard and mouse using a single HID interface and multiple logical reports.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>

@ -16,6 +16,8 @@
MIDI device demo, implementing a basic USB MIDI device that can send messages to the host. MIDI device demo, implementing a basic USB MIDI device that can send messages to the host.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>

@ -16,6 +16,8 @@
Mass Storage device demo, implementing a basic USB storage disk using a Dataflash memory IC. Mass Storage device demo, implementing a basic USB storage disk using a Dataflash memory IC.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>

@ -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. Mass Storage and Keyboard device demo, implementing a basic USB storage disk using a Dataflash memory IC, and a basic HID keyboard.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Low Level APIs"/> <keyword value="Low Level APIs"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>

@ -16,6 +16,8 @@
Mouse device demo, implementing a basic USB mouse device that can send movement information to the host. Mouse device demo, implementing a basic USB mouse device that can send movement information to the host.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>

@ -16,6 +16,8 @@
Microsoft RNDIS Ethernet networking device demo, implementing a basic HTTP webserver. Microsoft RNDIS Ethernet networking device demo, implementing a basic HTTP webserver.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>

@ -16,6 +16,8 @@
Virtual Serial device demo, implementing a virtual serial channel between the host PC and the device. Virtual Serial device demo, implementing a virtual serial channel between the host PC and the device.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>

@ -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. 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>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>

@ -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. Virtual Serial and Mouse device demo, implementing a virtual serial channel between the host PC and the device, and a USB mouse.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>

@ -16,6 +16,8 @@
Audio 1.0 Input device demo, implementing a basic USB microphone. Audio 1.0 Input device demo, implementing a basic USB microphone.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Low Level APIs"/> <keyword value="Low Level APIs"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>

@ -16,6 +16,8 @@
Audio 1.0 Output device demo, implementing a basic USB speaker. Audio 1.0 Output device demo, implementing a basic USB speaker.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Low Level APIs"/> <keyword value="Low Level APIs"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>

@ -16,6 +16,8 @@
Dual Virtual Serial (CDC) demo, implementing a pair of virtual serial port interfaces. Dual Virtual Serial (CDC) demo, implementing a pair of virtual serial port interfaces.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Low Level APIs"/> <keyword value="Low Level APIs"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>

@ -16,6 +16,8 @@
Generic HID device demo, implementing a device whose LEDs can be controlled via HID messages from the host. Generic HID device demo, implementing a device whose LEDs can be controlled via HID messages from the host.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Low Level APIs"/> <keyword value="Low Level APIs"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>

@ -16,6 +16,8 @@
Joystick HID device demo, implementing a basic USB joystick that can send movement information to the host. Joystick HID device demo, implementing a basic USB joystick that can send movement information to the host.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Low Level APIs"/> <keyword value="Low Level APIs"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>

@ -16,6 +16,8 @@
Keyboard HID device demo, implementing a basic USB keyboard that can send key press information to the host. Keyboard HID device demo, implementing a basic USB keyboard that can send key press information to the host.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Low Level APIs"/> <keyword value="Low Level APIs"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>

@ -16,6 +16,8 @@
Keyboard and Mouse HID device demo, implementing a basic USB keyboard and mouse using a pair of HID interfaces. Keyboard and Mouse HID device demo, implementing a basic USB keyboard and mouse using a pair of HID interfaces.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Low Level APIs"/> <keyword value="Low Level APIs"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>

@ -16,6 +16,8 @@
MIDI device demo, implementing a basic USB MIDI device that can send messages to the host. MIDI device demo, implementing a basic USB MIDI device that can send messages to the host.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Low Level APIs"/> <keyword value="Low Level APIs"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>

@ -16,6 +16,8 @@
Mass Storage device demo, implementing a basic USB storage disk using a Dataflash memory IC. Mass Storage device demo, implementing a basic USB storage disk using a Dataflash memory IC.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Low Level APIs"/> <keyword value="Low Level APIs"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>

@ -16,6 +16,8 @@
Mouse device demo, implementing a basic USB mouse device that can send movement information to the host. Mouse device demo, implementing a basic USB mouse device that can send movement information to the host.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Low Level APIs"/> <keyword value="Low Level APIs"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>

@ -16,6 +16,8 @@
Microsoft RNDIS Ethernet networking device demo, implementing a basic HTTP webserver. Microsoft RNDIS Ethernet networking device demo, implementing a basic HTTP webserver.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Low Level APIs"/> <keyword value="Low Level APIs"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>

@ -16,6 +16,8 @@
Virtual Serial device demo, implementing a virtual serial channel between the host PC and the device. Virtual Serial device demo, implementing a virtual serial channel between the host PC and the device.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Low Level APIs"/> <keyword value="Low Level APIs"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>

@ -16,6 +16,8 @@
Mouse host and device dual role demo, implementing a basic mouse device and host. Mouse host and device dual role demo, implementing a basic mouse device and host.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Dual Role"/> <keyword value="USB Dual Role"/>

@ -16,6 +16,8 @@
Android Accessory Host demo, implementing a basic USB device whose LEDs can be controlled via an Android device. Android Accessory Host demo, implementing a basic USB device whose LEDs can be controlled via an Android device.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Host"/> <keyword value="USB Host"/>

@ -16,6 +16,8 @@
Audio Input Host demo, implementing a basic USB audio sink that can output incoming audio data to a speaker. Audio Input Host demo, implementing a basic USB audio sink that can output incoming audio data to a speaker.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Host"/> <keyword value="USB Host"/>

@ -16,6 +16,8 @@
Audio Output Host demo, implementing a basic USB audio source that can output audio data to an attached device. Audio Output Host demo, implementing a basic USB audio source that can output audio data to an attached device.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Host"/> <keyword value="USB Host"/>

@ -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. Joystick HID Host demo with HID parser, implementing a basic USB joystick host that can display movement data on the board LEDs.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Host"/> <keyword value="USB Host"/>

@ -16,6 +16,8 @@
Keyboard HID Host demo, implementing a basic USB keyboard host that can display key press data on the board LEDs. Keyboard HID Host demo, implementing a basic USB keyboard host that can display key press data on the board LEDs.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Host"/> <keyword value="USB Host"/>

@ -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. 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>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Host"/> <keyword value="USB Host"/>

@ -16,6 +16,8 @@
MIDI Host demo, capable of sending and receiving MIDI messages to and from an attached device. MIDI Host demo, capable of sending and receiving MIDI messages to and from an attached device.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Host"/> <keyword value="USB Host"/>

@ -16,6 +16,8 @@
Mass Storage Host demo, capable of reading and writing raw 512 byte segments to the device's serial port. Mass Storage Host demo, capable of reading and writing raw 512 byte segments to the device's serial port.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Host"/> <keyword value="USB Host"/>

@ -16,6 +16,8 @@
Mouse HID Host demo, implementing a basic USB mouse host that can display movement data on the board LEDs. Mouse HID Host demo, implementing a basic USB mouse host that can display movement data on the board LEDs.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Host"/> <keyword value="USB Host"/>

@ -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. Mouse HID Host demo with HID parser, implementing a basic USB mouse host that can display movement data on the board LEDs.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Host"/> <keyword value="USB Host"/>

@ -16,6 +16,8 @@
Printer Host demo, implementing a basic USB printer host that can send raw printer control data to an attached device. Printer Host demo, implementing a basic USB printer host that can send raw printer control data to an attached device.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Host"/> <keyword value="USB Host"/>

@ -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. Microsoft RNDIS Ethernet Host demo, implementing a RNDIS host that can send and receive Ethernet data to and from an attached device.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Host"/> <keyword value="USB Host"/>

@ -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. Still Image Host demo, implementing a Still Image host that can send and receive PIMA data to and from an attached device.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Host"/> <keyword value="USB Host"/>

@ -16,6 +16,8 @@
Virtual Serial Host demo, implementing a CDC host that can send and receive data to and from an attached device. Virtual Serial Host demo, implementing a CDC host that can send and receive data to and from an attached device.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Host"/> <keyword value="USB Host"/>

@ -16,6 +16,8 @@
Android Accessory Host demo, implementing a basic USB device whose LEDs can be controlled via an Android device. Android Accessory Host demo, implementing a basic USB device whose LEDs can be controlled via an Android device.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Low Level APIs"/> <keyword value="Low Level APIs"/>
<keyword value="USB Host"/> <keyword value="USB Host"/>

@ -16,6 +16,8 @@
Audio Input Host demo, implementing a basic USB audio sink that can output incoming audio data to a speaker. Audio Input Host demo, implementing a basic USB audio sink that can output incoming audio data to a speaker.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Low Level APIs"/> <keyword value="Low Level APIs"/>
<keyword value="USB Host"/> <keyword value="USB Host"/>

@ -16,6 +16,8 @@
Audio Output Host demo, implementing a basic USB audio source that can output audio data to an attached device. Audio Output Host demo, implementing a basic USB audio source that can output audio data to an attached device.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Low Level APIs"/> <keyword value="Low Level APIs"/>
<keyword value="USB Host"/> <keyword value="USB Host"/>

@ -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. Generic HID Host demo, implementing a basic USB HID device that can send and receive data to and from an attached device.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Low Level APIs"/> <keyword value="Low Level APIs"/>
<keyword value="USB Host"/> <keyword value="USB Host"/>

@ -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. Joystick HID Host demo with HID parser, implementing a basic USB joystick host that can display movement data on the board LEDs.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Low Level APIs"/> <keyword value="Low Level APIs"/>
<keyword value="USB Host"/> <keyword value="USB Host"/>

@ -16,6 +16,8 @@
Keyboard HID Host demo, implementing a basic USB keyboard host that can display key press data on the board LEDs. Keyboard HID Host demo, implementing a basic USB keyboard host that can display key press data on the board LEDs.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Low Level APIs"/> <keyword value="Low Level APIs"/>
<keyword value="USB Host"/> <keyword value="USB Host"/>

@ -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. 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>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Low Level APIs"/> <keyword value="Low Level APIs"/>
<keyword value="USB Host"/> <keyword value="USB Host"/>

@ -16,6 +16,8 @@
MIDI Host demo, capable of sending and receiving MIDI messages to and from an attached device. MIDI Host demo, capable of sending and receiving MIDI messages to and from an attached device.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Low Level APIs"/> <keyword value="Low Level APIs"/>
<keyword value="USB Host"/> <keyword value="USB Host"/>

@ -16,6 +16,8 @@
Mass Storage Host demo, capable of reading and writing raw 512 byte segments to the device's serial port. Mass Storage Host demo, capable of reading and writing raw 512 byte segments to the device's serial port.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Low Level APIs"/> <keyword value="Low Level APIs"/>
<keyword value="USB Host"/> <keyword value="USB Host"/>

@ -16,6 +16,8 @@
Keyboard HID Host demo, implementing a basic USB mouse host that can display movement data on the board LEDs. Keyboard HID Host demo, implementing a basic USB mouse host that can display movement data on the board LEDs.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Low Level APIs"/> <keyword value="Low Level APIs"/>
<keyword value="USB Host"/> <keyword value="USB Host"/>

@ -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. Mouse HID Host demo with HID parser, implementing a basic USB mouse host that can display movement data on the board LEDs.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Low Level APIs"/> <keyword value="Low Level APIs"/>
<keyword value="USB Host"/> <keyword value="USB Host"/>

@ -16,6 +16,8 @@
Printer Host demo, implementing a basic USB printer host that can send raw printer control data to an attached device. Printer Host demo, implementing a basic USB printer host that can send raw printer control data to an attached device.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Low Level APIs"/> <keyword value="Low Level APIs"/>
<keyword value="USB Host"/> <keyword value="USB Host"/>

@ -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. Microsoft RNDIS Ethernet Host demo, implementing a RNDIS host that can send and receive Ethernet data to and from an attached device.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Low Level APIs"/> <keyword value="Low Level APIs"/>
<keyword value="USB Host"/> <keyword value="USB Host"/>

@ -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. Still Image Host demo, implementing a Still Image host that can send and receive PIMA data to and from an attached device.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Low Level APIs"/> <keyword value="Low Level APIs"/>
<keyword value="USB Host"/> <keyword value="USB Host"/>

@ -16,6 +16,8 @@
Virtual Serial Host demo, implementing a CDC host that can send and receive data to and from an attached device. Virtual Serial Host demo, implementing a CDC host that can send and receive data to and from an attached device.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Host"/> <keyword value="USB Host"/>

@ -28,6 +28,8 @@
Template for a LUFA USB device mode application. Template for a LUFA USB device mode application.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="USB Device"/> <keyword value="USB Device"/>
<keyword value="Template Projects"/> <keyword value="Template Projects"/>

@ -16,6 +16,8 @@
Template for a LUFA USB host mode application. Template for a LUFA USB host mode application.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="USB Host"/> <keyword value="USB Host"/>
<keyword value="Template Projects"/> <keyword value="Template Projects"/>

@ -1,6 +1,6 @@
<asf xmlversion="1.0"> <asf xmlversion="1.0">
<project caption="AVRISP-MKII Clone Programmer" id="lufa.projects.avrispmkii_clone.avr8"> <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"/> <require idref="lufa.boards.dummy.avr8"/>
<generator value="as5_8"/> <generator value="as5_8"/>
@ -11,20 +11,16 @@
<build type="define" name="F_USB" value="8000000UL"/> <build type="define" name="F_USB" value="8000000UL"/>
</project> </project>
<!-- Required by the XPLAIN Bridge project - don't reference it in this project <!-- Required by the XPLAIN Bridge project as well, so split into a meta module -->
or the Solution Explorer will show an odd layout for the source files -->
<module type="meta" id="lufa.projects.avrispmkii_clone.src" caption="AVRISP-MKII Clone Programmer"> <module type="meta" id="lufa.projects.avrispmkii_clone.src" caption="AVRISP-MKII Clone Programmer">
<info type="gui-flag" value="hidden"/> <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_avr8"/>
<device-support-alias value="lufa_xmega"/> <device-support-alias value="lufa_xmega"/>
<device-support-alias value="lufa_uc3"/> <device-support-alias value="lufa_uc3"/>
<info type="gui-flag" value="move-to-root"/>
<build type="include-path" value="."/> <build type="include-path" value="."/>
<build type="c-source" value="AVRISPDescriptors.c"/> <build type="c-source" value="AVRISPDescriptors.c"/>
@ -59,6 +55,13 @@
Clone firmware of the Atmel AVRISP-MKII programmer. Clone firmware of the Atmel AVRISP-MKII programmer.
</info> </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_avr8"/>
<device-support-alias value="lufa_xmega"/> <device-support-alias value="lufa_xmega"/>
<device-support-alias value="lufa_uc3"/> <device-support-alias value="lufa_uc3"/>
@ -66,27 +69,9 @@
<build type="distribute" subtype="user-file" value="AVRISP-MKII.txt"/> <build type="distribute" subtype="user-file" value="AVRISP-MKII.txt"/>
<build type="c-source" value="AVRISP-MKII.c"/> <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="AVRISP-MKII.h"/>
<build type="header-file" value="AVRISPDescriptors.h"/>
<build type="header-file" value="Lib/V2ProtocolConstants.h"/> <require idref="lufa.projects.avrispmkii_clone.src"/>
<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"/>
<build type="module-config" subtype="path" value="Config"/> <build type="module-config" subtype="path" value="Config"/>
<build type="module-config" subtype="required-header-file" value="AppConfig.h"/> <build type="module-config" subtype="required-header-file" value="AppConfig.h"/>

@ -16,6 +16,8 @@
Benito AVR programmer. Benito AVR programmer.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>

@ -16,6 +16,8 @@
HID device report viewer project. HID device report viewer project.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Host"/> <keyword value="USB Host"/>

@ -16,6 +16,8 @@
RGB LED notification widget project. RGB LED notification widget project.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>

@ -16,6 +16,8 @@
MIDI tone generator project. MIDI tone generator project.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>

@ -16,6 +16,8 @@
Magnetic strip card reader project. Magnetic strip card reader project.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>

@ -16,6 +16,8 @@
Magnetic strip card reader project. Magnetic strip card reader project.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>

@ -16,6 +16,8 @@
Missile launcher project. Missile launcher project.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Low Level APIs"/> <keyword value="Low Level APIs"/>
<keyword value="USB Host"/> <keyword value="USB Host"/>

@ -16,6 +16,8 @@
Relay Board Controller project. Relay Board Controller project.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Low Level APIs"/> <keyword value="Low Level APIs"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>

@ -16,6 +16,8 @@
USB Serial to LCD Controller project. USB Serial to LCD Controller project.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>

@ -16,6 +16,8 @@
Temperature Datalogger project. Temperature Datalogger project.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>

@ -16,6 +16,8 @@
USB to Serial USART converter project. USB to Serial USART converter project.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>

@ -16,6 +16,8 @@
RNDIS Webserver project, using the open source uIP network stack. RNDIS Webserver project, using the open source uIP network stack.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Dual Role"/> <keyword value="USB Dual Role"/>

@ -16,6 +16,8 @@
Bridge firmware for the original (green) XPLAIN board, for programming and USB virtual serial communications. Bridge firmware for the original (green) XPLAIN board, for programming and USB virtual serial communications.
</info> </info>
<info type="gui-flag" value="move-to-root"/>
<info type="keyword" value="Technology"> <info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/> <keyword value="Class Driver APIs"/>
<keyword value="USB Device"/> <keyword value="USB Device"/>

Loading…
Cancel
Save