Skip to content

Commit 753c570

Browse files
committed
Add comment about doc location, add i3c to todos
1 parent 33bdbd4 commit 753c570

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
[![Build Status](https://travis-ci.org/hdl-util/i2c.svg?branch=master)](https://travis-ci.org/hdl-util/i2c)
44

5-
Implementation of Inter-IC (I2C) bus master and slave, covering almost all edge cases
5+
Implementation of Inter-IC (I2C) bus master and slave, covering almost all edge cases.
66

7-
## To-dos
7+
## To-do List
88

99
- Master
1010
- [x] SCL
@@ -38,9 +38,14 @@ Implementation of Inter-IC (I2C) bus master and slave, covering almost all edge
3838
- [x] Fast-mode Plus
3939
- [ ] High-speed mode
4040
- [ ] Ultra Fast-mode
41+
- [ ] MIPI I3C
4142

4243

4344
## Reference Documents
4445

46+
These documents are not hosted here! They are available on Library Genesis and at other locations.
47+
4548
- [I2C Specification](https://www.nxp.com/docs/en/user-guide/UM10204.pdf)
4649
- [Understanding the I2C Bus](http://www.ti.com/lit/an/slva704/slva704.pdf)
50+
- [MIPI I3C Specification](https://b-ok.cc/book/3710131/fc48ef)
51+

0 commit comments

Comments
 (0)