summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/machine_spi.c
Commit message (Expand)AuthorAge
* extmod/machine_spi: Remove EVENT_POLL_HOOK from soft-SPI transfer func.Damien George2017-02-06
* extmod/machine_spi: Provide reusable software SPI class.Damien George2016-12-08
* extmod/machine_spi: Add optional support for fast software SPI.Damien George2016-10-04
* extmod/machine_spi: Use delay_half, not baudrate, for internal timing.Damien George2016-10-04
* extmod/machine_spi: Factor out software SPI code from esp8266 to extmod.Damien George2016-10-03
* extmod/machine_spi: Simplify SPI xfer function to only take one buf len.Damien George2016-10-03
* extmod: Add machine_spi with generic SPI C-protocol and helper methods.Damien George2016-09-01