From 797c232daded0ae9557d6d9ca1b3f2815345d471 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 22 Jan 2008 15:20:34 +0000 Subject: 2008-01-22 Joel Sherrill * libi2c/README_libi2c: Correct spelling error. * score/src/threadclearstate.c: Improve comment. --- cpukit/libi2c/README_libi2c | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'cpukit/libi2c') 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: -- cgit v1.2.3