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