Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Next set of split_common changes (#4974) | James Churchill | 2019-03-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | * Update split_common to use standard i2c drivers * Eliminate RGB_DIRTY/BACKLIT_DIRTY * Fix avr i2c_master error handling * Fix i2c_slave addressing * Remove unneeded timeout on i2c_stop() * Fix RGB I2C transfers * Remove incorrect comment | ||||
* | Add documentation for led matrix | skullY | 2019-02-10 | 1 | -7/+11 |
| | |||||
* | Remove duplicate row from Available functions table in i2c_driver doc (#4416) | Junya Ogura | 2018-11-13 | 1 | -1/+0 |
| | |||||
* | I2C driver docs (#4298) | yiancar | 2018-11-10 | 1 | -0/+83 |
* I2C driver docs - Added I2C driver docs. - Changed arm master i2c driver to have a weak i2c_init as it is impossible to account for all possible port configuration in the STM32 world. * Update docs/i2c_driver.md Co-Authored-By: yiancar <yiangosyiangou@cytanet.com.cy> * Update docs/i2c_driver.md Co-Authored-By: yiancar <yiangosyiangou@cytanet.com.cy> * Update docs/i2c_driver.md Co-Authored-By: yiancar <yiangosyiangou@cytanet.com.cy> * Update docs/i2c_driver.md Co-Authored-By: yiancar <yiangosyiangou@cytanet.com.cy> * GPIO release fix |