summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-07-18 18:04:05 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-07-18 18:04:05 +0000
commit0ae84141bbd645eff4c096b608a2aee7704ea17a (patch)
tree8f69951d409be32bcb4b4895ddb3d3a4d8171e42 /nuttx/Documentation
parent9b9e5bbafa1f5d03f903a4ec0985f68af7164792 (diff)
downloadpx4-nuttx-0ae84141bbd645eff4c096b608a2aee7704ea17a.tar.gz
px4-nuttx-0ae84141bbd645eff4c096b608a2aee7704ea17a.tar.bz2
px4-nuttx-0ae84141bbd645eff4c096b608a2aee7704ea17a.zip
Fix CGI I/O redirection and interposer tasks
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1988 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index 5c5b49ef1..ee91135ff 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -12,7 +12,7 @@
<h1><big><font color="#3c34ec">
<i>NuttX RTOS Porting Guide</i>
</font></big></h1>
- <p>Last Updated: July 12, 2009</p>
+ <p>Last Updated: July 18, 2009</p>
</td>
</tr>
</table>
@@ -2385,10 +2385,6 @@ extern void up_ledoff(int led);
to run before killing them.
</li>
<li>
- <code>CONFIG_THTTPD_CGI_OUTFD</code>: In NuttX, CGI cannot use stdout for output.
- Rather, it must use this file descriptor number.
- </li>
- <li>
<code>CONFIG_THTTPD_CHARSET- The default character set name to use with
text MIME types.
</li>