add i2c litex gateware link
[libreriscv.git] / shakti / m_class / I2C.mdwn
1 # I2C
2
3 * <http://bugs.libre-riscv.org/show_bug.cgi?id=1>
4 * <https://github.com/sifive/sifive-blocks/tree/master/src/main/scala/devices/>
5 includes GPIO, SPI, UART, JTAG, I2C, PinCtrl, UART and PWM. Also included
6 is a Watchdog Timer and others.
7 * <https://bitbucket.org/casl/c-class/src/0e77398a030bfd705930d0f1b8b9b5050d76e265/src/peripherals/i2c/?at=master>
8 * <http://opencores.org/project,i2c_master_slave>
9 * Litex Gateware on opencores i2c <https://github.com/betrusted-io/gateware/blob/master/gateware/i2c/core.py>