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
about: 'Create a report to help us improve the quality of our software'
4
4
title: ''
5
5
labels: ''
6
6
assignees: ''
7
-
8
7
---
9
8
10
9
**Caution**
10
+
11
11
The Issues are strictly limited for the reporting of problem encountered with the software provided in this project.
12
-
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)
12
+
For any other problem related to the STM32 product, the performance, the hardware characteristics and boards, the tools the environment in general, please post your report to the **ST Community** in the STM32 MCUs dedicated [page](https://community.st.com/s/topic/0TO0X000000BSqSWAW/stm32-mcus).
13
13
14
14
**Describe the set-up**
15
+
15
16
* The board (either ST RPN reference or your custom board)
16
17
* IDE or at least the compiler and its version
17
18
18
-
**Describe the bug**
19
-
A clear and concise description of what the bug is.
20
-
21
-
**How To Reproduce**
22
-
1. Indicate the global behavior of your application project
19
+
**Describe the bug (skip if none)**
23
20
24
-
2. The modules that you suspect to be the cause of the problem (Driver, BSP, MW ...)
21
+
A clear and concise description of what the bug is.
25
22
26
-
3. The use case that generates the problem
23
+
**How to reproduce the bug (skip if none)**
27
24
25
+
1. Indicate the global behavior of your application project
26
+
2. List the modules that you suspect to be the cause of the problem (Drivers, BSP, MW...)
27
+
3. Describe the use case that generates the problem
28
28
4. How we can reproduce the problem
29
29
30
30
31
31
**Additional context**
32
-
If you have a first analysis or patch correction, thank you to share your proposal.
32
+
33
+
If you have a first analysis, an enhancement, a fix or a patch, thank you to share your proposal.
33
34
34
35
**Screenshots**
36
+
35
37
If applicable, add screenshots to help explain your problem.
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,4 @@
2
2
3
3
### Contributor License Agreement (CLA)
4
4
* The Pull Request feature will be considered by STMicroelectronics after the signature of a **Contributor License Agreement (CLA)** by the submitter.
5
-
* If you did not sign such agreement, please follow the steps mentioned in the CONTRIBUTING.md file.
5
+
* If you did not sign such agreement, please follow the steps mentioned in the [CONTRIBUTING.md](https://github.com/STMicroelectronics/stm32f4xx_hal_driver/blob/master/CONTRIBUTING.md) file.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-8Lines changed: 5 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -5,23 +5,20 @@ It includes links to read up on if topics are unclear to you.
5
5
This guide mainly focuses on the proper use of Git.
6
6
7
7
### 1. Before opening an issue
8
-
To report a bug/request please file an issue in the right repository
9
-
(example for [stm32f4xx_hal_driver](https://github.com/STMicroelectronics/stm32f4xx_hal_driver/issues/new/choose)).
10
-
11
8
Please check the following boxes before posting an issue:
12
9
-[ ]`Make sure you are using the latest commit (major releases are Tagged, but corrections are available as new commits).`
13
-
-[ ]`Make sure your issue is a question/feedback/suggestions RELATED TO the software provided in this repository.` Otherwise, it should be discussed on the [ST Community/STM32 MCUs forum](https://community.st.com/s/group/0F90X000000AXsASAW/stm32-mcus).
10
+
-[ ]`Make sure your issue is a question/feedback/suggestions RELATED TO the software provided in this repository.` Otherwise, it should be discussed on the [ST Community/STM32 MCUs forum](https://community.st.com/s/topic/0TO0X000000BSqSWAW/stm32-mcus).
14
11
-[ ]`Make sure your issue is not already reported/fixed on GitHub or discussed on a previous issue.` Please refer to this [dashboard](https://github.com/orgs/STMicroelectronics/projects/2) for the list of issues and pull-requests. Do not forget to browse into the **closed** issues.
15
12
16
13
### 2. Posting the issue
17
-
When you have checked the previous boxes. You will find two templates (Bug Report or Other Issue) available in the **Issues** tab of the repository.
14
+
When you have checked the previous boxes. You will find two templates (Bug Report or Other Issue) available in the **Issues** tab of this repository.
18
15
19
16
### 3. Pull Requests
20
17
STMicrolectronics is happy to receive contributions from the community, based on an initial Contributor License Agreement (CLA) procedure.
21
18
22
-
* If you are an individual writing original source code and you are sure **you own the intellectual property**, then you need to sign an Individual CLA(https://cla.st.com).
23
-
* If you work for a company that wants also to allow you to contribute with your work, your company needs to provide a Corporate CLA(https://cla.st.com) mentioning your GitHub account name.
24
-
* If you are not sure that a CLA (Individual or Corporate) has been signed for your GitHub account you can check here(https://cla.st.com).
19
+
* If you are an individual writing original source code and you are sure **you own the intellectual property**, then you need to sign an Individual [CLA](https://cla.st.com).
20
+
* If you work for a company that wants also to allow you to contribute with your work, your company needs to provide a Corporate [CLA](https://cla.st.com) mentioning your GitHub account name.
21
+
* If you are not sure that a CLA (Individual or Corporate) has been signed for your GitHub account you can check [here](https://cla.st.com).
25
22
26
23
Please note that:
27
24
* The Corporate CLA will always take precedence over the Individual CLA.
/** @defgroup HAL_RTC_Aliased_Macros HAL RTC Aliased Macros maintained for legacy purpose
3347
3422
* @{
3348
3423
*/
3349
-
#if defined (STM32G0) || defined (STM32L5) || defined (STM32L412xx) || defined (STM32L422xx) || defined (STM32L4P5xx) || defined (STM32L4Q5xx) || defined (STM32G4) || defined (STM32WL)
3424
+
#if defined (STM32G0) || defined (STM32L5) || defined (STM32L412xx) || defined (STM32L422xx) || defined (STM32L4P5xx) || defined (STM32L4Q5xx) || defined (STM32G4) || defined (STM32WL)|| defined (STM32U5)
0 commit comments