mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
afc4042375
update example readme for debug log. Update bug template to ask for LOG as well.
831 B
831 B
name | about | title | labels | assignees |
---|---|---|---|---|
Bug report | Create a report to help us improve | Bug |
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
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
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. More information can be found at example's readme