Skip to content

Commit

Permalink
asf-site update Fri Jan 11 18:27:30 UTC 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
runtime-bot committed Jan 11, 2019
1 parent c52cf01 commit dcdeb55
Show file tree
Hide file tree
Showing 12 changed files with 127 additions and 92 deletions.
4 changes: 4 additions & 0 deletions master/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,8 @@ <h2 id="L">L</h2>
<li><a href="os/modules/logs/logs.html#c.log_find">log_find (C function)</a>
</li>
<li><a href="os/modules/logs/logs.html#c.log_flush">log_flush (C function)</a>
</li>
<li><a href="os/modules/logs/logs.html#c.log_get_level">log_get_level (C function)</a>
</li>
<li><a href="os/modules/logs/logs.html#c.log_init">log_init (C function)</a>
</li>
Expand Down Expand Up @@ -872,6 +874,8 @@ <h2 id="L">L</h2>
<li><a href="os/modules/logs/logs.html#c.log_register">log_register (C function)</a>
</li>
<li><a href="os/modules/logs/logs.html#c.log_set_append_cb">log_set_append_cb (C function)</a>
</li>
<li><a href="os/modules/logs/logs.html#c.log_set_level">log_set_level (C function)</a>
</li>
<li><a href="os/modules/logs/logs.html#c.log_set_watermark">log_set_watermark (C function)</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion master/network/docs/ble_hs/ble_gattc.html
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ <h2>API<a class="headerlink" href="#api" title="Permalink to this headline">¶</

<dl class="typedef">
<dt id="c.ble_gatt_svc_foreach_fn">
<span class="target" id="group__bt__gatt_1ga392c5ac85521665c3a6fee2b7cffe835"></span><em class="property">typedef </em>void<code class="descname">(* ble_gatt_svc_foreach_fn)</code><span class="sig-paren">(</span>const struct ble_gatt_svc_def<em>&nbsp;*svc</em>, uint16_t<em>&nbsp;handle</em>, uint16_t<em>&nbsp;end_group_handle</em><span class="sig-paren">)</span><a class="headerlink" href="#c.ble_gatt_svc_foreach_fn" title="Permalink to this definition"></a></dt>
<span class="target" id="group__bt__gatt_1gad5aaaa4de2073fa6e7bb2fa020b7b481"></span><em class="property">typedef </em>void<code class="descname">(* ble_gatt_svc_foreach_fn)</code><span class="sig-paren">(</span>const struct ble_gatt_svc_def<em>&nbsp;*svc</em>, uint16_t<em>&nbsp;handle</em>, uint16_t<em>&nbsp;end_group_handle</em>, void<em>&nbsp;*arg</em><span class="sig-paren">)</span><a class="headerlink" href="#c.ble_gatt_svc_foreach_fn" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="function">
Expand Down
2 changes: 1 addition & 1 deletion master/network/docs/ble_hs/ble_gatts.html
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ <h2>API<a class="headerlink" href="#api" title="Permalink to this headline">¶</

<dl class="typedef">
<dt id="c.ble_gatt_svc_foreach_fn">
<span class="target" id="group__bt__gatt_1ga392c5ac85521665c3a6fee2b7cffe835"></span><em class="property">typedef </em>void<code class="descname">(* ble_gatt_svc_foreach_fn)</code><span class="sig-paren">(</span>const struct ble_gatt_svc_def<em>&nbsp;*svc</em>, uint16_t<em>&nbsp;handle</em>, uint16_t<em>&nbsp;end_group_handle</em><span class="sig-paren">)</span><a class="headerlink" href="#c.ble_gatt_svc_foreach_fn" title="Permalink to this definition"></a></dt>
<span class="target" id="group__bt__gatt_1gad5aaaa4de2073fa6e7bb2fa020b7b481"></span><em class="property">typedef </em>void<code class="descname">(* ble_gatt_svc_foreach_fn)</code><span class="sig-paren">(</span>const struct ble_gatt_svc_def<em>&nbsp;*svc</em>, uint16_t<em>&nbsp;handle</em>, uint16_t<em>&nbsp;end_group_handle</em>, void<em>&nbsp;*arg</em><span class="sig-paren">)</span><a class="headerlink" href="#c.ble_gatt_svc_foreach_fn" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="function">
Expand Down
Binary file modified master/objects.inv
Binary file not shown.
31 changes: 31 additions & 0 deletions master/os/modules/logs/logs.html
Original file line number Diff line number Diff line change
Expand Up @@ -998,6 +998,37 @@ <h3><a class="toc-backref" href="#id7">Log API and Log Levels</a><a class="heade
</p>
</dd></dl>

