Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit 8b52c81

Browse files
authored
v1.3.0 to not use NRF_TIMER_1
### Releases v1.3.0 1. Don't use NRF_TIMER_1 because of [ArduinoCore-mbed mbed_nano core v2.0.0+](https://github.com/arduino/ArduinoCore-mbed) 2. Force to use NRF_TIMER_3 if select NRF_TIMER_0, NRF_TIMER_1 or NRF_TIMER_2 3. Check [Nano 33 BLE will not run library examples using NRF_TIMER_1 #6](#6)
1 parent 2e2e426 commit 8b52c81

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1579,10 +1579,13 @@ Submit issues to: [NRF52_MBED_TimerInterrupt issues](https://github.com/khoih-pr
15791579
Many thanks for everyone for bug reporting, new feature suggesting, testing and contributing to the development of this library.
15801580

15811581
1. Thanks to [per1234](https://github.com/per1234) to make PR in [Add mbed_nano to list of compatible architectures #3](https://github.com/khoih-prog/NRF52_MBED_TimerInterrupt/pull/3) leading to the new version v1.2.1 to add new **mbed_nano** to list of compatible architectures.
1582+
2. Thanks to [cattledogGH](https://github.com/cattledogGH) to report issue in [Nano 33 BLE will not run library examples using NRF_TIMER_1 #6](https://github.com/khoih-prog/NRF52_MBED_TimerInterrupt/issues/6) leading to the new version v1.3.0 to not use `NRF_TIMER_1` because of [ArduinoCore-mbed mbed_nano core v2.0.0+](https://github.com/arduino/ArduinoCore-mbed)
1583+
15821584

15831585
<table>
15841586
<tr>
15851587
<td align="center"><a href="https://github.com/per1234"><img src="https://github.com/per1234.png" width="100px;" alt="per1234"/><br /><sub><b>per1234</b></sub></a><br /></td>
1588+
<td align="center"><a href="https://github.com/cattledogGH"><img src="https://github.com/cattledogGH.png" width="100px;" alt="cattledogGH"/><br /><sub><b>cattledogGH</b></sub></a><br /></td>
15861589
</tr>
15871590
</table>
15881591

0 commit comments

Comments
 (0)