summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttX.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-11-21 23:29:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-11-21 23:29:14 +0000
commit7a8e90a29697e9e19ba4c27236be2061f8c6b734 (patch)
treeb7a6cc62181646f0718234dbbddd1b7a01701850 /nuttx/Documentation/NuttX.html
parentfcc35e8419c3dbf653c304886a827b52efdab402 (diff)
downloadpx4-nuttx-7a8e90a29697e9e19ba4c27236be2061f8c6b734.tar.gz
px4-nuttx-7a8e90a29697e9e19ba4c27236be2061f8c6b734.tar.bz2
px4-nuttx-7a8e90a29697e9e19ba4c27236be2061f8c6b734.zip
Fix leak in socket close
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@394 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttX.html')
-rw-r--r--nuttx/Documentation/NuttX.html17
1 files changed, 14 insertions, 3 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 2bee653cd..870918360 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -358,14 +358,24 @@ is available that be used to build a NuttX-compatible arm-elf toolchain.</blockq
53272 428 3568 57268 dfb4 nuttx
</pre>
<p><b>DM320 (ARM9)</b>
- This build for the ARM9 target includes a signficant subset of OS
- features, ethernet driver and full TCP/IP, UDP and (minimal) ICMP
- stacks (via uIP). (11/8/07)
+ This build for the ARM9 target includes a significant subset of OS
+ features, a filesystem, Ethernet driver, full TCP/IP, UDP and (minimal)
+ ICMP stacks (via uIP) and a small network test application: (11/8/07,
+ configuration netconfig, examples/nettest)
</p>
<pre>
text data bss dec hex filename
49472 296 3972 53740 d1ec nuttx
</pre>
+<p>
+ Another build for the ARM9 target includes a minimal OS feature
+ set, Ethernet driver, full TCP/IP and (minimal) ICMP stacks, and
+ a small webserver: (11/20/07, configuration uipconfig, examples/uip)
+</p>
+<pre>
+ text data bss dec hex filename
+ 52040 72 4148 56260 dbc4 nuttx
+</pre>
<p><b>87C52</b>
A reduced functionality OS test for the 8052 target requires only
about 18-19Kb:
@@ -694,6 +704,7 @@ Other memory:
* Add strcat() and strncat()
* Integrated uIP micro webserver
* Corrected a serious bug in TCP queue management
+ * Fix leak in socket close logic
</pre></ul>
<table width ="100%">