Commit message (Expand) | Author | Age | |
---|---|---|---|
* | all: Unify header guard usage. | Alexander Steffen | 2017-07-18 |
* | extmod/machine_spi: Provide reusable software SPI class. | Damien George | 2016-12-08 |
* | py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros. | Damien George | 2016-10-21 |
* | extmod/machine_spi: Use delay_half, not baudrate, for internal timing. | Damien George | 2016-10-04 |
* | extmod/machine_spi: Factor out software SPI code from esp8266 to extmod. | Damien George | 2016-10-03 |
* | extmod/machine_spi: Simplify SPI xfer function to only take one buf len. | Damien George | 2016-10-03 |
* | extmod: Add machine_spi with generic SPI C-protocol and helper methods. | Damien George | 2016-09-01 |