summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/machine_spi.c
Commit message (Collapse)AuthorAge
* extmod: Add machine_spi with generic SPI C-protocol and helper methods.Damien George2016-09-01
The idea is that all ports can use these helper methods and only need to provide initialisation of the SPI bus, as well as a single transfer function. The coding pattern follows the stream protocol and helper methods.