summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-05 17:44:04 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-05 17:44:04 +0000
commit7d6b25e17e4a83e7fd20cec47203fa897c53113a (patch)
tree6f91b9b19d0a241c182bacdb0a621f438e2abf56 /nuttx/ChangeLog
parent8cd35f60598c48898e560e8488f965ac7cbb3030 (diff)
downloadnuttx-7d6b25e17e4a83e7fd20cec47203fa897c53113a.tar.gz
nuttx-7d6b25e17e4a83e7fd20cec47203fa897c53113a.tar.bz2
nuttx-7d6b25e17e4a83e7fd20cec47203fa897c53113a.zip
Beginning of a NuttX configuration tool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4560 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 1a8a34b00..780b87460 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2615,3 +2615,8 @@
* fs/fs_read.c: Fix read() return value for attempt to read from write-only
file or device. Was returning EBADF, should return EACCES.
* graphics/nxconsole.c: NxConsole now supports backspace and a cursor.
+ * Kconfig and arch/sim/Kconfig: Beginnings of support for a NuttX
+ configuration tool. Currently using the kconfig parser 'kconfig-frontend'
+ available at http://ymorin.is-a-geek.org/projects/kconfig-frontends
+ (version 3.3.0-1 is also available in the NuttX SVN at
+ trunk/misc/tools/kconfig-frontends-3.3.0-1.tar.xz