summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2005-11-03 02:44:59 +0000
committerTill Straumann <strauman@slac.stanford.edu>2005-11-03 02:44:59 +0000
commit6339f4670c29f48daef70429401b7de9cf5bea36 (patch)
tree98665a66170b9906d377e3f211a7386994b7fd74 /cpukit/ChangeLog
parent2005-11-02 straumanatslacdotstanford.edu (diff)
downloadrtems-6339f4670c29f48daef70429401b7de9cf5bea36.tar.bz2
2005-11-02 straumanatslacdotstanford.edu
* libi2c/Makefile.am, libi2c/Makefile.in, libi2c/libi2c.c, libi2c/libi2c.h: New files. * Makefile.am, configure.ac, 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 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index dad5091bfd..ed2fc2942b 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,11 @@
+2005-11-02 straumanatslacdotstanford.edu
+
+ * libi2c/Makefile.am, libi2c/Makefile.in, libi2c/libi2c.c,
+ libi2c/libi2c.h: New files.
+ * Makefile.am, configure.ac, 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-11-02 Fredic Praca <freebsd-fr.org>
PR 842/networking