summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-09-18 17:52:00 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-09-18 17:52:00 +0000
commit0ce69264dbb1841b4093c04302c53ccfab02ca48 (patch)
tree1c324fbc0ad5b3bcbf28818660c322c026914789 /apps/ChangeLog.txt
parentfd34c2fa9d9d8faff68f5023e27246ac35954c70 (diff)
downloadnuttx-0ce69264dbb1841b4093c04302c53ccfab02ca48.tar.gz
nuttx-0ce69264dbb1841b4093c04302c53ccfab02ca48.tar.bz2
nuttx-0ce69264dbb1841b4093c04302c53ccfab02ca48.zip
Add I2C trace capability; Fix another STM32 I2C/FSMC bug; add verify command to the I2C tool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3961 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rwxr-xr-xapps/ChangeLog.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 042cb1582..fb6b3dec7 100755
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -106,3 +106,8 @@
show or set the time (only if CONFIG_RTC is set).
6.10 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+
+ * apps/system/i2c: Add repitition and address auto-incrementing so that
+ and command can be executed numerous times. Add a new verify command
+ that will write to a register, read from register, and verify that
+ returned value.