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
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+23-3Lines changed: 23 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ If you don't find anything, please [open a new issue](https://github.com/khoih-p
15
15
Please ensure to specify the following:
16
16
17
17
* Arduino IDE version (e.g. 1.8.19) or Platform.io version
18
-
*`ArduinoCore-mbed` Core Version (e.g. `ArduinoCore-mbed` mbed_portenta core v2.7.2)
18
+
*`ArduinoCore-mbed` Core Version (e.g. `ArduinoCore-mbed` mbed_portenta core v3.4.1)
19
19
*`Portenta_H7` Board type (e.g. Portenta_H7 Rev2 ABX00042, etc.)
20
20
* Contextual information (e.g. what you were trying to achieve)
21
21
* Simplest possible steps to reproduce
@@ -28,13 +28,13 @@ Please ensure to specify the following:
28
28
29
29
```
30
30
Arduino IDE version: 1.8.19
31
-
`ArduinoCore-mbed` mbed_portenta core v2.7.2
31
+
`ArduinoCore-mbed` mbed_portenta core v3.4.1
32
32
Portenta_H7 Rev2 ABX00042
33
33
OS: Ubuntu 20.04 LTS
34
34
Linux xy-Inspiron-3593 5.4.0-99-generic #112-Ubuntu SMP Thu Feb 3 13:50:55 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
35
35
36
36
Context:
37
-
I encountered a crash while using PWM.
37
+
I encountered a crash while using this library
38
38
39
39
Steps to reproduce:
40
40
1. ...
@@ -43,13 +43,33 @@ Steps to reproduce:
43
43
4. ...
44
44
```
45
45
46
+
---
47
+
46
48
### Sending Feature Requests
47
49
48
50
Feel free to post feature requests. It's helpful if you can explain exactly why the feature would be useful.
49
51
50
52
There are usually some outstanding feature requests in the [existing issues list](https://github.com/khoih-prog/Portenta_H7_PWM/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement), feel free to add comments to them.
51
53
54
+
---
55
+
52
56
### Sending Pull Requests
53
57
54
58
Pull Requests with changes and fixes are also welcome!
55
59
60
+
Please use the `astyle` to reformat the updated library code as follows (demo for Ubuntu Linux)
61
+
62
+
1. Change directory to the library GitHub
63
+
64
+
```
65
+
xy@xy-Inspiron-3593:~$ cd Arduino/xy/Portenta_H7_PWM_GitHub/
0 commit comments