aboutsummaryrefslogtreecommitdiff
path: root/ports/esp8266/machine_hspi.c
AgeCommit message (Expand)Author
2020-10-01ports: Support legacy soft I2C/SPI construction via id=-1 arg.Damien George
2020-10-01extmod/machine_spi: Remove "id" arg in SoftSPI constructor.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
2018-05-17esp8266/modmachine: Allow I2C and SPI to be configured out of the build.Damien George
2017-12-14esp8266/machine_hspi: After an SPI write wait for last byte to transfer.Damien George
2017-10-24all: Use NULL instead of "" when calling mp_raise exception helpers.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George