aboutsummaryrefslogtreecommitdiff
path: root/extmod/machine_spi.h
AgeCommit message (Expand)Author
2020-10-01ports: Support legacy soft I2C/SPI construction via id=-1 arg.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-07-18all: Unify header guard usage.Alexander Steffen
2016-12-08extmod/machine_spi: Provide reusable software SPI class.Damien George
2016-10-21py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.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