]> git.donarmstrong.com Git - qmk_firmware.git/commit
I2C driver docs (#4298)
authoryiancar <yiangosyiangou@cytanet.com.cy>
Sat, 10 Nov 2018 20:26:39 +0000 (12:26 -0800)
committerJack Humbert <jack.humb@gmail.com>
Sat, 10 Nov 2018 20:26:39 +0000 (15:26 -0500)
commit408361402385ea938575956e9368b5f373edc629
tree2ce9bc847d66296848bdfe39b15de549058d966d
parent3ba242cc3f5db93b14f0939f056e9aa759a43efe
I2C driver docs (#4298)

* 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
docs/_sidebar.md
docs/_summary.md
docs/i2c_driver.md [new file with mode: 0644]
drivers/arm/i2c_master.c