You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gi...@apache.org on 2021/03/05 00:55:39 UTC

[incubator-nuttx-website] branch asf-site updated: Publishing web: 59c4fb7620bc9aabf46df895f9e5cdb361f50177 docs: d9cfeb0bc33435c2096238a8c3b5c6a81c6d99f3

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 8245a94  Publishing web: 59c4fb7620bc9aabf46df895f9e5cdb361f50177 docs: d9cfeb0bc33435c2096238a8c3b5c6a81c6d99f3
8245a94 is described below

commit 8245a9418236fd2707768ab0321f14ede69eefc0
Author: Ouss4 <ab...@gmail.com>
AuthorDate: Fri Mar 5 00:53:43 2021 +0000

    Publishing web: 59c4fb7620bc9aabf46df895f9e5cdb361f50177 docs: d9cfeb0bc33435c2096238a8c3b5c6a81c6d99f3
---
 content/docs/10.0.0/index.html                     |  2 +-
 content/docs/10.0.1/index.html                     |  2 +-
 .../_sources/applications/nsh/config.rst.txt       |  2 --
 content/docs/latest/applications/nsh/config.html   | 28 +++++++++-------------
 content/docs/latest/index.html                     |  2 +-
 content/docs/latest/searchindex.js                 |  2 +-
 content/feed.xml                                   |  4 ++--
 7 files changed, 17 insertions(+), 25 deletions(-)

diff --git a/content/docs/10.0.0/index.html b/content/docs/10.0.0/index.html
index 69a4346..9ca7461 100644
--- a/content/docs/10.0.0/index.html
+++ b/content/docs/10.0.0/index.html
@@ -207,7 +207,7 @@ by following these <a class="reference internal" href="contributing/documentatio
 <div class="section" id="nuttx-documentation">
 <h1>NuttX Documentation<a class="headerlink" href="#nuttx-documentation" title="Permalink to this headline">¶</a></h1>
 <p>NuttX is a real-time operating system (RTOS) with an emphasis on standards compliance and small footprint. Scalable from 8-bit to 32-bit microcontroller environments, the primary governing standards in NuttX are Posix and ANSI standards. Additional standard APIs from Unix and other common RTOS’s (such as VxWorks) are adopted for functionality not available under these standards, or for functionality that is not appropriate for deeply-embedded environments (such as fork()).</p>
-<p>Last Updated: 04 March 21 at 00:49</p>
+<p>Last Updated: 05 March 21 at 00:51</p>
 <div class="toctree-wrapper compound">
 <p class="caption"><span class="caption-text">Table of Contents</span></p>
 <ul class="current">
diff --git a/content/docs/10.0.1/index.html b/content/docs/10.0.1/index.html
index 4e5f79e..9401d0d 100644
--- a/content/docs/10.0.1/index.html
+++ b/content/docs/10.0.1/index.html
@@ -211,7 +211,7 @@ by following these <a class="reference internal" href="contributing/documentatio
 <div class="section" id="nuttx-documentation">
 <h1>NuttX Documentation<a class="headerlink" href="#nuttx-documentation" title="Permalink to this headline">¶</a></h1>
 <p>NuttX is a real-time operating system (RTOS) with an emphasis on standards compliance and small footprint. Scalable from 8-bit to 32-bit microcontroller environments, the primary governing standards in NuttX are Posix and ANSI standards. Additional standard APIs from Unix and other common RTOS’s (such as VxWorks) are adopted for functionality not available under these standards, or for functionality that is not appropriate for deeply-embedded environments (such as fork()).</p>
-<p>Last Updated: 04 March 21 at 00:49</p>
+<p>Last Updated: 05 March 21 at 00:51</p>
 <div class="toctree-wrapper compound">
 <p class="caption"><span class="caption-text">Table of Contents</span></p>
 <ul class="current">
diff --git a/content/docs/latest/_sources/applications/nsh/config.rst.txt b/content/docs/latest/_sources/applications/nsh/config.rst.txt
index fd46ce6..55b39c2 100644
--- a/content/docs/latest/_sources/applications/nsh/config.rst.txt
+++ b/content/docs/latest/_sources/applications/nsh/config.rst.txt
@@ -420,7 +420,6 @@ configuration settings that apply:
 Configuration                           Description
 ======================================  ================================
 ``CONFIG_NET=y``                        Of course, networking must be enabled.
