Files
rtems/testsuites/libtests
Sebastian Huber 41c5f1b779 Add I2C driver framework
This I2C driver framework has some major differences compared to libi2c.

* It is compatible to the Linux I2C user-space API.

* It uses generic IMFS nodes and thus reduces the levels of indirection.

* The drivers don't have to mess around with minor numbers to get their
  state information.

* No arbitrary bus controller model is assumed.  The main task of an I2C
  bus controller driver is to process I2C messages.  How this is done is
  private to the driver.

* Scatter/gather operations are supported (I2C_M_NOSTART).
2014-11-20 10:30:06 +01:00
..
2014-11-04 16:30:08 +11:00
2014-11-04 16:31:50 +11:00
2014-11-20 10:30:06 +01:00
2014-09-01 11:01:04 +02:00
2012-02-01 10:59:44 -06:00
2014-11-20 10:30:06 +01:00
2014-11-20 10:30:06 +01:00

This directory contains tests for some of the items in
the lib directories.  The intent is to be able to
verify the basic functionality of a library.  For example,
it is important to know that the stack checker successfully
detects tasks which both stay within and exceed their
stack limits.