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