From 5cdc29616ceed081e76de2439ed03a0e6c3a7dd1 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 10 Jan 2013 21:09:53 +0000 Subject: Update and add missing Atmel Studio project description XML files. --- Demos/Host/ClassDriver/AudioOutputHost/asf.xml | 4 +- Demos/Host/LowLevel/AndroidAccessoryHost/asf.xml | 43 ++++++++++++++++++++++ Demos/Host/LowLevel/AudioInputHost/asf.xml | 38 +++++++++++++++++++ Demos/Host/LowLevel/AudioOutputHost/asf.xml | 41 +++++++++++++++++++++ Demos/Host/LowLevel/GenericHIDHost/asf.xml | 38 +++++++++++++++++++ Demos/Host/LowLevel/JoystickHostWithParser/asf.xml | 40 ++++++++++++++++++++ Demos/Host/LowLevel/KeyboardHost/asf.xml | 38 +++++++++++++++++++ Demos/Host/LowLevel/KeyboardHostWithParser/asf.xml | 40 ++++++++++++++++++++ Demos/Host/LowLevel/MIDIHost/asf.xml | 40 ++++++++++++++++++++ Demos/Host/LowLevel/MassStorageHost/asf.xml | 41 +++++++++++++++++++++ Demos/Host/LowLevel/MouseHost/asf.xml | 38 +++++++++++++++++++ Demos/Host/LowLevel/MouseHostWithParser/asf.xml | 40 ++++++++++++++++++++ Demos/Host/LowLevel/PrinterHost/asf.xml | 41 +++++++++++++++++++++ Demos/Host/LowLevel/RNDISEthernetHost/asf.xml | 41 +++++++++++++++++++++ Demos/Host/LowLevel/StillImageHost/asf.xml | 42 +++++++++++++++++++++ Demos/Host/LowLevel/VirtualSerialHost/asf.xml | 38 +++++++++++++++++++ 16 files changed, 601 insertions(+), 2 deletions(-) create mode 100644 Demos/Host/LowLevel/AndroidAccessoryHost/asf.xml create mode 100644 Demos/Host/LowLevel/AudioInputHost/asf.xml create mode 100644 Demos/Host/LowLevel/AudioOutputHost/asf.xml create mode 100644 Demos/Host/LowLevel/GenericHIDHost/asf.xml create mode 100644 Demos/Host/LowLevel/JoystickHostWithParser/asf.xml create mode 100644 Demos/Host/LowLevel/KeyboardHost/asf.xml create mode 100644 Demos/Host/LowLevel/KeyboardHostWithParser/asf.xml create mode 100644 Demos/Host/LowLevel/MIDIHost/asf.xml create mode 100644 Demos/Host/LowLevel/MassStorageHost/asf.xml create mode 100644 Demos/Host/LowLevel/MouseHost/asf.xml create mode 100644 Demos/Host/LowLevel/MouseHostWithParser/asf.xml create mode 100644 Demos/Host/LowLevel/PrinterHost/asf.xml create mode 100644 Demos/Host/LowLevel/RNDISEthernetHost/asf.xml create mode 100644 Demos/Host/LowLevel/StillImageHost/asf.xml create mode 100644 Demos/Host/LowLevel/VirtualSerialHost/asf.xml (limited to 'Demos/Host') diff --git a/Demos/Host/ClassDriver/AudioOutputHost/asf.xml b/Demos/Host/ClassDriver/AudioOutputHost/asf.xml index 4e7cc50a5..66276597b 100644 --- a/Demos/Host/ClassDriver/AudioOutputHost/asf.xml +++ b/Demos/Host/ClassDriver/AudioOutputHost/asf.xml @@ -19,8 +19,8 @@ - - + + diff --git a/Demos/Host/LowLevel/AndroidAccessoryHost/asf.xml b/Demos/Host/LowLevel/AndroidAccessoryHost/asf.xml new file mode 100644 index 000000000..669632a33 --- /dev/null +++ b/Demos/Host/LowLevel/AndroidAccessoryHost/asf.xml @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + Android Accessory Host demo, implementing a basic USB device whose LEDs can be controlled via an Android device. + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Demos/Host/LowLevel/AudioInputHost/asf.xml b/Demos/Host/LowLevel/AudioInputHost/asf.xml new file mode 100644 index 000000000..8f4c484d9 --- /dev/null +++ b/Demos/Host/LowLevel/AudioInputHost/asf.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + Audio Input Host demo, implementing a basic USB audio sink that can output incoming audio data to a speaker. + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Demos/Host/LowLevel/AudioOutputHost/asf.xml b/Demos/Host/LowLevel/AudioOutputHost/asf.xml new file mode 100644 index 000000000..2c0592e51 --- /dev/null +++ b/Demos/Host/LowLevel/AudioOutputHost/asf.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + Audio Output Host demo, implementing a basic USB audio source that can output audio data to an attached device. + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Demos/Host/LowLevel/GenericHIDHost/asf.xml b/Demos/Host/LowLevel/GenericHIDHost/asf.xml new file mode 100644 index 000000000..4c545b919 --- /dev/null +++ b/Demos/Host/LowLevel/GenericHIDHost/asf.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + Generic HID Host demo, implementing a basic USB HID device that can send and receive data to and from an attached device. + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Demos/Host/LowLevel/JoystickHostWithParser/asf.xml b/Demos/Host/LowLevel/JoystickHostWithParser/asf.xml new file mode 100644 index 000000000..acd302006 --- /dev/null +++ b/Demos/Host/LowLevel/JoystickHostWithParser/asf.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + Joystick HID Host demo with HID parser, implementing a basic USB joystick host that can display movement data on the board LEDs. + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Demos/Host/LowLevel/KeyboardHost/asf.xml b/Demos/Host/LowLevel/KeyboardHost/asf.xml new file mode 100644 index 000000000..ab8a66b3f --- /dev/null +++ b/Demos/Host/LowLevel/KeyboardHost/asf.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + Keyboard HID Host demo, implementing a basic USB keyboard host that can display key press data on the board LEDs. + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Demos/Host/LowLevel/KeyboardHostWithParser/asf.xml b/Demos/Host/LowLevel/KeyboardHostWithParser/asf.xml new file mode 100644 index 000000000..1092a58fd --- /dev/null +++ b/Demos/Host/LowLevel/KeyboardHostWithParser/asf.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + Keyboard HID Host demo with HID parser, implementing a basic USB keyboard host that can display key press data on the board LEDs. + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Demos/Host/LowLevel/MIDIHost/asf.xml b/Demos/Host/LowLevel/MIDIHost/asf.xml new file mode 100644 index 000000000..d3a982b63 --- /dev/null +++ b/Demos/Host/LowLevel/MIDIHost/asf.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + MIDI Host demo, capable of sending and receiving MIDI messages to and from an attached device. + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Demos/Host/LowLevel/MassStorageHost/asf.xml b/Demos/Host/LowLevel/MassStorageHost/asf.xml new file mode 100644 index 000000000..cb5e20ba5 --- /dev/null +++ b/Demos/Host/LowLevel/MassStorageHost/asf.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + Mass Storage Host demo, capable of reading and writing raw 512 byte segments to the device's serial port. + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Demos/Host/LowLevel/MouseHost/asf.xml b/Demos/Host/LowLevel/MouseHost/asf.xml new file mode 100644 index 000000000..191a5f0e8 --- /dev/null +++ b/Demos/Host/LowLevel/MouseHost/asf.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + Keyboard HID Host demo, implementing a basic USB mouse host that can display movement data on the board LEDs. + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Demos/Host/LowLevel/MouseHostWithParser/asf.xml b/Demos/Host/LowLevel/MouseHostWithParser/asf.xml new file mode 100644 index 000000000..579b382f3 --- /dev/null +++ b/Demos/Host/LowLevel/MouseHostWithParser/asf.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + Mouse HID Host demo with HID parser, implementing a basic USB mouse host that can display movement data on the board LEDs. + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Demos/Host/LowLevel/PrinterHost/asf.xml b/Demos/Host/LowLevel/PrinterHost/asf.xml new file mode 100644 index 000000000..70dbd3c8c --- /dev/null +++ b/Demos/Host/LowLevel/PrinterHost/asf.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + Printer Host demo, implementing a basic USB printer host that can send raw printer control data to an attached device. + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Demos/Host/LowLevel/RNDISEthernetHost/asf.xml b/Demos/Host/LowLevel/RNDISEthernetHost/asf.xml new file mode 100644 index 000000000..85a40f5b4 --- /dev/null +++ b/Demos/Host/LowLevel/RNDISEthernetHost/asf.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + Microsoft RNDIS Ethernet Host demo, implementing a RNDIS host that can send and receive Ethernet data to and from an attached device. + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Demos/Host/LowLevel/StillImageHost/asf.xml b/Demos/Host/LowLevel/StillImageHost/asf.xml new file mode 100644 index 000000000..b18ab31e0 --- /dev/null +++ b/Demos/Host/LowLevel/StillImageHost/asf.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + Still Image Host demo, implementing a Still Image host that can send and receive PIMA data to and from an attached device. + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Demos/Host/LowLevel/VirtualSerialHost/asf.xml b/Demos/Host/LowLevel/VirtualSerialHost/asf.xml new file mode 100644 index 000000000..8a43be128 --- /dev/null +++ b/Demos/Host/LowLevel/VirtualSerialHost/asf.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + Virtual Serial Host demo, implementing a CDC host that can send and receive data to and from an attached device. + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3