aboutsummaryrefslogtreecommitdiff
path: root/ports/esp32/machine_i2c.c
AgeCommit message (Expand)Author
2021-04-15esp32: Add initial support for ESP32S2 SoCs.Damien George
2021-02-15esp32: Add explicit initialisers to silence compiler warnings.Damien George
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-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-13py: Add mp_raise_msg_varg helper and use it where appropriate.Damien George
2019-07-19esp32: Add support for hardware I2C.Damien George