espressif_tinyusb/.github/ISSUE_TEMPLATE/bug_report.md

26 lines
760 B
Markdown
Raw Normal View History

2019-04-27 19:03:37 +02:00
---
name: Bug report
about: Create a report to help us improve
2019-08-20 07:36:22 +02:00
title: ''
2019-04-27 19:03:37 +02:00
labels: Bug
2019-04-27 19:10:57 +02:00
assignees: ''
2019-04-27 19:03:37 +02:00
---
2020-04-21 19:25:08 +02:00
**Set up**
[Mandatory] Provide details of your setup help us to reproduce the issue as quick as possible
- **PC OS** : Ubuntu 18.04 / Windows 10/ macOS 10.15
- **Board** : Feather nRF52840 Express
- **Firmware**: examples/device/cdc_msc
2019-04-27 19:03:37 +02:00
2020-04-21 19:25:08 +02:00
**Describe the bug**
A clear and concise description of what the bug is.
2019-04-27 19:03:37 +02:00
2020-04-21 19:25:08 +02:00
**To reproduce**
2019-04-27 19:03:37 +02:00
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. See error
2020-04-21 19:25:08 +02:00
**Log & screenshots**
If applicable, add screenshots and TinyUSB's log to help explain your problem. To enable logging, add `LOG=2` to your make command if building with stock examples or set `CFG_TUSB_DEBUG=2` in your tusb_config.h.