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.2.2
1. Add support to Seeeduino nRF52840-based boards such as **Seeed_XIAO_NRF52840 and Seeed_XIAO_NRF52840_SENSE**, etc. using Seeeduino `nRF52` core
2. Add astyle using `allman` style. Restyle the library
3. Update all examples
4. Update `Packages' Patches` to add Seeeduino `nRF52` core
* Contextual information (e.g. what you were trying to achieve)
20
20
* Simplest possible steps to reproduce
21
21
* Anything that might be relevant in your opinion, such as:
@@ -27,25 +27,47 @@ Please ensure to specify the following:
27
27
28
28
```
29
29
Arduino IDE version: 1.8.19
30
-
Arduino NRF52 Core Version 1.3.0
30
+
Adafruit NRF52 Core Version 1.3.0
31
+
NRF52840_ITSYBITSY
31
32
OS: Ubuntu 20.04 LTS
32
-
Linux xy-Inspiron-3593 5.4.0-100-generic #113-Ubuntu SMP Thu Feb 3 18:43:29 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
33
+
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
33
34
34
35
Context:
35
-
I encountered a crash while trying to use the Timer Interrupt.
36
+
I encountered a crash while using this library
36
37
37
38
Steps to reproduce:
38
39
1. ...
39
40
2. ...
40
41
3. ...
41
42
4. ...
42
43
```
44
+
45
+
---
46
+
43
47
### Sending Feature Requests
44
48
45
49
Feel free to post feature requests. It's helpful if you can explain exactly why the feature would be useful.
46
50
47
51
There are usually some outstanding feature requests in the [existing issues list](https://github.com/khoih-prog/nRF52_Slow_PWM/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement), feel free to add comments to them.
48
52
53
+
---
54
+
49
55
### Sending Pull Requests
50
56
51
57
Pull Requests with changes and fixes are also welcome!
58
+
59
+
Please use the `astyle` to reformat the updated library code as follows (demo for Ubuntu Linux)
60
+
61
+
1. Change directory to the library GitHub
62
+
63
+
```
64
+
xy@xy-Inspiron-3593:~$ cd Arduino/xy/nRF52_Slow_PWM_GitHub/
0 commit comments