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 `mbed` core
2. Add astyle using `allman` style. Restyle the library
*`nRF52840-based Nano_33_BLE` Board type (e.g. Nano_33_BLE, Nano_33_BLE_Sense, SEEED_XIAO_NRF52840 and SEEED_XIAO_NRF52840_SENSE, etc.)
19
20
* Contextual information (e.g. what you were trying to achieve)
20
21
* Simplest possible steps to reproduce
21
22
* Anything that might be relevant in your opinion, such as:
@@ -27,12 +28,13 @@ Please ensure to specify the following:
27
28
28
29
```
29
30
Arduino IDE version: 1.8.19
30
-
Arduino mbed_nano` core v2.7.2
31
+
Arduino mbed_nano core v3.4.1
32
+
Nano_33_BLE board
31
33
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
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
33
35
34
36
Context:
35
-
I encountered a crash while trying to use the Timer Interrupt.
37
+
I encountered a crash while using this library
36
38
37
39
Steps to reproduce:
38
40
1. ...
@@ -41,13 +43,31 @@ Steps to reproduce:
41
43
4. ...
42
44
```
43
45
46
+
---
47
+
44
48
### Sending Feature Requests
45
49
46
50
Feel free to post feature requests. It's helpful if you can explain exactly why the feature would be useful.
47
51
48
52
There are usually some outstanding feature requests in the [existing issues list](https://github.com/khoih-prog/nRF52_MBED_Slow_PWM/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement), feel free to add comments to them.
49
53
54
+
---
55
+
50
56
### Sending Pull Requests
51
57
52
58
Pull Requests with changes and fixes are also welcome!
53
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/nRF52_MBED_Slow_PWM_GitHub/
0 commit comments