aboutsummaryrefslogtreecommitdiff
path: root/ports/nrf/modules/machine/rtcounter.c
AgeCommit message (Expand)Author
2020-07-08nrf: Add support for time.ticks_xxx functions using RTC1.Martin Fischer
2020-05-15nrf: Update to work with nrfx v2.0.0, to match TinyUSB.Jim Mussared
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
2019-02-12ports: Convert legacy uppercase macro names to lowercase.Damien George
2019-01-31nrf: Shrink "<peripheral> does not exist" error messages.Ayke van Laethem
2018-08-01nrf: Correct index checking of ADC/PWM/RTCounter instances.Stig Bjørlykke
2018-08-01nrf: Enable all PWM, RTC and Timer instances for nrf52840.Stig Bjørlykke
2018-07-18nrf: Replace custom-HAL with nrfx-HALglennrub