summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
diff options
context:
space:
mode:
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>