summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorhathach <[email protected]>2014-04-16 12:05:14 +0700
committerhathach <[email protected]>2014-04-16 12:05:14 +0700
commit32d4b6518c7c0ffaa18dd0280b789a13ac929ed2 (patch)
tree12b66925579ab52a4103e22c0815805612dcd6a4 /tools
parent9aa3707f65158be001aaa065e4dee05b6389fcc2 (diff)
move tools.md to tools/readme.md
Diffstat (limited to 'tools')
-rw-r--r--tools/readme.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/readme.md b/tools/readme.md
new file mode 100644
index 000000000..d5c49c256
--- /dev/null
+++ b/tools/readme.md
@@ -0,0 +1,13 @@
+# Tools
+
+This folder contain several helpful tools that will ease our USB development process. Some are small enough to be included here, some you will need to download by yourself.
+
+## USB Tree View
+
+It is the enhanced version of Microsoft USBView and is a very handy windows application from http://www.uwe-sieber.de for viewing usb devices and their descriptors.
+
+![usb_tree_view.png](http://docs.tinyusb.org/images/usb_tree_view.png)
+
+## Tera Term
+
+For most demo, UART is the default/prefer way to interact with user, thus I would recommend a decent terminal such as [Tera Term](http://en.sourceforge.jp/projects/ttssh2/). Especially host demo requires a [ANSI escape](http://en.wikipedia.org/wiki/ANSI_escape_code) supported terminal to demonstrate properly. \ No newline at end of file