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
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-09-09
nrf: Remove unnecessary includes of mpconfigport.h and its header guard.
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-23
all: Remove commented-out include statements.
stijn
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-18
nrf: Remove custom "random" module and use extmod version instead.
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-12-28
lib/utils/pyexec: Introduce MICROPY_REPL_INFO, wrap debug prints in it.
Yonatan Goldschmidt
2019-10-10
nrf: Add nrf9160 base support.
Glenn Ruben Bakke
2019-10-02
nrf/led: Expose public API for LED manipulation.
roland van straten
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-06-25
nrf/led: Adjust how board LEDs are defined.
Glenn Ruben Bakke
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-05-13
nrf: Change types to size_t for all uses of mp_obj_str_get_data.
Damien George
2019-05-02
nrf/boards: Add support for BLYST Nano module based boards.
Nguyen Hoan Hoang
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-08-01
nrf/uos: Add mbfs __enter__ and __exit__ handlers.
Stig Bjørlykke
2018-07-20
nrf: Properly use (void) instead of () for function definitions.
Damien George
2018-07-18
nrf: Use mp_raise_ValueError instead of nlr_raise(...)
Ayke van Laethem
2018-07-18
nrf: Quick-fix on const objects with open array dimension in objtuples.
Glenn Ruben Bakke
2018-07-18
nrf/bluetooth: Add support for s132/s140 v6, remove s132 v2/3/5
Glenn Ruben Bakke
2018-07-18
nrf: Move pyb module to boards module
Glenn Ruben Bakke
[next]