summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-21 21:30:33 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-21 21:30:33 +0000
commit27b4fb8744efc33b53458063838f0b53e75f8021 (patch)
tree612a57dedc8a4d3879109c80a2eedc25b0be40cf /nuttx/ChangeLog
parent1b917134adffafb33057be34683b5f73807aeca8 (diff)
downloadnuttx-27b4fb8744efc33b53458063838f0b53e75f8021.tar.gz
nuttx-27b4fb8744efc33b53458063838f0b53e75f8021.tar.bz2
nuttx-27b4fb8744efc33b53458063838f0b53e75f8021.zip
configs/sim/nxwm now uses kconfig-frontends
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5449 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index c4a06af5e..04f180a8b 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3805,6 +3805,9 @@
* graphics/: Adds 5x8 monospace font. This tiny font is useful for graph
labels and for small bitmapped display. Contributed by Petteri
Aimonen.
- * configs/stm3220g-eval/nxwm: Converted to use the kconfig-fronteds
+ * configs/stm3220g-eval/nxwm: Converted to use the kconfig-frontends
configuration tool.
-
+ * configs/sim/nxwm: Converted to use the kconfig-frontends configuration
+ tool.
+ * include/pthread.h: In sys/prctl.h because it is needed by
+ pthread_[set|get]name_np()