aboutsummaryrefslogtreecommitdiff
path: root/ports/zephyr/machine_i2c.c
AgeCommit message (Expand)Author
2020-12-07zephyr: Guard I2C code with appropriate ifdef config.Jonathan Bruchim
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-09-30zephyr: Const-ify struct device instance pointers.Maureen Helm
2020-09-30zephyr: Replace zephyr integer types with C99 types.Maureen Helm
2020-06-12zephyr: Update for refactored zephyr device structures.Maureen Helm
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-02-04zephyr: Update include paths for Zephyr v2.0.Maureen Helm
2019-05-20zephyr/machine_i2c: Update to support new C-level I2C API.Damien George
2019-03-26zephyr/i2c: Add support for hardware i2c.Maureen Helm