Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | spi_software: Implementation of software spi | Kevin O'Connor | 2019-02-13 | 1 | -12/+37 |
* | i2ccmds: Pass the i2c address as a 7-bit number (0-127) | Kevin O'Connor | 2019-01-07 | 1 | -4/+8 |
* | bus: Set all SPI CS pins high before first config_spi message | Kevin O'Connor | 2019-01-04 | 1 | -2/+5 |
* | bus: Don't raise a "duplicate pin" warning on None pins | Kevin O'Connor | 2019-01-02 | 1 | -0/+1 |
* | uc1701: Add support for SSD1306 in i2c mode | Kevin O'Connor | 2018-11-23 | 1 | -2/+76 |
* | bus: Add klippy/extras/bus.py module with SPI bus helper code | Kevin O'Connor | 2018-11-21 | 1 | -0/+65 |