-``CONFIG_NSOCKET_DESCRIPTORS``          And, of course, you must allocate some socket descriptors.
 ``CONFIG_NET_TCP=y``                    TCP/IP support is required for telnet (as well as various other
                                         TCP-related configuration settings).
 ``CONFIG_NSH_IOBUFFER_SIZE``            Determines the size of the I/O buffer to use for sending/ receiving
@@ -443,7 +442,6 @@ required. These include:
 Configuration                                  Description
 ============================================== ============================================================
 ``CONFIG_NET=y``                               Of course, networking must be enabled.
-``CONFIG_NSOCKET_DESCRIPTORS``                 And, of course, you must allocate some socket descriptors.
 ``CONFIG_NET_UDP=y``                           UDP support is required for DHCP (as well as various other
                                                UDP-related configuration settings).
 ``CONFIG_NET_BROADCAST=y``                     UDP broadcast support is needed.
diff --git a/content/docs/latest/applications/nsh/config.html b/content/docs/latest/applications/nsh/config.html
index a6d5ba4..ddb1643 100644
--- a/content/docs/latest/applications/nsh/config.html
+++ b/content/docs/latest/applications/nsh/config.html
@@ -971,35 +971,32 @@ configuration settings that apply:</p>
 <tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">CONFIG_NET=y</span></code></p></td>
 <td><p>Of course, networking must be enabled.</p></td>
 </tr>
-<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">CONFIG_NSOCKET_DESCRIPTORS</span></code></p></td>
-<td><p>And, of course, you must allocate some socket descriptors.</p></td>
-</tr>
-<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">CONFIG_NET_TCP=y</span></code></p></td>
+<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">CONFIG_NET_TCP=y</span></code></p></td>
 <td><p>TCP/IP support is required for telnet (as well as various other
 TCP-related configuration settings).</p></td>
 </tr>
-<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">CONFIG_NSH_IOBUFFER_SIZE</span></code></p></td>
+<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">CONFIG_NSH_IOBUFFER_SIZE</span></code></p></td>
 <td><p>Determines the size of the I/O buffer to use for sending/ receiving
 TELNET commands/responses</p></td>
 </tr>
-<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">CONFIG_NSH_DHCPC</span></code></p></td>
+<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">CONFIG_NSH_DHCPC</span></code></p></td>
 <td><p>Obtain the IP address via DHCP.</p></td>
 </tr>
-<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">CONFIG_NSH_IPADDR</span></code></p></td>
+<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">CONFIG_NSH_IPADDR</span></code></p></td>
 <td><p>If <code class="docutils literal notranslate"><span class="pre">CONFIG_NSH_DHCPC</span></code> is NOT set, then the static IP address must be
 provided.</p></td>
 </tr>
-<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">CONFIG_NSH_DRIPADDR</span></code></p></td>
+<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">CONFIG_NSH_DRIPADDR</span></code></p></td>
 <td><p>Default router IP address</p></td>
 </tr>
-<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">CONFIG_NSH_NETMASK</span></code></p></td>
+<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">CONFIG_NSH_NETMASK</span></code></p></td>
 <td><p>Network mask</p></td>
 </tr>
-<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">CONFIG_NSH_NOMAC</span></code></p></td>
+<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">CONFIG_NSH_NOMAC</span></code></p></td>
 <td><p>Set if your Ethernet hardware has no built-in MAC address. If set, a
 bogus MAC will be assigned.</p></td>
 </tr>
-<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">CONFIG_NSH_MAX_ROUNDTRIP</span></code></p></td>
+<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">CONFIG_NSH_MAX_ROUNDTRIP</span></code></p></td>
 <td><p>This is the maximum round trip for a response to a ICMP ECHO request. It
 is in units of deciseconds. The default is 20 (2 seconds).</p></td>
 </tr>
@@ -1021,17 +1018,14 @@ required. These include:</p>
 <tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">CONFIG_NET=y</span></code></p></td>
 <td><p>Of course, networking must be enabled.</p></td>
 </tr>
