summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/Documentation/NuttxPortingGuide.html')
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index 44059c231..c164f5a54 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -16,7 +16,7 @@
</b></big></h1>
<p><small>by</small></p>
<p>Gregory Nutt</p>
- <p><small>Last Update: March 15, 2008</small></p>
+ <p><small>Last Update: July 21, 2008</small></p>
</center>
<center><h1>Table of Contents</h1></center>
@@ -1509,6 +1509,10 @@ The system can be re-made subsequently by just typing <code>make</code>.
structures. The system manages a pool of preallocated
watchdog structures to minimize dynamic allocations
</li>
+ <li>
+ <code>CONFIG_DEV_FIFO_SIZE</code>: Size, in bytes, of the buffer to allocated
+ for FIFO support (default is 1024).
+ </li>
</ul>
<h2>Network Support</h2>