summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-25 11:53:49 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-25 11:53:49 -0600
commit3e175c2bca6cad7210541535b21c33f8698adcde (patch)
tree81460d5a0e2f0eda0e1ba849689c28d7a09dc360 /nuttx/ChangeLog
parentd8f8f3eae1dbf17a51f502f27e5f5e5f1e7f663b (diff)
downloadnuttx-3e175c2bca6cad7210541535b21c33f8698adcde.tar.gz
nuttx-3e175c2bca6cad7210541535b21c33f8698adcde.tar.bz2
nuttx-3e175c2bca6cad7210541535b21c33f8698adcde.zip
Converted configs/pcblogic-pic32mx configurations to use kconfig-frontends. Re-organization of files in configs/pcblogic-pic32mx/src
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index d6cdac186..e7b251d02 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4793,4 +4793,7 @@
* The STM32L-Discovery segment LCD is now functional and the README file
includes instructions for adding the apps/examples/slcd segment LCD
test as an NSH "built-in" command (2013-5-24).
-
+ * configs/pcblogic-pic32mx: Converted all configurations to use the
+ kconfig-frontends tool (2013-5-25).
+ * configs/pcblogic-pic32mx/src: Renamed files using pic32mx_ vs up_
+ prefix. Enable building of LCD1602 LCD (2013-5-25).