summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-12 17:42:01 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-12 17:42:01 +0000
commit9e52f60313290f0b6e17551e825094c117909690 (patch)
tree6b0b090c3ee973cf926eb1df0eb9d2636c5166a8 /nuttx/Documentation
parent9319e9b53ca68435f0f7ea1c85ba1ac9e224f1e2 (diff)
downloadpx4-nuttx-9e52f60313290f0b6e17551e825094c117909690.tar.gz
px4-nuttx-9e52f60313290f0b6e17551e825094c117909690.tar.bz2
px4-nuttx-9e52f60313290f0b6e17551e825094c117909690.zip
First set of changes to incorporate the RGMP port
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3595 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttX.html17
1 files changed, 16 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 57b0ccfde..e6c5a824d 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4">
<td>
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
- <p>Last Updated: May 10, 2011</p>
+ <p>Last Updated: May 12, 2011</p>
</td>
</tr>
</table>
@@ -2199,6 +2199,16 @@ nuttx-6.3 2011-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
build time
* Makefile: Removed support for Pascal pcode interpreter. Support for that
interpreter has been moved to apps/interpreter/Makefile.
+ * tools/mkdep.sh: Should not report an error if there are no files on the command
+ line. This happens normally in certain configurations.
+ * drivers/usbhost: Sheref Younan reported an error in the error handling when
+ connection to a USB device fails. In certain fail cases, the logic would try
+ to free the device class instance twice, the first was okay, but the second
+ caused a crash.
+ * graphics/nxbe/nxbe_colormap.c: Fix error noted by Bassem Fahmy. The function
+ nxbe_colormap was change to nxbe_configure... apparently "search-and-replace"
+ error. This error was not noticed before because most NX platforms do not use
+ colormapping.
apps-6.3 2011-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
@@ -2206,6 +2216,11 @@ apps-6.3 2011-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
on module now installs and builds under this directory.
* apps/interpreter/ficl: Added logic to build Ficl (the "Forth Inspired
Command Language"). See http://ficl.sourceforge.net/.
+ * apps/netutils/dhcpc, dhcpcd, and tftp. If these directories are included
+ in the configuration but CONFIG_NET_UDP is disable (which is not very wise),
+ then a make error occurs because tools/mkdep.sh is called with no files.
+ * system/free: Move Uros' custom free command from vsn/free
+ * system/install: Add a new install command submitted by Uros Platise.
pascal-3.0 2011-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;