summaryrefslogtreecommitdiffstats
path: root/cpukit/dev/i2c/xilinx-axi-i2c.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Correct minor spelling and grammar errorsZenon2018-11-061-1/+1
| | | | This work was performed as a GCI 2018 task.
* Xilinx AXI I2C driver IP race condition causes clock glitch.Chris Johns2018-02-011-1/+5
| | | | | | | Setting the PIRQ to 0 before reading the data produces a short clock pulse. Moving the write to after reading the data fixes the issue. Close #3173
* dev/i2c: Fix integer typeSebastian Huber2017-08-221-1/+1
| | | | Update #3082.
* dev/i2c: Add Xilinx AXI I2C driver.Chris Johns2017-08-161-0/+943
This is a generic driver for use with Xilinx AXI I2C controller IP. Closes #3100.