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.
*`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.)
40
41
* Contextual information (e.g. what you were trying to achieve)
41
42
* Simplest possible steps to reproduce
42
43
* Anything that might be relevant in your opinion, such as:
43
44
* Operating system (Windows, Ubuntu, etc.) and the output of `uname -a`
44
45
* Network configuration
45
-
46
+
47
+
46
48
### Example
47
49
48
50
```
49
-
Arduino IDE version: 1.8.13
50
-
ESP32 Core Version 1.0.5
51
+
Arduino IDE version: 1.8.19
52
+
Arduino mbed_nano core v3.4.1
53
+
Nano_33_BLE board
51
54
OS: Ubuntu 20.04 LTS
52
-
Linux xy-Inspiron-3593 5.4.0-66-generic #74-Ubuntu SMP Wed Jan 27 22:54:38 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
55
+
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
53
56
54
57
Context:
55
-
I encountered an endless loop while trying to connect to Local WiFi.
58
+
I encountered a crash while using this library
56
59
57
60
Steps to reproduce:
58
61
1. ...
@@ -61,6 +64,31 @@ Steps to reproduce:
61
64
4. ...
62
65
```
63
66
64
-
### Additional context
67
+
---
68
+
69
+
### Sending Feature Requests
70
+
71
+
Feel free to post feature requests. It's helpful if you can explain exactly why the feature would be useful.
72
+
73
+
There are usually some outstanding feature requests in the [existing issues list](https://github.com/khoih-prog/NRF52_MBED_TimerInterrupt/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement), feel free to add comments to them.
74
+
75
+
---
76
+
77
+
### Sending Pull Requests
78
+
79
+
Pull Requests with changes and fixes are also welcome!
80
+
81
+
Please use the `astyle` to reformat the updated library code as follows (demo for Ubuntu Linux)
82
+
83
+
1. Change directory to the library GitHub
84
+
85
+
```
86
+
xy@xy-Inspiron-3593:~$ cd Arduino/xy/NRF52_MBED_TimerInterrupt_GitHub/
0 commit comments