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.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)
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1579,10 +1579,13 @@ Submit issues to: [NRF52_MBED_TimerInterrupt issues](https://github.com/khoih-pr
1579
1579
Many thanks for everyone for bug reporting, new feature suggesting, testing and contributing to the development of this library.
1580
1580
1581
1581
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)
0 commit comments