summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-03-20 02:16:35 -0700
committerGitHub <[email protected]>2019-03-20 02:16:35 -0700
commit02a1ce4e7655ad023875e03d879ab85aea848be5 (patch)
tree4717a15a68102a110486d09b9f9e22dbedf6589c /tools
parent0de884da760b64a7b774a630d00db4939d109ad2 (diff)
parent2d4314dd2d6ee3dcba9471303076f2dc237cf0f3 (diff)
Merge pull request #44 from hathach/develop
migrate license from BSD 3 clause to MIT
Diffstat (limited to 'tools')
-rw-r--r--tools/readme.md13
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/readme.md b/tools/readme.md
deleted file mode 100644
index d5c49c256..000000000
--- a/tools/readme.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# 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