summaryrefslogtreecommitdiff
path: root/nuttx/configs/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-08 04:29:48 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-08 04:29:48 +0000
commita386a5f0c85cd610b0d8a952c2a28f4038094fa4 (patch)
tree169eba62ea88dd06cf94ac5be9f41f478fcac7ff /nuttx/configs/README.txt
parent12852c4068dbce3185d419debd81fe6ee31117ef (diff)
downloadpx4-nuttx-a386a5f0c85cd610b0d8a952c2a28f4038094fa4.tar.gz
px4-nuttx-a386a5f0c85cd610b0d8a952c2a28f4038094fa4.tar.bz2
px4-nuttx-a386a5f0c85cd610b0d8a952c2a28f4038094fa4.zip
Remove several unused configuration values
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5113 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/README.txt')
-rw-r--r--nuttx/configs/README.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt
index c8b02711a..727446d65 100644
--- a/nuttx/configs/README.txt
+++ b/nuttx/configs/README.txt
@@ -1019,8 +1019,6 @@ defconfig -- This is a configuration file similar to the Linux
from incoming IP packets.
CONFIG_NET_BROADCAST - Incoming UDP broadcast support
CONFIG_NET_MULTICAST - Outgoing multi-cast address support
- CONFIG_NET_FWCACHE_SIZE - number of packets to remember when
- looking for duplicates
SLIP Driver. SLIP supports point-to-point IP communications over a serial
port. The default data link layer for uIP is Ethernet. If CONFIG_NET_SLIP
@@ -1457,8 +1455,6 @@ defconfig -- This is a configuration file similar to the Linux
but copy themselves entirely into RAM for better performance.
CONFIG_BOOT_RAMFUNCS - Other configurations may copy just some functions
into RAM, either for better performance or for errata workarounds.
- CONFIG_STACK_POINTER - The initial stack pointer (may not be supported
- in all architectures).
CONFIG_STACK_ALIGNMENT - Set if the your application has specific
stack alignment requirements (may not be supported
in all architectures).