Repository: incubator-mynewt-site Updated Branches: refs/heads/asf-site df4054b9e -> cfa84f80c
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/cfa84f80/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_find_dsc/index.html ---------------------------------------------------------------------- diff --git a/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_find_dsc/index.html b/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_find_dsc/index.html index ae14263..dd879bd 100644 --- a/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_find_dsc/index.html +++ b/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_find_dsc/index.html @@ -342,7 +342,7 @@ <li><a href=" - ../ble_gatts_count_resources/ + ../ble_gatts_add_svcs/ ">Functions</a> @@ -351,6 +351,14 @@ <li > + <a href="../ble_gatts_add_svcs/">ble_gatts_add_svcs</a> + </li> + + + + + + <li > <a href="../ble_gatts_count_resources/">ble_gatts_count_resources</a> </li> @@ -517,7 +525,7 @@ - <li>» <a href="../ble_gatts_count_resources/">Functions</a></li> + <li>» <a href="../ble_gatts_add_svcs/">Functions</a></li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/cfa84f80/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_find_svc/index.html ---------------------------------------------------------------------- diff --git a/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_find_svc/index.html b/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_find_svc/index.html index cb1a53b..89bb63e 100644 --- a/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_find_svc/index.html +++ b/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_find_svc/index.html @@ -342,7 +342,7 @@ <li><a href=" - ../ble_gatts_count_resources/ + ../ble_gatts_add_svcs/ ">Functions</a> @@ -351,6 +351,14 @@ <li > + <a href="../ble_gatts_add_svcs/">ble_gatts_add_svcs</a> + </li> + + + + + + <li > <a href="../ble_gatts_count_resources/">ble_gatts_count_resources</a> </li> @@ -517,7 +525,7 @@ - <li>» <a href="../ble_gatts_count_resources/">Functions</a></li> + <li>» <a href="../ble_gatts_add_svcs/">Functions</a></li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/cfa84f80/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_register_svcs/index.html ---------------------------------------------------------------------- diff --git a/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_register_svcs/index.html b/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_register_svcs/index.html index 798f309..4061df7 100644 --- a/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_register_svcs/index.html +++ b/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_register_svcs/index.html @@ -342,7 +342,7 @@ <li><a href=" - ../ble_gatts_count_resources/ + ../ble_gatts_add_svcs/ ">Functions</a> @@ -351,6 +351,14 @@ <li > + <a href="../ble_gatts_add_svcs/">ble_gatts_add_svcs</a> + </li> + + + + + + <li > <a href="../ble_gatts_count_resources/">ble_gatts_count_resources</a> </li> @@ -517,7 +525,7 @@ - <li>» <a href="../ble_gatts_count_resources/">Functions</a></li> + <li>» <a href="../ble_gatts_add_svcs/">Functions</a></li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/cfa84f80/develop/network/ble/ble_hs/init/definitions/init_defs/index.html ---------------------------------------------------------------------- diff --git a/develop/network/ble/ble_hs/init/definitions/init_defs/index.html b/develop/network/ble/ble_hs/init/definitions/init_defs/index.html index 0d2419f..39cf71d 100644 --- a/develop/network/ble/ble_hs/init/definitions/init_defs/index.html +++ b/develop/network/ble/ble_hs/init/definitions/init_defs/index.html @@ -557,6 +557,18 @@ <span style="color: #177500"> */</span> <span style="color: #A90D91">uint16_t</span> <span style="color: #000000">max_client_configs</span>; + <span style="color: #177500">/**</span> +<span style="color: #177500"> * An optional callback that gets executed upon registration of each GATT</span> +<span style="color: #177500"> * resource (service, characteristic, or descriptor).</span> +<span style="color: #177500"> */</span> + <span style="color: #000000">ble_gatt_register_fn</span> <span style="color: #000000">*gatts_register_cb</span>; + + <span style="color: #177500">/**</span> +<span style="color: #177500"> * An optional argument that gets passed to the GATT registration</span> +<span style="color: #177500"> * callback.</span> +<span style="color: #177500"> */</span> + <span style="color: #A90D91">void</span> <span style="color: #000000">*gatts_register_arg</span>; + <span style="color: #177500">/*** GATT client settings. */</span> <span style="color: #177500">/**</span> <span style="color: #177500"> * The maximum number of concurrent GATT client procedures. When you</span> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/cfa84f80/develop/network/ble/ble_hs/init/functions/ble_hs_init/index.html ---------------------------------------------------------------------- diff --git a/develop/network/ble/ble_hs/init/functions/ble_hs_init/index.html b/develop/network/ble/ble_hs/init/functions/ble_hs_init/index.html index da6b671..0b90976 100644 --- a/develop/network/ble/ble_hs/init/functions/ble_hs_init/index.html +++ b/develop/network/ble/ble_hs/init/functions/ble_hs_init/index.html @@ -326,14 +326,6 @@ <li > - <a href="../ble_hs_rx_data/">ble_hs_rx_data</a> - </li> - - - - - - <li > <a href="../ble_hs_start/">ble_hs_start</a> </li> @@ -580,8 +572,8 @@ </li> <li class="pull-right"> - <a href=../ble_hs_rx_data/> - Next: ble_hs_rx_data + <a href=../ble_hs_start/> + Next: ble_hs_start <span class="fa fa-arrow-right"></span> </a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/cfa84f80/develop/network/ble/ble_hs/init/functions/ble_hs_rx_data/index.html ---------------------------------------------------------------------- diff --git a/develop/network/ble/ble_hs/init/functions/ble_hs_rx_data/index.html b/develop/network/ble/ble_hs/init/functions/ble_hs_rx_data/index.html deleted file mode 100644 index 7c69105..0000000 --- a/develop/network/ble/ble_hs/init/functions/ble_hs_rx_data/index.html +++ /dev/null @@ -1,625 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="utf-8"> - <meta http-equiv="X-UA-Compatible" content="IE=edge"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - - - <link rel="canonical" href="http://mynewt.apache.org/network/ble/ble_hs/init/functions/ble_hs_rx_data/"> - <link rel="shortcut icon" href="../../../../../../img/favicon.ico"> - - <title>ble_hs_rx_data - Apache Mynewt</title> - - <link href="../../../../../../css/bootstrap-3.0.3.min.css" rel="stylesheet"> - <link href="../../../../../../css/font-awesome-4.0.3.css" rel="stylesheet"> - <link rel="stylesheet" href="../../../../../../css/highlight.css"> - <link href="../../../../../../css/base.css" rel="stylesheet"> - <link href="../../../../../../css/custom.css" rel="stylesheet"> - <link href="../../../../../../css/v2.css" rel="stylesheet"> - <link href='https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300,100' rel='stylesheet' type='text/css'> - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> - <link href="../../../../../../extra.css" rel="stylesheet"> - - <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> - <!--[if lt IE 9]> - <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> - <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> - <![endif]--> - - - <script> - (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ - (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), - m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) - })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); - - ga('create', 'UA-72162311-1', 'auto'); - ga('send', 'pageview'); - </script> - - </head> - - - <body class="ble_hs_rx_data"> - - - - - - - - - -<nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation"> - <div class="container"> - <!-- Collapsed navigation --> - <div class="navbar-header"> - <!-- Expander button --> - <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> - <span class="sr-only">Toggle navigation</span> - <span class="icon-bar"></span> - <span class="icon-bar"></span> - <span class="icon-bar"></span> - </button> - - </div> - - <!-- Expanded navigation --> - <div class="navbar-collapse collapse"> - <!-- Main navigation --> - <ul class="nav navbar-nav navbar-right"> - <li - class="" -> - <a href="/">Home</a> - </li> - <li - class="important" -> - <a href="/quick-start/">Quick Start</a> - </li> - <li - class="" -> - <a href="/about/">About</a> - </li> - <li - class="active" -> - <a href="/latest/os/introduction">Documentation</a> - </li> - <li - class="" -> - <a href="/download/">Download</a> - </li> - <li - class="" -> - <a href="/community/">Community</a> - </li> - <li - class="" -> - <a href="/events/">Events</a> - </li> - </ul> - - <!-- Search, Navigation and Repo links --> - <ul class="nav navbar-nav navbar-right"> - - </ul> - </div> - </div> -</nav> - - - - <div class="container"> - - <div class="row"> - <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary"> - <div class="top"> - <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt"> - <div role="search"> - <form id="rtd-search-form" class="wy-form" action="../../../../../../search.html" method="get"> - <div class="form-group"> - <input type="text" name="q" class="form-control" placeholder="Search documentation" /> - </div> - </form> - </div> - </div> - <ul class="toc-nav"> - <li class="doc-version"> -<select class="form-control" onchange="if (this.value) window.location.href=this.value"> - - <option - value="/develop/os/introduction" - selected="selected" - > - Version: develop - </option> - - <option - value="/v0_9_0/os/introduction" - - > - Version: 0.9.0 (latest) - </option> - -</select> -</li> - - - - - - - - - - - - - - - - - - <li ><a href="../../../../../../os/introduction/">Mynewt Documentation</a> - - - <ul> - - - - - - - - <li ><a href="../../../../../../os/get_started/get_started/">Basic Setup</a> - - - </li> - - - - - - <li > - <a href="../../../../../../os/get_started/vocabulary/">Concepts</a> - </li> - - - - - - - - <li ><a href="../../../../../../os/tutorials/tutorials/">Tutorials</a> - - - </li> - - - - - - - - <li ><a href="../../../../../../os/os_user_guide/">OS User Guide</a> - - - </li> - - - - - - - - <li><a href=" - ../../../../ble_intro/ -">BLE User Guide</a> - - - <ul> - - - - <li > - <a href="../../../../ble_intro/">NimBLE Introduction</a> - </li> - - - - - - <li > - <a href="../../../../ble_sec/">NimBLE Security</a> - </li> - - - - - - <li > - <a href="../../../../nimble_setup/">Set up application</a> - </li> - - - - - - - - <li ><a href="../../../../ini_stack/ble_ini_intro/">Initialize stack</a> - - - </li> - - - - - - - - <li ><a href="../../../ble_hs/">NimBLE Host API</a> - - - <ul> - - - - - - <li > - <a href="../../../ble_hs_return_codes/">Return codes</a> - </li> - - - - - - - - <li ><a href="../../init/">Init and config</a> - - - <ul> - - - - - - - - <li><a href=" - ../../definitions/init_defs/ -">Definitions</a> - - - </li> - - - - - - - - <li><a href=" - ../ble_hs_init/ -">Functions</a> - - - <ul> - - - - <li > - <a href="../ble_hs_init/">ble_hs_init</a> - </li> - - - - - - <li class="active"> - <a href="./">ble_hs_rx_data</a> - </li> - - - - - - <li > - <a href="../ble_hs_start/">ble_hs_start</a> - </li> - - - - </ul> - - </li> - - - - </ul> - - </li> - - - - - - - - <li ><a href="../../../ble_gap/ble_gap/">GAP</a> - - - </li> - - - - - - - - <li ><a href="../../../ble_gattc/ble_gattc/">GATT client</a> - - - </li> - - - - - - - - <li ><a href="../../../ble_gatts/ble_gatts/">GATT server</a> - - - </li> - - - - - - - - <li ><a href="../../../ble_hs_id/ble_hs_id/">Identity</a> - - - </li> - - - - - - - - <li ><a href="../../../ble_att/ble_att/">ATT</a> - - - </li> - - - - - - - - <li ><a href="../../../other/other/">Other</a> - - - </li> - - - - </ul> - - </li> - - - - - - - - <li ><a href="../../../../bletiny_api/">bletiny app Usage API</a> - - - </li> - - - - </ul> - - </li> - - - - - - - - <li ><a href="../../../../../../newt/newt_intro/">Newt Tool Guide</a> - - - </li> - - - - - - - - <li ><a href="../../../../../../newtmgr/overview/">Newt Manager Guide</a> - - - </li> - - - - </ul> - - </li> - - - - - - - - <li><a href=" - ../../../../../../faq/how_to_edit_docs/ -">Appendix</a> - - - </li> - - - - </ul> -</div></div> - - <div class="show-sidebar-container"> - <button class="show-sidebar">Docs Menu</button> - </div> - - <div class="col-md-9" role="main"> - <div class="row doc-header"> - <div class="col-sm-12"> - <div role="navigation" aria-label="breadcrumbs navigation"> - <ul class="wy-breadcrumbs pull-right"> - <li><a href="/develop/os/introduction">Docs</a></li> - - - - <li>» <a href="../../init/">Init and config</a></li> - - - - <li>» <a href="../ble_hs_init/">Functions</a></li> - - - - <li>» ble_hs_rx_data</li> - - - - </ul> -</div> - </div> - </div> - - <h2 id="ble95hs95rx95data"><font color="#F2853F" style="font-size:24pt">ble_hs_rx_data</font></h2> -<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span style="color: #A90D91">int</span> -<span style="color: #000000">ble_hs_rx_data</span>(<span style="color: #A90D91">struct</span> <span style="color: #000000">os_mbuf</span> <span style="color: #000000">**om</span>) -</pre></div> - - -<h3 id="description">Description</h3> -<p>Called when a data packet is received from the controller. This function consumes the supplied mbuf, regardless of the outcome.</p> -<h3 id="parameters">Parameters</h3> -<table> -<thead> -<tr> -<th><em>Parameter</em></th> -<th><em>Description</em></th> -</tr> -</thead> -<tbody> -<tr> -<td>om</td> -<td>The incoming data packet, beginning with the HCI ACL data header.</td> -</tr> -</tbody> -</table> -<h3 id="returned-values">Returned values</h3> -<table> -<thead> -<tr> -<th><em>Value</em></th> -<th><em>Condition</em></th> -</tr> -</thead> -<tbody> -<tr> -<td>0</td> -<td>Success.</td> -</tr> -<tr> -<td><a href="../../../ble_hs_return_codes/#return-codes-core">Core return code</a></td> -<td>Unexpected error.</td> -</tr> -</tbody> -</table> - - <div class="row"> - - - - -<ul class="nav nav-pills" style="margin-bottom: 10px"> - <li> - - <a href=../ble_hs_init/> - <span class="fa fa-arrow-left"></span> - Previous: ble_hs_init - </a> - - </li> - <li class="pull-right"> - - <a href=../ble_hs_start/> - Next: ble_hs_start - <span class="fa fa-arrow-right"></span> - </a> - - </li> -</ul> - </div> - <div class="row"> - <footer> - <div class="row"> - <div class="col-md-12"> - - <p class="copyright">Copyright © 2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0 Apache and the Apache feather logo are trademarks of The Apache Software Foundation.<br>The Apache Software Foundation Apache Incubator</p> - - </div> - </div> - <div class="copyright-logos"> - <div class="row"> - <div class="col-xs-6 text-right"> - <img src="/img/apache-feather.png" alt="Apache" title="Apache"> - </div> - <div class="col-xs-6 text-left"> - <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator"> - </div> - </div> - </div> - <div class="row"> - <div class="col-md-12"> - <small class="footnote"> - MyNewt is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. - </small> - </div> - </div> -</footer> - </div> - </div> - </div> - - - </div> - - <script src="../../../../../../js/jquery-1.10.2.min.js"></script> - <script src="../../../../../../js/bootstrap-3.0.3.min.js"></script> - <script src="../../../../../../js/highlight.pack.js"></script> - <script src="../../../../../../js/base.js"></script> - <script src="../../../../../../js/custom.js"></script> - - </body> -</html> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/cfa84f80/develop/network/ble/ble_hs/init/functions/ble_hs_start/index.html ---------------------------------------------------------------------- diff --git a/develop/network/ble/ble_hs/init/functions/ble_hs_start/index.html b/develop/network/ble/ble_hs/init/functions/ble_hs_start/index.html index 8c0ce0e..1f91b18 100644 --- a/develop/network/ble/ble_hs/init/functions/ble_hs_start/index.html +++ b/develop/network/ble/ble_hs/init/functions/ble_hs_start/index.html @@ -325,14 +325,6 @@ - <li > - <a href="../ble_hs_rx_data/">ble_hs_rx_data</a> - </li> - - - - - <li class="active"> <a href="./">ble_hs_start</a> </li> @@ -552,9 +544,9 @@ <ul class="nav nav-pills" style="margin-bottom: 10px"> <li> - <a href=../ble_hs_rx_data/> + <a href=../ble_hs_init/> <span class="fa fa-arrow-left"></span> - Previous: ble_hs_rx_data + Previous: ble_hs_init </a> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/cfa84f80/develop/network/ble/ble_hs/init/init/index.html ---------------------------------------------------------------------- diff --git a/develop/network/ble/ble_hs/init/init/index.html b/develop/network/ble/ble_hs/init/init/index.html index 429433b..84282e6 100644 --- a/develop/network/ble/ble_hs/init/init/index.html +++ b/develop/network/ble/ble_hs/init/init/index.html @@ -508,10 +508,6 @@ <td>Initializes the NimBLE host.</td> </tr> <tr> -<td><a href="../functions/ble_hs_rx_data/">ble_hs_rx_data</a></td> -<td>Called when a data packet is received from the controller.</td> -</tr> -<tr> <td><a href="../functions/ble_hs_start/">ble_hs_start</a></td> <td>Synchronizes the host with the controller by sending a sequence of HCI commands.</td> </tr> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/cfa84f80/develop/sitemap.xml ---------------------------------------------------------------------- diff --git a/develop/sitemap.xml b/develop/sitemap.xml index 0677450..f3c383f 100644 --- a/develop/sitemap.xml +++ b/develop/sitemap.xml @@ -4,7 +4,7 @@ <url> <loc>http://mynewt.apache.org/</loc> - <lastmod>2016-07-23</lastmod> + <lastmod>2016-07-29</lastmod> <changefreq>daily</changefreq> </url> @@ -12,7 +12,7 @@ <url> <loc>http://mynewt.apache.org/quick-start/</loc> - <lastmod>2016-07-23</lastmod> + <lastmod>2016-07-29</lastmod> <changefreq>daily</changefreq> </url> @@ -20,7 +20,7 @@ <url> <loc>http://mynewt.apache.org/about/</loc> - <lastmod>2016-07-23</lastmod> + <lastmod>2016-07-29</lastmod> <changefreq>daily</changefreq> </url> @@ -28,7 +28,7 @@ <url> <loc>http://mynewt.apache.org/download/</loc> - <lastmod>2016-07-23</lastmod> + <lastmod>2016-07-29</lastmod> <changefreq>daily</changefreq> </url> @@ -36,7 +36,7 @@ <url> <loc>http://mynewt.apache.org/community/</loc> - <lastmod>2016-07-23</lastmod> + <lastmod>2016-07-29</lastmod> <changefreq>daily</changefreq> </url> @@ -44,7 +44,7 @@ <url> <loc>http://mynewt.apache.org/events/</loc> - <lastmod>2016-07-23</lastmod> + <lastmod>2016-07-29</lastmod> <changefreq>daily</changefreq> </url> @@ -53,7 +53,7 @@ <url> <loc>http://mynewt.apache.org/os/introduction/</loc> - <lastmod>2016-07-23</lastmod> + <lastmod>2016-07-29</lastmod> <changefreq>daily</changefreq> </url> @@ -65,7 +65,7 @@ <url> <loc>http://mynewt.apache.org/os/get_started/vocabulary/</loc> - <lastmod>2016-07-23</lastmod> + <lastmod>2016-07-29</lastmod> <changefreq>daily</changefreq> </url> @@ -105,13 +105,13 @@ <url> <loc>http://mynewt.apache.org/faq/how_to_edit_docs/</loc> - <lastmod>2016-07-23</lastmod> + <lastmod>2016-07-29</lastmod> <changefreq>daily</changefreq> </url> <url> <loc>http://mynewt.apache.org/faq/answers/</loc> - <lastmod>2016-07-23</lastmod> + <lastmod>2016-07-29</lastmod> <changefreq>daily</changefreq> </url> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/cfa84f80/index.html ---------------------------------------------------------------------- diff --git a/index.html b/index.html index c7ba1d0..f410497 100644 --- a/index.html +++ b/index.html @@ -214,6 +214,9 @@ <a href="https://www.nordicsemi.com/eng/Products/Bluetooth-Smart-Bluetooth-low-energy/nRF52832/"> nRF52 DK </a> from Nordic Semiconductor (Cortex-M4) </li> <li> + <a href="http://ruuvitag.com"> RuuviTag </a> Sensor beacon platform (Nordic nRF52832 based) + </li> + <li> <a href="https://www.nordicsemi.com/eng/Products/Bluetooth-Smart-Bluetooth-low-energy/nRF51822"> nRF51 DK </a> from Nordic Semiconductor (Cortex-M0) </li> <li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/cfa84f80/latest/index.html ---------------------------------------------------------------------- diff --git a/latest/index.html b/latest/index.html index 2706d6c..1163f86 100644 --- a/latest/index.html +++ b/latest/index.html @@ -214,6 +214,9 @@ <a href="https://www.nordicsemi.com/eng/Products/Bluetooth-Smart-Bluetooth-low-energy/nRF52832/"> nRF52 DK </a> from Nordic Semiconductor (Cortex-M4) </li> <li> + <a href="https://http://ruuvitag.com"> RuuviTag </a> Sensor beacon platform (Nordic nRF52832 based) + </li> + <li> <a href="https://www.nordicsemi.com/eng/Products/Bluetooth-Smart-Bluetooth-low-energy/nRF51822"> nRF51 DK </a> from Nordic Semiconductor (Cortex-M0) </li> <li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/cfa84f80/latest/sitemap.xml ---------------------------------------------------------------------- diff --git a/latest/sitemap.xml b/latest/sitemap.xml index 0677450..f3c383f 100644 --- a/latest/sitemap.xml +++ b/latest/sitemap.xml @@ -4,7 +4,7 @@ <url> <loc>http://mynewt.apache.org/</loc> - <lastmod>2016-07-23</lastmod> + <lastmod>2016-07-29</lastmod> <changefreq>daily</changefreq> </url> @@ -12,7 +12,7 @@ <url> <loc>http://mynewt.apache.org/quick-start/</loc> - <lastmod>2016-07-23</lastmod> + <lastmod>2016-07-29</lastmod> <changefreq>daily</changefreq> </url> @@ -20,7 +20,7 @@ <url> <loc>http://mynewt.apache.org/about/</loc> - <lastmod>2016-07-23</lastmod> + <lastmod>2016-07-29</lastmod> <changefreq>daily</changefreq> </url> @@ -28,7 +28,7 @@ <url> <loc>http://mynewt.apache.org/download/</loc> - <lastmod>2016-07-23</lastmod> + <lastmod>2016-07-29</lastmod> <changefreq>daily</changefreq> </url> @@ -36,7 +36,7 @@ <url> <loc>http://mynewt.apache.org/community/</loc> - <lastmod>2016-07-23</lastmod> + <lastmod>2016-07-29</lastmod> <changefreq>daily</changefreq> </url> @@ -44,7 +44,7 @@ <url> <loc>http://mynewt.apache.org/events/</loc> - <lastmod>2016-07-23</lastmod> + <lastmod>2016-07-29</lastmod> <changefreq>daily</changefreq> </url> @@ -53,7 +53,7 @@ <url> <loc>http://mynewt.apache.org/os/introduction/</loc> - <lastmod>2016-07-23</lastmod> + <lastmod>2016-07-29</lastmod> <changefreq>daily</changefreq> </url> @@ -65,7 +65,7 @@ <url> <loc>http://mynewt.apache.org/os/get_started/vocabulary/</loc> - <lastmod>2016-07-23</lastmod> + <lastmod>2016-07-29</lastmod> <changefreq>daily</changefreq> </url> @@ -105,13 +105,13 @@ <url> <loc>http://mynewt.apache.org/faq/how_to_edit_docs/</loc> - <lastmod>2016-07-23</lastmod> + <lastmod>2016-07-29</lastmod> <changefreq>daily</changefreq> </url> <url> <loc>http://mynewt.apache.org/faq/answers/</loc> - <lastmod>2016-07-23</lastmod> + <lastmod>2016-07-29</lastmod> <changefreq>daily</changefreq> </url> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/cfa84f80/sitemap.xml ---------------------------------------------------------------------- diff --git a/sitemap.xml b/sitemap.xml index 0677450..f3c383f 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -4,7 +4,7 @@ <url> <loc>http://mynewt.apache.org/</loc> - <lastmod>2016-07-23</lastmod> + <lastmod>2016-07-29</lastmod> <changefreq>daily</changefreq> </url> @@ -12,7 +12,7 @@ <url> <loc>http://mynewt.apache.org/quick-start/</loc> - <lastmod>2016-07-23</lastmod> + <lastmod>2016-07-29</lastmod> <changefreq>daily</changefreq> </url> @@ -20,7 +20,7 @@ <url> <loc>http://mynewt.apache.org/about/</loc> - <lastmod>2016-07-23</lastmod> + <lastmod>2016-07-29</lastmod> <changefreq>daily</changefreq> </url> @@ -28,7 +28,7 @@ <url> <loc>http://mynewt.apache.org/download/</loc> - <lastmod>2016-07-23</lastmod> + <lastmod>2016-07-29</lastmod> <changefreq>daily</changefreq> </url> @@ -36,7 +36,7 @@ <url> <loc>http://mynewt.apache.org/community/</loc> - <lastmod>2016-07-23</lastmod> + <lastmod>2016-07-29</lastmod> <changefreq>daily</changefreq> </url> @@ -44,7 +44,7 @@ <url> <loc>http://mynewt.apache.org/events/</loc> - <lastmod>2016-07-23</lastmod> + <lastmod>2016-07-29</lastmod> <changefreq>daily</changefreq> </url> @@ -53,7 +53,7 @@ <url> <loc>http://mynewt.apache.org/os/introduction/</loc> - <lastmod>2016-07-23</lastmod> + <lastmod>2016-07-29</lastmod> <changefreq>daily</changefreq> </url> @@ -65,7 +65,7 @@ <url> <loc>http://mynewt.apache.org/os/get_started/vocabulary/</loc> - <lastmod>2016-07-23</lastmod> + <lastmod>2016-07-29</lastmod> <changefreq>daily</changefreq> </url> @@ -105,13 +105,13 @@ <url> <loc>http://mynewt.apache.org/faq/how_to_edit_docs/</loc> - <lastmod>2016-07-23</lastmod> + <lastmod>2016-07-29</lastmod> <changefreq>daily</changefreq> </url> <url> <loc>http://mynewt.apache.org/faq/answers/</loc> - <lastmod>2016-07-23</lastmod> + <lastmod>2016-07-29</lastmod> <changefreq>daily</changefreq> </url> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/cfa84f80/v0_9_0/index.html ---------------------------------------------------------------------- diff --git a/v0_9_0/index.html b/v0_9_0/index.html index 2706d6c..1163f86 100644 --- a/v0_9_0/index.html +++ b/v0_9_0/index.html @@ -214,6 +214,9 @@ <a href="https://www.nordicsemi.com/eng/Products/Bluetooth-Smart-Bluetooth-low-energy/nRF52832/"> nRF52 DK </a> from Nordic Semiconductor (Cortex-M4) </li> <li> + <a href="https://http://ruuvitag.com"> RuuviTag </a> Sensor beacon platform (Nordic nRF52832 based) + </li> + <li> <a href="https://www.nordicsemi.com/eng/Products/Bluetooth-Smart-Bluetooth-low-energy/nRF51822"> nRF51 DK </a> from Nordic Semiconductor (Cortex-M0) </li> <li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/cfa84f80/v0_9_0/sitemap.xml ---------------------------------------------------------------------- diff --git a/v0_9_0/sitemap.xml b/v0_9_0/sitemap.xml index 0677450..f3c383f 100644 --- a/v0_9_0/sitemap.xml +++ b/v0_9_0/sitemap.xml @@ -4,7 +4,7 @@ <url> <loc>http://mynewt.apache.org/</loc> - <lastmod>2016-07-23</lastmod> + <lastmod>2016-07-29</lastmod> <changefreq>daily</changefreq> </url> @@ -12,7 +12,7 @@ <url> <loc>http://mynewt.apache.org/quick-start/</loc> - <lastmod>2016-07-23</lastmod> + <lastmod>2016-07-29</lastmod> <changefreq>daily</changefreq> </url> @@ -20,7 +20,7 @@ <url> <loc>http://mynewt.apache.org/about/</loc> - <lastmod>2016-07-23</lastmod> + <lastmod>2016-07-29</lastmod> <changefreq>daily</changefreq> </url> @@ -28,7 +28,7 @@ <url> <loc>http://mynewt.apache.org/download/</loc> - <lastmod>2016-07-23</lastmod> + <lastmod>2016-07-29</lastmod> <changefreq>daily</changefreq> </url> @@ -36,7 +36,7 @@ <url> <loc>http://mynewt.apache.org/community/</loc> - <lastmod>2016-07-23</lastmod> + <lastmod>2016-07-29</lastmod> <changefreq>daily</changefreq> </url> @@ -44,7 +44,7 @@ <url> <loc>http://mynewt.apache.org/events/</loc> - <lastmod>2016-07-23</lastmod> + <lastmod>2016-07-29</lastmod> <changefreq>daily</changefreq> </url> @@ -53,7 +53,7 @@ <url> <loc>http://mynewt.apache.org/os/introduction/</loc> - <lastmod>2016-07-23</lastmod> + <lastmod>2016-07-29</lastmod> <changefreq>daily</changefreq> </url> @@ -65,7 +65,7 @@ <url> <loc>http://mynewt.apache.org/os/get_started/vocabulary/</loc> - <lastmod>2016-07-23</lastmod> + <lastmod>2016-07-29</lastmod> <changefreq>daily</changefreq> </url> @@ -105,13 +105,13 @@ <url> <loc>http://mynewt.apache.org/faq/how_to_edit_docs/</loc> - <lastmod>2016-07-23</lastmod> + <lastmod>2016-07-29</lastmod> <changefreq>daily</changefreq> </url> <url> <loc>http://mynewt.apache.org/faq/answers/</loc> - <lastmod>2016-07-23</lastmod> + <lastmod>2016-07-29</lastmod> <changefreq>daily</changefreq> </url>