<dl class="function">
<dt id="c.log_set_level">
<span class="target" id="full_2include_2log_2log_8h_1a46fd9c9e1b0d143244a10427afa19332"></span>void <code class="descname">log_set_level</code><span class="sig-paren">(</span>struct <a class="reference internal" href="#c.log" title="log">log</a> *<em>&nbsp;log</em>, uint8_t<em>&nbsp;level</em><span class="sig-paren">)</span><a class="headerlink" href="#c.log_set_level" title="Permalink to this definition"></a></dt>
<dd><p>Set log level for a logger. </p>
<p><dl class="docutils">
<dt><strong>Parameters</strong></dt>
<dd><ul class="breatheparameterlist first last simple">
<li><code class="docutils literal notranslate"><span class="pre">log</span></code>: The log to set level to. </li>
<li><code class="docutils literal notranslate"><span class="pre">level</span></code>: New log level </li>
</ul>
</dd>
</dl>
</p>
</dd></dl>

<dl class="function">
<dt id="c.log_get_level">
<span class="target" id="full_2include_2log_2log_8h_1a675385dfb0c085145bc9b8864d3b29b2"></span>uint8_t <code class="descname">log_get_level</code><span class="sig-paren">(</span>const struct <a class="reference internal" href="#c.log" title="log">log</a> *<em>&nbsp;log</em><span class="sig-paren">)</span><a class="headerlink" href="#c.log_get_level" title="Permalink to this definition"></a></dt>
<dd><p>Get log level for a logger. </p>
<p><dl class="docutils">
<dt><strong>Return</strong></dt>
<dd>current value of log level. </dd>
<dt><strong>Parameters</strong></dt>
<dd><ul class="breatheparameterlist first last simple">
<li><code class="docutils literal notranslate"><span class="pre">log</span></code>: The log to set level to.</li>
</ul>
</dd>
</dl>
</p>
</dd></dl>

<dl class="function">
<dt id="c.log_storage_info">
<span class="target" id="full_2include_2log_2log_8h_1a1eecb86f5b2426e3941319bdb8e9a99d"></span>int <code class="descname">log_storage_info</code><span class="sig-paren">(</span>struct <a class="reference internal" href="#c.log" title="log">log</a> *<em>&nbsp;log</em>, struct <a class="reference internal" href="#c.log_storage_info" title="log_storage_info">log_storage_info</a> *<em>&nbsp;info</em><span class="sig-paren">)</span><a class="headerlink" href="#c.log_storage_info" title="Permalink to this definition"></a></dt>
Expand Down
2 changes: 1 addition & 1 deletion master/searchindex.js

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<url>
<loc>http://mynewt.apache.org/</loc>
<lastmod>2019-01-04</lastmod>
<lastmod>2019-01-11</lastmod>
<changefreq>daily</changefreq>
</url>

Expand All @@ -13,13 +13,13 @@

<url>
<loc>http://mynewt.apache.org/pages/ble/</loc>
<lastmod>2019-01-04</lastmod>
<lastmod>2019-01-11</lastmod>
<changefreq>daily</changefreq>
</url>

<url>
<loc>http://mynewt.apache.org/pages/securitybullets/</loc>
<lastmod>2019-01-04</lastmod>
<lastmod>2019-01-11</lastmod>
<changefreq>daily</changefreq>
</url>

Expand All @@ -28,55 +28,55 @@

