diff options
| author | Reinhard Panhuber <[email protected]> | 2022-03-14 20:40:57 +0100 |
|---|---|---|
| committer | Reinhard Panhuber <[email protected]> | 2022-03-14 20:40:57 +0100 |
| commit | 26339e694f09534502e16e1f83997de36c6e4215 (patch) | |
| tree | 16b91ebd8293bd1e04b2aa2ed71e2f46973eb001 /.github | |
| parent | f212899b54740479eff225d89432d88f0a14f17e (diff) | |
| parent | 41ffd54fa0eb51e19d110b5d69b9c70adf975f85 (diff) | |
Merge remote-tracking branch 'upstream/add-sof-isr' into add-sof-isr
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index fc41d8ff1..c0b520e35 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -60,11 +60,12 @@ body: - type: textarea attributes: - label: Debug Log + label: Debug Log as txt file 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. + Attach your debug log txt file here, where the issue occurred, best with comments to explain the actual events. + + Note1: Please DO NOT paste your lengthy log contents here since it hurts the readibility. + Note2: 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](https://github.com/hathach/tinyusb/blob/master/docs/getting_started.md) validations: required: false |
