2018-09-24 08:15:06 +08:00
|
|
|
---
|
|
|
|
name: Bug report
|
|
|
|
about: Create a report to help us improve Zephyr
|
2018-12-06 10:19:36 +08:00
|
|
|
title: ''
|
|
|
|
labels: bug
|
|
|
|
assignees: ''
|
2018-09-24 08:15:06 +08:00
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
**Describe the bug**
|
|
|
|
A clear and concise description of what the bug is.
|
2021-11-24 22:40:08 +08:00
|
|
|
|
|
|
|
Please also mention any information which could help others to understand
|
|
|
|
the problem you're facing:
|
|
|
|
- What target platform are you using?
|
|
|
|
- What have you tried to diagnose or workaround this issue?
|
|
|
|
- ...
|
2018-09-24 08:15:06 +08:00
|
|
|
|
|
|
|
**To Reproduce**
|
|
|
|
Steps to reproduce the behavior:
|
|
|
|
1. mkdir build; cd build
|
|
|
|
2. cmake -DBOARD=board\_xyz
|
|
|
|
3. make
|
|
|
|
4. See error
|
|
|
|
|
|
|
|
**Expected behavior**
|
|
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
|
|
|
|
**Impact**
|
|
|
|
What impact does this issue have on your progress (e.g., annoyance, showstopper)
|
|
|
|
|
2020-06-24 20:24:41 +08:00
|
|
|
**Logs and console output**
|
|
|
|
If applicable, add console logs or other types of debug information
|
|
|
|
e.g Wireshark capture or Logic analyzer capture (upload in zip archive).
|
|
|
|
copy-and-paste text and put a code fence (\`\`\`) before and after, to help
|
|
|
|
explain the issue. (if unable to obtain text log, add a screenshot)
|
2018-09-24 08:15:06 +08:00
|
|
|
|
|
|
|
**Environment (please complete the following information):**
|
|
|
|
- OS: (e.g. Linux, MacOS, Windows)
|
|
|
|
- Toolchain (e.g Zephyr SDK, ...)
|
|
|
|
- Commit SHA or Version used
|
|
|
|
|
|
|
|
**Additional context**
|
2021-11-24 22:40:08 +08:00
|
|
|
Add any other context that could be relevant to your issue, such as pin setting,
|
|
|
|
target configuration, ...
|