summaryrefslogtreecommitdiffstats
path: root/c/src/wrapup
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2005-11-03 02:52:41 +0000
committerTill Straumann <strauman@slac.stanford.edu>2005-11-03 02:52:41 +0000
commit78111c37c6174de035a546ca661f0f68bb68c4cd (patch)
tree4021f8669cde59979f675ec45a6dc940c13420a9 /c/src/wrapup
parent2005-11-02 straumanatslacdotstanford.edu (diff)
downloadrtems-78111c37c6174de035a546ca661f0f68bb68c4cd.tar.bz2
2005-11-02 straumanatslacdotstanford.edu
* libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h, libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files. * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am: added a simple API/library for i2c devices and drivers for i2c 2-byte eeproms and a ds1621 temperature sensor; API is documented in libi2c.h
Diffstat (limited to 'c/src/wrapup')
-rw-r--r--c/src/wrapup/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/wrapup/Makefile.am b/c/src/wrapup/Makefile.am
index 330ae71be5..f8485997dd 100644
--- a/c/src/wrapup/Makefile.am
+++ b/c/src/wrapup/Makefile.am
@@ -30,6 +30,7 @@ SRCS += ../libchip/libide.a
if HAS_NETWORKING
SRCS += ../libchip/libnetchip.a
endif
+SRCS += ../libchip/libi2cio.a
endif
if HAS_MP