summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-04-22 17:08:41 +0700
committerhathach <[email protected]>2020-04-22 17:08:41 +0700
commitafc4042375f7fa283cf912f019e832aaf659e314 (patch)
tree34e1f7a3043ff17c375209d9d8bc48c942dbf1f6 /.github
parent3aa3c359861ac3e581ef50a0c9ec8c291025673d (diff)
add LOGGER option to use rtt
update example readme for debug log. Update bug template to ask for LOG as well.
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 5c70569d0..66f045765 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -23,4 +23,4 @@ Steps to reproduce the behavior:
3. 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. \ No newline at end of file
+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](/examples/readme.md) \ No newline at end of file