aboutsummaryrefslogtreecommitdiff
path: root/ports/nrf/modules/machine/modmachine.c
AgeCommit message (Expand)Author
2020-10-01ports: Add SoftI2C and SoftSPI to machine module where appropriate.Damien George
2020-10-01extmod/machine_i2c: Rename type to SoftI2C and add custom print method.Damien George
2020-02-18nrf: Use MICROPY_HW_ENABLE_RNG instead of MICROPY_PY_RANDOM_HW_RNG.Damien George
2020-02-13py: Add mp_raise_type helper macro and use it where appropriate.Damien George
2019-10-10nrf: Add nrf9160 base support.Glenn Ruben Bakke
2019-01-30nrf/modmachine: Rename machine.sleep to machine.lightsleep.Damien George
2018-08-01nrf: Enable all PWM, RTC and Timer instances for nrf52840.Stig Bjørlykke
2018-07-18nrf: Move pyb module to boards moduleGlenn Ruben Bakke
2018-07-18nrf: Replace custom-HAL with nrfx-HALglennrub
2018-07-18nrf: Make machine.UART optional.Ayke van Laethem
2018-07-18nrf: Add new port to Nordic nRF5x MCUs.Daniel Tralamazza