aboutsummaryrefslogtreecommitdiff
path: root/ports/nrf/mphalport.c
AgeCommit message (Expand)Author
2020-07-08nrf: Add support for time.ticks_xxx functions using RTC1.Martin Fischer
2020-05-15nrf/mphalport: Remove need for "syntax unified" in mp_hal_delay_us.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-10-10nrf: Add nrf9160 base support.Glenn Ruben Bakke
2019-10-10nrf: Add tinyusb support for nrf52840.Glenn Ruben Bakke
2019-10-08nrf: Add support to activate MICROPY_PY_SYS_STDFILES.Damien George
2019-05-22nrf/mphalport: Use wfi to save power while waiting at the UART REPL.Damien George
2018-07-18nrf: Use mp_raise_ValueError instead of nlr_raise(...)Ayke van Laethem
2018-07-18nrf: Move pyb module to boards moduleGlenn Ruben Bakke
2018-07-18nrf/mphalport: Remove divided assembly syntax.Ayke van Laethem
2018-07-18nrf: Remove useless #include <errno.h>.Ayke van Laethem
2018-07-18nrf: Return immediatly from mp_hal_delay_us if 0us is givenGlenn Ruben Bakke
2018-07-18nrf: Replace custom-HAL with nrfx-HALglennrub
2018-07-18nrf: Option to enable Ctrl-C in NUS console.Ayke van Laethem
2018-07-18nrf: Add new port to Nordic nRF5x MCUs.Daniel Tralamazza