aboutsummaryrefslogtreecommitdiff
path: root/ports/nrf/modules/machine
AgeCommit message (Expand)Author
2020-11-23extmod/machine_i2c: Add init protocol method for generic I2C bindings.Damien George
2020-10-01ports: Support legacy soft I2C/SPI construction via id=-1 arg.Damien George
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-07-08nrf: Add support for time.ticks_xxx functions using RTC1.Martin Fischer
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-18nrf: Use MICROPY_HW_ENABLE_RNG instead of MICROPY_PY_RANDOM_HW_RNG.Damien George
2020-02-13py: Add mp_raise_msg_varg helper and use it where appropriate.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-10-02nrf/uart: Add support for UARTE (EasyDMA).Glenn Ruben Bakke
2019-10-02nrf/temp: Move module configuration guard.Glenn Ruben Bakke
2019-10-02nrf/i2c: Add support for TWIM (EasyDMA).Glenn Ruben Bakke
2019-09-05nrf/boards/make-pins.py: Fix gen of board pins to use correct index.Jim Mussared
2019-09-05nrf/machine/adc: Fix mapping of ADC channel to pin.Damien George
2019-09-05nrf/machine/adc: Allow to pass a Pin object in to ADC constructor.Damien George
2019-09-05nrf/machine/adc: Add ADC.read_u16() method.Damien George
2019-08-28nrf: Clean up source by removing tabs, trailing spaces, non-ASCII chars.Damien George
2019-05-22nrf/uart: Make UART print output something, and add write method.Damien George
2019-05-22nrf/uart: Change UART driver to be non-blocking and use IRQs.Damien George
2019-05-20nrf/machine/i2c: Update to support new C-level I2C API.Damien George
2019-02-20nrf/pwm: Remove superfluous NULL in machine_hard_pwm_instances.Stig Bjørlykke
2019-02-12ports: Convert legacy uppercase macro names to lowercase.Damien George
2019-02-02nrf/timer: Fix disabling Timer 1 when using soft PWM.Stig Bjørlykke
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
2019-01-31nrf/uart: Remove unused machine.UART() parameters.Ayke van Laethem
2019-01-31nrf/uart: Use formula instead of switch for baudrate calculation.Ayke van Laethem
2019-01-30nrf/modmachine: Rename machine.sleep to machine.lightsleep.Damien George
2018-08-02nrf/uart: Fix UART.writechar() to write just 1 byte.Ayke van Laethem
2018-08-02nrf/uart: Remove unused UART.char_width field.Ayke van Laethem
2018-08-02nrf: Use separate config for each PWM instance.Stig Bjørlykke
2018-08-01nrf: Correct index checking of ADC/PWM/RTCounter instances.Stig Bjørlykke
2018-08-01nrf: Enable all PWM, RTC and Timer instances for nrf52840.Stig Bjørlykke
2018-07-20nrf: Properly use (void) instead of () for function definitions.Damien George
2018-07-18nrf: Move pyb module to boards moduleGlenn Ruben Bakke
2018-07-18nrf/modules/machine/spi: Move enable-guard to prevent wrong includesGlenn Ruben Bakke
2018-07-18nrf/modules/machine/adc: Don't compare -1 to an unsigned number.Ayke van Laethem
2018-07-18nrf/modules/machine/adc: Fix to make adc.c compile for nrf51 targetsGlenn Ruben Bakke
2018-07-18nrf/spi: Allow for external use of new and transfer function.Glenn Ruben Bakke
2018-07-18nrf/adc: Allow for external use of new and value read function.Glenn Ruben Bakke
2018-07-18nrf/modules: Align method to resolve pin objectGlenn Ruben Bakke
2018-07-18nrf/modules/machine/spi: SPIM (EasyDMA) backend for nrf52xGlenn 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: Make machine.UART optional.Ayke van Laethem
2018-07-18nrf/modules/machine/pin: Disable pin debug by default.Ayke van Laethem