aboutsummaryrefslogtreecommitdiff
path: root/extmod/machine_spi.c
AgeCommit message (Expand)Author
2022-05-03all: Use mp_obj_malloc everywhere it's applicable.Jim Mussared
2021-09-02extmod/machine_spi: Make SoftSPI configurable via macro option.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-03-10drivers/bus: Pull out software SPI implementation to dedicated driver.Damien George
2018-03-02extmod/machine_spi: Make SPI protocol structure public.Damien George
2017-02-06extmod/machine_spi: Remove EVENT_POLL_HOOK from soft-SPI transfer func.Damien George
2016-12-08extmod/machine_spi: Provide reusable software SPI class.Damien George
2016-10-04extmod/machine_spi: Add optional support for fast software SPI.Damien George
2016-10-04extmod/machine_spi: Use delay_half, not baudrate, for internal timing.Damien George
2016-10-03extmod/machine_spi: Factor out software SPI code from esp8266 to extmod.Damien George
2016-10-03extmod/machine_spi: Simplify SPI xfer function to only take one buf len.Damien George
2016-09-01extmod: Add machine_spi with generic SPI C-protocol and helper methods.Damien George