diff options
| author | Ha Thach <[email protected]> | 2025-05-21 17:01:06 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-21 17:01:06 +0700 |
| commit | d3a9fee5cbd2490fa3d1e3976169e0c40e5a5e0c (patch) | |
| tree | 72ec4d723ead5361fe4bf6cf99b1f80756b7514b /.github | |
| parent | 3a042b37da28d0ba1e5593eb1068ca5645d77b56 (diff) | |
| parent | a484b2e37291dfe5062348d3460bffc60e04e366 (diff) | |
Merge pull request #3130 from hathach/max3421-use-spinlock
add usbh_spin_lock/unlock() use spinlock to replace atomic flag for hcd max3421
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index d00ee78bd..35576a439 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -24,8 +24,15 @@ body: - type: input attributes: + label: Commit SHA + placeholder: e.g 3a042b37da28d0ba1e5593eb1068ca5645d77b56 or version bundled by esp-idf or pico-sdk + validations: + required: true + + - type: input + attributes: label: Board - placeholder: e.g Feather nRF52840 Express + placeholder: e.g Adafruit Feather nRF52840 Express validations: required: true |
