mirror of
https://github.com/azure-rtos/usbx.git
synced 2025-01-28 07:03:07 +08:00
36 lines
941 B
Markdown
36 lines
941 B
Markdown
|
---
|
||
|
name: Bug report
|
||
|
about: Create a report to help us improve Azure RTOS.
|
||
|
title: ''
|
||
|
labels: bug
|
||
|
assignees: ''
|
||
|
|
||
|
---
|
||
|
|
||
|
**Describe the bug**
|
||
|
A clear and concise description of what the bug is.
|
||
|
|
||
|
Please also mention any information which could help others to understand
|
||
|
the problem you're facing:
|
||
|
- What target device are you using?
|
||
|
- Which version of Azure RTOS?
|
||
|
- What toolchain and environment?
|
||
|
- What have you tried to diagnose or workaround this issue?
|
||
|
|
||
|
**To Reproduce**
|
||
|
Steps to reproduce the behavior:
|
||
|
1. Build my project in IAR Workbench.
|
||
|
1. 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)
|
||
|
|
||
|
**Logs and console output**
|
||
|
If applicable, add console logs or other types of debug information like Wireshark capture as `.zip` file.
|
||
|
|
||
|
**Additional context**
|
||
|
Add any other context about the problem here.
|