summaryrefslogtreecommitdiffstats
path: root/c/src/ChangeLog
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/ChangeLog
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/ChangeLog')
-rw-r--r--c/src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index bbc2f93e66..1dd5e6f546 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,3 +1,12 @@
+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
+
2005-10-26 Ralf Corsepius <ralf.corsepius@rtems.org>
* libnetworking/pppd/ipxcp.c,