summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRobert Ly <robertly@google.com>2011-06-14 15:22:47 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-06-14 15:22:47 -0700
commitf5d0eb92fb052c0e1362db51cd5ef408499891a2 (patch)
tree9a803e748d9c4754eb8ef13e89a2ae9882f5ad81 /docs
parent02f4e4f9811a2a1720f76aba2744e4380f0fa5d4 (diff)
parentff46480e748555a923242af4238ec8d4822fd2ae (diff)
downloadframeworks_base-f5d0eb92fb052c0e1362db51cd5ef408499891a2.zip
frameworks_base-f5d0eb92fb052c0e1362db51cd5ef408499891a2.tar.gz
frameworks_base-f5d0eb92fb052c0e1362db51cd5ef408499891a2.tar.bz2
am ff46480e: am 4cd4c820: am 9fa54704: Merge "cherrypick from hc mr1 Change-Id: I23143ecaa0eeab68d55d007b8594a51bf90fbab7" into honeycomb-mr2
* commit 'ff46480e748555a923242af4238ec8d4822fd2ae': cherrypick from hc mr1 Change-Id: I23143ecaa0eeab68d55d007b8594a51bf90fbab7
Diffstat (limited to 'docs')
-rw-r--r--docs/html/guide/topics/usb/adk.jd23
1 files changed, 20 insertions, 3 deletions
diff --git a/docs/html/guide/topics/usb/adk.jd b/docs/html/guide/topics/usb/adk.jd
index 8aaa65c..6f23a17 100644
--- a/docs/html/guide/topics/usb/adk.jd
+++ b/docs/html/guide/topics/usb/adk.jd
@@ -55,9 +55,7 @@ page.title=Android Open Accessory Development Kit
</ol>
</li>
</ol>
-
-
<h2>See also</h2>
<ol>
@@ -68,6 +66,12 @@ page.title=Android Open Accessory Development Kit
<h2>Where to buy</h2>
<ol>
+ <li><a href="http://shop.moderndevice.com/products/freeduino-usb-host-board">
+ Modern Device</a></li>
+
+ <li><a href="http://www.seeedstudio.com/depot/seeeduino-adk-main-board-p-846.html">
+ Seeed Studio</a></li>
+
<li><a href=
"http://www.rt-net.jp/shop/index.php?main_page=product_info&cPath=3_4&products_id=1">
RT Corp</a></li>
@@ -78,6 +82,7 @@ page.title=Android Open Accessory Development Kit
<li><a href="https://store.diydrones.com/ProductDetails.asp?ProductCode=BR-PhoneDrone">
DIY Drones</a></li>
+
</ol>
</div>
</div>
@@ -105,13 +110,25 @@ page.title=Android Open Accessory Development Kit
development boards:</p>
<ul>
+ <li><a href="http://shop.moderndevice.com/products/freeduino-usb-host-board">Modern
+ Device</a> provides an Arduino-compatible board that supports the ADK firmware.</li>
+
+ <li><a href="http://www.seeedstudio.com/depot/seeeduino-adk-main-board-p-846.html">
+ Seeed Studio</a> provides an Arduino-compatible board that supports the ADK firmware.</li>
+
<li><a href="http://www.rt-net.jp/shop/index.php?main_page=product_info&cPath=3_4&products_id=1">
RT Corp</a> provides an Arduino-compatible board based on the Android ADK board design.</li>
+
<li><a href="http://www.microchip.com/android">Microchip</a> provides a A PIC based USB
microcontroller board.</li>
+
<li><a href="https://store.diydrones.com/ProductDetails.asp?ProductCode=BR-PhoneDrone">DIY
Drones</a> provides an Arduino-compatible board geared towards RC (radio controlled) and UAV
(unmanned aerial vehicle) enthusiasts.</li>
+<<<<<<< HEAD
+=======
+
+>>>>>>> c38ed22... doc change: add link to seeedstudio board
</ul>
<p>We expect more hardware distributers to create a variety of kits, so please stay tuned for
@@ -122,7 +139,7 @@ page.title=Android Open Accessory Development Kit
accessory that is based on the <a href="http://www.arduino.cc/">Arduino open source electronics
prototyping platform</a>, the accessory's hardware design files, code that implements the
accessory's firmware, and the Android application that interacts with the accessory. The hardware
- design files and firmware code are contained in the <a href=
+ design files and firmware code are contained in the <a href=ctive
"https://dl-ssl.google.com/android/adk/adk_release_0512.zip">ADK package download</a>.</p>
<p>The main hardware and software components of the ADK include:</p>