diff --git a/doxygen/getting_started.md b/doxygen/getting_started.md index 9119853be..9da3327b2 100644 --- a/doxygen/getting_started.md +++ b/doxygen/getting_started.md @@ -32,7 +32,7 @@ vendor | Source files from 3rd party such as freeRTOS, fatfs etc ... It is relatively simple to incorporate tinyusb to your (existing) project -1. Copy core folder /**tinyusb** to your project. Let's say it is *your_project/tinyusb* +1. Copy core folder **repo/tinyusb** to your project. Let's say it is *your_project/tinyusb* 2. Add all the .c in the core folder to your project settings (uvproj, ewp, makefile) 3. Add *your_project/tinysb* to your include path. Also make sure your current include path also contains the configuration file tusb_config.h. Or you could simply put the tusb_config.h into the tinyusb folder as well. 4. Make sure all required macros such as TUSB_CFG_MCU are all defined properly in tusb_config.h. @@ -43,4 +43,6 @@ It is relatively simple to incorporate tinyusb to your (existing) project \subpage md_doxygen_started_build_demo -\subpage md_doxygen_started_run_demo \ No newline at end of file +\subpage md_doxygen_started_run_demo + +\subpage md_doxygen_tools \ No newline at end of file diff --git a/doxygen/started_build_demo.md b/doxygen/started_build_demo.md index c99683ba4..14bf5b4c6 100644 --- a/doxygen/started_build_demo.md +++ b/doxygen/started_build_demo.md @@ -49,7 +49,7 @@ IAR is just as easy as Keil ![iar_select_board.png](http://docs.tinyusb.org/images/iar_select_board.png) -## Configure demo ## +## Configure demo Application demo is written to have the code excluded if its required option is not enabled in [tusb_config.h](). Some of combination may exceed the 32KB limit of IAR/Keil so you may want to re-configure to disable some class support, decrease TUSB_CFG_DEBUG or increase the compiler optimization level. diff --git a/doxygen/tools.md b/doxygen/tools.md new file mode 100644 index 000000000..50c5844df --- /dev/null +++ b/doxygen/tools.md @@ -0,0 +1,7 @@ +# Tools + +## 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) \ No newline at end of file