📄 usb-framework.html
字号:
<!DOCTYPE PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Atmel Corporation - USB Framework</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
</head>
<body>
<h1>USB Framework</h1>
<div id="breadcrumb">
<a href="../index.html">Main</a> > USB Framework
</div>
<table>
<tr>
<th>Readme</th>
<th>Appnote</th>
<th class="iar-usb">IAR 5.x</th>
<th>GNU</th>
<th>Description</th>
</tr>
<tr class="usb-device-audio-speaker-project">
<td>
<a href="usb-device-audio-speaker-project.html">
<img src="img/readme.gif">
</a>
</td>
<td>
</td>
<td class="iar-usb">
<a class="usb-device-audio-speaker-project-iar5" href="../packages/usb-device-audio-speaker-project-1.4-iar5-at91sam7x-ek.zip">
<img src="img/package.gif">
</a>
</td>
<td>
<a href="../packages/usb-device-audio-speaker-project-1.4-at91sam7x-ek.zip">
<img src="img/package.gif">
</a>
</td>
<td class="description">
<strong>USB Device Audio Speaker</strong><br />
This example shows how to use the USB Audio class to have the evaluation kit act as an external sound card (SSC-I2S).
</td>
</tr>
<tr class="usb-device-audio-speaker-ac97-project">
<td>
<a href="usb-device-audio-speaker-ac97-project.html">
<img src="img/readme.gif">
</a>
</td>
<td>
</td>
<td class="iar-usb">
<a class="usb-device-audio-speaker-ac97-project-iar5" href="../packages/usb-device-audio-speaker-ac97-project-1.4-iar5-at91sam7x-ek.zip">
<img src="img/package.gif">
</a>
</td>
<td>
<a href="../packages/usb-device-audio-speaker-ac97-project-1.4-at91sam7x-ek.zip">
<img src="img/package.gif">
</a>
</td>
<td class="description">
<strong>USB Device Audio Speaker AC97</strong><br />
This example shows how to use the USB Audio class to have the evaluation kit act as an external sound card
(AC97).
</td>
</tr>
<tr class="usb-device-ccid-project">
<td>
<a href="usb-device-ccid-project.html">
<img src="img/readme.gif">
</a>
</td>
<td>
</td>
<td class="iar-usb">
<a class="usb-device-ccid-project-iar5" href="../packages/usb-device-ccid-project-1.4-iar5-at91sam7x-ek.zip">
<img src="img/package.gif">
</a>
</td>
<td>
<a href="../packages/usb-device-ccid-project-1.4-at91sam7x-ek.zip">
<img src="img/package.gif">
</a>
</td>
<td class="description">
<strong>USB Device CCID</strong><br />
This example implements a CCID driver.
</td>
</tr>
<tr class="usb-device-core-project">
<td>
<a href="usb-device-core-project.html">
<img src="img/readme.gif">
</a>
</td>
<td>
<a href="http://www.atmel.com/dyn/resources/prod_documents/doc6263.pdf">
<img src="img/appnote.gif">
</a>
</td>
<td class="iar-usb">
<a class="usb-device-core-project-iar5" href="../packages/usb-device-core-project-1.4-iar5-at91sam7x-ek.zip">
<img src="img/package.gif">
</a>
</td>
<td>
<a href="../packages/usb-device-core-project-1.4-at91sam7x-ek.zip">
<img src="img/package.gif">
</a>
</td>
<td class="description">
<strong>USB Device Enumeration Example</strong><br />
This example shows a basic USB application which only performs
the enumeration step, so the host computer detects a
new USB device.
</td>
</tr>
<tr class="usb-device-cdc-serial-project">
<td>
<a href="usb-device-cdc-serial-project.html">
<img src="img/readme.gif">
</a>
</td>
<td>
<a href="http://www.atmel.com/dyn/resources/prod_documents/doc6269.pdf">
<img src="img/appnote.gif">
</a>
</td>
<td class="iar-usb">
<a class="usb-device-cdc-serial-project-iar5" href="../packages/usb-device-cdc-serial-project-1.4-iar5-at91sam7x-ek.zip">
<img src="img/package.gif">
</a>
</td>
<td>
<a href="../packages/usb-device-cdc-serial-project-1.4-at91sam7x-ek.zip">
<img src="img/package.gif">
</a>
</td>
<td class="description">
<strong>USB Device Serial Converter</strong><br />
This software acts as a bridge between a USB and USART
connections. A virtual COM port is created on the host
computer, enabling simple communication over the USB.
</td>
</tr>
<tr class="usb-device-hid-keyboard-project">
<td>
<a href="usb-device-hid-keyboard-project.html">
<img src="img/readme.gif">
</a>
</td>
<td>
<a href="http://www.atmel.com/dyn/resources/prod_documents/doc6273.pdf">
<img src="img/appnote.gif">
</a>
</td>
<td class="iar-usb">
<a class="usb-device-hid-keyboard-project-iar5" href="../packages/usb-device-hid-keyboard-project-1.4-iar5-at91sam7x-ek.zip">
<img src="img/package.gif">
</a>
</td>
<td>
<a href="../packages/usb-device-hid-keyboard-project-1.4-at91sam7x-ek.zip">
<img src="img/package.gif">
</a>
</td>
<td class="description">
<strong>USB Device HID Keyboard</strong><br />
Creates an USB keyboard using the evaluation kit, enabling the user
to type in characters and special keys (such as shift or num. lock) by
pushing buttons.
</td>
</tr>
<tr class="usb-device-massstorage-project">
<td>
<a href="usb-device-massstorage-project.html">
<img src="img/readme.gif">
</a>
</td>
<td>
<a href="http://www.atmel.com/dyn/resources/prod_documents/doc6283.pdf">
<img src="img/appnote.gif">
</a>
</td>
<td class="iar-usb">
<a class="usb-device-massstorage-project-iar5" href="../packages/usb-device-massstorage-project-1.4-iar5-at91sam7x-ek.zip">
<img src="img/package.gif">
</a>
</td>
<td>
<a href="../packages/usb-device-massstorage-project-1.4-at91sam7x-ek.zip">
<img src="img/package.gif">
</a>
</td>
<td class="description">
<strong>USB Device Mass Storage</strong><br />
Creates USB Mass Storage drives using internal and external memories of
the evaluation kit.
</td>
</tr>
</table>
<div class="iar-usb">
<p class="warning">Please apply the <a href="Toolkit.html">IAR patch for softpack 1.4</a> provided by Atmel before using the IAR examples.</strong>
</div>
<h6>Atmel Corporation ©2008</h6>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -