summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@linux-qpx1.site>2013-11-16 12:59:59 -0600
committerGregory Nutt <gnutt@linux-qpx1.site>2013-11-16 12:59:59 -0600
commitc0c32a327b719bf872bf2d2b60cea24c0b9713ff (patch)
tree388bad16c5e43efcd854bc920124ca5398a2bb41 /nuttx/ChangeLog
parent0c27dc7ef5e662be11387e215ff746a3b488fa27 (diff)
downloadnuttx-c0c32a327b719bf872bf2d2b60cea24c0b9713ff.tar.gz
nuttx-c0c32a327b719bf872bf2d2b60cea24c0b9713ff.tar.bz2
nuttx-c0c32a327b719bf872bf2d2b60cea24c0b9713ff.zip
Use kconfig-qconf or kconfig-gconfig if they are available
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index c7526e7a8..6479e4434 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6235,4 +6235,7 @@
(2013-12-15).
* arch/arm/src/armv7-a/cp15.h: Review A9 TRM and updated CP15
register definitions accordinglyg (2013-12-16).
+ * Makefile.unix: Now has supports qconfig and gconfig targets.
+ These tools will use the Qt and GTK versions of the kconfig-
+ frontends configuration tools (if you built them) (2013-12-16)