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 9a85507  Publishing web: 934a4647f20f1ab1148ce00d3b05b97fb19ad702 
docs: 2f0b4eb363b4bb385d5f920b1847405dd892016c
9a85507 is described below

commit 9a855076239aec2d4d9821dd349c3fc1dbe4b7e1
Author: Nathan <59230071+hartmannat...@users.noreply.github.com>
AuthorDate: Tue Jul 6 00:07:26 2021 +0000

    Publishing web: 934a4647f20f1ab1148ce00d3b05b97fb19ad702 docs: 
2f0b4eb363b4bb385d5f920b1847405dd892016c
---
 content/docs/10.0.0/index.html                      |   2 +-
 content/docs/10.0.1/index.html                      |   2 +-
 content/docs/10.1.0/index.html                      |   2 +-
 .../docs/latest/_sources/reference/os/iob.rst.txt   |   5 +++++
 content/docs/latest/genindex.html                   |   2 ++
 content/docs/latest/index.html                      |   2 +-
 content/docs/latest/objects.inv                     | Bin 32949 -> 32971 bytes
 content/docs/latest/reference/os/iob.html           |   7 +++++++
 content/docs/latest/searchindex.js                  |   2 +-
 content/feed.xml                                    |   4 ++--
 10 files changed, 21 insertions(+), 7 deletions(-)

diff --git a/content/docs/10.0.0/index.html b/content/docs/10.0.0/index.html
index 2373dd7..0e8bfa6 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: 05 July 21 at 00:05</p>
+<p>Last Updated: 06 July 21 at 00:05</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 f4abf8f..21851a5 100644
--- a/content/docs/10.0.1/index.html
+++ b/content/docs/10.0.1/index.html
@@ -213,7 +213,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: 05 July 21 at 00:05</p>
+<p>Last Updated: 06 July 21 at 00:05</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.1.0/index.html b/content/docs/10.1.0/index.html
index 5c1bbbf..bf395ce 100644
--- a/content/docs/10.1.0/index.html
+++ b/content/docs/10.1.0/index.html
@@ -213,7 +213,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: 05 July 21 at 00:05</p>
+<p>Last Updated: 06 July 21 at 00:05</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/reference/os/iob.rst.txt 
b/content/docs/latest/_sources/reference/os/iob.rst.txt
index b962c5c..287aa3d 100644
--- a/content/docs/latest/_sources/reference/os/iob.rst.txt
+++ b/content/docs/latest/_sources/reference/os/iob.rst.txt
@@ -165,6 +165,7 @@ Public Function Prototypes
   - :c:func:`iob_peek_queue()`
   - :c:func:`iob_free_queue()`
   - :c:func:`iob_free_queue_qentry()`
+  - :c:func:`iob_get_queue_size()`
   - :c:func:`iob_copyin()`
   - :c:func:`iob_trycopyin()`
   - :c:func:`iob_copyout()`
@@ -242,6 +243,10 @@ Public Function Prototypes
 .. c:function:: void iob_free_queue_qentry(FAR struct iob_s *iob, \
                   FAR struct iob_queue_s *iobq);
 
