summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-26 16:44:53 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-26 16:44:53 -0600
commit168976579a7a81d31112283b23ff9fe7b7d25166 (patch)
tree8be36228a9fd5833721f37467d47fabbf0ae9fb5 /nuttx/ChangeLog
parent47ed1cf8c44bf25c4e36955911504367431d6724 (diff)
downloadpx4-nuttx-168976579a7a81d31112283b23ff9fe7b7d25166.tar.gz
px4-nuttx-168976579a7a81d31112283b23ff9fe7b7d25166.tar.bz2
px4-nuttx-168976579a7a81d31112283b23ff9fe7b7d25166.zip
Converted all configurations to use the kconfig-frontends tools, cleaned up the directory structure and naming to match some of the more recent configurations, and added a segment LCD driver for the board. The initial checkin of the LCD driver is just a clone of configs/pcblogic-pic32mx/src/pic32mx_lcd1602 and it not yet expected to be functional.
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index e02fa4f14..a630f65a4 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4805,3 +4805,10 @@
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)
+ * configs/sure-pic32mx: Converted all configurations to use the
+ kconfig-frontends tools, cleaned up the directory structure and
+ naming to match some of the more recent configurations, and added
+ a segment LCD driver for the board. The initial checkin of the
+ LCD driver is just a clone of configs/pcblogic-pic32mx/src/pic32mx_lcd1602
+ and it not yet expected to be functional (2013-5-26).
+