From 32d4b6518c7c0ffaa18dd0280b789a13ac929ed2 Mon Sep 17 00:00:00 2001 From: hathach Date: Wed, 16 Apr 2014 12:05:14 +0700 Subject: move tools.md to tools/readme.md --- doxygen/getting_started.md | 2 +- doxygen/tools.md | 13 ------------- tinyusb.Doxyfile | 3 ++- tools/readme.md | 13 +++++++++++++ 4 files changed, 16 insertions(+), 15 deletions(-) delete mode 100644 doxygen/tools.md create mode 100644 tools/readme.md diff --git a/doxygen/getting_started.md b/doxygen/getting_started.md index 6f7075ea8..c2ca2d9df 100644 --- a/doxygen/getting_started.md +++ b/doxygen/getting_started.md @@ -61,4 +61,4 @@ int main(void) \subpage md_doxygen_started_demo -\subpage md_doxygen_tools \ No newline at end of file +\subpage md_tools_readme \ No newline at end of file diff --git a/doxygen/tools.md b/doxygen/tools.md deleted file mode 100644 index d5c49c256..000000000 --- a/doxygen/tools.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 diff --git a/tinyusb.Doxyfile b/tinyusb.Doxyfile index 6ddf12f69..4c29beffd 100644 --- a/tinyusb.Doxyfile +++ b/tinyusb.Doxyfile @@ -753,7 +753,8 @@ INPUT = doxygen \ readme.markdown \ tinyusb \ boards \ - tests/readme.md + tests/readme.md \ + tools/readme.md # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses 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 -- cgit v1.3.1