source: rtems-docs/bsp-howto/i2c.rst @ 12dccfe

5
Last change on this file since 12dccfe was 12dccfe, checked in by Sebastian Huber <sebastian.huber@…>, on 01/09/19 at 15:14:05

Remove superfluous "All rights reserved."

  • Property mode set to 100644
File size: 754 bytes
Line 
1.. comment SPDX-License-Identifier: CC-BY-SA-4.0
2
3.. Copyright (C) 2016 embedded brains GmbH <rtems@embedded-brains.de>
4
5I2C Driver
6**********
7
8The Inter-Integrated Circuit (I2C, I²C, IIC) bus drivers should use the
9`I2C bus framework <https://git.rtems.org/rtems/tree/cpukit/dev/include/dev/i2c/i2c.h>`_.
10For example drivers see the
11`Cadence I2C driver <https://git.rtems.org/rtems/tree/bsps/arm/xilinx-zynq/i2c/cadence-i2c.c>`_,
12the
13`Atmel SAM I2C driver <https://git.rtems.org/rtems/tree/bsps/arm/atsam/i2c/atsam_i2c_bus.c>`_
14and the
15`I2C framework test <https://git.rtems.org/rtems/tree/testsuites/libtests/i2c01/init.c>`_.
16
17The user API is compatible to the
18`Linux I2C user-space API <https://www.kernel.org/doc/Documentation/i2c/dev-interface>`_.
Note: See TracBrowser for help on using the repository browser.