summaryrefslogtreecommitdiffstats
path: root/cpukit/libi2c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-22 15:20:34 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-22 15:20:34 +0000
commit797c232daded0ae9557d6d9ca1b3f2815345d471 (patch)
treec9c89949df6f4a931011c05f1917c8686576cc3c /cpukit/libi2c
parent2008-01-22 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-797c232daded0ae9557d6d9ca1b3f2815345d471.tar.bz2
2008-01-22 Joel Sherrill <joel.sherrill@OARcorp.com>
* libi2c/README_libi2c: Correct spelling error. * score/src/threadclearstate.c: Improve comment.
Diffstat (limited to 'cpukit/libi2c')
-rw-r--r--cpukit/libi2c/README_libi2c32
1 files changed, 16 insertions, 16 deletions
diff --git a/cpukit/libi2c/README_libi2c b/cpukit/libi2c/README_libi2c
index 1dd48faede..f1a8fd017e 100644
--- a/cpukit/libi2c/README_libi2c
+++ b/cpukit/libi2c/README_libi2c
@@ -40,22 +40,22 @@ Structure
This library defines a layered API to i2c and spi devices. The
layering is:
- +---------------------------------------+
- 6| Application |
- +---------------------------------------+
- 5| RTEMS I/O Manager |
- +---------------------------------------+
- 4|** libi2c OS adaption layer **|
- +---------------------------------------+
- 3| high level i2c device driver |
- | (EEPROM, RTC, ...) |
- | (e.g. in c/src/libchip/i2c) |
- +---------------------------------------+
- 2|** libi2c low level abstration layer **|
- +---------------------------------------+
- 1| i2c controller driver |
- | (in BSP) |
- +---------------------------------------+
+ +----------------------------------------+
+ 6| Application |
+ +----------------------------------------+
+ 5| RTEMS I/O Manager |
+ +----------------------------------------+
+ 4|** libi2c OS adaption layer **|
+ +----------------------------------------+
+ 3| high level i2c device driver |
+ | (EEPROM, RTC, ...) |
+ | (e.g. in c/src/libchip/i2c) |
+ +----------------------------------------+
+ 2|** libi2c low level abstraction layer **|
+ +----------------------------------------+
+ 1| i2c controller driver |
+ | (in BSP) |
+ +----------------------------------------+
This document will describe the following interfaces in separate
sections: