summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/machine_spi.h
Commit message (Expand)AuthorAge
* all: Unify header guard usage.Alexander Steffen2017-07-18
* extmod/machine_spi: Provide reusable software SPI class.Damien George2016-12-08
* py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.Damien George2016-10-21
* 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