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
/
modules
/
machine
/
pin.c
Age
Commit message (
Expand
)
Author
2020-05-15
nrf: Update to work with nrfx v2.0.0, to match TinyUSB.
Jim Mussared
2020-04-05
all: Use MP_ERROR_TEXT for all error messages.
Jim Mussared
2020-02-13
py: Add mp_raise_msg_varg helper and use it where appropriate.
Damien George
2019-09-05
nrf/boards/make-pins.py: Fix gen of board pins to use correct index.
Jim Mussared
2019-08-28
nrf: Clean up source by removing tabs, trailing spaces, non-ASCII chars.
Damien George
2019-02-12
ports: Convert legacy uppercase macro names to lowercase.
Damien George
2019-01-31
nrf/pin: Print pull information in Pin.__str__.
Ayke van Laethem
2019-01-31
nrf/pin: Cleanup Pin.__str__ to print relevant information.
Ayke van Laethem
2019-01-31
nrf: Shrink "<peripheral> does not exist" error messages.
Ayke van Laethem
2018-07-18
nrf: Move pyb module to boards module
Glenn Ruben Bakke
2018-07-18
nrf/modules/machine/pin: Add support for IRQ on Pin's
Glenn Ruben Bakke
2018-07-18
nrf: Remove port member from Pin object
Glenn Ruben Bakke
2018-07-18
nrf: Replace custom-HAL with nrfx-HAL
glennrub
2018-07-18
nrf/modules/machine/pin: Disable pin debug by default.
Ayke van Laethem
2018-07-18
nrf: Add new port to Nordic nRF5x MCUs.
Daniel Tralamazza