2019-04-28 00:03:37 +07:00
---
2021-03-17 20:27:32 +07:00
name: Bug Report
2019-04-28 00:03:37 +07:00
about: Create a report to help us improve
2021-03-19 11:17:38 +07:00
title: 'Please provide all details at least for Setup/Describe/Reproduce'
2020-06-01 15:17:05 +07:00
labels: Bug 🐞
2019-04-28 00:10:57 +07:00
assignees: ''
2019-04-28 00:03:37 +07:00
---
2021-03-19 11:15:58 +07:00
**Set Up**
2019-04-28 00:03:37 +07:00
2021-06-10 11:03:58 +07:00
- **PC OS** e.g Ubuntu 20.04 / Windows 10 / macOS 10.15
2021-03-17 20:27:32 +07:00
- **Board** e.g Feather nRF52840 Express (if custom specify your MCUs)
2021-05-30 13:50:14 +07:00
- **TinyUSB version** relase version or git hash (preferrably running with master for lastest code)
2021-03-17 20:27:32 +07:00
- **Firmware** e.g examples/device/cdc_msc
2021-03-19 11:15:58 +07:00
**Describe The Bug**
2020-04-22 00:25:08 +07:00
A clear and concise description of what the bug is.
2019-04-28 00:03:37 +07:00
2021-03-19 11:15:58 +07:00
**To Reproduce**
2019-04-28 00:03:37 +07:00
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
2020-04-19 14:02:39 +07:00
3. See error
2020-04-22 00:25:08 +07:00
2020-05-09 17:56:12 +07:00
**Screenshots**
2021-03-19 11:15:58 +07:00
2020-05-09 17:56:12 +07:00
If applicable, add screenshots, bus capture to help explain your problem.
**Log**
2021-03-19 11:15:58 +07:00
2021-06-10 11:03:58 +07:00
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.
2021-04-19 13:18:19 +07:00
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 ](/docs/getting_started.md )