summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index a01b93c44..84f349a46 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2696,4 +2696,9 @@
* include/cxx/cunistd: C++ header file to make sure that everything in
unistd.h is in the std:: namespace.
* configs/sim/nxwm: Added a configuration for testing the NuttX Window Manager
- (NxWM) \ No newline at end of file
+ (NxWM)
+ * fs/fs_fcntl.h: On success, always returned OK. However, some fcntl commands
+ require returning other values on success.
+ * Various files. Fix warnings about variables that were initialized by not used.
+ * configs/sim/*/defconfig: Changes to build a 32-bit simulation on a 32-bit
+ platform did not make into all of the Make.defs files.