aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index ca989da..1db60b5 100644
--- a/readme.md
+++ b/readme.md
@@ -15,6 +15,7 @@
- [Driver API][driver-api]
- [AM335x Technical reference manual][ti-am335x-rm]
- [BeagleBone Black system reference manual][bbb-srm]
+- [I2C device driver guide][linux-i2c]
[kbuild-obj-var]: https://docs.kernel.org/kbuild/makefiles.html#loadable-module-goals-obj-m
[kbuild-module-makefile]: https://www.kernel.org/doc/html/latest/kbuild/modules.html#creating-a-kbuild-file-for-an-external-module
@@ -25,6 +26,7 @@
[driver-api]: https://www.kernel.org/doc/html/latest/driver-api/infrastructure.html
[ti-am335x-rm]: https://www.ti.com/lit/ug/spruh73q/spruh73q.pdf
[bbb-srm]: https://cdn-shop.adafruit.com/datasheets/BBB_SRM.pdf
+[linux-i2c]: https://www.kernel.org/doc/html/latest/i2c/writing-clients.html
# tips