aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-02 22:03:05 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-02 22:03:05 +0000
commit2b6180f48e080cc0c1dc8ed851df07c4f02f9310 (patch)
tree8773aca5097c9c4fd1006bf1e35685c55619ce17 /nuttx/ChangeLog
parent882448de92cd793aa01c2a4d585d02306411e7ed (diff)
downloadpx4-firmware-2b6180f48e080cc0c1dc8ed851df07c4f02f9310.tar.gz
px4-firmware-2b6180f48e080cc0c1dc8ed851df07c4f02f9310.tar.bz2
px4-firmware-2b6180f48e080cc0c1dc8ed851df07c4f02f9310.zip
NxWM updates (with some NX and NxWidget fixes too)
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4689 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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.