CDC Class Bootloader, capable of reprogramming a device using avrdude or other AVR109 protocol compliant software when plugged into a host.\r
</info>\r
\r
- <device-support-alias value="lufa_avr8"/>\r
- <device-support-alias value="lufa_xmega"/>\r
- <device-support-alias value="lufa_uc3"/>\r
+ <info type="gui-flag" value="move-to-root"/>\r
\r
<info type="keyword" value="Technology">\r
<keyword value="Bootloaders"/>\r
<keyword value="USB Device"/>\r
</info>\r
\r
+ <device-support-alias value="lufa_avr8"/>\r
+ <device-support-alias value="lufa_xmega"/>\r
+ <device-support-alias value="lufa_uc3"/>\r
+\r
<build type="include-path" value="."/>\r
<build type="c-source" value="BootloaderCDC.c"/>\r
<build type="header-file" value="BootloaderCDC.h"/>\r
DFU Class Bootloader, capable of reprogramming a device using the Atmel FLIP or other AVR DFU programming software when plugged into a host.\r
</info>\r
\r
- <device-support-alias value="lufa_avr8"/>\r
- <device-support-alias value="lufa_xmega"/>\r
- <device-support-alias value="lufa_uc3"/>\r
+ <info type="gui-flag" value="move-to-root"/>\r
\r
<info type="keyword" value="Technology">\r
<keyword value="Bootloaders"/>\r
<keyword value="USB Device"/>\r
</info>\r
\r
+ <device-support-alias value="lufa_avr8"/>\r
+ <device-support-alias value="lufa_xmega"/>\r
+ <device-support-alias value="lufa_uc3"/>\r
+\r
<build type="include-path" value="."/>\r
<build type="c-source" value="BootloaderDFU.c"/>\r
<build type="header-file" value="BootloaderDFU.h"/>\r
HID Class Bootloader, capable of reprogramming a device via a custom cross-platform command line utility when plugged into a host.\r
</info>\r
\r
- <device-support-alias value="lufa_avr8"/>\r
- <device-support-alias value="lufa_xmega"/>\r
- <device-support-alias value="lufa_uc3"/>\r
+ <info type="gui-flag" value="move-to-root"/>\r
\r
<info type="keyword" value="Technology">\r
<keyword value="Bootloaders"/>\r
<keyword value="USB Device"/>\r
</info>\r
\r
+ <device-support-alias value="lufa_avr8"/>\r
+ <device-support-alias value="lufa_xmega"/>\r
+ <device-support-alias value="lufa_uc3"/>\r
+\r
<build type="include-path" value="."/>\r
<build type="c-source" value="BootloaderHID.c"/>\r
<build type="header-file" value="BootloaderHID.h"/>\r
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.\r
</info>\r
\r
- <device-support-alias value="lufa_avr8"/>\r
- <device-support-alias value="lufa_xmega"/>\r
- <device-support-alias value="lufa_uc3"/>\r
+ <info type="gui-flag" value="move-to-root"/>\r
\r
<info type="keyword" value="Technology">\r
<keyword value="Bootloaders"/>\r
<keyword value="USB Device"/>\r
</info>\r
\r
+ <device-support-alias value="lufa_avr8"/>\r
+ <device-support-alias value="lufa_xmega"/>\r
+ <device-support-alias value="lufa_uc3"/>\r
+\r
<build type="include-path" value="."/>\r
<build type="c-source" value="BootloaderMassStorage.c"/>\r
<build type="header-file" value="BootloaderMassStorage.h"/>\r
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.\r
</info>\r
\r
- <device-support-alias value="lufa_avr8"/>\r
- <device-support-alias value="lufa_xmega"/>\r
- <device-support-alias value="lufa_uc3"/>\r
+ <info type="gui-flag" value="move-to-root"/>\r
\r
<info type="keyword" value="Technology">\r
<keyword value="Bootloaders"/>\r
<keyword value="USB Device"/>\r
</info>\r
\r
+ <device-support-alias value="lufa_avr8"/>\r
+ <device-support-alias value="lufa_xmega"/>\r
+ <device-support-alias value="lufa_uc3"/>\r
+\r
<build type="include-path" value="."/>\r
<build type="c-source" value="BootloaderPrinter.c"/>\r
<build type="header-file" value="BootloaderPrinter.h"/>\r
Audio 1.0 Input device demo, implementing a basic USB microphone.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Device"/>\r
Audio 1.0 Output device demo, implementing a basic USB speaker.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Device"/>\r
Dual Virtual Serial (CDC) demo, implementing a pair of virtual serial port interfaces.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Device"/>\r
Generic HID device demo, implementing a device whose LEDs can be controlled via HID messages from the host.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Device"/>\r
Joystick HID device demo, implementing a basic USB joystick that can send movement information to the host.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Device"/>\r
Keyboard HID device demo, implementing a basic USB keyboard that can send key press information to the host.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Device"/>\r
Keyboard and Mouse HID device demo, implementing a basic USB keyboard and mouse using a pair of HID interfaces.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Device"/>\r
Keyboard and Mouse HID device demo, implementing a basic USB keyboard and mouse using a single HID interface and multiple logical reports.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Device"/>\r
MIDI device demo, implementing a basic USB MIDI device that can send messages to the host.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Device"/>\r
Mass Storage device demo, implementing a basic USB storage disk using a Dataflash memory IC.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Device"/>\r
Mass Storage and Keyboard device demo, implementing a basic USB storage disk using a Dataflash memory IC, and a basic HID keyboard.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Low Level APIs"/>\r
<keyword value="USB Device"/>\r
Mouse device demo, implementing a basic USB mouse device that can send movement information to the host.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Device"/>\r
Microsoft RNDIS Ethernet networking device demo, implementing a basic HTTP webserver.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Device"/>\r
Virtual Serial device demo, implementing a virtual serial channel between the host PC and the device.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Device"/>\r
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.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Device"/>\r
Virtual Serial and Mouse device demo, implementing a virtual serial channel between the host PC and the device, and a USB mouse.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Device"/>\r
Audio 1.0 Input device demo, implementing a basic USB microphone.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Low Level APIs"/>\r
<keyword value="USB Device"/>\r
Audio 1.0 Output device demo, implementing a basic USB speaker.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Low Level APIs"/>\r
<keyword value="USB Device"/>\r
Dual Virtual Serial (CDC) demo, implementing a pair of virtual serial port interfaces.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Low Level APIs"/>\r
<keyword value="USB Device"/>\r
Generic HID device demo, implementing a device whose LEDs can be controlled via HID messages from the host.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Low Level APIs"/>\r
<keyword value="USB Device"/>\r
Joystick HID device demo, implementing a basic USB joystick that can send movement information to the host.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Low Level APIs"/>\r
<keyword value="USB Device"/>\r
Keyboard HID device demo, implementing a basic USB keyboard that can send key press information to the host.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Low Level APIs"/>\r
<keyword value="USB Device"/>\r
Keyboard and Mouse HID device demo, implementing a basic USB keyboard and mouse using a pair of HID interfaces.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Low Level APIs"/>\r
<keyword value="USB Device"/>\r
MIDI device demo, implementing a basic USB MIDI device that can send messages to the host.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Low Level APIs"/>\r
<keyword value="USB Device"/>\r
Mass Storage device demo, implementing a basic USB storage disk using a Dataflash memory IC.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Low Level APIs"/>\r
<keyword value="USB Device"/>\r
Mouse device demo, implementing a basic USB mouse device that can send movement information to the host.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Low Level APIs"/>\r
<keyword value="USB Device"/>\r
Microsoft RNDIS Ethernet networking device demo, implementing a basic HTTP webserver.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Low Level APIs"/>\r
<keyword value="USB Device"/>\r
Virtual Serial device demo, implementing a virtual serial channel between the host PC and the device.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Low Level APIs"/>\r
<keyword value="USB Device"/>\r
Mouse host and device dual role demo, implementing a basic mouse device and host.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Dual Role"/>\r
Android Accessory Host demo, implementing a basic USB device whose LEDs can be controlled via an Android device.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Host"/>\r
Audio Input Host demo, implementing a basic USB audio sink that can output incoming audio data to a speaker.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Host"/>\r
Audio Output Host demo, implementing a basic USB audio source that can output audio data to an attached device.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Host"/>\r
Joystick HID Host demo with HID parser, implementing a basic USB joystick host that can display movement data on the board LEDs.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Host"/>\r
Keyboard HID Host demo, implementing a basic USB keyboard host that can display key press data on the board LEDs.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Host"/>\r
Keyboard HID Host demo with HID parser, implementing a basic USB keyboard host that can display key press data on the board LEDs.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Host"/>\r
MIDI Host demo, capable of sending and receiving MIDI messages to and from an attached device.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Host"/>\r
Mass Storage Host demo, capable of reading and writing raw 512 byte segments to the device's serial port.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Host"/>\r
Mouse HID Host demo, implementing a basic USB mouse host that can display movement data on the board LEDs.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Host"/>\r
Mouse HID Host demo with HID parser, implementing a basic USB mouse host that can display movement data on the board LEDs.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Host"/>\r
Printer Host demo, implementing a basic USB printer host that can send raw printer control data to an attached device.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Host"/>\r
Microsoft RNDIS Ethernet Host demo, implementing a RNDIS host that can send and receive Ethernet data to and from an attached device.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Host"/>\r
Still Image Host demo, implementing a Still Image host that can send and receive PIMA data to and from an attached device.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Host"/>\r
Virtual Serial Host demo, implementing a CDC host that can send and receive data to and from an attached device.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Host"/>\r
Android Accessory Host demo, implementing a basic USB device whose LEDs can be controlled via an Android device.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Low Level APIs"/>\r
<keyword value="USB Host"/>\r
Audio Input Host demo, implementing a basic USB audio sink that can output incoming audio data to a speaker.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Low Level APIs"/>\r
<keyword value="USB Host"/>\r
Audio Output Host demo, implementing a basic USB audio source that can output audio data to an attached device.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Low Level APIs"/>\r
<keyword value="USB Host"/>\r
Generic HID Host demo, implementing a basic USB HID device that can send and receive data to and from an attached device.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Low Level APIs"/>\r
<keyword value="USB Host"/>\r
Joystick HID Host demo with HID parser, implementing a basic USB joystick host that can display movement data on the board LEDs.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Low Level APIs"/>\r
<keyword value="USB Host"/>\r
Keyboard HID Host demo, implementing a basic USB keyboard host that can display key press data on the board LEDs.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Low Level APIs"/>\r
<keyword value="USB Host"/>\r
Keyboard HID Host demo with HID parser, implementing a basic USB keyboard host that can display key press data on the board LEDs.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Low Level APIs"/>\r
<keyword value="USB Host"/>\r
MIDI Host demo, capable of sending and receiving MIDI messages to and from an attached device.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Low Level APIs"/>\r
<keyword value="USB Host"/>\r
Mass Storage Host demo, capable of reading and writing raw 512 byte segments to the device's serial port.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Low Level APIs"/>\r
<keyword value="USB Host"/>\r
Keyboard HID Host demo, implementing a basic USB mouse host that can display movement data on the board LEDs.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Low Level APIs"/>\r
<keyword value="USB Host"/>\r
Mouse HID Host demo with HID parser, implementing a basic USB mouse host that can display movement data on the board LEDs.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Low Level APIs"/>\r
<keyword value="USB Host"/>\r
Printer Host demo, implementing a basic USB printer host that can send raw printer control data to an attached device.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Low Level APIs"/>\r
<keyword value="USB Host"/>\r
Microsoft RNDIS Ethernet Host demo, implementing a RNDIS host that can send and receive Ethernet data to and from an attached device.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Low Level APIs"/>\r
<keyword value="USB Host"/>\r
Still Image Host demo, implementing a Still Image host that can send and receive PIMA data to and from an attached device.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Low Level APIs"/>\r
<keyword value="USB Host"/>\r
Virtual Serial Host demo, implementing a CDC host that can send and receive data to and from an attached device.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Host"/>\r
Template for a LUFA USB device mode application.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="USB Device"/>\r
<keyword value="Template Projects"/>\r
Template for a LUFA USB host mode application.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="USB Host"/>\r
<keyword value="Template Projects"/>\r
<asf xmlversion="1.0">\r
<project caption="AVRISP-MKII Clone Programmer" id="lufa.projects.avrispmkii_clone.avr8">\r
- <require idref="lufa.projects.avrispmkii_clone"/>\r
+ <require idref="lufa.projects.avrispmkii_clone"/>\r
<require idref="lufa.boards.dummy.avr8"/>\r
<generator value="as5_8"/>\r
\r
<build type="define" name="F_USB" value="8000000UL"/>\r
</project>\r
\r
- <!-- Required by the XPLAIN Bridge project - don't reference it in this project\r
- or the Solution Explorer will show an odd layout for the source files -->\r
+ <!-- Required by the XPLAIN Bridge project as well, so split into a meta module -->\r
<module type="meta" id="lufa.projects.avrispmkii_clone.src" caption="AVRISP-MKII Clone Programmer">\r
<info type="gui-flag" value="hidden"/>\r
\r
- <info type="keyword" value="Technology">\r
- <keyword value="Low Level APIs"/>\r
- <keyword value="USB Device"/>\r
- </info>\r
-\r
<device-support-alias value="lufa_avr8"/>\r
<device-support-alias value="lufa_xmega"/>\r
<device-support-alias value="lufa_uc3"/>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<build type="include-path" value="."/>\r
\r
<build type="c-source" value="AVRISPDescriptors.c"/>\r
Clone firmware of the Atmel AVRISP-MKII programmer.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
+ <info type="keyword" value="Technology">\r
+ <keyword value="Low Level APIs"/>\r
+ <keyword value="USB Device"/>\r
+ </info>\r
+\r
<device-support-alias value="lufa_avr8"/>\r
<device-support-alias value="lufa_xmega"/>\r
<device-support-alias value="lufa_uc3"/>\r
<build type="distribute" subtype="user-file" value="AVRISP-MKII.txt"/>\r
\r
<build type="c-source" value="AVRISP-MKII.c"/>\r
- <build type="c-source" value="AVRISPDescriptors.c"/>\r
<build type="header-file" value="AVRISP-MKII.h"/>\r
- <build type="header-file" value="AVRISPDescriptors.h"/>\r
\r
- <build type="header-file" value="Lib/V2ProtocolConstants.h"/>\r
- <build type="c-source" value="Lib/V2Protocol.c"/>\r
- <build type="header-file" value="Lib/V2Protocol.h"/>\r
- <build type="c-source" value="Lib/V2ProtocolParams.c"/>\r
- <build type="header-file" value="Lib/V2ProtocolParams.h"/>\r
- <build type="c-source" value="Lib/ISP/ISPProtocol.c"/>\r
- <build type="header-file" value="Lib/ISP/ISPProtocol.h"/>\r
- <build type="c-source" value="Lib/ISP/ISPTarget.c"/>\r
- <build type="header-file" value="Lib/ISP/ISPTarget.h"/>\r
- <build type="c-source" value="Lib/XPROG/XPROGTarget.c"/>\r
- <build type="header-file" value="Lib/XPROG/XPROGTarget.h"/>\r
- <build type="c-source" value="Lib/XPROG/XPROGProtocol.c"/>\r
- <build type="header-file" value="Lib/XPROG/XPROGProtocol.h"/>\r
- <build type="c-source" value="Lib/XPROG/XMEGANVM.c"/>\r
- <build type="header-file" value="Lib/XPROG/XMEGANVM.h"/>\r
- <build type="c-source" value="Lib/XPROG/TINYNVM.c"/>\r
- <build type="header-file" value="Lib/XPROG/TINYNVM.h"/>\r
+ <require idref="lufa.projects.avrispmkii_clone.src"/>\r
\r
<build type="module-config" subtype="path" value="Config"/>\r
<build type="module-config" subtype="required-header-file" value="AppConfig.h"/>\r
Benito AVR programmer.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Device"/>\r
HID device report viewer project.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Host"/>\r
RGB LED notification widget project.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Device"/>\r
MIDI tone generator project.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Device"/>\r
Magnetic strip card reader project.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Device"/>\r
Magnetic strip card reader project.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Device"/>\r
Missile launcher project.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Low Level APIs"/>\r
<keyword value="USB Host"/>\r
Relay Board Controller project.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Low Level APIs"/>\r
<keyword value="USB Device"/>\r
USB Serial to LCD Controller project.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Device"/>\r
Temperature Datalogger project.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Device"/>\r
USB to Serial USART converter project.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Device"/>\r
RNDIS Webserver project, using the open source uIP network stack.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Dual Role"/>\r
Bridge firmware for the original (green) XPLAIN board, for programming and USB virtual serial communications.\r
</info>\r
\r
+ <info type="gui-flag" value="move-to-root"/>\r
+\r
<info type="keyword" value="Technology">\r
<keyword value="Class Driver APIs"/>\r
<keyword value="USB Device"/>\r