forked from mfulz_github/qmk_firmware
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.
This commit is contained in:
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.
|
||||
</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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue