| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-15 | run code formatting script | microDev | |
| 2019-11-18 | Supervisor: move most of systick to the supervisor | Jeff Epler | |
| This code is shared by most parts, except where not all the #ifdefs inside the tick function were present in all ports. This mostly would have broken gamepad tick support on non-samd ports. The "ms32" and "ms64" variants of the tick functions are introduced because there is no 64-bit atomic read. Disabling interrupts avoids a low probability bug where milliseconds could be off by ~49.5 days once every ~49.5 days (2^32 ms). Avoiding disabling interrupts when only the low 32 bits are needed is a minor optimization. Testing performed: on metro m4 express, USB still works and time.monotonic_ns() still counts up | |||
| 2018-09-25 | migrate serial from uart to uarte | hathach | |
| 2018-07-16 | Merge 3.0.0 final bugfixes and changes to master | Dan Halbert | |
| 2018-07-11 | Merge branch 'master' into nrf52840_usbboot | hathach | |
| 2018-07-10 | code format | hathach | |
| 2018-07-10 | nrf: Remove the random hal and module | arturo182 | |
| Thus getting rid of the whole old hal! The module is not needed because the common-hal nRF implementation uses HW RNG anyway. | |||
| 2018-07-10 | nrf: Remove the old time hal and replace with nRFx | arturo182 | |
| 2018-07-08 | nrf: Rewrite the DigitalInOut hal using nRFx | arturo182 | |
| 2018-07-08 | nrf: Rewrite the UART HAL using nrfx | arturo182 | |
| 2018-07-08 | nrf: mphalport cleanup | arturo182 | |
| 2017-12-21 | nRF52 update with internal file system support | microbuilder | |
| 2017-11-23 | Revert "Supervisor REPL support for ports/nrf/boards/feather52" | Kevin Townsend | |
| This reverts commit 92113dde815ce5aaecf63ea9e87bc4addcabd822. | |||
| 2017-11-23 | Supervisor REPL support for ports/nrf/boards/feather52 | Kevin Townsend | |
| 2017-10-04 | ports/nrf: Moving nrf51/52 port to new ports directory | Glenn Ruben Bakke | |
