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