summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-04-04 20:53:06 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-04-04 20:53:06 +0000
commit158564482230dd2f96204e39e1f19a5da79e2629 (patch)
tree7d804897f871f2a25ac4d9ed3260ad9514d17638 /nuttx/ChangeLog
parent256f0e1d7c705832b7cefe68dca56056b1855301 (diff)
downloadnuttx-158564482230dd2f96204e39e1f19a5da79e2629.tar.gz
nuttx-158564482230dd2f96204e39e1f19a5da79e2629.tar.bz2
nuttx-158564482230dd2f96204e39e1f19a5da79e2629.zip
Add z8 I2C driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1680 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 94676ceff..5c3ce1218 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -688,3 +688,6 @@
* eZ80Acclaim!: Add a generic SPI driver for all eZ80 boards.
* Add a setmode() method to the SPI interface to handle parts with differing
mode requirements.
+ * include/nuttx/i2c.h: Defined a standard I2C interface
+ * eZ80Acclaim!: Add an I2C driver.
+ * eZ8Encore!: Add an I2C driver.