mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-24 05:42:57 +08:00
1.1 KiB
1.1 KiB
name | about | title | labels | assignees |
---|---|---|---|---|
Bug Report | Create a report to help us improve | Please provide all details at least for Setup/Describe/Reproduce | Bug 🐞 |
Set Up
- PC OS e.g Ubuntu 20.04 / Windows 10 / macOS 10.15
- Board e.g Feather nRF52840 Express (if custom specify your MCUs)
- TinyUSB version relase version or git hash (preferrably running with master for lastest code)
- Firmware e.g examples/device/cdc_msc
Describe The Bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- See error
Screenshots
If applicable, add screenshots, bus capture to help explain your problem.
Log
If applicable, provide the stack's log (uart/rtt/swo) where the issue occurred as attached txt file, best with comments to explain the actual events.
Note: To enable logging, add LOG=2
to to the make command if building with stock examples or set CFG_TUSB_DEBUG=2
in your tusb_config.h. More information can be found at example's readme