summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-30 17:20:46 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-30 17:20:46 +0000
commit7b01904121be6cb88d28005a77da9c1815593925 (patch)
tree934fbe483e0599843e1be72fe93882b90cde810b /apps/ChangeLog.txt
parentf62cc877bdb5e731e099aa45c8774c5d5892c672 (diff)
downloadnuttx-7b01904121be6cb88d28005a77da9c1815593925.tar.gz
nuttx-7b01904121be6cb88d28005a77da9c1815593925.tar.bz2
nuttx-7b01904121be6cb88d28005a77da9c1815593925.zip
Initial debug changes to the I2C tool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3929 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rwxr-xr-xapps/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index ffdc1e0f3..b3b50ca19 100755
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -100,3 +100,5 @@
* apps/examples/nxlines: Extend the line drawing text to include drawing
of circles.
+ * apps/system/i2c: Add an I2C test tool that should help to bring up I2C
+ devices (when it is fully functional).