summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
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/Documentation/NuttxPortingGuide.html
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/Documentation/NuttxPortingGuide.html')
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index b5473549a..06f2c3e6f 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -5098,9 +5098,6 @@ build
<li>
<code>CONFIG_NET_MULTICAST</code>: Outgoing multi-cast address support
</li>
- <li>
- <code>CONFIG_NET_FWCACHE_SIZE</code>: number of packets to remember when looking for duplicates
- </li>
</ul>
<h3><a name="slipdriver">SLIP</a></h3>
@@ -5804,10 +5801,6 @@ build
some functions into RAM, either for better performance or for errata workarounds.
</li>
<li>
- <code>CONFIG_STACK_POINTER</code>: The initial stack pointer (may not be supported
- in all architectures).
- </li>
- <li>
<code>CONFIG_STACK_ALIGNMENT</code>: Set if the your application has specific
stack alignment requirements (may not be supported in all architectures).
</li>