espressif_tinyusb/tools
Scott Shawcroft bf70f89240
Introduce a Makefile for the OS_NONE device example
It currently supports the SAMD21 and SAMD51 only. More will be
added later.
2018-11-25 11:46:06 -08:00
..
windows_cdc_driver add tusb_usbser.inf for windows 2018-07-25 14:07:27 +07:00
readme.md move tools.md to tools/readme.md 2014-04-16 12:05:14 +07:00
top.mk Introduce a Makefile for the OS_NONE device example 2018-11-25 11:46:06 -08:00

readme.md

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

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. Especially host demo requires a ANSI escape supported terminal to demonstrate properly.