placeholder:A clear and concise description of what the bug is.
validations:
required:true
- type:textarea
attributes:
label:How to reproduce ?
placeholder:|
1. Go to '...'
2. Click on '....'
3. See error
validations:
required:true
- type:textarea
attributes:
label:Debug Log
placeholder:|
TinyUSB debug log where the issue occurred as attached txt file, best with comments to explain the actual events.
Note:To enable logging, add `LOG=3` to to the make command if building with stock examples or set `CFG_TUSB_DEBUG=3` in your tusb_config.h. More information can be found at [example's readme](/docs/getting_started.md)