<url>
<loc>http://mynewt.apache.org/quick-start/</loc>
<lastmod>2019-01-04</lastmod>
<lastmod>2019-01-11</lastmod>
<changefreq>daily</changefreq>
</url>



<url>
<loc>http://mynewt.apache.org/about/</loc>
<lastmod>2019-01-04</lastmod>
<lastmod>2019-01-11</lastmod>
<changefreq>daily</changefreq>
</url>



<url>
<loc>http://mynewt.apache.org/talks/</loc>
<lastmod>2019-01-04</lastmod>
<lastmod>2019-01-11</lastmod>
<changefreq>daily</changefreq>
</url>



<url>
<loc>http://mynewt.apache.org/download/</loc>
<lastmod>2019-01-04</lastmod>
<lastmod>2019-01-11</lastmod>
<changefreq>daily</changefreq>
</url>



<url>
<loc>http://mynewt.apache.org/community/</loc>
<lastmod>2019-01-04</lastmod>
<lastmod>2019-01-11</lastmod>
<changefreq>daily</changefreq>
</url>



<url>
<loc>http://mynewt.apache.org/events/</loc>
<lastmod>2019-01-04</lastmod>
<lastmod>2019-01-11</lastmod>
<changefreq>daily</changefreq>
</url>



<url>
<loc>http://mynewt.apache.org/documentation/</loc>
<lastmod>2019-01-04</lastmod>
<lastmod>2019-01-11</lastmod>
<changefreq>daily</changefreq>
</url>

Expand Down
22 changes: 11 additions & 11 deletions v0_9_0/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,47 +4,47 @@

<url>
<loc>http://mynewt.apache.org/</loc>
<lastmod>2019-01-04</lastmod>
<lastmod>2019-01-11</lastmod>
<changefreq>daily</changefreq>
</url>



<url>
<loc>http://mynewt.apache.org/quick-start/</loc>
<lastmod>2019-01-04</lastmod>
<lastmod>2019-01-11</lastmod>
<changefreq>daily</changefreq>
</url>



<url>
<loc>http://mynewt.apache.org/about/</loc>
<lastmod>2019-01-04</lastmod>
<lastmod>2019-01-11</lastmod>
<changefreq>daily</changefreq>
</url>



<url>
<loc>http://mynewt.apache.org/download/</loc>
<lastmod>2019-01-04</lastmod>
<lastmod>2019-01-11</lastmod>
<changefreq>daily</changefreq>
</url>



<url>
<loc>http://mynewt.apache.org/community/</loc>
<lastmod>2019-01-04</lastmod>
<lastmod>2019-01-11</lastmod>
<changefreq>daily</changefreq>
</url>



<url>
<loc>http://mynewt.apache.org/events/</loc>
<lastmod>2019-01-04</lastmod>
<lastmod>2019-01-11</lastmod>
<changefreq>daily</changefreq>
</url>

Expand All @@ -53,7 +53,7 @@

<url>
<loc>http://mynewt.apache.org/os/introduction/</loc>
<lastmod>2019-01-04</lastmod>
<lastmod>2019-01-11</lastmod>
<changefreq>daily</changefreq>
</url>

Expand All @@ -65,7 +65,7 @@

<url>
<loc>http://mynewt.apache.org/os/get_started/vocabulary/</loc>
<lastmod>2019-01-04</lastmod>
<lastmod>2019-01-11</lastmod>
<changefreq>daily</changefreq>
</url>

Expand Down Expand Up @@ -101,7 +101,7 @@

<url>
<loc>http://mynewt.apache.org/known_issues/</loc>
<lastmod>2019-01-04</lastmod>
<lastmod>2019-01-11</lastmod>
<changefreq>daily</changefreq>
</url>

Expand All @@ -111,13 +111,13 @@

<url>
<loc>http://mynewt.apache.org/faq/how_to_edit_docs/</loc>
<lastmod>2019-01-04</lastmod>
<lastmod>2019-01-11</lastmod>
<changefreq>daily</changefreq>
</url>

