summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-26 09:28:57 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-26 09:28:57 -0600
commit5e23e42a0d5f7256bb284bdd8ffbe7b52eef0cef (patch)
treea3c05dfc1cb9ece8d2559fdef6c029380f851153 /nuttx/ChangeLog
parentf7102cb478678502cd7b6a3ff60e27025f52281e (diff)
downloadpx4-nuttx-5e23e42a0d5f7256bb284bdd8ffbe7b52eef0cef.tar.gz
px4-nuttx-5e23e42a0d5f7256bb284bdd8ffbe7b52eef0cef.tar.bz2
px4-nuttx-5e23e42a0d5f7256bb284bdd8ffbe7b52eef0cef.zip
Extentions SCLD test; SCLD CODEC and LCD1602 driver bug fixes
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 6d7f6ae50..e02fa4f14 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4803,3 +4803,5 @@
cursor position (2013-5-25).
* include/nuttx/lcd/slcd_ioctl.h: Moved ioctls commands and structures
from slcd_codec.h (2013-5-25)
+ * libc/misc/lib_slcdencode.c and lib_slcddecode.c: Several encoding
+ and decoding bug fixes (2013-5-26)