summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-07-22 00:52:07 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-07-22 00:52:07 +0000
commit26e033f670e28e9bf487c17b2454490acc8c4fdf (patch)
tree5f03962feecefdd4ff135ba985b49f69928b3c17 /nuttx/Documentation/NuttxPortingGuide.html
parent9ba21bda5abae13e746ddad1a65d77ede4a84963 (diff)
downloadpx4-nuttx-26e033f670e28e9bf487c17b2454490acc8c4fdf.tar.gz
px4-nuttx-26e033f670e28e9bf487c17b2454490acc8c4fdf.tar.bz2
px4-nuttx-26e033f670e28e9bf487c17b2454490acc8c4fdf.zip
Debugging FIFO logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@774 42af7a65-404d-4744-a932-0658087f49c3
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>