-<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">CONFIG_NSOCKET_DESCRIPTORS</span></code></p></td>
-<td><p>And, of course, you must allocate some socket descriptors.</p></td>
-</tr>
-<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">CONFIG_NET_UDP=y</span></code></p></td>
+<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">CONFIG_NET_UDP=y</span></code></p></td>
 <td><p>UDP support is required for DHCP (as well as various other
 UDP-related configuration settings).</p></td>
 </tr>
-<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">CONFIG_NET_BROADCAST=y</span></code></p></td>
+<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">CONFIG_NET_BROADCAST=y</span></code></p></td>
 <td><p>UDP broadcast support is needed.</p></td>
 </tr>
-<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">CONFIG_NET_ETH_PKTSIZE=650</span></code> (or larger)</p></td>
+<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">CONFIG_NET_ETH_PKTSIZE=650</span></code> (or larger)</p></td>
 <td><p>Per RFC2131 (p. 9), the DHCP client must be prepared to receive
 DHCP messages of up to 576 bytes (excluding Ethernet, IP, or
 UDP headers and FCS). NOTE: Note that the actual MTU setting
diff --git a/content/docs/latest/index.html b/content/docs/latest/index.html
index bc10961..190cd9c 100644
--- a/content/docs/latest/index.html
+++ b/content/docs/latest/index.html
@@ -210,7 +210,7 @@ by following these <a class="reference internal" href="contributing/documentatio
 <div class="section" id="nuttx-documentation">
 <h1>NuttX Documentation<a class="headerlink" href="#nuttx-documentation" title="Permalink to this headline">¶</a></h1>
 <p>NuttX is a real-time operating system (RTOS) with an emphasis on standards compliance and small footprint. Scalable from 8-bit to 64-bit microcontroller environments, the primary governing standards in NuttX are POSIX and ANSI standards. Additional standard APIs from Unix and other common RTOS’s (such as VxWorks) are adopted for functionality not available under these standards, or for functionality that is not appropriate for deeply-embedded environments (such as fork()).</p>
-<p>Last Updated: 04 March 21 at 00:50</p>
+<p>Last Updated: 05 March 21 at 00:51</p>
 <div class="toctree-wrapper compound">
 <p class="caption"><span class="caption-text">Table of Contents</span></p>
 <ul class="current">
diff --git a/content/docs/latest/searchindex.js b/content/docs/latest/searchindex.js
index a46e18f..448df79 100644
--- a/content/docs/latest/searchindex.js
+++ b/content/docs/latest/searchindex.js
@@ -1 +1 @@
-Search.setIndex({docnames:["applications/index","applications/nsh/builtin","applications/nsh/commands","applications/nsh/config","applications/nsh/customizing","applications/nsh/index","applications/nsh/installation","applications/nsh/login","applications/nsh/nsh","components/binfmt","components/drivers/block/index","components/drivers/character/analog","components/drivers/character/can","components/drivers/character/index","components/drivers/character/keypad","components/drivers/charac [...]
\ No newline at end of file
+Search.setIndex({docnames:["applications/index","applications/nsh/builtin","applications/nsh/commands","applications/nsh/config","applications/nsh/customizing","applications/nsh/index","applications/nsh/installation","applications/nsh/login","applications/nsh/nsh","components/binfmt","components/drivers/block/index","components/drivers/character/analog","components/drivers/character/can","components/drivers/character/index","components/drivers/character/keypad","components/drivers/charac [...]
\ No newline at end of file
diff --git a/content/feed.xml b/content/feed.xml
index 0da88ec..48bb620 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -5,8 +5,8 @@
     <description></description>
     <link>/</link>
     <atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Thu, 04 Mar 2021 00:51:51 +0000</pubDate>
-    <lastBuildDate>Thu, 04 Mar 2021 00:51:51 +0000</lastBuildDate>
+    <pubDate>Fri, 05 Mar 2021 00:53:42 +0000</pubDate>
+    <lastBuildDate>Fri, 05 Mar 2021 00:53:42 +0000</lastBuildDate>
     <generator>Jekyll v3.8.5</generator>
     
       <item>