summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-09-07 13:32:13 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-09-07 13:32:13 +0000
commitc9e0f9f37ea4d38a26baad8dafbf2e82f73322db (patch)
treeaed1608fbd3bfc8e9132c3514a192a75b0571a04 /nuttx/ChangeLog
parentf8523254d0c4584e1a56d835ab0af9e8a8625c4b (diff)
downloadnuttx-c9e0f9f37ea4d38a26baad8dafbf2e82f73322db.tar.gz
nuttx-c9e0f9f37ea4d38a26baad8dafbf2e82f73322db.tar.bz2
nuttx-c9e0f9f37ea4d38a26baad8dafbf2e82f73322db.zip
Add AT24xx and LPC17xx I2C drivers (from Lzyy)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3941 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 32522415b..97b90f608 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2056,4 +2056,7 @@
Timeout calculation uses clock_settime() instead of clock_gettime().
Pretty gross error, but actually it works with the side effect of setting
a bad time.
-
+ * drivers/mtd/at24xx.c: Driver for I2C-based at24cxx EEPROM submitted by
+ Li Zhuoyi (Lzyy).
+ * arch/arm/src/lpc17xx/lpc17_i2c.c: I2C driver for the NXP LPC17xx family
+ submitted by Li Zhuoyi (Lzyy)