Release v2.5.1

This commit is contained in:
slimih
2020-07-15 13:55:04 +01:00
parent f38cd97948
commit a1edff5f0e
49 changed files with 13945 additions and 1 deletions

35
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,35 @@
---
name: Bug report
about: Create a report to help us improve the quality of our software
title: ''
labels: ''
assignees: ''
---
**Caution**
The Issues are strictly limited for the reporting of problem encountered with the software provided in this project.
For any other problem related to the STM32 product, the performance, the hardware characteristics and boards, the tools the environment in general, please post a topic in the [ST Community/STM32 MCUs forum](https://community.st.com/s/group/0F90X000000AXsASAW/stm32-mcus).
**Describe the set-up**
* The board (either ST RPN reference or your custom board).
* IDE or at least the compiler and its version.
**Describe the bug**
A clear and concise description of what the bug is.
**How To Reproduce**
1. Indicate the global behavior of your application project.
2. The modules that you suspect to be the cause of the problem (Driver, BSP, MW ...).
3. The use case that generates the problem.
4. How we can reproduce the problem.
**Additional context**
If you have a first analysis or patch correction, thank you to share your proposal.
**Screenshots**
If applicable, add screenshots to help explain your problem.

22
.github/ISSUE_TEMPLATE/other-issue.md vendored Normal file
View File

@@ -0,0 +1,22 @@
---
name: 'Other Issue '
about: Generic issue description
title: ''
labels: ''
assignees: ''
---
**Caution**
The Issues are strictly limited for the reporting of problem encountered with the software provided in this project.
For any other problem related to the STM32 product, the performance, the hardware characteristics and boards, the tools the environment in general, please post a topic in the [ST Community/STM32 MCUs forum](https://community.st.com/s/group/0F90X000000AXsASAW/stm32-mcus).
**Describe the set-up**
* The board (either ST RPN reference or your custom board).
* IDE or at least the compiler and its version.
**Additional context**
If you have a first analysis or a patch proposal, thank you to share your proposal.
**Screenshots**
If applicable, add screenshots to help explain your problem.

5
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,5 @@
## IMPORTANT INFORMATION
### Contributor License Agreement (CLA)
* The Pull Request feature will be considered by STMicroelectronics after the signature of a **Contributor License Agreement (CLA)** by the submitter.
* If you did not sign such agreement, please follow the steps mentioned in the [CONTRIBUTING.md](https://github.com/STMicroelectronics/stm32_mw_usb_device/blob/master/CONTRIBUTING.md) file.