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 Jan 29, 2023. It is now read-only.
### Releases v1.8.0
1. Fix doubled time for `ESP32_S2`. Check [Error in the value defined by TIMER0_INTERVAL_MS #28](https://github.com/khoih-prog/ESP32_C3_TimerInterrupt/issues/28)
2. Modify examples to avoid using `LED_BUILTIN` / `GPIO2`, `GPIO1` as it can cause crash in some boards, such as `ESP32_C3`
3. Use `allman astyle` and add `utils`
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+29-6Lines changed: 29 additions & 6 deletions
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
-
*`ESP32` Core Version (e.g. ESP32 core v2.0.4)
18
+
*`ESP32` Core Version (e.g. ESP32 core v2.0.5)
19
19
*`ESP32-S2` Board type (e.g. ESP32S2_DEV Module, ESP32_S2_Saola, etc.)
20
20
* Contextual information (e.g. what you were trying to achieve)
21
21
* Simplest possible steps to reproduce
@@ -28,28 +28,51 @@ Please ensure to specify the following:
28
28
29
29
```
30
30
Arduino IDE version: 1.8.19
31
-
ESP32 core v2.0.4
32
-
ESP32S2_DEV Module
31
+
ESP32 core v2.0.5
32
+
ESP32S3_DEV Module
33
33
OS: Ubuntu 20.04 LTS
34
-
Linux xy-Inspiron-3593 5.15.0-41-generic #44~20.04.1-Ubuntu SMP Fri Jun 24 13:27:29 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
34
+
Linux xy-Inspiron-3593 5.15.0-52-generic #58~20.04.1-Ubuntu SMP Thu Oct 13 13:09:46 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
35
35
36
36
Context:
37
-
I encountered a crash while using TimerInterrupt.
38
-
37
+
I encountered a crash while using this library
39
38
Steps to reproduce:
40
39
1. ...
41
40
2. ...
42
41
3. ...
43
42
4. ...
44
43
```
45
44
45
+
### Additional context
46
+
47
+
Add any other context about the problem here.
48
+
49
+
---
50
+
46
51
### Sending Feature Requests
47
52
48
53
Feel free to post feature requests. It's helpful if you can explain exactly why the feature would be useful.
49
54
50
55
There are usually some outstanding feature requests in the [existing issues list](https://github.com/khoih-prog/ESP32_S2_TimerInterrupt/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement), feel free to add comments to them.
51
56
57
+
---
58
+
52
59
### Sending Pull Requests
53
60
54
61
Pull Requests with changes and fixes are also welcome!
55
62
63
+
Please use the `astyle` to reformat the updated library code as follows (demo for Ubuntu Linux)
64
+
65
+
1. Change directory to the library GitHub
66
+
67
+
```
68
+
xy@xy-Inspiron-3593:~$ cd Arduino/xy/ESP32_S2_TimerInterrupt_GitHub/
<ahref="https://www.buymeacoffee.com/khoihprog6"title="Donate to my libraries using BuyMeACoffee"><imgsrc="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png"alt="Donate to my libraries using BuyMeACoffee"style="height: 50px!important;width: 181px!important;" ></a>
11
+
<ahref="https://www.buymeacoffee.com/khoihprog6"title="Donate to my libraries using BuyMeACoffee"><imgsrc="https://img.shields.io/badge/buy%20me%20a%20coffee-donate-orange.svg?logo=buy-me-a-coffee&logoColor=FFDD00"style="height: 20px!important;width: 200px!important;" ></a>
1. Fix doubled time for `ESP32_S2`. Check [Error in the value defined by TIMER0_INTERVAL_MS #28](https://github.com/khoih-prog/ESP32_C3_TimerInterrupt/issues/28)
37
+
2. Modify examples to avoid using `LED_BUILTIN` / `GPIO2`, `GPIO1` as it can cause crash in some boards, such as `ESP32_C3`
38
+
3. Use `allman astyle` and add `utils`
39
+
27
40
### Releases v1.7.0
28
41
29
42
1. Add support to
@@ -56,5 +69,5 @@
56
69
### Releases v1.3.0
57
70
58
71
1. Initial coding to support ESP32-S2
59
-
2. Sync with [ESP32TimerInterrupt library v1.3.0](https://github.com/khoih-prog/ESP32TimerInterrupt)
72
+
2. Sync with [ESP32_S2_TimerInterrupt library v1.3.0](https://github.com/khoih-prog/ESP32_S2_TimerInterrupt)
0 commit comments