summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-04 09:05:10 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-04 09:05:10 -0600
commit747a4d6bf5a7d9897010fcaf403010f956ff4c7c (patch)
treee44da7fdca95c8bca62671bcbb0be657c6697705 /apps/ChangeLog.txt
parent51f0f249a131baae11c2d2d131cf0787cb0f9ee9 (diff)
downloadnuttx-747a4d6bf5a7d9897010fcaf403010f956ff4c7c.tar.gz
nuttx-747a4d6bf5a7d9897010fcaf403010f956ff4c7c.tar.bz2
nuttx-747a4d6bf5a7d9897010fcaf403010f956ff4c7c.zip
apps/builtin: Native Windows build fixes from Max Holtzberg
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 d09120a68..d2dd1df9d 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -752,4 +752,6 @@
apps/platform/stm3240g-eval/up_cxxinitialize.c: Now it is available
in user-space in the kernel mode build (2013-12-29).
* apps/examples/mount/Kconfig: Fill in empty Kconfig file (2013-12-31).
+ * builtin/Makefile: Fixes for native Windows build from Max Holtzberg
+ (2014-1-4).