nrf51
Here are 30 public repositories matching this topic...
-
Updated
Nov 25, 2020 - Java
-
Updated
Oct 23, 2020 - Swift
-
Updated
Feb 14, 2020 - Swift
-
Updated
Sep 19, 2020 - C++
-
Updated
Sep 25, 2020 - C
-
Updated
Aug 1, 2017 - C
-
Updated
Jun 10, 2019 - Logos
-
Updated
Jun 4, 2017
-
Updated
Nov 9, 2017 - C++
-
Updated
May 23, 2018 - C
-
Updated
May 14, 2019 - C
-
Updated
Oct 10, 2019 - C
-
Updated
Nov 26, 2020 - CMake
Improve this page
Add a description, image, and links to the nrf51 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nrf51 topic, visit your repo's landing page and select "manage topics."
In order for interrupt-based wake-ups (as introduced by #1142) to work concurrently with
time.Sleep
, we need to make some per-board changes.Previously,
sleepTicks
(the function used as an interface between the scheduler and the hardware timer) was defined to block until the timer completed, since there was nothing else to do. Now we need to change this so that it bails out when an interrup