summaryrefslogtreecommitdiff
path: root/nuttx/configs/README.txt
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/configs/README.txt
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/configs/README.txt')
-rw-r--r--nuttx/configs/README.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt
index ba746ce68..1de7e8def 100644
--- a/nuttx/configs/README.txt
+++ b/nuttx/configs/README.txt
@@ -239,6 +239,8 @@ defconfig -- This is a configuration file similar to the Linux
CONFIG_PREALLOC_WDOGS - The number of pre-allocated watchdog
structures. The system manages a pool of preallocated
watchdog structures to minimize dynamic allocations
+ CONFIG_DEV_FIFO_SIZE - Size, in bytes, of the buffer to allocated
+ for FIFO support
TCP/IP and UDP support via uIP
CONFIG_NET - Enable or disable all network features