mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
bf70f89240
It currently supports the SAMD21 and SAMD51 only. More will be added later.
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.
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.