<url>
<loc>http://mynewt.apache.org/faq/answers/</loc>
<lastmod>2019-01-04</lastmod>
<lastmod>2019-01-11</lastmod>
<changefreq>daily</changefreq>
</url>

Expand Down
30 changes: 15 additions & 15 deletions v1_0_0/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<url>
<loc>http://mynewt.apache.org/</loc>
<lastmod>2019-01-04</lastmod>
<lastmod>2019-01-11</lastmod>
<changefreq>daily</changefreq>
</url>

Expand All @@ -13,7 +13,7 @@

<url>
<loc>http://mynewt.apache.org/pages/ble/</loc>
<lastmod>2019-01-04</lastmod>
<lastmod>2019-01-11</lastmod>
<changefreq>daily</changefreq>
</url>

Expand All @@ -22,47 +22,47 @@

<url>
<loc>http://mynewt.apache.org/quick-start/</loc>
<lastmod>2019-01-04</lastmod>
<lastmod>2019-01-11</lastmod>
<changefreq>daily</changefreq>
</url>



<url>
<loc>http://mynewt.apache.org/about/</loc>
<lastmod>2019-01-04</lastmod>
<lastmod>2019-01-11</lastmod>
<changefreq>daily</changefreq>
</url>



<url>
<loc>http://mynewt.apache.org/talks/</loc>
<lastmod>2019-01-04</lastmod>
<lastmod>2019-01-11</lastmod>
<changefreq>daily</changefreq>
</url>



<url>
<loc>http://mynewt.apache.org/download/</loc>
<lastmod>2019-01-04</lastmod>
<lastmod>2019-01-11</lastmod>
<changefreq>daily</changefreq>
</url>



<url>
<loc>http://mynewt.apache.org/community/</loc>
<lastmod>2019-01-04</lastmod>
<lastmod>2019-01-11</lastmod>
<changefreq>daily</changefreq>
</url>



<url>
<loc>http://mynewt.apache.org/events/</loc>
<lastmod>2019-01-04</lastmod>
<lastmod>2019-01-11</lastmod>
<changefreq>daily</changefreq>
</url>

Expand All @@ -71,7 +71,7 @@

<url>
<loc>http://mynewt.apache.org/os/introduction/</loc>
<lastmod>2019-01-04</lastmod>
<lastmod>2019-01-11</lastmod>
<changefreq>daily</changefreq>
</url>

Expand All @@ -83,7 +83,7 @@

<url>
<loc>http://mynewt.apache.org/os/get_started/vocabulary/</loc>
<lastmod>2019-01-04</lastmod>
<lastmod>2019-01-11</lastmod>
<changefreq>daily</changefreq>
</url>

Expand Down Expand Up @@ -119,7 +119,7 @@

<url>
<loc>http://mynewt.apache.org/known_issues/</loc>
<lastmod>2019-01-04</lastmod>
<lastmod>2019-01-11</lastmod>
<changefreq>daily</changefreq>
</url>

Expand All @@ -129,25 +129,25 @@

<url>
<loc>http://mynewt.apache.org/faq/go_env/</loc>
<lastmod>2019-01-04</lastmod>
<lastmod>2019-01-11</lastmod>
<changefreq>daily</changefreq>
</url>

<url>
<loc>http://mynewt.apache.org/faq/ide/</loc>
<lastmod>2019-01-04</lastmod>
<lastmod>2019-01-11</lastmod>
<changefreq>daily</changefreq>
</url>

<url>
<loc>http://mynewt.apache.org/faq/how_to_edit_docs/</loc>
<lastmod>2019-01-04</lastmod>
<lastmod>2019-01-11</lastmod>
<changefreq>daily</changefreq>
</url>

<url>
<loc>http://mynewt.apache.org/faq/answers/</loc>
<lastmod>2019-01-04</lastmod>
<lastmod>2019-01-11</lastmod>
<changefreq>daily</changefreq>
</url>

Expand Down

0 comments on commit dcdeb55

Please sign in to comment.