+  Queue helper for get the iob queue buffer size.
+
+.. c:function:: unsigned int iob_get_queue_size(FAR struct iob_queue_s *queue);
+
   Free an iob entire queue of I/O buffer chains.
 
 .. c:function:: int iob_copyin(FAR struct iob_s *iob, FAR const uint8_t *src, \
diff --git a/content/docs/latest/genindex.html 
b/content/docs/latest/genindex.html
index 4049685..4900671 100644
--- a/content/docs/latest/genindex.html
+++ b/content/docs/latest/genindex.html
@@ -548,6 +548,8 @@
 </li>
   </ul></td>
   <td style="width: 33%; vertical-align: top;"><ul>
+      <li><a 
href="reference/os/iob.html#c.iob_get_queue_size">iob_get_queue_size (C 
function)</a>
+</li>
       <li><a href="reference/os/iob.html#c.iob_initialize">iob_initialize (C 
function)</a>
 </li>
       <li><a href="reference/os/iob.html#c.iob_pack">iob_pack (C function)</a>
diff --git a/content/docs/latest/index.html b/content/docs/latest/index.html
index 359db9d..629a963 100644
--- a/content/docs/latest/index.html
+++ b/content/docs/latest/index.html
@@ -214,7 +214,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: 05 July 21 at 00:05</p>
+<p>Last Updated: 06 July 21 at 00:05</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/objects.inv b/content/docs/latest/objects.inv
index 1833577..65fb00b 100644
Binary files a/content/docs/latest/objects.inv and 
b/content/docs/latest/objects.inv differ
diff --git a/content/docs/latest/reference/os/iob.html 
b/content/docs/latest/reference/os/iob.html
index ad1641c..bbcfc33 100644
--- a/content/docs/latest/reference/os/iob.html
+++ b/content/docs/latest/reference/os/iob.html
@@ -392,6 +392,7 @@ module.</p>
 <li><p><a class="reference internal" href="#c.iob_peek_queue" 
title="iob_peek_queue"><code class="xref c c-func docutils literal 
notranslate"><span class="pre">iob_peek_queue()</span></code></a></p></li>
 <li><p><a class="reference internal" href="#c.iob_free_queue" 
title="iob_free_queue"><code class="xref c c-func docutils literal 
notranslate"><span class="pre">iob_free_queue()</span></code></a></p></li>
 <li><p><a class="reference internal" href="#c.iob_free_queue_qentry" 
title="iob_free_queue_qentry"><code class="xref c c-func docutils literal 
notranslate"><span 
class="pre">iob_free_queue_qentry()</span></code></a></p></li>
+<li><p><a class="reference internal" href="#c.iob_get_queue_size" 
title="iob_get_queue_size"><code class="xref c c-func docutils literal 
notranslate"><span class="pre">iob_get_queue_size()</span></code></a></p></li>
 <li><p><a class="reference internal" href="#c.iob_copyin" 
title="iob_copyin"><code class="xref c c-func docutils literal 
notranslate"><span class="pre">iob_copyin()</span></code></a></p></li>
 <li><p><a class="reference internal" href="#c.iob_trycopyin" 
title="iob_trycopyin"><code class="xref c c-func docutils literal 
notranslate"><span class="pre">iob_trycopyin()</span></code></a></p></li>
 <li><p><a class="reference internal" href="#c.iob_copyout" 
title="iob_copyout"><code class="xref c c-func docutils literal 
notranslate"><span class="pre">iob_copyout()</span></code></a></p></li>
@@ -493,6 +494,12 @@ the head of the queue.</p>
 <dl class="c function">
 <dt id="c.iob_free_queue_qentry">
 <span class="pre">void</span> <code class="sig-name descname"><span 
class="pre">iob_free_queue_qentry</span></code><span 
class="sig-paren">(</span><span class="pre">FAR</span> <em 
class="property"><span class="pre">struct</span></em> <span 
class="pre">iob_s</span> <span class="pre">*</span><em><span 
class="pre">iob</span></em>, <span class="pre">FAR</span> <em 
class="property"><span class="pre">struct</span></em> <span 
class="pre">iob_queue_s</span> <span class="pre">*</span><em><span cl [...]
+<dd><p>Queue helper for get the iob queue buffer size.</p>
+</dd></dl>
+
+<dl class="c function">
+<dt id="c.iob_get_queue_size">
+<span class="pre">unsigned</span> <span class="pre">int</span> <code 
class="sig-name descname"><span 
class="pre">iob_get_queue_size</span></code><span 
class="sig-paren">(</span><span class="pre">FAR</span> <em 
class="property"><span class="pre">struct</span></em> <span 
class="pre">iob_queue_s</span> <span class="pre">*</span><em><span 
class="pre">queue</span></em><span class="sig-paren">)</span><span 
class="pre">;</span><a class="headerlink" href="#c.iob_get_queue_size" 
title="Permalink  [...]
 <dd><p>Free an iob entire queue of I/O buffer chains.</p>
 </dd></dl>
 
diff --git a/content/docs/latest/searchindex.js 
b/content/docs/latest/searchindex.js
index 673531b..294fbdc 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/foc","components/drivers/character/index","components/drivers/character
 [...]
\ 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/foc","components/drivers/character/index","components/drivers/character
 [...]
\ No newline at end of file
diff --git a/content/feed.xml b/content/feed.xml
index 2bb70e4..9ecaa87 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>Mon, 05 Jul 2021 00:07:25 +0000</pubDate>
-    <lastBuildDate>Mon, 05 Jul 2021 00:07:25 +0000</lastBuildDate>
+    <pubDate>Tue, 06 Jul 2021 00:07:25 +0000</pubDate>
+    <lastBuildDate>Tue, 06 Jul 2021 00:07:25 +0000</lastBuildDate>
     <generator>Jekyll v3.8.5</generator>
     
       <item>

Reply via email to