summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-16 09:36:55 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-16 09:36:55 -0600
commit8103e0321234bec9383d442068a66162e67c2598 (patch)
tree9e7265ee49152481ea4f341779ddf5742daf6365 /apps/ChangeLog.txt
parent4e4fe19a8deba9dbb63294bb2ba74a452a663a9f (diff)
downloadnuttx-8103e0321234bec9383d442068a66162e67c2598.tar.gz
nuttx-8103e0321234bec9383d442068a66162e67c2598.tar.bz2
nuttx-8103e0321234bec9383d442068a66162e67c2598.zip
apps/examples/helloxx entry point name was mangled when built as an NSH builtin; plus some README updates
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index ec626ea84..a7f0fad8b 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -553,3 +553,5 @@
is not selected. Also, complete the empty Kconfig file (2013-5-7).
* apps/NxWidgets/Kconfig: Updated to match NxWidgets/Kconfig by
Ken Pettit (2013-5-11).
+ * apps/examples/helloxx: C++ name mangling was occurring when this
+ example is built as an NSH built-in application. (2013-5-16).