You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for taking the time to fill out this bug report!
9
-
It's okay to leave some blank if it doesn't apply to your problem.
10
-
11
-
- type: dropdown
5
+
- type: checkboxes
6
+
id: checklist
12
7
attributes:
13
-
label: Operating System
8
+
label: Answers checklist.
9
+
description: Before submitting a new issue, please follow the checklist and try to find the answer.
14
10
options:
15
-
- Linux
16
-
- MacOS
17
-
- RaspberryPi OS
18
-
- Windows 7
19
-
- Windows 10
20
-
- Windows 11
21
-
- Others
22
-
validations:
23
-
required: true
24
-
11
+
- label: I have read the component documentation [ESP-IDF Components](https://components.espressif.com) and the issue is not addressed there.
12
+
required: true
13
+
- label: I am using target and esp-idf version as defined in component's idf_component.yml
14
+
required: true
15
+
- label: I have searched the upstream [issue tracker](https://github.com/hathach/tinyusb/issues?q=is%3Aissue) for a similar issue and not found any related issue.
16
+
required: true
17
+
- label: I have searched the Espressif esp-usb component [issue tracker](https://github.com/espressif/esp-usb/issues?q=is%3Aissue) for a similar issue and not found any related issue.
18
+
required: true
25
19
- type: input
20
+
id: idf_version
26
21
attributes:
27
-
label: Commit SHA
28
-
placeholder: e.g 3a042b37da28d0ba1e5593eb1068ca5645d77b56 or version bundled by esp-idf or pico-sdk
22
+
label: ESP-IDF version.
23
+
description: Which ESP-IDF version does this issue occur on? Run `git describe --tags` in your esp-idf folder to find it.
e.g examples/device/cdc_msc. If it is custom firmware, it is preferably compiled like one in example folder and reviewable for people to comment on. The easiest way is
44
-
- Fork this repo, checkout a new branch
45
-
- Add your-own-example based on stock one
46
-
- Push and post it here.
47
-
validations:
48
-
required: true
49
-
50
-
- type: textarea
51
-
attributes:
52
-
label: What happened ?
53
-
placeholder: A clear and concise description of what the bug is.
54
-
validations:
55
-
required: true
56
-
57
-
- type: textarea
58
-
attributes:
59
-
label: How to reproduce ?
60
-
placeholder: |
61
-
Exact steps in chronological order, details should be specific e.g if you use a command/script to test with, please post it as well.
62
-
1. Go to '...'
63
-
2. Click on '....'
64
-
3. See error
30
+
label: Development Kit.
31
+
description: Which Development Kit does this issue occur on?
0 commit comments