Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bus: Don't reserve any pins if BUS_PINS_x is not defined | Kevin O'Connor | 2019-04-07 | 1 | -3/+4 |
* | bus: Support bus enumerations and add support for reserved pins | Kevin O'Connor | 2019-04-04 | 1 | -19/+51 |
* | bus: Change bus parameter in config_spi/config_i2c | Kevin O'Connor | 2019-04-04 | 1 | -3/+3 |
* | 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 |