summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-08 08:31:37 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-08 08:31:37 -0600
commita9bd9b40b95080059faff0818a9370f3b650aa3c (patch)
tree9a17c3f8472a21f84a9f37b9346a12fe1365ea2c
parent9cfcb7bd9962b4c7ebb21964fb6f4d25bb0a5093 (diff)
downloadnuttx-a9bd9b40b95080059faff0818a9370f3b650aa3c.tar.gz
nuttx-a9bd9b40b95080059faff0818a9370f3b650aa3c.tar.bz2
nuttx-a9bd9b40b95080059faff0818a9370f3b650aa3c.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 51aa79f8c..8f24091ae 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9150,4 +9150,8 @@
* Add sys/custom_file.h. Used when CUSTOM_FILE_IO is define and avoids
re-definition errors about the FILE define. From Thomas Gruber via
the PX4 repository (2014-12-06).
+ * tools/bfd-converter.c and mkdeps.c: Eliminate a warnging about
+ redefined strtok_r on some platforms (2014-12-8).
+ * arch/sim/Kconfig: Allow building the simulated framebuffer driver
+ even if NX is not enabled (12014-12-8).