From 902d3d9bff2cb6db448d5747a7277edc9e3d963c Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 23 May 2013 16:58:31 +0200 Subject: Update Atmel Studio project captions. --- Demos/Host/ClassDriver/AndroidAccessoryHost/asf.xml | 2 +- Demos/Host/ClassDriver/AudioInputHost/asf.xml | 2 +- Demos/Host/ClassDriver/AudioOutputHost/asf.xml | 2 +- Demos/Host/ClassDriver/JoystickHostWithParser/asf.xml | 2 +- Demos/Host/ClassDriver/KeyboardHost/asf.xml | 2 +- Demos/Host/ClassDriver/KeyboardHostWithParser/asf.xml | 2 +- Demos/Host/ClassDriver/MIDIHost/asf.xml | 2 +- Demos/Host/ClassDriver/MassStorageHost/asf.xml | 2 +- Demos/Host/ClassDriver/MouseHost/asf.xml | 2 +- Demos/Host/ClassDriver/MouseHostWithParser/asf.xml | 2 +- Demos/Host/ClassDriver/PrinterHost/asf.xml | 2 +- Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml | 2 +- Demos/Host/ClassDriver/StillImageHost/asf.xml | 2 +- Demos/Host/ClassDriver/VirtualSerialHost/asf.xml | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) (limited to 'Demos/Host/ClassDriver') diff --git a/Demos/Host/ClassDriver/AndroidAccessoryHost/asf.xml b/Demos/Host/ClassDriver/AndroidAccessoryHost/asf.xml index c31e66320..4ddffc26b 100644 --- a/Demos/Host/ClassDriver/AndroidAccessoryHost/asf.xml +++ b/Demos/Host/ClassDriver/AndroidAccessoryHost/asf.xml @@ -13,7 +13,7 @@ - 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. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack. diff --git a/Demos/Host/ClassDriver/AudioInputHost/asf.xml b/Demos/Host/ClassDriver/AudioInputHost/asf.xml index ac0d067fb..aec6da78d 100644 --- a/Demos/Host/ClassDriver/AudioInputHost/asf.xml +++ b/Demos/Host/ClassDriver/AudioInputHost/asf.xml @@ -13,7 +13,7 @@ - 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. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack. diff --git a/Demos/Host/ClassDriver/AudioOutputHost/asf.xml b/Demos/Host/ClassDriver/AudioOutputHost/asf.xml index 5b53faffd..bf6b26906 100644 --- a/Demos/Host/ClassDriver/AudioOutputHost/asf.xml +++ b/Demos/Host/ClassDriver/AudioOutputHost/asf.xml @@ -13,7 +13,7 @@ - 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. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack. diff --git a/Demos/Host/ClassDriver/JoystickHostWithParser/asf.xml b/Demos/Host/ClassDriver/JoystickHostWithParser/asf.xml index 54a5a2ce5..5b9f2c037 100644 --- a/Demos/Host/ClassDriver/JoystickHostWithParser/asf.xml +++ b/Demos/Host/ClassDriver/JoystickHostWithParser/asf.xml @@ -13,7 +13,7 @@ - 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. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack. diff --git a/Demos/Host/ClassDriver/KeyboardHost/asf.xml b/Demos/Host/ClassDriver/KeyboardHost/asf.xml index f9d6067e0..382511774 100644 --- a/Demos/Host/ClassDriver/KeyboardHost/asf.xml +++ b/Demos/Host/ClassDriver/KeyboardHost/asf.xml @@ -13,7 +13,7 @@ - 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. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack. diff --git a/Demos/Host/ClassDriver/KeyboardHostWithParser/asf.xml b/Demos/Host/ClassDriver/KeyboardHostWithParser/asf.xml index fdd3e7997..a3c3367bc 100644 --- a/Demos/Host/ClassDriver/KeyboardHostWithParser/asf.xml +++ b/Demos/Host/ClassDriver/KeyboardHostWithParser/asf.xml @@ -13,7 +13,7 @@ - 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. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack. diff --git a/Demos/Host/ClassDriver/MIDIHost/asf.xml b/Demos/Host/ClassDriver/MIDIHost/asf.xml index b52521f47..62bbcae37 100644 --- a/Demos/Host/ClassDriver/MIDIHost/asf.xml +++ b/Demos/Host/ClassDriver/MIDIHost/asf.xml @@ -13,7 +13,7 @@ - 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. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack. diff --git a/Demos/Host/ClassDriver/MassStorageHost/asf.xml b/Demos/Host/ClassDriver/MassStorageHost/asf.xml index dbc871e9d..65dbebb83 100644 --- a/Demos/Host/ClassDriver/MassStorageHost/asf.xml +++ b/Demos/Host/ClassDriver/MassStorageHost/asf.xml @@ -13,7 +13,7 @@ - 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. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack. diff --git a/Demos/Host/ClassDriver/MouseHost/asf.xml b/Demos/Host/ClassDriver/MouseHost/asf.xml index ecc621854..b9167d736 100644 --- a/Demos/Host/ClassDriver/MouseHost/asf.xml +++ b/Demos/Host/ClassDriver/MouseHost/asf.xml @@ -13,7 +13,7 @@ - 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. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack. diff --git a/Demos/Host/ClassDriver/MouseHostWithParser/asf.xml b/Demos/Host/ClassDriver/MouseHostWithParser/asf.xml index a9ca34bff..841631259 100644 --- a/Demos/Host/ClassDriver/MouseHostWithParser/asf.xml +++ b/Demos/Host/ClassDriver/MouseHostWithParser/asf.xml @@ -13,7 +13,7 @@ - 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. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack. diff --git a/Demos/Host/ClassDriver/PrinterHost/asf.xml b/Demos/Host/ClassDriver/PrinterHost/asf.xml index fa704ff5e..edea954ea 100644 --- a/Demos/Host/ClassDriver/PrinterHost/asf.xml +++ b/Demos/Host/ClassDriver/PrinterHost/asf.xml @@ -13,7 +13,7 @@ - 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. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack. diff --git a/Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml b/Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml index 8199f2d92..03316beb6 100644 --- a/Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml +++ b/Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml @@ -13,7 +13,7 @@ - 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. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack. diff --git a/Demos/Host/ClassDriver/StillImageHost/asf.xml b/Demos/Host/ClassDriver/StillImageHost/asf.xml index 947178288..e02db289d 100644 --- a/Demos/Host/ClassDriver/StillImageHost/asf.xml +++ b/Demos/Host/ClassDriver/StillImageHost/asf.xml @@ -13,7 +13,7 @@ - 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. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack. diff --git a/Demos/Host/ClassDriver/VirtualSerialHost/asf.xml b/Demos/Host/ClassDriver/VirtualSerialHost/asf.xml index 4d0ebb0f8..a2408643f 100644 --- a/Demos/Host/ClassDriver/VirtualSerialHost/asf.xml +++ b/Demos/Host/ClassDriver/VirtualSerialHost/asf.xml @@ -13,7 +13,7 @@ - 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. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack. -- cgit v1.2.3