From 0f069f4cdef11f99f921037b4f9efd73c5225678 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 22 Jul 2008 00:52:07 +0000 Subject: [PATCH] Debugging FIFO logic git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@774 42af7a65-404d-4744-a932-0658087f49c3 --- configs/README.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/README.txt b/configs/README.txt index ba746ce687..1de7e8def8 100644 --- a/configs/README.txt +++ b/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