diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index a110d5ff28b..f2b4938b780 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -463,6 +463,13 @@
  • TCP/IP, UDP, ICMP, IGMPv2 (client) stacks.
  • + +
    + +

    +

  • SLIP
  • +

    +
    diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index a3ffa2122b9..c9d7f6bd268 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@

    NuttX RTOS Porting Guide

    -

    Last Updated: March 3, 2011

    +

    Last Updated: March 12, 2011

    @@ -3303,6 +3303,19 @@ build
  • CONFIG_NET: Enable or disable all network features
  • +
  • + CONFIG_NET_SLIP: Selects the Serial Line Internet Protocol (SLIP) data link layer. + The default data link layer for uIP is Ethernet. + If CONFIG_NET_SLIP is defined in the NuttX header file, then SLIP will be supported. + The basic differences between the SLIP and Ethernet configurations is that when SLIP is selected: + + If CONFIG_NET_SLIP is not supported, then Ethernet will be used + (there is no need to define anything special in the configuration file to use Ethernet -- it is the default). +
  • CONFIG_NET_IPv6: Build in support for IPv6
  • @@ -3390,9 +3403,6 @@ build
  • CONFIG_NET_MULTICAST: Outgoing multi-cast address support
  • -
  • - CONFIG_NET_LLH_LEN: The link level header length -
  • CONFIG_NET_FWCACHE_SIZE: number of packets to remember when looking for duplicates