Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | extmod: Add machine_spi with generic SPI C-protocol and helper methods. | Damien George | 2016-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. |