You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/07/05 20:19:31 UTC

[GitHub] aditihilbert closed pull request #455: automated asf-site build

aditihilbert closed pull request #455: automated asf-site build
URL: https://github.com/apache/mynewt-site/pull/455
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/master/_sources/newt/install/newt_linux.rst.txt b/master/_sources/newt/install/newt_linux.rst.txt
index 60900f0c8e..8ace7974d4 100644
--- a/master/_sources/newt/install/newt_linux.rst.txt
+++ b/master/_sources/newt/install/newt_linux.rst.txt
@@ -97,8 +97,8 @@ Download and install the package manually.
 
 .. code-block:: console
 
-    $ wget https://raw.githubusercontent.com/runtimeco/binary-releases/master/mynewt-newt-tools_1.3.0/newt_1.3.0-1_amd64.deb
-    $ sudo dpkg -i newt_1.3.0-1_amd64.deb
+    $ wget https://raw.githubusercontent.com/runtimeco/binary-releases/master/mynewt-newt-tools_1.4.1/newt_1.4.1-1_amd64.deb
+    $ sudo dpkg -i newt_1.4.1-1_amd64.deb
 
 See `Checking the Installed Version of Newt`_ to verify that you are using the installed version of newt.
 
@@ -112,16 +112,16 @@ source.
 
    .. code-block:: console
 
-    $ wget -P /tmp https://github.com/apache/mynewt-newt/archive/mynewt_1_3_0_tag.tar.gz
-    $ tar -xzf /tmp/mynewt_1_3_0_tag.tar.gz
+    $ wget -P /tmp https://github.com/apache/mynewt-newt/archive/mynewt_1_4_1_tag.tar.gz
+    $ tar -xzf /tmp/mynewt_1_4_1_tag.tar.gz
 
 #. Run the build.sh to build the newt tool.
 
    .. code-block:: console
 
-    $ cd mynewt-newt-mynewt_1_3_0_tag
+    $ cd mynewt-newt-mynewt_1_4_1_tag
     $ ./build.sh
-    $ rm /tmp/mynewt_1_3_0_tag.tar.gz
+    $ rm /tmp/mynewt_1_4_1_tag.tar.gz
 
 #. You should see the ``newt/newt`` executable. Move the executable to a bin directory in your PATH:
 
@@ -148,7 +148,7 @@ Checking the Installed Version of Newt
     $ which newt
     /usr/bin/newt
     $ newt version
-    Apache Newt version: 1.3.0
+    Apache Newt version: 1.4.1
 
 2. Get information about newt:
 
diff --git a/master/_sources/newt/install/newt_mac.rst.txt b/master/_sources/newt/install/newt_mac.rst.txt
index f7b5566651..a2f5c29f82 100644
--- a/master/_sources/newt/install/newt_mac.rst.txt
+++ b/master/_sources/newt/install/newt_mac.rst.txt
@@ -55,13 +55,13 @@ commands to upgrade to newt latest:
     $ brew update
     $ brew upgrade mynewt-newt
     ==> Upgrading 1 outdated package, with result:
-    runtimeco/mynewt/mynewt-newt 1.3.0
+    runtimeco/mynewt/mynewt-newt 1.4.1
     ==> Upgrading runtimeco/mynewt/mynewt-newt
-    ==> Downloading https://github.com/runtimeco/binary-releases/raw/master/mynewt-newt-tools_1.3.0/mynewt-newt-1.3.0.sierra.bottle.tar.gz
-    ==> Downloading from https://raw.githubusercontent.com/runtimeco/binary-releases/master/mynewt-newt-tools_1.3.0/mynewt-newt-1.3.0.sierra.bottle.tar.gz
+    ==> Downloading https://github.com/runtimeco/binary-releases/raw/master/mynewt-newt-tools_1.4.1/mynewt-newt-1.4.1.sierra.bottle.tar.gz
+    ==> Downloading from https://raw.githubusercontent.com/runtimeco/binary-releases/master/mynewt-newt-tools_1.4.1/mynewt-newt-1.4.1.sierra.bottle.tar.gz
     ######################################################################## 100.0%
-    ==> Pouring mynewt-newt-1.3.0.sierra.bottle.tar.gz
-    🍺  /usr/local/Cellar/mynewt-newt/1.3.0: 3 files, 7.9MB
+    ==> Pouring mynewt-newt-1.4.1.sierra.bottle.tar.gz
+    🍺  /usr/local/Cellar/mynewt-newt/1.4.1: 3 files, 7.9MB
 
 Installing the Latest Release Version of Newt
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -73,10 +73,10 @@ Run the following command to install the latest release version of newt:
     $ brew update
     $ brew install mynewt-newt
     ==> Installing mynewt-newt from runtimeco/mynewt
-    ==> Downloading https://github.com/runtimeco/binary-releases/raw/master/mynewt-newt-tools_1.3.0/mynewt-newt-1.3.0.sierra.bottle.tar.gz
-    Already downloaded: /Users/gavin/Library/Caches/Homebrew/mynewt-newt-1.3.0.sierra.bottle.tar.gz
-    ==> Pouring mynewt-newt-1.3.0.sierra.bottle.tar.gz
-    🍺  /usr/local/Cellar/mynewt-newt/1.3.0: 3 files, 7.9MB
+    ==> Downloading https://github.com/runtimeco/binary-releases/raw/master/mynewt-newt-tools_1.4.1/mynewt-newt-1.4.1.sierra.bottle.tar.gz
+    Already downloaded: /Users/gavin/Library/Caches/Homebrew/mynewt-newt-1.4.1.sierra.bottle.tar.gz
+    ==> Pouring mynewt-newt-1.4.1.sierra.bottle.tar.gz
+    🍺  /usr/local/Cellar/mynewt-newt/1.4.1: 3 files, 7.9MB
 
 **Notes:** Homebrew bottles for newt are available for Mac OS Sierra. If you are running an earlier version of Mac OS,
 the installation will install the latest version of Go and compile newt locally.
@@ -91,7 +91,7 @@ Check that you are using the installed version of newt:
     $ which newt
     /usr/local/bin/newt
     $ newt version
-    Apache Newt version: 1.3.0
+    Apache Newt version: 1.4.1
 
 **Note:** If you previously built newt from source and the output of
 ``which newt`` shows
@@ -186,4 +186,4 @@ you can run:
 
 .. code-block:: console
 
-    $ brew switch mynewt-newt 1.3.0
+    $ brew switch mynewt-newt 1.4.1
diff --git a/master/_sources/newt/install/newt_windows.rst.txt b/master/_sources/newt/install/newt_windows.rst.txt
index 5d5e7534f9..d542f40c58 100644
--- a/master/_sources/newt/install/newt_windows.rst.txt
+++ b/master/_sources/newt/install/newt_windows.rst.txt
@@ -13,7 +13,7 @@ This guide shows you how to perform the following:
 
 1. Install MSYS2/MinGW.
 2. Install Git.
-3. Install latest release (1.2.0) of newt from binary.
+3. Install latest release (1.4.1) of newt from binary.
 4. Install latest release of newt from source.
 
 See :doc:`prev_releases` to install an earlier version of newt. You still need
@@ -89,7 +89,7 @@ You can install the latest release of newt from binary. It has been tested on Wi
 
    .. code-block:: console
 
-    $ wget -P /tmp https://raw.githubusercontent.com/runtimeco/binary-releases/master/mynewt-newt-tools_1.3.0/newt_1_3_0_windows_amd64.tar.gz
+    $ wget -P /tmp http://www.apache.org/dyn/closer.lua/mynewt/apache-mynewt-1.4.1/apache-mynewt-newt-bin-windows-1.4.1.tgz
 
 3. Extract the file:
 
@@ -98,13 +98,13 @@ You can install the latest release of newt from binary. It has been tested on Wi
 
       .. code-block:: console
 
-        tar -xzf /tmp/newt_1_3_0_windows_amd64.tar.gz -C $GOPATH/bin
+        tar -xzf /tmp/apache-mynewt-newt-bin-windows-1.4.1.tgz -C $GOPATH/bin
 
    -  If you are installing newt for the first time and do not have a Go workspace setup, you can extract into /usr/bin directory:
 
       .. code-block:: console
 
-        tar -xzf /tmp/newt_1_3_0_windows_amd64.tar.gz -C /usr/bin
+        tar -xzf /tmp/apache-mynewt-newt-bin-windows-1.4.1.tgz -C /usr/bin
 
 4. Verify the installed version of newt. See `Checking the Installed Version`_.
 
@@ -123,16 +123,16 @@ source.
 
    .. code-block:: console
 
-    $ wget -P /tmp https://github.com/apache/mynewt-newt/archive/mynewt_1_3_0_tag.tar.gz
-    $ tar -xzf /tmp/mynewt_1_3_0_tag.tar.gz
+    $ wget -P /tmp https://github.com/apache/mynewt-newt/archive/mynewt_1_4_1_tag.tar.gz
+    $ tar -xzf /tmp/mynewt_1_4_1_tag.tar.gz
 
 4. Run the build.sh to build the newt tool.
 
    .. code-block:: console
 
-    $ cd mynewt-newt-mynewt_1_3_0_tag
+    $ cd mynewt-newt-mynewt_1_4_1_tag
     $ ./build.sh
-    $ rm /tmp/mynewt_1_3_0_tag.tar.gz
+    $ rm /tmp/mynewt_1_4_1_tag.tar.gz
 
 5. You should see the ``newt/newt.exe`` executable. Move the executable to a bin directory in your PATH:
 
@@ -157,7 +157,7 @@ Checking the Installed Version
    .. code-block:: console
 
     $ newt version
-    Apache Newt version: 1.3.0
+    Apache Newt version: 1.4.1
 
 2. Get information about newt:
 
diff --git a/master/_sources/newtmgr/install/install_linux.rst.txt b/master/_sources/newtmgr/install/install_linux.rst.txt
index 6707808485..6764561fda 100644
--- a/master/_sources/newtmgr/install/install_linux.rst.txt
+++ b/master/_sources/newtmgr/install/install_linux.rst.txt
@@ -1,7 +1,7 @@
 Installing Newtmgr on Linux
 ---------------------------
 
-You can install the latest release (1.3.0) of the newtmgr tool from a
+You can install the latest release (1.4.1) of the newtmgr tool from a
 Debian binary package (amd64). You can also download and build the
 latest release version of newtmgr from source.
 
@@ -137,8 +137,8 @@ Download and install the package manually.
 
 .. code-block:: console
 
-    $ wget https://raw.githubusercontent.com/runtimeco/debian-mynewt/master/pool/main/n/newtmgr/newtmgr_1.3.0-1_amd64.deb
-    $ sudo dpkg -i newtmgr_1.3.0-1_amd64.deb
+    $ wget https://raw.githubusercontent.com/runtimeco/debian-mynewt/master/pool/main/n/newtmgr/newtmgr_1.4.1-1_amd64.deb
+    $ sudo dpkg -i newtmgr_1.4.1-1_amd64.deb
 
 See :ref:`check` to verify
 that you are using the installed version of newtmgr.
@@ -177,8 +177,8 @@ install the latest release version of newtmgr from source.
    .. code-block:: console
 
       $ cd src/mynewt.apache.org/newtmgr
-      $ git checkout mynewt_1_3_0_tag
-      Note: checking out 'mynewt_1_3_0_tag'.
+      $ git checkout mynewt_1_4_1_tag
+      Note: checking out 'mynewt_1_4_1_tag'.
 
 5. Build newtmgr from the latest release version:
 
diff --git a/master/_sources/newtmgr/install/install_mac.rst.txt b/master/_sources/newtmgr/install/install_mac.rst.txt
index 7956f8b497..57a38d252e 100644
--- a/master/_sources/newtmgr/install/install_mac.rst.txt
+++ b/master/_sources/newtmgr/install/install_mac.rst.txt
@@ -6,7 +6,7 @@ Mac OS 10.11 and higher.
 
 This page shows you how to install the following versions of newtmgr:
 
--  Upgrade to or install the latest release version (1.3.0).
+-  Upgrade to or install the latest release version (1.4.1).
 -  Install the latest from the master branch (unstable).
 
 .. contents::
@@ -59,13 +59,13 @@ newtmgr:
     $ brew update
     $ brew install mynewt-newtmgr
     ==> Installing mynewt-newtmgr from runtimeco/mynewt
-    ==> Downloading https://github.com/runtimeco/binary-releases/raw/master/mynewt-newt-tools_1.3.0/mynewt-newtmgr-1.3.0.sierra.bottle.tar.gz
-    ==> Downloading from https://raw.githubusercontent.com/runtimeco/binary-releases/master/mynewt-newt-tools_1.3.0/mynewt-newtmgr-1.3.0.sierra.bottle.tar.gz
+    ==> Downloading https://github.com/runtimeco/binary-releases/raw/master/mynewt-newt-tools_1.4.1/mynewt-newtmgr-1.4.1.sierra.bottle.tar.gz
+    ==> Downloading from https://raw.githubusercontent.com/runtimeco/binary-releases/master/mynewt-newt-tools_1.4.1/mynewt-newtmgr-1.4.1.sierra.bottle.tar.gz
     ######################################################################## 100.0%
-    ==> Pouring mynewt-newtmgr-1.3.0.sierra.bottle.tar.gz
-    🍺  /usr/local/Cellar/mynewt-newtmgr/1.3.0: 3 files, 17.3MB
+    ==> Pouring mynewt-newtmgr-1.4.1.sierra.bottle.tar.gz
+    🍺  /usr/local/Cellar/mynewt-newtmgr/1.4.1: 3 files, 17.3MB
 
-**Notes:** Homebrew bottles for newtmgr 1.3.0 are available for Mac OS
+**Notes:** Homebrew bottles for newtmgr 1.4.1 are available for Mac OS
 Sierra, El Captian. If you are running an earlier version of Mac OS, the
 installation will install the latest version of Go and compile newtmgr
 locally.
@@ -80,7 +80,7 @@ Check that you are using the installed version of newtmgr:
     $ which newtmgr
     /usr/local/bin/newtmgr
     ls -l /usr/local/bin/newtmgr
-    lrwxr-xr-x  1 user  staff  42 Sep 11 21:15 /usr/local/bin/newtmgr -> ../Cellar/mynewt-newtmgr/1.3.0/bin/newtmgr
+    lrwxr-xr-x  1 user  staff  42 Jul 1 21:15 /usr/local/bin/newtmgr -> ../Cellar/mynewt-newtmgr/1.4.1/bin/newtmgr
 
 **Note:** If you previously built newtmgr from source and the output of
 ``which newtmgr`` shows
@@ -167,7 +167,7 @@ run:
 
 .. code-block:: console
 
-    $ brew switch mynewt-newtmgr 1.3.0
-    Cleaning /usr/local/Cellar/mynewt-newtmgr/1.3.0
+    $ brew switch mynewt-newtmgr 1.4.1
+    Cleaning /usr/local/Cellar/mynewt-newtmgr/1.4.1
     Cleaning /usr/local/Cellar/mynewt-newtmgr/HEAD-2d5217f
-    1 links created for /usr/local/Cellar/mynewt-newtmgr/1.3.0
+    1 links created for /usr/local/Cellar/mynewt-newtmgr/1.4.1
diff --git a/master/_sources/newtmgr/install/install_windows.rst.txt b/master/_sources/newtmgr/install/install_windows.rst.txt
index 0cf5c2e7a8..4b9c142d81 100644
--- a/master/_sources/newtmgr/install/install_windows.rst.txt
+++ b/master/_sources/newtmgr/install/install_windows.rst.txt
@@ -31,11 +31,11 @@ tested on Windows 10 64 bit platform.
 
 1. Start a MinGW terminal.
 
-2. Download the newtmgr binary tar file:
+2. Download the newtmgr binary tar file from one of the mirror sites .:
 
    .. code-block:: console
 
-    $ wget -P /tmp https://raw.githubusercontent.com/runtimeco/binary-releases/master/mynewt-newt-tools_1.3.0/newtmgr_1_3_0_windows_amd64.tar.gz
+    $ wget -P /tmp http://www.apache.org/dyn/closer.lua/mynewt/apache-mynewt-1.4.1/apache-mynewt-newtmgr-bin-windows-1.4.1.tgz
 
 3. Extract the file:
 
@@ -44,14 +44,16 @@ tested on Windows 10 64 bit platform.
      overwrites the current newtmgr.exe in the directory and assumes that
      you are using $GOPATH/bin for your Go applications.
 
-     ::
-          tar -xzf /tmp/newtmgr_1_3_0_windows_amd64.tar.gz -C $GOPATH/bin
+     .. code-block:: console
+     
+          tar -xzf /tmp/apache-mynewt-newtmgr-bin-windows-1.4.1.tgz -C $GOPATH/bin
 
    - If you are installing newtmgr for the first time and do not have Go
      setup, you can extract into /usr/bin directory:
 
-     ::
-          tar -xzf /tmp/newtmgr_1_3_0_windows_amd64.tar.gz -C /usr/bin
+     .. code-block:: console
+     
+          tar -xzf /tmp/apache-mynewt-newtmgr-bin-windows-1.4.1.tgz -C /usr/bin
 
 4. Verify the installed version of newtmgr. See `Checking the Installed
    Version <#check_newtmgr>`__.
@@ -100,8 +102,8 @@ build and install the latest release version of newtmgr from source.
    .. code-block:: console
 
       $ cd src/mynewt.apache.org/newtmgr
-      $ git checkout mynewt_1_3_0_tag
-      Note: checking out 'mynewt_1_3_0_tag'.
+      $ git checkout mynewt_1_4_1_tag
+      Note: checking out 'mynewt_1_4_1_tag'.
 
 6. Build newtmgr from the latest release version:
 
diff --git a/master/newt/install/newt_linux.html b/master/newt/install/newt_linux.html
index 85547999f8..45a569ead0 100644
--- a/master/newt/install/newt_linux.html
+++ b/master/newt/install/newt_linux.html
@@ -334,8 +334,8 @@ <h4>Method 1: Using apt-get to Upgrade or to Install<a class="headerlink" href="
 <div class="section" id="method-2-downloading-and-installing-the-debian-package-manually">
 <h4>Method 2: Downloading and Installing the Debian Package Manually<a class="headerlink" href="#method-2-downloading-and-installing-the-debian-package-manually" title="Permalink to this headline">¶</a></h4>
 <p>Download and install the package manually.</p>
-<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span> wget https://raw.githubusercontent.com/runtimeco/binary-releases/master/mynewt-newt-tools_1.3.0/newt_1.3.0-1_amd64.deb
-<span class="gp">$</span> sudo dpkg -i newt_1.3.0-1_amd64.deb
+<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span> wget https://raw.githubusercontent.com/runtimeco/binary-releases/master/mynewt-newt-tools_1.4.1/newt_1.4.1-1_amd64.deb
+<span class="gp">$</span> sudo dpkg -i newt_1.4.1-1_amd64.deb
 </pre></div>
 </div>
 <p>See <a class="reference internal" href="#checking-the-installed-version-of-newt">Checking the Installed Version of Newt</a> to verify that you are using the installed version of newt.</p>
@@ -348,15 +348,15 @@ <h2>Installing the Latest Release of Newt from a Source Package<a class="headerl
 source.</p>
 <ol class="arabic">
 <li><p class="first">Download and unpack the newt source:</p>
-<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span> wget -P /tmp https://github.com/apache/mynewt-newt/archive/mynewt_1_3_0_tag.tar.gz
-<span class="gp">$</span> tar -xzf /tmp/mynewt_1_3_0_tag.tar.gz
+<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span> wget -P /tmp https://github.com/apache/mynewt-newt/archive/mynewt_1_4_1_tag.tar.gz
+<span class="gp">$</span> tar -xzf /tmp/mynewt_1_4_1_tag.tar.gz
 </pre></div>
 </div>
 </li>
 <li><p class="first">Run the build.sh to build the newt tool.</p>
-<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span> <span class="nb">cd</span> mynewt-newt-mynewt_1_3_0_tag
+<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span> <span class="nb">cd</span> mynewt-newt-mynewt_1_4_1_tag
 <span class="gp">$</span> ./build.sh
-<span class="gp">$</span> rm /tmp/mynewt_1_3_0_tag.tar.gz
+<span class="gp">$</span> rm /tmp/mynewt_1_4_1_tag.tar.gz
 </pre></div>
 </div>
 </li>
@@ -384,7 +384,7 @@ <h2>Checking the Installed Version of Newt<a class="headerlink" href="#checking-
 <div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span> which newt
 <span class="go">/usr/bin/newt</span>
 <span class="gp">$</span> newt version
-<span class="go">Apache Newt version: 1.3.0</span>
+<span class="go">Apache Newt version: 1.4.1</span>
 </pre></div>
 </div>
 </li>
diff --git a/master/newt/install/newt_mac.html b/master/newt/install/newt_mac.html
index 6702c56a55..1dca3f3f3c 100644
--- a/master/newt/install/newt_mac.html
+++ b/master/newt/install/newt_mac.html
@@ -302,13 +302,13 @@ <h3>Upgrading to the Latest Release Version of Newt<a class="headerlink" href="#
 <div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span> brew update
 <span class="gp">$</span> brew upgrade mynewt-newt
 <span class="go">==&gt; Upgrading 1 outdated package, with result:</span>
-<span class="go">runtimeco/mynewt/mynewt-newt 1.3.0</span>
+<span class="go">runtimeco/mynewt/mynewt-newt 1.4.1</span>
 <span class="go">==&gt; Upgrading runtimeco/mynewt/mynewt-newt</span>
-<span class="go">==&gt; Downloading https://github.com/runtimeco/binary-releases/raw/master/mynewt-newt-tools_1.3.0/mynewt-newt-1.3.0.sierra.bottle.tar.gz</span>
-<span class="go">==&gt; Downloading from https://raw.githubusercontent.com/runtimeco/binary-releases/master/mynewt-newt-tools_1.3.0/mynewt-newt-1.3.0.sierra.bottle.tar.gz</span>
+<span class="go">==&gt; Downloading https://github.com/runtimeco/binary-releases/raw/master/mynewt-newt-tools_1.4.1/mynewt-newt-1.4.1.sierra.bottle.tar.gz</span>
+<span class="go">==&gt; Downloading from https://raw.githubusercontent.com/runtimeco/binary-releases/master/mynewt-newt-tools_1.4.1/mynewt-newt-1.4.1.sierra.bottle.tar.gz</span>
 <span class="gp">#</span><span class="c1">####################################################################### 100.0%</span>
-<span class="go">==&gt; Pouring mynewt-newt-1.3.0.sierra.bottle.tar.gz</span>
-<span class="go">🍺  /usr/local/Cellar/mynewt-newt/1.3.0: 3 files, 7.9MB</span>
+<span class="go">==&gt; Pouring mynewt-newt-1.4.1.sierra.bottle.tar.gz</span>
+<span class="go">🍺  /usr/local/Cellar/mynewt-newt/1.4.1: 3 files, 7.9MB</span>
 </pre></div>
 </div>
 </div>
@@ -318,10 +318,10 @@ <h3>Installing the Latest Release Version of Newt<a class="headerlink" href="#in
 <div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span> brew update
 <span class="gp">$</span> brew install mynewt-newt
 <span class="go">==&gt; Installing mynewt-newt from runtimeco/mynewt</span>
-<span class="go">==&gt; Downloading https://github.com/runtimeco/binary-releases/raw/master/mynewt-newt-tools_1.3.0/mynewt-newt-1.3.0.sierra.bottle.tar.gz</span>
-<span class="go">Already downloaded: /Users/gavin/Library/Caches/Homebrew/mynewt-newt-1.3.0.sierra.bottle.tar.gz</span>
-<span class="go">==&gt; Pouring mynewt-newt-1.3.0.sierra.bottle.tar.gz</span>
-<span class="go">🍺  /usr/local/Cellar/mynewt-newt/1.3.0: 3 files, 7.9MB</span>
+<span class="go">==&gt; Downloading https://github.com/runtimeco/binary-releases/raw/master/mynewt-newt-tools_1.4.1/mynewt-newt-1.4.1.sierra.bottle.tar.gz</span>
+<span class="go">Already downloaded: /Users/gavin/Library/Caches/Homebrew/mynewt-newt-1.4.1.sierra.bottle.tar.gz</span>
+<span class="go">==&gt; Pouring mynewt-newt-1.4.1.sierra.bottle.tar.gz</span>
+<span class="go">🍺  /usr/local/Cellar/mynewt-newt/1.4.1: 3 files, 7.9MB</span>
 </pre></div>
 </div>
 <p><strong>Notes:</strong> Homebrew bottles for newt are available for Mac OS Sierra. If you are running an earlier version of Mac OS,
@@ -334,7 +334,7 @@ <h2>Checking the Installed Version<a class="headerlink" href="#checking-the-inst
 <div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span> which newt
 <span class="go">/usr/local/bin/newt</span>
 <span class="gp">$</span> newt version
-<span class="go">Apache Newt version: 1.3.0</span>
+<span class="go">Apache Newt version: 1.4.1</span>
 </pre></div>
 </div>
 <p><strong>Note:</strong> If you previously built newt from source and the output of
@@ -419,7 +419,7 @@ <h2>Installing Newt from the Master Branch<a class="headerlink" href="#installin
 </div>
 <p>To switch back to the latest stable release version of newt,
 you can run:</p>
-<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span> brew switch mynewt-newt <span class="m">1</span>.3.0
+<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span> brew switch mynewt-newt <span class="m">1</span>.4.1
 </pre></div>
 </div>
 </div>
diff --git a/master/newt/install/newt_windows.html b/master/newt/install/newt_windows.html
index 21e2db546d..59d54b9c88 100644
--- a/master/newt/install/newt_windows.html
+++ b/master/newt/install/newt_windows.html
@@ -272,7 +272,7 @@ <h1>Installing Newt on Windows<a class="headerlink" href="#installing-newt-on-wi
 <ol class="arabic simple">
 <li>Install MSYS2/MinGW.</li>
 <li>Install Git.</li>
-<li>Install latest release (1.2.0) of newt from binary.</li>
+<li>Install latest release (1.4.1) of newt from binary.</li>
 <li>Install latest release of newt from source.</li>
 </ol>
 <p>See <a class="reference internal" href="prev_releases.html"><span class="doc">Installing Previous Releases of Newt</span></a> to install an earlier version of newt. You still need
@@ -335,7 +335,7 @@ <h3>Installing the Latest Release of the Newt Tool from Binary<a class="headerli
 <li><p class="first">Start a MinGW terminal.</p>
 </li>
 <li><p class="first">Download the newt binary tar file:</p>
-<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span> wget -P /tmp https://raw.githubusercontent.com/runtimeco/binary-releases/master/mynewt-newt-tools_1.3.0/newt_1_3_0_windows_amd64.tar.gz
+<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span> wget -P /tmp http://www.apache.org/dyn/closer.lua/mynewt/apache-mynewt-1.4.1/apache-mynewt-newt-bin-windows-1.4.1.tgz
 </pre></div>
 </div>
 </li>
@@ -343,12 +343,12 @@ <h3>Installing the Latest Release of the Newt Tool from Binary<a class="headerli
 <ul>
 <li><p class="first">If you previously built newt from the master branch, you can extract the file into your $GOPATH/bin directory. Note: This
 overwrites the current newt.exe in the directory and assumes that you are using $GOPATH/bin for your Go applications.</p>
-<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">tar -xzf /tmp/newt_1_3_0_windows_amd64.tar.gz -C $GOPATH/bin</span>
+<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">tar -xzf /tmp/apache-mynewt-newt-bin-windows-1.4.1.tgz -C $GOPATH/bin</span>
 </pre></div>
 </div>
 </li>
 <li><p class="first">If you are installing newt for the first time and do not have a Go workspace setup, you can extract into /usr/bin directory:</p>
-<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">tar -xzf /tmp/newt_1_3_0_windows_amd64.tar.gz -C /usr/bin</span>
+<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">tar -xzf /tmp/apache-mynewt-newt-bin-windows-1.4.1.tgz -C /usr/bin</span>
 </pre></div>
 </div>
 </li>
@@ -370,15 +370,15 @@ <h2>Installing the Latest Release of Newt From Source<a class="headerlink" href=
 <li><p class="first">Start a MinGw terminal.</p>
 </li>
 <li><p class="first">Download and unpack the newt source:</p>
-<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span> wget -P /tmp https://github.com/apache/mynewt-newt/archive/mynewt_1_3_0_tag.tar.gz
-<span class="gp">$</span> tar -xzf /tmp/mynewt_1_3_0_tag.tar.gz
+<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span> wget -P /tmp https://github.com/apache/mynewt-newt/archive/mynewt_1_4_1_tag.tar.gz
+<span class="gp">$</span> tar -xzf /tmp/mynewt_1_4_1_tag.tar.gz
 </pre></div>
 </div>
 </li>
 <li><p class="first">Run the build.sh to build the newt tool.</p>
-<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span> <span class="nb">cd</span> mynewt-newt-mynewt_1_3_0_tag
+<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span> <span class="nb">cd</span> mynewt-newt-mynewt_1_4_1_tag
 <span class="gp">$</span> ./build.sh
-<span class="gp">$</span> rm /tmp/mynewt_1_3_0_tag.tar.gz
+<span class="gp">$</span> rm /tmp/mynewt_1_4_1_tag.tar.gz
 </pre></div>
 </div>
 </li>
@@ -404,7 +404,7 @@ <h2>Checking the Installed Version<a class="headerlink" href="#checking-the-inst
 <ol class="arabic">
 <li><p class="first">Check the version of newt:</p>
 <div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span> newt version
-<span class="go">Apache Newt version: 1.3.0</span>
+<span class="go">Apache Newt version: 1.4.1</span>
 </pre></div>
 </div>
 </li>
diff --git a/master/newtmgr/install/install_linux.html b/master/newtmgr/install/install_linux.html
index 67bfb679c9..2e2177a746 100644
--- a/master/newtmgr/install/install_linux.html
+++ b/master/newtmgr/install/install_linux.html
@@ -259,7 +259,7 @@ <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.4.1, Apache NimBLE 1.0
                     
   <div class="section" id="installing-newtmgr-on-linux">
 <h1>Installing Newtmgr on Linux<a class="headerlink" href="#installing-newtmgr-on-linux" title="Permalink to this headline">¶</a></h1>
-<p>You can install the latest release (1.3.0) of the newtmgr tool from a
+<p>You can install the latest release (1.4.1) of the newtmgr tool from a
 Debian binary package (amd64). You can also download and build the
 latest release version of newtmgr from source.</p>
 <p>This page shows you how to:</p>
@@ -385,8 +385,8 @@ <h3><a class="toc-backref" href="#id3">Method 1: Using apt-get to Upgrade or to
 <div class="section" id="method-2-downloading-and-installing-the-debian-package-manually">
 <h3><a class="toc-backref" href="#id4">Method 2: Downloading and Installing the Debian Package Manually</a><a class="headerlink" href="#method-2-downloading-and-installing-the-debian-package-manually" title="Permalink to this headline">¶</a></h3>
 <p>Download and install the package manually.</p>
-<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span> wget https://raw.githubusercontent.com/runtimeco/debian-mynewt/master/pool/main/n/newtmgr/newtmgr_1.3.0-1_amd64.deb
-<span class="gp">$</span> sudo dpkg -i newtmgr_1.3.0-1_amd64.deb
+<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span> wget https://raw.githubusercontent.com/runtimeco/debian-mynewt/master/pool/main/n/newtmgr/newtmgr_1.4.1-1_amd64.deb
+<span class="gp">$</span> sudo dpkg -i newtmgr_1.4.1-1_amd64.deb
 </pre></div>
 </div>
 <p>See <a class="reference internal" href="#check"><span class="std std-ref">Checking the Latest Version of Newtmgr is Installed</span></a> to verify
@@ -421,8 +421,8 @@ <h2><a class="toc-backref" href="#id5">Installing the Latest Release Version of
 </li>
 <li><p class="first">Check out the source from the latest release version:</p>
 <div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span> <span class="nb">cd</span> src/mynewt.apache.org/newtmgr
-<span class="gp">$</span> git checkout mynewt_1_3_0_tag
-<span class="go">Note: checking out &#39;mynewt_1_3_0_tag&#39;.</span>
+<span class="gp">$</span> git checkout mynewt_1_4_1_tag
+<span class="go">Note: checking out &#39;mynewt_1_4_1_tag&#39;.</span>
 </pre></div>
 </div>
 </li>
diff --git a/master/newtmgr/install/install_mac.html b/master/newtmgr/install/install_mac.html
index 29b2794614..99f8a9f807 100644
--- a/master/newtmgr/install/install_mac.html
+++ b/master/newtmgr/install/install_mac.html
@@ -263,7 +263,7 @@ <h1>Installing Newtmgr on Mac OS<a class="headerlink" href="#installing-newtmgr-
 Mac OS 10.11 and higher.</p>
 <p>This page shows you how to install the following versions of newtmgr:</p>
 <ul class="simple">
-<li>Upgrade to or install the latest release version (1.3.0).</li>
+<li>Upgrade to or install the latest release version (1.4.1).</li>
 <li>Install the latest from the master branch (unstable).</li>
 </ul>
 <div class="contents local topic" id="contents">
@@ -312,14 +312,14 @@ <h3><a class="toc-backref" href="#id4">Installing the Latest Release Version of
 <div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span> brew update
 <span class="gp">$</span> brew install mynewt-newtmgr
 <span class="go">==&gt; Installing mynewt-newtmgr from runtimeco/mynewt</span>
-<span class="go">==&gt; Downloading https://github.com/runtimeco/binary-releases/raw/master/mynewt-newt-tools_1.3.0/mynewt-newtmgr-1.3.0.sierra.bottle.tar.gz</span>
-<span class="go">==&gt; Downloading from https://raw.githubusercontent.com/runtimeco/binary-releases/master/mynewt-newt-tools_1.3.0/mynewt-newtmgr-1.3.0.sierra.bottle.tar.gz</span>
+<span class="go">==&gt; Downloading https://github.com/runtimeco/binary-releases/raw/master/mynewt-newt-tools_1.4.1/mynewt-newtmgr-1.4.1.sierra.bottle.tar.gz</span>
+<span class="go">==&gt; Downloading from https://raw.githubusercontent.com/runtimeco/binary-releases/master/mynewt-newt-tools_1.4.1/mynewt-newtmgr-1.4.1.sierra.bottle.tar.gz</span>
 <span class="gp">#</span><span class="c1">####################################################################### 100.0%</span>
-<span class="go">==&gt; Pouring mynewt-newtmgr-1.3.0.sierra.bottle.tar.gz</span>
-<span class="go">🍺  /usr/local/Cellar/mynewt-newtmgr/1.3.0: 3 files, 17.3MB</span>
+<span class="go">==&gt; Pouring mynewt-newtmgr-1.4.1.sierra.bottle.tar.gz</span>
+<span class="go">🍺  /usr/local/Cellar/mynewt-newtmgr/1.4.1: 3 files, 17.3MB</span>
 </pre></div>
 </div>
-<p><strong>Notes:</strong> Homebrew bottles for newtmgr 1.3.0 are available for Mac OS
+<p><strong>Notes:</strong> Homebrew bottles for newtmgr 1.4.1 are available for Mac OS
 Sierra, El Captian. If you are running an earlier version of Mac OS, the
 installation will install the latest version of Go and compile newtmgr
 locally.</p>
@@ -331,7 +331,7 @@ <h2><a class="toc-backref" href="#id5">Checking the Installed Version</a><a clas
 <div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span> which newtmgr
 <span class="go">/usr/local/bin/newtmgr</span>
 <span class="go">ls -l /usr/local/bin/newtmgr</span>
-<span class="go">lrwxr-xr-x  1 user  staff  42 Sep 11 21:15 /usr/local/bin/newtmgr -&gt; ../Cellar/mynewt-newtmgr/1.3.0/bin/newtmgr</span>
+<span class="go">lrwxr-xr-x  1 user  staff  42 Jul 1 21:15 /usr/local/bin/newtmgr -&gt; ../Cellar/mynewt-newtmgr/1.4.1/bin/newtmgr</span>
 </pre></div>
 </div>
 <p><strong>Note:</strong> If you previously built newtmgr from source and the output of
@@ -408,10 +408,10 @@ <h2><a class="toc-backref" href="#id6">Installing Newtmgr from the Master Branch
 </div>
 <p>To switch back to the latest stable release version of newtmgr, you can
 run:</p>
-<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span> brew switch mynewt-newtmgr <span class="m">1</span>.3.0
-<span class="go">Cleaning /usr/local/Cellar/mynewt-newtmgr/1.3.0</span>
+<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span> brew switch mynewt-newtmgr <span class="m">1</span>.4.1
+<span class="go">Cleaning /usr/local/Cellar/mynewt-newtmgr/1.4.1</span>
 <span class="go">Cleaning /usr/local/Cellar/mynewt-newtmgr/HEAD-2d5217f</span>
-<span class="go">1 links created for /usr/local/Cellar/mynewt-newtmgr/1.3.0</span>
+<span class="go">1 links created for /usr/local/Cellar/mynewt-newtmgr/1.4.1</span>
 </pre></div>
 </div>
 </div>
diff --git a/master/newtmgr/install/install_windows.html b/master/newtmgr/install/install_windows.html
index 1453c172b0..e1f633cafc 100644
--- a/master/newtmgr/install/install_windows.html
+++ b/master/newtmgr/install/install_windows.html
@@ -287,8 +287,8 @@ <h2><a class="toc-backref" href="#id1">Installing the Latest Release of Newtmgr
 <ol class="arabic">
 <li><p class="first">Start a MinGW terminal.</p>
 </li>
-<li><p class="first">Download the newtmgr binary tar file:</p>
-<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span> wget -P /tmp https://raw.githubusercontent.com/runtimeco/binary-releases/master/mynewt-newt-tools_1.3.0/newtmgr_1_3_0_windows_amd64.tar.gz
+<li><p class="first">Download the newtmgr binary tar file from one of the mirror sites .:</p>
+<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span> wget -P /tmp http://www.apache.org/dyn/closer.lua/mynewt/apache-mynewt-1.4.1/apache-mynewt-newtmgr-bin-windows-1.4.1.tgz
 </pre></div>
 </div>
 </li>
@@ -298,19 +298,15 @@ <h2><a class="toc-backref" href="#id1">Installing the Latest Release of Newtmgr
 extract the file into your $GOPATH/bin directory. Note: This
 overwrites the current newtmgr.exe in the directory and assumes that
 you are using $GOPATH/bin for your Go applications.</p>
-<dl class="docutils">
-<dt>::</dt>
-<dd><p class="first last">tar -xzf /tmp/newtmgr_1_3_0_windows_amd64.tar.gz -C $GOPATH/bin</p>
-</dd>
-</dl>
+<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">tar -xzf /tmp/apache-mynewt-newtmgr-bin-windows-1.4.1.tgz -C $GOPATH/bin</span>
+</pre></div>
+</div>
 </li>
 <li><p class="first">If you are installing newtmgr for the first time and do not have Go
 setup, you can extract into /usr/bin directory:</p>
-<dl class="docutils">
-<dt>::</dt>
-<dd><p class="first last">tar -xzf /tmp/newtmgr_1_3_0_windows_amd64.tar.gz -C /usr/bin</p>
-</dd>
-</dl>
+<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">tar -xzf /tmp/apache-mynewt-newtmgr-bin-windows-1.4.1.tgz -C /usr/bin</span>
+</pre></div>
+</div>
 </li>
 </ul>
 </li>
@@ -354,8 +350,8 @@ <h2><a class="toc-backref" href="#id2">Installing the Latest Release of Newtmgr
 </li>
 <li><p class="first">Check out the source from the latest release version:</p>
 <div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span> <span class="nb">cd</span> src/mynewt.apache.org/newtmgr
-<span class="gp">$</span> git checkout mynewt_1_3_0_tag
-<span class="go">Note: checking out &#39;mynewt_1_3_0_tag&#39;.</span>
+<span class="gp">$</span> git checkout mynewt_1_4_1_tag
+<span class="go">Note: checking out &#39;mynewt_1_4_1_tag&#39;.</span>
 </pre></div>
 </div>
 </li>
diff --git a/master/searchindex.js b/master/searchindex.js
index 67440e5b46..3758fc785f 100644
--- a/master/searchindex.js
+++ b/master/searchindex.js
@@ -1 +1 @@
-Search.setIndex({docnames:["_static/common","concepts","get_started/docker","get_started/index","get_started/native_install/cross_tools","get_started/native_install/index","get_started/native_install/native_tools","get_started/project_create","get_started/serial_access","index","misc/faq","misc/go_env","misc/ide","misc/index","mynewt_faq","network/docs/README","network/docs/ble_hs/ble_att","network/docs/ble_hs/ble_gap","network/docs/ble_hs/ble_gattc","network/docs/ble_hs/ble_gatts","network/docs/ble_hs/ble_hs","network/docs/ble_hs/ble_hs_id","network/docs/ble_hs/ble_hs_return_codes","network/docs/ble_sec","network/docs/ble_setup/ble_addr","network/docs/ble_setup/ble_lp_clock","network/docs/ble_setup/ble_setup_intro","network/docs/ble_setup/ble_sync_cb","network/docs/btshell/btshell_GAP","network/docs/btshell/btshell_GATT","network/docs/btshell/btshell_advdata","network/docs/btshell/btshell_api","network/docs/index","network/docs/mesh/index","network/docs/mesh/sample","newt/README","newt/command_list/newt_build","newt/command_list/newt_clean","newt/command_list/newt_complete","newt/command_list/newt_create_image","newt/command_list/newt_debug","newt/command_list/newt_help","newt/command_list/newt_info","newt/command_list/newt_install","newt/command_list/newt_load","newt/command_list/newt_mfg","newt/command_list/newt_new","newt/command_list/newt_pkg","newt/command_list/newt_resign_image","newt/command_list/newt_run","newt/command_list/newt_size","newt/command_list/newt_sync","newt/command_list/newt_target","newt/command_list/newt_test","newt/command_list/newt_upgrade","newt/command_list/newt_vals","newt/command_list/newt_version","newt/index","newt/install/index","newt/install/newt_linux","newt/install/newt_mac","newt/install/newt_windows","newt/install/prev_releases","newt/newt_operation","newt/newt_ops","newtmgr/README","newtmgr/command_list/index","newtmgr/command_list/newtmgr_config","newtmgr/command_list/newtmgr_conn","newtmgr/command_list/newtmgr_crash","newtmgr/command_list/newtmgr_datetime","newtmgr/command_list/newtmgr_echo","newtmgr/command_list/newtmgr_fs","newtmgr/command_list/newtmgr_image","newtmgr/command_list/newtmgr_logs","newtmgr/command_list/newtmgr_mpstats","newtmgr/command_list/newtmgr_reset","newtmgr/command_list/newtmgr_run","newtmgr/command_list/newtmgr_stat","newtmgr/command_list/newtmgr_taskstats","newtmgr/index","newtmgr/install/index","newtmgr/install/install_linux","newtmgr/install/install_mac","newtmgr/install/install_windows","newtmgr/install/prev_releases","os/core_os/callout/callout","os/core_os/context_switch/context_switch","os/core_os/cputime/os_cputime","os/core_os/event_queue/event_queue","os/core_os/heap/heap","os/core_os/mbuf/mbuf","os/core_os/memory_pool/memory_pool","os/core_os/mutex/mutex","os/core_os/mynewt_os","os/core_os/porting/port_bsp","os/core_os/porting/port_cpu","os/core_os/porting/port_mcu","os/core_os/porting/port_os","os/core_os/sanity/sanity","os/core_os/semaphore/semaphore","os/core_os/task/task","os/core_os/time/os_time","os/modules/baselibc","os/modules/bootloader/bootloader","os/modules/config/config","os/modules/console/console","os/modules/devmgmt/customize_newtmgr","os/modules/devmgmt/newtmgr","os/modules/devmgmt/oicmgr","os/modules/drivers/driver","os/modules/drivers/flash","os/modules/drivers/mmc","os/modules/elua/elua","os/modules/elua/lua_init","os/modules/elua/lua_main","os/modules/fcb/fcb","os/modules/fcb/fcb_append","os/modules/fcb/fcb_append_finish","os/modules/fcb/fcb_append_to_scratch","os/modules/fcb/fcb_clear","os/modules/fcb/fcb_getnext","os/modules/fcb/fcb_init","os/modules/fcb/fcb_is_empty","os/modules/fcb/fcb_offset_last_n","os/modules/fcb/fcb_rotate","os/modules/fcb/fcb_walk","os/modules/fs/fatfs","os/modules/fs/fs","os/modules/fs/fs_add","os/modules/fs/nffs","os/modules/fs/otherfs","os/modules/hal/hal","os/modules/hal/hal_bsp/hal_bsp","os/modules/hal/hal_creation","os/modules/hal/hal_flash/hal_flash","os/modules/hal/hal_flash/hal_flash_int","os/modules/hal/hal_gpio/hal_gpio","os/modules/hal/hal_i2c/hal_i2c","os/modules/hal/hal_in_libraries","os/modules/hal/hal_os_tick/hal_os_tick","os/modules/hal/hal_spi/hal_spi","os/modules/hal/hal_system/hal_sys","os/modules/hal/hal_timer/hal_timer","os/modules/hal/hal_uart/hal_uart","os/modules/hal/hal_watchdog/hal_watchdog","os/modules/imgmgr/imgmgr","os/modules/imgmgr/imgmgr_module_init","os/modules/imgmgr/imgr_ver_parse","os/modules/imgmgr/imgr_ver_str","os/modules/json/json","os/modules/logs/logs","os/modules/sensor_framework/sensor_api","os/modules/sensor_framework/sensor_create","os/modules/sensor_framework/sensor_driver","os/modules/sensor_framework/sensor_framework","os/modules/sensor_framework/sensor_listener_api","os/modules/sensor_framework/sensor_mgr_api","os/modules/sensor_framework/sensor_notifier_api","os/modules/sensor_framework/sensor_oic","os/modules/sensor_framework/sensor_shell","os/modules/shell/shell","os/modules/split/split","os/modules/stats/stats","os/modules/sysinitconfig/sysconfig_error","os/modules/sysinitconfig/sysinitconfig","os/modules/system_modules","os/modules/testutil/testutil","os/os_user_guide","os/tutorials/STM32F303","os/tutorials/pin-wheel-mods","tutorials/ble/ble","tutorials/ble/ble_bare_bones","tutorials/ble/blehci_project","tutorials/ble/bleprph/bleprph","tutorials/ble/bleprph/bleprph-sections/bleprph-adv","tutorials/ble/bleprph/bleprph-sections/bleprph-app","tutorials/ble/bleprph/bleprph-sections/bleprph-chr-access","tutorials/ble/bleprph/bleprph-sections/bleprph-gap-event","tutorials/ble/bleprph/bleprph-sections/bleprph-svc-reg","tutorials/ble/eddystone","tutorials/ble/ibeacon","tutorials/blinky/arduino_zero","tutorials/blinky/blinky","tutorials/blinky/blinky_console","tutorials/blinky/blinky_primo","tutorials/blinky/blinky_stm32f4disc","tutorials/blinky/nRF52","tutorials/blinky/olimex","tutorials/blinky/rbnano2","tutorials/devmgmt/add_newtmgr","tutorials/devmgmt/devmgmt","tutorials/devmgmt/ota_upgrade_nrf52","tutorials/lora/lorawanapp","tutorials/os_fundamentals/event_queue","tutorials/os_fundamentals/os_fundamentals","tutorials/os_fundamentals/tasks_lesson","tutorials/other/codesize","tutorials/other/other","tutorials/other/unit_test","tutorials/other/wi-fi_on_arduino","tutorials/repo/add_repos","tutorials/repo/create_repo","tutorials/repo/private_repo","tutorials/repo/upgrade_repo","tutorials/sensors/air_quality","tutorials/sensors/air_quality_ble","tutorials/sensors/air_quality_sensor","tutorials/sensors/nrf52_adc","tutorials/sensors/sensor_bleprph_oic","tutorials/sensors/sensor_nrf52_bno055","tutorials/sensors/sensor_nrf52_bno055_oic","tutorials/sensors/sensor_nrf52_drv2605","tutorials/sensors/sensor_offboard_config","tutorials/sensors/sensor_oic_overview","tutorials/sensors/sensor_thingy_lis2dh12_onb","tutorials/sensors/sensors","tutorials/sensors/sensors_framework","tutorials/slinky/project-nrf52-slinky","tutorials/slinky/project-sim-slinky","tutorials/slinky/project-slinky","tutorials/slinky/project-stm32-slinky","tutorials/tooling/segger_rtt","tutorials/tooling/segger_sysview","tutorials/tooling/tooling","tutorials/tutorials"],envversion:52,filenames:["_static/common.rst","concepts.rst","get_started/docker.rst","get_started/index.rst","get_started/native_install/cross_tools.rst","get_started/native_install/index.rst","get_started/native_install/native_tools.rst","get_started/project_create.rst","get_started/serial_access.rst","index.rst","misc/faq.rst","misc/go_env.rst","misc/ide.rst","misc/index.rst","mynewt_faq.rst","network/docs/README.rst","network/docs/ble_hs/ble_att.rst","network/docs/ble_hs/ble_gap.rst","network/docs/ble_hs/ble_gattc.rst","network/docs/ble_hs/ble_gatts.rst","network/docs/ble_hs/ble_hs.rst","network/docs/ble_hs/ble_hs_id.rst","network/docs/ble_hs/ble_hs_return_codes.rst","network/docs/ble_sec.rst","network/docs/ble_setup/ble_addr.rst","network/docs/ble_setup/ble_lp_clock.rst","network/docs/ble_setup/ble_setup_intro.rst","network/docs/ble_setup/ble_sync_cb.rst","network/docs/btshell/btshell_GAP.rst","network/docs/btshell/btshell_GATT.rst","network/docs/btshell/btshell_advdata.rst","network/docs/btshell/btshell_api.rst","network/docs/index.rst","network/docs/mesh/index.rst","network/docs/mesh/sample.rst","newt/README.rst","newt/command_list/newt_build.rst","newt/command_list/newt_clean.rst","newt/command_list/newt_complete.rst","newt/command_list/newt_create_image.rst","newt/command_list/newt_debug.rst","newt/command_list/newt_help.rst","newt/command_list/newt_info.rst","newt/command_list/newt_install.rst","newt/command_list/newt_load.rst","newt/command_list/newt_mfg.rst","newt/command_list/newt_new.rst","newt/command_list/newt_pkg.rst","newt/command_list/newt_resign_image.rst","newt/command_list/newt_run.rst","newt/command_list/newt_size.rst","newt/command_list/newt_sync.rst","newt/command_list/newt_target.rst","newt/command_list/newt_test.rst","newt/command_list/newt_upgrade.rst","newt/command_list/newt_vals.rst","newt/command_list/newt_version.rst","newt/index.rst","newt/install/index.rst","newt/install/newt_linux.rst","newt/install/newt_mac.rst","newt/install/newt_windows.rst","newt/install/prev_releases.rst","newt/newt_operation.rst","newt/newt_ops.rst","newtmgr/README.rst","newtmgr/command_list/index.rst","newtmgr/command_list/newtmgr_config.rst","newtmgr/command_list/newtmgr_conn.rst","newtmgr/command_list/newtmgr_crash.rst","newtmgr/command_list/newtmgr_datetime.rst","newtmgr/command_list/newtmgr_echo.rst","newtmgr/command_list/newtmgr_fs.rst","newtmgr/command_list/newtmgr_image.rst","newtmgr/command_list/newtmgr_logs.rst","newtmgr/command_list/newtmgr_mpstats.rst","newtmgr/command_list/newtmgr_reset.rst","newtmgr/command_list/newtmgr_run.rst","newtmgr/command_list/newtmgr_stat.rst","newtmgr/command_list/newtmgr_taskstats.rst","newtmgr/index.rst","newtmgr/install/index.rst","newtmgr/install/install_linux.rst","newtmgr/install/install_mac.rst","newtmgr/install/install_windows.rst","newtmgr/install/prev_releases.rst","os/core_os/callout/callout.rst","os/core_os/context_switch/context_switch.rst","os/core_os/cputime/os_cputime.rst","os/core_os/event_queue/event_queue.rst","os/core_os/heap/heap.rst","os/core_os/mbuf/mbuf.rst","os/core_os/memory_pool/memory_pool.rst","os/core_os/mutex/mutex.rst","os/core_os/mynewt_os.rst","os/core_os/porting/port_bsp.rst","os/core_os/porting/port_cpu.rst","os/core_os/porting/port_mcu.rst","os/core_os/porting/port_os.rst","os/core_os/sanity/sanity.rst","os/core_os/semaphore/semaphore.rst","os/core_os/task/task.rst","os/core_os/time/os_time.rst","os/modules/baselibc.rst","os/modules/bootloader/bootloader.rst","os/modules/config/config.rst","os/modules/console/console.rst","os/modules/devmgmt/customize_newtmgr.rst","os/modules/devmgmt/newtmgr.rst","os/modules/devmgmt/oicmgr.rst","os/modules/drivers/driver.rst","os/modules/drivers/flash.rst","os/modules/drivers/mmc.rst","os/modules/elua/elua.rst","os/modules/elua/lua_init.rst","os/modules/elua/lua_main.rst","os/modules/fcb/fcb.rst","os/modules/fcb/fcb_append.rst","os/modules/fcb/fcb_append_finish.rst","os/modules/fcb/fcb_append_to_scratch.rst","os/modules/fcb/fcb_clear.rst","os/modules/fcb/fcb_getnext.rst","os/modules/fcb/fcb_init.rst","os/modules/fcb/fcb_is_empty.rst","os/modules/fcb/fcb_offset_last_n.rst","os/modules/fcb/fcb_rotate.rst","os/modules/fcb/fcb_walk.rst","os/modules/fs/fatfs.rst","os/modules/fs/fs.rst","os/modules/fs/fs_add.rst","os/modules/fs/nffs.rst","os/modules/fs/otherfs.rst","os/modules/hal/hal.rst","os/modules/hal/hal_bsp/hal_bsp.rst","os/modules/hal/hal_creation.rst","os/modules/hal/hal_flash/hal_flash.rst","os/modules/hal/hal_flash/hal_flash_int.rst","os/modules/hal/hal_gpio/hal_gpio.rst","os/modules/hal/hal_i2c/hal_i2c.rst","os/modules/hal/hal_in_libraries.rst","os/modules/hal/hal_os_tick/hal_os_tick.rst","os/modules/hal/hal_spi/hal_spi.rst","os/modules/hal/hal_system/hal_sys.rst","os/modules/hal/hal_timer/hal_timer.rst","os/modules/hal/hal_uart/hal_uart.rst","os/modules/hal/hal_watchdog/hal_watchdog.rst","os/modules/imgmgr/imgmgr.rst","os/modules/imgmgr/imgmgr_module_init.rst","os/modules/imgmgr/imgr_ver_parse.rst","os/modules/imgmgr/imgr_ver_str.rst","os/modules/json/json.rst","os/modules/logs/logs.rst","os/modules/sensor_framework/sensor_api.rst","os/modules/sensor_framework/sensor_create.rst","os/modules/sensor_framework/sensor_driver.rst","os/modules/sensor_framework/sensor_framework.rst","os/modules/sensor_framework/sensor_listener_api.rst","os/modules/sensor_framework/sensor_mgr_api.rst","os/modules/sensor_framework/sensor_notifier_api.rst","os/modules/sensor_framework/sensor_oic.rst","os/modules/sensor_framework/sensor_shell.rst","os/modules/shell/shell.rst","os/modules/split/split.rst","os/modules/stats/stats.rst","os/modules/sysinitconfig/sysconfig_error.rst","os/modules/sysinitconfig/sysinitconfig.rst","os/modules/system_modules.rst","os/modules/testutil/testutil.rst","os/os_user_guide.rst","os/tutorials/STM32F303.rst","os/tutorials/pin-wheel-mods.rst","tutorials/ble/ble.rst","tutorials/ble/ble_bare_bones.rst","tutorials/ble/blehci_project.rst","tutorials/ble/bleprph/bleprph.rst","tutorials/ble/bleprph/bleprph-sections/bleprph-adv.rst","tutorials/ble/bleprph/bleprph-sections/bleprph-app.rst","tutorials/ble/bleprph/bleprph-sections/bleprph-chr-access.rst","tutorials/ble/bleprph/bleprph-sections/bleprph-gap-event.rst","tutorials/ble/bleprph/bleprph-sections/bleprph-svc-reg.rst","tutorials/ble/eddystone.rst","tutorials/ble/ibeacon.rst","tutorials/blinky/arduino_zero.rst","tutorials/blinky/blinky.rst","tutorials/blinky/blinky_console.rst","tutorials/blinky/blinky_primo.rst","tutorials/blinky/blinky_stm32f4disc.rst","tutorials/blinky/nRF52.rst","tutorials/blinky/olimex.rst","tutorials/blinky/rbnano2.rst","tutorials/devmgmt/add_newtmgr.rst","tutorials/devmgmt/devmgmt.rst","tutorials/devmgmt/ota_upgrade_nrf52.rst","tutorials/lora/lorawanapp.rst","tutorials/os_fundamentals/event_queue.rst","tutorials/os_fundamentals/os_fundamentals.rst","tutorials/os_fundamentals/tasks_lesson.rst","tutorials/other/codesize.rst","tutorials/other/other.rst","tutorials/other/unit_test.rst","tutorials/other/wi-fi_on_arduino.rst","tutorials/repo/add_repos.rst","tutorials/repo/create_repo.rst","tutorials/repo/private_repo.rst","tutorials/repo/upgrade_repo.rst","tutorials/sensors/air_quality.rst","tutorials/sensors/air_quality_ble.rst","tutorials/sensors/air_quality_sensor.rst","tutorials/sensors/nrf52_adc.rst","tutorials/sensors/sensor_bleprph_oic.rst","tutorials/sensors/sensor_nrf52_bno055.rst","tutorials/sensors/sensor_nrf52_bno055_oic.rst","tutorials/sensors/sensor_nrf52_drv2605.rst","tutorials/sensors/sensor_offboard_config.rst","tutorials/sensors/sensor_oic_overview.rst","tutorials/sensors/sensor_thingy_lis2dh12_onb.rst","tutorials/sensors/sensors.rst","tutorials/sensors/sensors_framework.rst","tutorials/slinky/project-nrf52-slinky.rst","tutorials/slinky/project-sim-slinky.rst","tutorials/slinky/project-slinky.rst","tutorials/slinky/project-stm32-slinky.rst","tutorials/tooling/segger_rtt.rst","tutorials/tooling/segger_sysview.rst","tutorials/tooling/tooling.rst","tutorials/tutorials.rst"],objects:{"":{"HALGpio::HAL_GPIO_MODE_IN":[137,1,1,"c.HALGpio::HAL_GPIO_MODE_IN"],"HALGpio::HAL_GPIO_MODE_NC":[137,1,1,"c.HALGpio::HAL_GPIO_MODE_NC"],"HALGpio::HAL_GPIO_MODE_OUT":[137,1,1,"c.HALGpio::HAL_GPIO_MODE_OUT"],"HALGpio::HAL_GPIO_PULL_DOWN":[137,1,1,"c.HALGpio::HAL_GPIO_PULL_DOWN"],"HALGpio::HAL_GPIO_PULL_NONE":[137,1,1,"c.HALGpio::HAL_GPIO_PULL_NONE"],"HALGpio::HAL_GPIO_PULL_UP":[137,1,1,"c.HALGpio::HAL_GPIO_PULL_UP"],"HALGpio::HAL_GPIO_TRIG_BOTH":[137,1,1,"c.HALGpio::HAL_GPIO_TRIG_BOTH"],"HALGpio::HAL_GPIO_TRIG_FALLING":[137,1,1,"c.HALGpio::HAL_GPIO_TRIG_FALLING"],"HALGpio::HAL_GPIO_TRIG_HIGH":[137,1,1,"c.HALGpio::HAL_GPIO_TRIG_HIGH"],"HALGpio::HAL_GPIO_TRIG_LOW":[137,1,1,"c.HALGpio::HAL_GPIO_TRIG_LOW"],"HALGpio::HAL_GPIO_TRIG_NONE":[137,1,1,"c.HALGpio::HAL_GPIO_TRIG_NONE"],"HALGpio::HAL_GPIO_TRIG_RISING":[137,1,1,"c.HALGpio::HAL_GPIO_TRIG_RISING"],"HALGpio::hal_gpio_irq_trigger":[137,2,1,"c.HALGpio::hal_gpio_irq_trigger"],"HALGpio::hal_gpio_mode_e":[137,2,1,"c.HALGpio::hal_gpio_mode_e"],"HALGpio::hal_gpio_pull":[137,2,1,"c.HALGpio::hal_gpio_pull"],"HALSystem::HAL_RESET_BROWNOUT":[142,1,1,"c.HALSystem::HAL_RESET_BROWNOUT"],"HALSystem::HAL_RESET_PIN":[142,1,1,"c.HALSystem::HAL_RESET_PIN"],"HALSystem::HAL_RESET_POR":[142,1,1,"c.HALSystem::HAL_RESET_POR"],"HALSystem::HAL_RESET_REQUESTED":[142,1,1,"c.HALSystem::HAL_RESET_REQUESTED"],"HALSystem::HAL_RESET_SOFT":[142,1,1,"c.HALSystem::HAL_RESET_SOFT"],"HALSystem::HAL_RESET_WATCHDOG":[142,1,1,"c.HALSystem::HAL_RESET_WATCHDOG"],"HALSystem::hal_reset_reason":[142,2,1,"c.HALSystem::hal_reset_reason"],"HALUart::HAL_UART_FLOW_CTL_NONE":[144,1,1,"c.HALUart::HAL_UART_FLOW_CTL_NONE"],"HALUart::HAL_UART_FLOW_CTL_RTS_CTS":[144,1,1,"c.HALUart::HAL_UART_FLOW_CTL_RTS_CTS"],"HALUart::HAL_UART_PARITY_EVEN":[144,1,1,"c.HALUart::HAL_UART_PARITY_EVEN"],"HALUart::HAL_UART_PARITY_NONE":[144,1,1,"c.HALUart::HAL_UART_PARITY_NONE"],"HALUart::HAL_UART_PARITY_ODD":[144,1,1,"c.HALUart::HAL_UART_PARITY_ODD"],"HALUart::hal_uart_flow_ctl":[144,2,1,"c.HALUart::hal_uart_flow_ctl"],"HALUart::hal_uart_parity":[144,2,1,"c.HALUart::hal_uart_parity"],"OSTask::OS_TASK_READY":[101,1,1,"c.OSTask::OS_TASK_READY"],"OSTask::OS_TASK_SLEEP":[101,1,1,"c.OSTask::OS_TASK_SLEEP"],"OSTask::os_task_state":[101,2,1,"c.OSTask::os_task_state"],"SensorAPI::SENSOR_EVENT_TYPE_DOUBLE_TAP":[152,1,1,"c.SensorAPI::SENSOR_EVENT_TYPE_DOUBLE_TAP"],"SensorAPI::SENSOR_EVENT_TYPE_FREE_FALL":[152,1,1,"c.SensorAPI::SENSOR_EVENT_TYPE_FREE_FALL"],"SensorAPI::SENSOR_EVENT_TYPE_ORIENT_CHANGE":[152,1,1,"c.SensorAPI::SENSOR_EVENT_TYPE_ORIENT_CHANGE"],"SensorAPI::SENSOR_EVENT_TYPE_ORIENT_X_CHANGE":[152,1,1,"c.SensorAPI::SENSOR_EVENT_TYPE_ORIENT_X_CHANGE"],"SensorAPI::SENSOR_EVENT_TYPE_ORIENT_Y_CHANGE":[152,1,1,"c.SensorAPI::SENSOR_EVENT_TYPE_ORIENT_Y_CHANGE"],"SensorAPI::SENSOR_EVENT_TYPE_ORIENT_Z_CHANGE":[152,1,1,"c.SensorAPI::SENSOR_EVENT_TYPE_ORIENT_Z_CHANGE"],"SensorAPI::SENSOR_EVENT_TYPE_SINGLE_TAP":[152,1,1,"c.SensorAPI::SENSOR_EVENT_TYPE_SINGLE_TAP"],"SensorAPI::SENSOR_EVENT_TYPE_SLEEP":[152,1,1,"c.SensorAPI::SENSOR_EVENT_TYPE_SLEEP"],"SensorAPI::SENSOR_EVENT_TYPE_SLEEP_CHANGE":[152,1,1,"c.SensorAPI::SENSOR_EVENT_TYPE_SLEEP_CHANGE"],"SensorAPI::SENSOR_EVENT_TYPE_WAKEUP":[152,1,1,"c.SensorAPI::SENSOR_EVENT_TYPE_WAKEUP"],"SensorAPI::SENSOR_TYPE_ACCELEROMETER":[152,1,1,"c.SensorAPI::SENSOR_TYPE_ACCELEROMETER"],"SensorAPI::SENSOR_TYPE_ALL":[152,1,1,"c.SensorAPI::SENSOR_TYPE_ALL"],"SensorAPI::SENSOR_TYPE_ALTITUDE":[152,1,1,"c.SensorAPI::SENSOR_TYPE_ALTITUDE"],"SensorAPI::SENSOR_TYPE_AMBIENT_TEMPERATURE":[152,1,1,"c.SensorAPI::SENSOR_TYPE_AMBIENT_TEMPERATURE"],"SensorAPI::SENSOR_TYPE_COLOR":[152,1,1,"c.SensorAPI::SENSOR_TYPE_COLOR"],"SensorAPI::SENSOR_TYPE_EULER":[152,1,1,"c.SensorAPI::SENSOR_TYPE_EULER"],"SensorAPI::SENSOR_TYPE_GRAVITY":[152,1,1,"c.SensorAPI::SENSOR_TYPE_GRAVITY"],"SensorAPI::SENSOR_TYPE_GYROSCOPE":[152,1,1,"c.SensorAPI::SENSOR_TYPE_GYROSCOPE"],"SensorAPI::SENSOR_TYPE_LIGHT":[152,1,1,"c.SensorAPI::SENSOR_TYPE_LIGHT"],"SensorAPI::SENSOR_TYPE_LINEAR_ACCEL":[152,1,1,"c.SensorAPI::SENSOR_TYPE_LINEAR_ACCEL"],"SensorAPI::SENSOR_TYPE_MAGNETIC_FIELD":[152,1,1,"c.SensorAPI::SENSOR_TYPE_MAGNETIC_FIELD"],"SensorAPI::SENSOR_TYPE_NONE":[152,1,1,"c.SensorAPI::SENSOR_TYPE_NONE"],"SensorAPI::SENSOR_TYPE_PRESSURE":[152,1,1,"c.SensorAPI::SENSOR_TYPE_PRESSURE"],"SensorAPI::SENSOR_TYPE_PROXIMITY":[152,1,1,"c.SensorAPI::SENSOR_TYPE_PROXIMITY"],"SensorAPI::SENSOR_TYPE_RELATIVE_HUMIDITY":[152,1,1,"c.SensorAPI::SENSOR_TYPE_RELATIVE_HUMIDITY"],"SensorAPI::SENSOR_TYPE_ROTATION_VECTOR":[152,1,1,"c.SensorAPI::SENSOR_TYPE_ROTATION_VECTOR"],"SensorAPI::SENSOR_TYPE_TEMPERATURE":[152,1,1,"c.SensorAPI::SENSOR_TYPE_TEMPERATURE"],"SensorAPI::SENSOR_TYPE_USER_DEFINED_1":[152,1,1,"c.SensorAPI::SENSOR_TYPE_USER_DEFINED_1"],"SensorAPI::SENSOR_TYPE_USER_DEFINED_2":[152,1,1,"c.SensorAPI::SENSOR_TYPE_USER_DEFINED_2"],"SensorAPI::SENSOR_TYPE_USER_DEFINED_3":[152,1,1,"c.SensorAPI::SENSOR_TYPE_USER_DEFINED_3"],"SensorAPI::SENSOR_TYPE_USER_DEFINED_4":[152,1,1,"c.SensorAPI::SENSOR_TYPE_USER_DEFINED_4"],"SensorAPI::SENSOR_TYPE_USER_DEFINED_5":[152,1,1,"c.SensorAPI::SENSOR_TYPE_USER_DEFINED_5"],"SensorAPI::SENSOR_TYPE_USER_DEFINED_6":[152,1,1,"c.SensorAPI::SENSOR_TYPE_USER_DEFINED_6"],"SensorAPI::SENSOR_TYPE_WEIGHT":[152,1,1,"c.SensorAPI::SENSOR_TYPE_WEIGHT"],"SensorAPI::sensor_event_type_t":[152,2,1,"c.SensorAPI::sensor_event_type_t"],"SensorAPI::sensor_type_t":[152,2,1,"c.SensorAPI::sensor_type_t"],"SysConfig::CONF_EXPORT_PERSIST":[105,1,1,"c.SysConfig::CONF_EXPORT_PERSIST"],"SysConfig::CONF_EXPORT_SHOW":[105,1,1,"c.SysConfig::CONF_EXPORT_SHOW"],"SysConfig::conf_export_tgt":[105,2,1,"c.SysConfig::conf_export_tgt"],"SysConfig::conf_type":[105,2,1,"c.SysConfig::conf_type"],"conf_handler::ch_commit":[105,5,1,"c.conf_handler::ch_commit"],"conf_handler::ch_export":[105,5,1,"c.conf_handler::ch_export"],"conf_handler::ch_get":[105,5,1,"c.conf_handler::ch_get"],"conf_handler::ch_name":[105,5,1,"c.conf_handler::ch_name"],"conf_handler::ch_set":[105,5,1,"c.conf_handler::ch_set"],"console_input::line":[106,5,1,"c.console_input::line"],"fcb::f_active":[116,5,1,"c.fcb::f_active"],"fcb::f_active_id":[116,5,1,"c.fcb::f_active_id"],"fcb::f_align":[116,5,1,"c.fcb::f_align"],"fcb::f_magic":[116,5,1,"c.fcb::f_magic"],"fcb::f_mtx":[116,5,1,"c.fcb::f_mtx"],"fcb::f_oldest":[116,5,1,"c.fcb::f_oldest"],"fcb::f_scratch_cnt":[116,5,1,"c.fcb::f_scratch_cnt"],"fcb::f_sector_cnt":[116,5,1,"c.fcb::f_sector_cnt"],"fcb::f_sectors":[116,5,1,"c.fcb::f_sectors"],"fcb::f_version":[116,5,1,"c.fcb::f_version"],"fcb_entry::fe_area":[116,5,1,"c.fcb_entry::fe_area"],"fcb_entry::fe_data_len":[116,5,1,"c.fcb_entry::fe_data_len"],"fcb_entry::fe_data_off":[116,5,1,"c.fcb_entry::fe_data_off"],"fcb_entry::fe_elem_off":[116,5,1,"c.fcb_entry::fe_elem_off"],"fcb_log::fl_entries":[116,5,1,"c.fcb_log::fl_entries"],"fcb_log::fl_fcb":[116,5,1,"c.fcb_log::fl_fcb"],"fops_container::fops":[129,5,1,"c.fops_container::fops"],"fs_ops::SLIST_ENTRY":[129,3,1,"c.fs_ops::SLIST_ENTRY"],"fs_ops::f_close":[129,5,1,"c.fs_ops::f_close"],"fs_ops::f_closedir":[129,5,1,"c.fs_ops::f_closedir"],"fs_ops::f_dirent_is_dir":[129,5,1,"c.fs_ops::f_dirent_is_dir"],"fs_ops::f_dirent_name":[129,5,1,"c.fs_ops::f_dirent_name"],"fs_ops::f_filelen":[129,5,1,"c.fs_ops::f_filelen"],"fs_ops::f_getpos":[129,5,1,"c.fs_ops::f_getpos"],"fs_ops::f_mkdir":[129,5,1,"c.fs_ops::f_mkdir"],"fs_ops::f_name":[129,5,1,"c.fs_ops::f_name"],"fs_ops::f_open":[129,5,1,"c.fs_ops::f_open"],"fs_ops::f_opendir":[129,5,1,"c.fs_ops::f_opendir"],"fs_ops::f_read":[129,5,1,"c.fs_ops::f_read"],"fs_ops::f_readdir":[129,5,1,"c.fs_ops::f_readdir"],"fs_ops::f_rename":[129,5,1,"c.fs_ops::f_rename"],"fs_ops::f_seek":[129,5,1,"c.fs_ops::f_seek"],"fs_ops::f_unlink":[129,5,1,"c.fs_ops::f_unlink"],"fs_ops::f_write":[129,5,1,"c.fs_ops::f_write"],"hal_i2c_master_data::address":[138,5,1,"c.hal_i2c_master_data::address"],"hal_i2c_master_data::buffer":[138,5,1,"c.hal_i2c_master_data::buffer"],"hal_spi_settings::baudrate":[141,5,1,"c.hal_spi_settings::baudrate"],"hal_spi_settings::data_mode":[141,5,1,"c.hal_spi_settings::data_mode"],"hal_spi_settings::data_order":[141,5,1,"c.hal_spi_settings::data_order"],"hal_spi_settings::word_size":[141,5,1,"c.hal_spi_settings::word_size"],"hal_timer::bsp_timer":[143,5,1,"c.hal_timer::bsp_timer"],"hal_timer::cb_arg":[143,5,1,"c.hal_timer::cb_arg"],"hal_timer::cb_func":[143,5,1,"c.hal_timer::cb_func"],"hal_timer::expiry":[143,5,1,"c.hal_timer::expiry"],"json_array_t::arr":[150,5,1,"c.json_array_t::arr"],"json_array_t::count":[150,5,1,"c.json_array_t::count"],"json_array_t::element_type":[150,5,1,"c.json_array_t::element_type"],"json_array_t::maxlen":[150,5,1,"c.json_array_t::maxlen"],"json_attr_t::addr":[150,5,1,"c.json_attr_t::addr"],"json_attr_t::attribute":[150,5,1,"c.json_attr_t::attribute"],"json_attr_t::dflt":[150,5,1,"c.json_attr_t::dflt"],"json_attr_t::len":[150,5,1,"c.json_attr_t::len"],"json_attr_t::map":[150,5,1,"c.json_attr_t::map"],"json_attr_t::nodefault":[150,5,1,"c.json_attr_t::nodefault"],"json_attr_t::type":[150,5,1,"c.json_attr_t::type"],"json_buffer::jb_read_next":[150,5,1,"c.json_buffer::jb_read_next"],"json_buffer::jb_read_prev":[150,5,1,"c.json_buffer::jb_read_prev"],"json_buffer::jb_readn":[150,5,1,"c.json_buffer::jb_readn"],"json_encoder::je_arg":[150,5,1,"c.json_encoder::je_arg"],"json_encoder::je_wr_commas":[150,5,1,"c.json_encoder::je_wr_commas"],"json_encoder::je_write":[150,5,1,"c.json_encoder::je_write"],"json_enum_t::name":[150,5,1,"c.json_enum_t::name"],"json_enum_t::value":[150,5,1,"c.json_enum_t::value"],"json_value::jv_len":[150,5,1,"c.json_value::jv_len"],"json_value::jv_pad1":[150,5,1,"c.json_value::jv_pad1"],"json_value::jv_type":[150,5,1,"c.json_value::jv_type"],"json_value::jv_val":[150,5,1,"c.json_value::jv_val"],"log::STAILQ_ENTRY":[151,3,1,"c.log::STAILQ_ENTRY"],"log::l_arg":[151,5,1,"c.log::l_arg"],"log::l_level":[151,5,1,"c.log::l_level"],"log::l_log":[151,5,1,"c.log::l_log"],"log::l_name":[151,5,1,"c.log::l_name"],"log_handler::log_append":[151,5,1,"c.log_handler::log_append"],"log_handler::log_append_body":[151,5,1,"c.log_handler::log_append_body"],"log_handler::log_append_mbuf":[151,5,1,"c.log_handler::log_append_mbuf"],"log_handler::log_append_mbuf_body":[151,5,1,"c.log_handler::log_append_mbuf_body"],"log_handler::log_flush":[151,5,1,"c.log_handler::log_flush"],"log_handler::log_read":[151,5,1,"c.log_handler::log_read"],"log_handler::log_read_mbuf":[151,5,1,"c.log_handler::log_read_mbuf"],"log_handler::log_registered":[151,5,1,"c.log_handler::log_registered"],"log_handler::log_type":[151,5,1,"c.log_handler::log_type"],"log_handler::log_walk":[151,5,1,"c.log_handler::log_walk"],"log_info::li_next_index":[151,5,1,"c.log_info::li_next_index"],"log_info::li_version":[151,5,1,"c.log_info::li_version"],"log_offset::lo_arg":[151,5,1,"c.log_offset::lo_arg"],"log_offset::lo_data_len":[151,5,1,"c.log_offset::lo_data_len"],"log_offset::lo_index":[151,5,1,"c.log_offset::lo_index"],"log_offset::lo_ts":[151,5,1,"c.log_offset::lo_ts"],"nffs_area_desc::nad_flash_id":[130,5,1,"c.nffs_area_desc::nad_flash_id"],"nffs_area_desc::nad_length":[130,5,1,"c.nffs_area_desc::nad_length"],"nffs_area_desc::nad_offset":[130,5,1,"c.nffs_area_desc::nad_offset"],"nffs_config::nc_num_blocks":[130,5,1,"c.nffs_config::nc_num_blocks"],"nffs_config::nc_num_cache_blocks":[130,5,1,"c.nffs_config::nc_num_cache_blocks"],"nffs_config::nc_num_cache_inodes":[130,5,1,"c.nffs_config::nc_num_cache_inodes"],"nffs_config::nc_num_dirs":[130,5,1,"c.nffs_config::nc_num_dirs"],"nffs_config::nc_num_files":[130,5,1,"c.nffs_config::nc_num_files"],"nffs_config::nc_num_inodes":[130,5,1,"c.nffs_config::nc_num_inodes"],"os_callout::c_ev":[86,5,1,"c.os_callout::c_ev"],"os_callout::c_evq":[86,5,1,"c.os_callout::c_evq"],"os_callout::c_ticks":[86,5,1,"c.os_callout::c_ticks"],"os_event::ev_arg":[89,5,1,"c.os_event::ev_arg"],"os_event::ev_cb":[89,5,1,"c.os_event::ev_cb"],"os_event::ev_queued":[89,5,1,"c.os_event::ev_queued"],"os_eventq::evq_owner":[89,5,1,"c.os_eventq::evq_owner"],"os_eventq::evq_task":[89,5,1,"c.os_eventq::evq_task"],"os_mbuf::om_data":[91,5,1,"c.os_mbuf::om_data"],"os_mbuf::om_flags":[91,5,1,"c.os_mbuf::om_flags"],"os_mbuf::om_len":[91,5,1,"c.os_mbuf::om_len"],"os_mbuf::om_omp":[91,5,1,"c.os_mbuf::om_omp"],"os_mbuf::om_pkthdr_len":[91,5,1,"c.os_mbuf::om_pkthdr_len"],"os_mbuf_pkthdr::omp_flags":[91,5,1,"c.os_mbuf_pkthdr::omp_flags"],"os_mbuf_pkthdr::omp_len":[91,5,1,"c.os_mbuf_pkthdr::omp_len"],"os_mbuf_pool::omp_databuf_len":[91,5,1,"c.os_mbuf_pool::omp_databuf_len"],"os_mbuf_pool::omp_pool":[91,5,1,"c.os_mbuf_pool::omp_pool"],"os_mempool::mp_block_size":[92,5,1,"c.os_mempool::mp_block_size"],"os_mempool::mp_flags":[92,5,1,"c.os_mempool::mp_flags"],"os_mempool::mp_membuf_addr":[92,5,1,"c.os_mempool::mp_membuf_addr"],"os_mempool::mp_min_free":[92,5,1,"c.os_mempool::mp_min_free"],"os_mempool::mp_num_blocks":[92,5,1,"c.os_mempool::mp_num_blocks"],"os_mempool::mp_num_free":[92,5,1,"c.os_mempool::mp_num_free"],"os_mempool::name":[92,5,1,"c.os_mempool::name"],"os_mempool_info::omi_block_size":[92,5,1,"c.os_mempool_info::omi_block_size"],"os_mempool_info::omi_min_free":[92,5,1,"c.os_mempool_info::omi_min_free"],"os_mempool_info::omi_num_blocks":[92,5,1,"c.os_mempool_info::omi_num_blocks"],"os_mempool_info::omi_num_free":[92,5,1,"c.os_mempool_info::omi_num_free"],"os_mqueue::mq_ev":[91,5,1,"c.os_mqueue::mq_ev"],"os_mutex::SLIST_HEAD":[93,3,1,"c.os_mutex::SLIST_HEAD"],"os_mutex::_pad":[93,5,1,"c.os_mutex::_pad"],"os_mutex::mu_level":[93,5,1,"c.os_mutex::mu_level"],"os_mutex::mu_owner":[93,5,1,"c.os_mutex::mu_owner"],"os_mutex::mu_prio":[93,5,1,"c.os_mutex::mu_prio"],"os_sanity_check::sc_arg":[99,5,1,"c.os_sanity_check::sc_arg"],"os_sanity_check::sc_checkin_itvl":[99,5,1,"c.os_sanity_check::sc_checkin_itvl"],"os_sanity_check::sc_checkin_last":[99,5,1,"c.os_sanity_check::sc_checkin_last"],"os_sanity_check::sc_func":[99,5,1,"c.os_sanity_check::sc_func"],"os_sem::sem_tokens":[100,5,1,"c.os_sem::sem_tokens"],"os_task::t_arg":[101,5,1,"c.os_task::t_arg"],"os_task::t_ctx_sw_cnt":[101,5,1,"c.os_task::t_ctx_sw_cnt"],"os_task::t_flags":[101,5,1,"c.os_task::t_flags"],"os_task::t_func":[101,5,1,"c.os_task::t_func"],"os_task::t_name":[101,5,1,"c.os_task::t_name"],"os_task::t_next_wakeup":[101,5,1,"c.os_task::t_next_wakeup"],"os_task::t_obj":[101,5,1,"c.os_task::t_obj"],"os_task::t_prio":[101,5,1,"c.os_task::t_prio"],"os_task::t_run_time":[101,5,1,"c.os_task::t_run_time"],"os_task::t_sanity_check":[101,5,1,"c.os_task::t_sanity_check"],"os_task::t_stackptr":[101,5,1,"c.os_task::t_stackptr"],"os_task::t_stacksize":[101,5,1,"c.os_task::t_stacksize"],"os_task::t_stacktop":[101,5,1,"c.os_task::t_stacktop"],"os_task::t_taskid":[101,5,1,"c.os_task::t_taskid"],"os_task_info::oti_cswcnt":[101,5,1,"c.os_task_info::oti_cswcnt"],"os_task_info::oti_last_checkin":[101,5,1,"c.os_task_info::oti_last_checkin"],"os_task_info::oti_next_checkin":[101,5,1,"c.os_task_info::oti_next_checkin"],"os_task_info::oti_prio":[101,5,1,"c.os_task_info::oti_prio"],"os_task_info::oti_runtime":[101,5,1,"c.os_task_info::oti_runtime"],"os_task_info::oti_state":[101,5,1,"c.os_task_info::oti_state"],"os_task_info::oti_stksize":[101,5,1,"c.os_task_info::oti_stksize"],"os_task_info::oti_stkusage":[101,5,1,"c.os_task_info::oti_stkusage"],"os_task_info::oti_taskid":[101,5,1,"c.os_task_info::oti_taskid"],"os_timezone::tz_dsttime":[102,5,1,"c.os_timezone::tz_dsttime"],"os_timezone::tz_minuteswest":[102,5,1,"c.os_timezone::tz_minuteswest"],"sensor::s_poll_rate":[152,5,1,"c.sensor::s_poll_rate"],"sensor_data_t::sad":[152,5,1,"c.sensor_data_t::sad"],"sensor_data_t::satd":[152,5,1,"c.sensor_data_t::satd"],"sensor_data_t::scd":[152,5,1,"c.sensor_data_t::scd"],"sensor_data_t::sed":[152,5,1,"c.sensor_data_t::sed"],"sensor_data_t::sgd":[152,5,1,"c.sensor_data_t::sgd"],"sensor_data_t::sgrd":[152,5,1,"c.sensor_data_t::sgrd"],"sensor_data_t::slad":[152,5,1,"c.sensor_data_t::slad"],"sensor_data_t::sld":[152,5,1,"c.sensor_data_t::sld"],"sensor_data_t::smd":[152,5,1,"c.sensor_data_t::smd"],"sensor_data_t::spd":[152,5,1,"c.sensor_data_t::spd"],"sensor_data_t::sqd":[152,5,1,"c.sensor_data_t::sqd"],"sensor_data_t::srhd":[152,5,1,"c.sensor_data_t::srhd"],"sensor_data_t::std":[152,5,1,"c.sensor_data_t::std"],"shell_cmd::help":[161,5,1,"c.shell_cmd::help"],"shell_cmd::sc_cmd":[161,5,1,"c.shell_cmd::sc_cmd"],"shell_cmd::sc_cmd_func":[161,5,1,"c.shell_cmd::sc_cmd_func"],"shell_cmd_help::params":[161,5,1,"c.shell_cmd_help::params"],"shell_cmd_help::summary":[161,5,1,"c.shell_cmd_help::summary"],"shell_cmd_help::usage":[161,5,1,"c.shell_cmd_help::usage"],"shell_module::commands":[161,5,1,"c.shell_module::commands"],"shell_module::name":[161,5,1,"c.shell_module::name"],"shell_param::help":[161,5,1,"c.shell_param::help"],"shell_param::param_name":[161,5,1,"c.shell_param::param_name"],"stats_hdr::STAILQ_ENTRY":[163,3,1,"c.stats_hdr::STAILQ_ENTRY"],"stats_hdr::s_cnt":[163,5,1,"c.stats_hdr::s_cnt"],"stats_hdr::s_map":[163,5,1,"c.stats_hdr::s_map"],"stats_hdr::s_map_cnt":[163,5,1,"c.stats_hdr::s_map_cnt"],"stats_hdr::s_name":[163,5,1,"c.stats_hdr::s_name"],"stats_hdr::s_pad1":[163,5,1,"c.stats_hdr::s_pad1"],"stats_hdr::s_size":[163,5,1,"c.stats_hdr::s_size"],"stats_name_map::snm_name":[163,5,1,"c.stats_name_map::snm_name"],"stats_name_map::snm_off":[163,5,1,"c.stats_name_map::snm_off"],ARG10:[167,0,1,"c.ARG10"],ASSERT_IF_TEST:[167,0,1,"c.ASSERT_IF_TEST"],CONF_STR_FROM_BYTES_LEN:[105,0,1,"c.CONF_STR_FROM_BYTES_LEN"],CONF_VALUE_SET:[105,0,1,"c.CONF_VALUE_SET"],CPUTIME_GEQ:[88,0,1,"c.CPUTIME_GEQ"],CPUTIME_GT:[88,0,1,"c.CPUTIME_GT"],CPUTIME_LEQ:[88,0,1,"c.CPUTIME_LEQ"],CPUTIME_LT:[88,0,1,"c.CPUTIME_LT"],FCB_ERR_ARGS:[116,0,1,"c.FCB_ERR_ARGS"],FCB_ERR_CRC:[116,0,1,"c.FCB_ERR_CRC"],FCB_ERR_FLASH:[116,0,1,"c.FCB_ERR_FLASH"],FCB_ERR_MAGIC:[116,0,1,"c.FCB_ERR_MAGIC"],FCB_ERR_NOMEM:[116,0,1,"c.FCB_ERR_NOMEM"],FCB_ERR_NOSPACE:[116,0,1,"c.FCB_ERR_NOSPACE"],FCB_ERR_NOVAR:[116,0,1,"c.FCB_ERR_NOVAR"],FCB_ERR_VERSION:[116,0,1,"c.FCB_ERR_VERSION"],FCB_MAX_LEN:[116,0,1,"c.FCB_MAX_LEN"],FCB_OK:[116,0,1,"c.FCB_OK"],FIRST:[167,0,1,"c.FIRST"],FIRST_AUX:[167,0,1,"c.FIRST_AUX"],FS_ACCESS_APPEND:[128,0,1,"c.FS_ACCESS_APPEND"],FS_ACCESS_READ:[128,0,1,"c.FS_ACCESS_READ"],FS_ACCESS_TRUNCATE:[128,0,1,"c.FS_ACCESS_TRUNCATE"],FS_ACCESS_WRITE:[128,0,1,"c.FS_ACCESS_WRITE"],FS_EACCESS:[128,0,1,"c.FS_EACCESS"],FS_ECORRUPT:[128,0,1,"c.FS_ECORRUPT"],FS_EEMPTY:[128,0,1,"c.FS_EEMPTY"],FS_EEXIST:[128,0,1,"c.FS_EEXIST"],FS_EFULL:[128,0,1,"c.FS_EFULL"],FS_EHW:[128,0,1,"c.FS_EHW"],FS_EINVAL:[128,0,1,"c.FS_EINVAL"],FS_ENOENT:[128,0,1,"c.FS_ENOENT"],FS_ENOMEM:[128,0,1,"c.FS_ENOMEM"],FS_EOFFSET:[128,0,1,"c.FS_EOFFSET"],FS_EOK:[128,0,1,"c.FS_EOK"],FS_EOS:[128,0,1,"c.FS_EOS"],FS_EUNEXP:[128,0,1,"c.FS_EUNEXP"],FS_EUNINIT:[128,0,1,"c.FS_EUNINIT"],FS_NMGR_ID_FILE:[128,0,1,"c.FS_NMGR_ID_FILE"],FS_NMGR_MAX_NAME:[128,0,1,"c.FS_NMGR_MAX_NAME"],HAL_BSP_MAX_ID_LEN:[133,0,1,"c.HAL_BSP_MAX_ID_LEN"],HAL_BSP_POWER_DEEP_SLEEP:[133,0,1,"c.HAL_BSP_POWER_DEEP_SLEEP"],HAL_BSP_POWER_OFF:[133,0,1,"c.HAL_BSP_POWER_OFF"],HAL_BSP_POWER_ON:[133,0,1,"c.HAL_BSP_POWER_ON"],HAL_BSP_POWER_PERUSER:[133,0,1,"c.HAL_BSP_POWER_PERUSER"],HAL_BSP_POWER_SLEEP:[133,0,1,"c.HAL_BSP_POWER_SLEEP"],HAL_BSP_POWER_WFI:[133,0,1,"c.HAL_BSP_POWER_WFI"],HAL_SPI_LSB_FIRST:[141,0,1,"c.HAL_SPI_LSB_FIRST"],HAL_SPI_MODE0:[141,0,1,"c.HAL_SPI_MODE0"],HAL_SPI_MODE1:[141,0,1,"c.HAL_SPI_MODE1"],HAL_SPI_MODE2:[141,0,1,"c.HAL_SPI_MODE2"],HAL_SPI_MODE3:[141,0,1,"c.HAL_SPI_MODE3"],HAL_SPI_MSB_FIRST:[141,0,1,"c.HAL_SPI_MSB_FIRST"],HAL_SPI_TYPE_MASTER:[141,0,1,"c.HAL_SPI_TYPE_MASTER"],HAL_SPI_TYPE_SLAVE:[141,0,1,"c.HAL_SPI_TYPE_SLAVE"],HAL_SPI_WORD_SIZE_8BIT:[141,0,1,"c.HAL_SPI_WORD_SIZE_8BIT"],HAL_SPI_WORD_SIZE_9BIT:[141,0,1,"c.HAL_SPI_WORD_SIZE_9BIT"],INT32_MAX:[102,0,1,"c.INT32_MAX"],JSON_ATTR_MAX:[150,0,1,"c.JSON_ATTR_MAX"],JSON_ERR_ARRAYSTART:[150,0,1,"c.JSON_ERR_ARRAYSTART"],JSON_ERR_ATTRLEN:[150,0,1,"c.JSON_ERR_ATTRLEN"],JSON_ERR_ATTRSTART:[150,0,1,"c.JSON_ERR_ATTRSTART"],JSON_ERR_BADATTR:[150,0,1,"c.JSON_ERR_BADATTR"],JSON_ERR_BADENUM:[150,0,1,"c.JSON_ERR_BADENUM"],JSON_ERR_BADNUM:[150,0,1,"c.JSON_ERR_BADNUM"],JSON_ERR_BADSTRING:[150,0,1,"c.JSON_ERR_BADSTRING"],JSON_ERR_BADSUBTRAIL:[150,0,1,"c.JSON_ERR_BADSUBTRAIL"],JSON_ERR_BADTRAIL:[150,0,1,"c.JSON_ERR_BADTRAIL"],JSON_ERR_CHECKFAIL:[150,0,1,"c.JSON_ERR_CHECKFAIL"],JSON_ERR_MISC:[150,0,1,"c.JSON_ERR_MISC"],JSON_ERR_NOARRAY:[150,0,1,"c.JSON_ERR_NOARRAY"],JSON_ERR_NOBRAK:[150,0,1,"c.JSON_ERR_NOBRAK"],JSON_ERR_NONQSTRING:[150,0,1,"c.JSON_ERR_NONQSTRING"],JSON_ERR_NOPARSTR:[150,0,1,"c.JSON_ERR_NOPARSTR"],JSON_ERR_NULLPTR:[150,0,1,"c.JSON_ERR_NULLPTR"],JSON_ERR_OBJARR:[150,0,1,"c.JSON_ERR_OBJARR"],JSON_ERR_OBSTART:[150,0,1,"c.JSON_ERR_OBSTART"],JSON_ERR_QNONSTRING:[150,0,1,"c.JSON_ERR_QNONSTRING"],JSON_ERR_STRLONG:[150,0,1,"c.JSON_ERR_STRLONG"],JSON_ERR_SUBTOOLONG:[150,0,1,"c.JSON_ERR_SUBTOOLONG"],JSON_ERR_SUBTYPE:[150,0,1,"c.JSON_ERR_SUBTYPE"],JSON_ERR_TOKLONG:[150,0,1,"c.JSON_ERR_TOKLONG"],JSON_NITEMS:[150,0,1,"c.JSON_NITEMS"],JSON_STRUCT_ARRAY:[150,0,1,"c.JSON_STRUCT_ARRAY"],JSON_STRUCT_OBJECT:[150,0,1,"c.JSON_STRUCT_OBJECT"],JSON_VALUE_BOOL:[150,0,1,"c.JSON_VALUE_BOOL"],JSON_VALUE_INT:[150,0,1,"c.JSON_VALUE_INT"],JSON_VALUE_STRING:[150,0,1,"c.JSON_VALUE_STRING"],JSON_VALUE_STRINGN:[150,0,1,"c.JSON_VALUE_STRINGN"],JSON_VALUE_TYPE_ARRAY:[150,0,1,"c.JSON_VALUE_TYPE_ARRAY"],JSON_VALUE_TYPE_BOOL:[150,0,1,"c.JSON_VALUE_TYPE_BOOL"],JSON_VALUE_TYPE_INT64:[150,0,1,"c.JSON_VALUE_TYPE_INT64"],JSON_VALUE_TYPE_OBJECT:[150,0,1,"c.JSON_VALUE_TYPE_OBJECT"],JSON_VALUE_TYPE_STRING:[150,0,1,"c.JSON_VALUE_TYPE_STRING"],JSON_VALUE_TYPE_UINT64:[150,0,1,"c.JSON_VALUE_TYPE_UINT64"],JSON_VALUE_UINT:[150,0,1,"c.JSON_VALUE_UINT"],JSON_VAL_MAX:[150,0,1,"c.JSON_VAL_MAX"],LOGS_NMGR_OP_APPEND:[151,0,1,"c.LOGS_NMGR_OP_APPEND"],LOGS_NMGR_OP_CLEAR:[151,0,1,"c.LOGS_NMGR_OP_CLEAR"],LOGS_NMGR_OP_LEVEL_LIST:[151,0,1,"c.LOGS_NMGR_OP_LEVEL_LIST"],LOGS_NMGR_OP_LOGS_LIST:[151,0,1,"c.LOGS_NMGR_OP_LOGS_LIST"],LOGS_NMGR_OP_MODULE_LIST:[151,0,1,"c.LOGS_NMGR_OP_MODULE_LIST"],LOGS_NMGR_OP_READ:[151,0,1,"c.LOGS_NMGR_OP_READ"],LOG_CRITICAL:[151,0,1,"c.LOG_CRITICAL"],LOG_DEBUG:[151,0,1,"c.LOG_DEBUG"],LOG_ENTRY_HDR_SIZE:[151,0,1,"c.LOG_ENTRY_HDR_SIZE"],LOG_ERROR:[151,0,1,"c.LOG_ERROR"],LOG_ETYPE_STRING:[151,0,1,"c.LOG_ETYPE_STRING"],LOG_INFO:[151,0,1,"c.LOG_INFO"],LOG_LEVEL_CRITICAL:[151,0,1,"c.LOG_LEVEL_CRITICAL"],LOG_LEVEL_DEBUG:[151,0,1,"c.LOG_LEVEL_DEBUG"],LOG_LEVEL_ERROR:[151,0,1,"c.LOG_LEVEL_ERROR"],LOG_LEVEL_INFO:[151,0,1,"c.LOG_LEVEL_INFO"],LOG_LEVEL_MAX:[151,0,1,"c.LOG_LEVEL_MAX"],LOG_LEVEL_STR:[151,0,1,"c.LOG_LEVEL_STR"],LOG_LEVEL_WARN:[151,0,1,"c.LOG_LEVEL_WARN"],LOG_MODULE_DEFAULT:[151,0,1,"c.LOG_MODULE_DEFAULT"],LOG_MODULE_IOTIVITY:[151,0,1,"c.LOG_MODULE_IOTIVITY"],LOG_MODULE_MAX:[151,0,1,"c.LOG_MODULE_MAX"],LOG_MODULE_NEWTMGR:[151,0,1,"c.LOG_MODULE_NEWTMGR"],LOG_MODULE_NFFS:[151,0,1,"c.LOG_MODULE_NFFS"],LOG_MODULE_NIMBLE_CTLR:[151,0,1,"c.LOG_MODULE_NIMBLE_CTLR"],LOG_MODULE_NIMBLE_HOST:[151,0,1,"c.LOG_MODULE_NIMBLE_HOST"],LOG_MODULE_OS:[151,0,1,"c.LOG_MODULE_OS"],LOG_MODULE_PERUSER:[151,0,1,"c.LOG_MODULE_PERUSER"],LOG_MODULE_REBOOT:[151,0,1,"c.LOG_MODULE_REBOOT"],LOG_MODULE_STR:[151,0,1,"c.LOG_MODULE_STR"],LOG_MODULE_TEST:[151,0,1,"c.LOG_MODULE_TEST"],LOG_NAME_MAX_LEN:[151,0,1,"c.LOG_NAME_MAX_LEN"],LOG_PRINTF_MAX_ENTRY_LEN:[151,0,1,"c.LOG_PRINTF_MAX_ENTRY_LEN"],LOG_STORE_CBMEM:[151,0,1,"c.LOG_STORE_CBMEM"],LOG_STORE_CONSOLE:[151,0,1,"c.LOG_STORE_CONSOLE"],LOG_STORE_FCB:[151,0,1,"c.LOG_STORE_FCB"],LOG_SYSLEVEL:[151,0,1,"c.LOG_SYSLEVEL"],LOG_TYPE_MEMORY:[151,0,1,"c.LOG_TYPE_MEMORY"],LOG_TYPE_STORAGE:[151,0,1,"c.LOG_TYPE_STORAGE"],LOG_TYPE_STREAM:[151,0,1,"c.LOG_TYPE_STREAM"],LOG_VERSION_V1:[151,0,1,"c.LOG_VERSION_V1"],LOG_VERSION_V2:[151,0,1,"c.LOG_VERSION_V2"],LOG_VERSION_V3:[151,0,1,"c.LOG_VERSION_V3"],LOG_WARN:[151,0,1,"c.LOG_WARN"],NFFS_FILENAME_MAX_LEN:[130,0,1,"c.NFFS_FILENAME_MAX_LEN"],NFFS_MAX_AREAS:[130,0,1,"c.NFFS_MAX_AREAS"],NUM:[167,0,1,"c.NUM"],OS_EVENT_QUEUED:[89,0,1,"c.OS_EVENT_QUEUED"],OS_MBUF_DATA:[91,0,1,"c.OS_MBUF_DATA"],OS_MBUF_F_MASK:[91,0,1,"c.OS_MBUF_F_MASK"],OS_MBUF_IS_PKTHDR:[91,0,1,"c.OS_MBUF_IS_PKTHDR"],OS_MBUF_LEADINGSPACE:[91,0,1,"c.OS_MBUF_LEADINGSPACE"],OS_MBUF_PKTHDR:[91,0,1,"c.OS_MBUF_PKTHDR"],OS_MBUF_PKTHDR_TO_MBUF:[91,0,1,"c.OS_MBUF_PKTHDR_TO_MBUF"],OS_MBUF_PKTLEN:[91,0,1,"c.OS_MBUF_PKTLEN"],OS_MBUF_TRAILINGSPACE:[91,0,1,"c.OS_MBUF_TRAILINGSPACE"],OS_MBUF_USRHDR:[91,0,1,"c.OS_MBUF_USRHDR"],OS_MBUF_USRHDR_LEN:[91,0,1,"c.OS_MBUF_USRHDR_LEN"],OS_MEMPOOL_BYTES:[92,0,1,"c.OS_MEMPOOL_BYTES"],OS_MEMPOOL_F_EXT:[92,0,1,"c.OS_MEMPOOL_F_EXT"],OS_MEMPOOL_INFO_NAME_LEN:[92,0,1,"c.OS_MEMPOOL_INFO_NAME_LEN"],OS_MEMPOOL_SIZE:[92,0,1,"c.OS_MEMPOOL_SIZE"],OS_SANITY_CHECK_SETFUNC:[99,0,1,"c.OS_SANITY_CHECK_SETFUNC"],OS_STIME_MAX:[102,0,1,"c.OS_STIME_MAX"],OS_TASK_FLAG_EVQ_WAIT:[101,0,1,"c.OS_TASK_FLAG_EVQ_WAIT"],OS_TASK_FLAG_MUTEX_WAIT:[101,0,1,"c.OS_TASK_FLAG_MUTEX_WAIT"],OS_TASK_FLAG_NO_TIMEOUT:[101,0,1,"c.OS_TASK_FLAG_NO_TIMEOUT"],OS_TASK_FLAG_SEM_WAIT:[101,0,1,"c.OS_TASK_FLAG_SEM_WAIT"],OS_TASK_MAX_NAME_LEN:[101,0,1,"c.OS_TASK_MAX_NAME_LEN"],OS_TASK_PRI_HIGHEST:[101,0,1,"c.OS_TASK_PRI_HIGHEST"],OS_TASK_PRI_LOWEST:[101,0,1,"c.OS_TASK_PRI_LOWEST"],OS_TASK_STACK_DEFINE:[101,0,1,"c.OS_TASK_STACK_DEFINE"],OS_TIMEOUT_NEVER:[102,0,1,"c.OS_TIMEOUT_NEVER"],OS_TIMEVAL_GEQ:[102,0,1,"c.OS_TIMEVAL_GEQ"],OS_TIMEVAL_GT:[102,0,1,"c.OS_TIMEVAL_GT"],OS_TIMEVAL_LEQ:[102,0,1,"c.OS_TIMEVAL_LEQ"],OS_TIMEVAL_LT:[102,0,1,"c.OS_TIMEVAL_LT"],OS_TIME_MAX:[102,0,1,"c.OS_TIME_MAX"],OS_TIME_TICK_GEQ:[102,0,1,"c.OS_TIME_TICK_GEQ"],OS_TIME_TICK_GT:[102,0,1,"c.OS_TIME_TICK_GT"],OS_TIME_TICK_LT:[102,0,1,"c.OS_TIME_TICK_LT"],REST_OR_0:[167,0,1,"c.REST_OR_0"],REST_OR_0_AUX:[167,0,1,"c.REST_OR_0_AUX"],REST_OR_0_AUX_1:[167,0,1,"c.REST_OR_0_AUX_1"],REST_OR_0_AUX_INNER:[167,0,1,"c.REST_OR_0_AUX_INNER"],REST_OR_0_AUX_N:[167,0,1,"c.REST_OR_0_AUX_N"],SENSOR_DATA_CMP_GT:[152,0,1,"c.SENSOR_DATA_CMP_GT"],SENSOR_DATA_CMP_LT:[152,0,1,"c.SENSOR_DATA_CMP_LT"],SENSOR_GET_DEVICE:[152,0,1,"c.SENSOR_GET_DEVICE"],SENSOR_GET_ITF:[152,0,1,"c.SENSOR_GET_ITF"],SENSOR_IGN_LISTENER:[152,0,1,"c.SENSOR_IGN_LISTENER"],SENSOR_ITF_I2C:[152,0,1,"c.SENSOR_ITF_I2C"],SENSOR_ITF_SPI:[152,0,1,"c.SENSOR_ITF_SPI"],SENSOR_ITF_UART:[152,0,1,"c.SENSOR_ITF_UART"],SENSOR_THRESH_ALGO_USERDEF:[152,0,1,"c.SENSOR_THRESH_ALGO_USERDEF"],SENSOR_THRESH_ALGO_WATERMARK:[152,0,1,"c.SENSOR_THRESH_ALGO_WATERMARK"],SENSOR_THRESH_ALGO_WINDOW:[152,0,1,"c.SENSOR_THRESH_ALGO_WINDOW"],SENSOR_VALUE_TYPE_FLOAT:[152,0,1,"c.SENSOR_VALUE_TYPE_FLOAT"],SENSOR_VALUE_TYPE_FLOAT_TRIPLET:[152,0,1,"c.SENSOR_VALUE_TYPE_FLOAT_TRIPLET"],SENSOR_VALUE_TYPE_INT32:[152,0,1,"c.SENSOR_VALUE_TYPE_INT32"],SENSOR_VALUE_TYPE_INT32_TRIPLET:[152,0,1,"c.SENSOR_VALUE_TYPE_INT32_TRIPLET"],SENSOR_VALUE_TYPE_OPAQUE:[152,0,1,"c.SENSOR_VALUE_TYPE_OPAQUE"],SLIST_HEAD:[167,3,1,"c.SLIST_HEAD"],STANDARD_ACCEL_GRAVITY:[152,0,1,"c.STANDARD_ACCEL_GRAVITY"],STATS_CLEAR:[163,0,1,"c.STATS_CLEAR"],STATS_GET:[163,0,1,"c.STATS_GET"],STATS_HDR:[163,0,1,"c.STATS_HDR"],STATS_INC:[163,0,1,"c.STATS_INC"],STATS_INCN:[163,0,1,"c.STATS_INCN"],STATS_NAME:[163,0,1,"c.STATS_NAME"],STATS_NAME_END:[163,0,1,"c.STATS_NAME_END"],STATS_NAME_INIT_PARMS:[163,0,1,"c.STATS_NAME_INIT_PARMS"],STATS_NAME_MAP_NAME:[163,0,1,"c.STATS_NAME_MAP_NAME"],STATS_NAME_START:[163,0,1,"c.STATS_NAME_START"],STATS_RESET:[163,0,1,"c.STATS_RESET"],STATS_SECT_DECL:[163,0,1,"c.STATS_SECT_DECL"],STATS_SECT_END:[163,0,1,"c.STATS_SECT_END"],STATS_SECT_ENTRY16:[163,0,1,"c.STATS_SECT_ENTRY16"],STATS_SECT_ENTRY32:[163,0,1,"c.STATS_SECT_ENTRY32"],STATS_SECT_ENTRY64:[163,0,1,"c.STATS_SECT_ENTRY64"],STATS_SECT_ENTRY:[163,0,1,"c.STATS_SECT_ENTRY"],STATS_SECT_START:[163,0,1,"c.STATS_SECT_START"],STATS_SECT_VAR:[163,0,1,"c.STATS_SECT_VAR"],STATS_SIZE_16:[163,0,1,"c.STATS_SIZE_16"],STATS_SIZE_32:[163,0,1,"c.STATS_SIZE_32"],STATS_SIZE_64:[163,0,1,"c.STATS_SIZE_64"],STATS_SIZE_INIT_PARMS:[163,0,1,"c.STATS_SIZE_INIT_PARMS"],STR:[167,0,1,"c.STR"],TEST_ASSERT:[167,0,1,"c.TEST_ASSERT"],TEST_ASSERT_FATAL:[167,0,1,"c.TEST_ASSERT_FATAL"],TEST_ASSERT_FULL:[167,0,1,"c.TEST_ASSERT_FULL"],TEST_CASE:[167,0,1,"c.TEST_CASE"],TEST_CASE_DECL:[167,0,1,"c.TEST_CASE_DECL"],TEST_CASE_DEFN:[167,0,1,"c.TEST_CASE_DEFN"],TEST_CASE_TASK:[167,0,1,"c.TEST_CASE_TASK"],TEST_PASS:[167,0,1,"c.TEST_PASS"],TEST_SUITE:[167,0,1,"c.TEST_SUITE"],TEST_SUITE_DECL:[167,0,1,"c.TEST_SUITE_DECL"],TEST_SUITE_REGISTER:[167,0,1,"c.TEST_SUITE_REGISTER"],UTC01_01_2016:[151,0,1,"c.UTC01_01_2016"],XSTR:[167,0,1,"c.XSTR"],_sbrk:[133,3,1,"c._sbrk"],completion_cb:[106,4,1,"c.completion_cb"],conf_bytes_from_str:[105,3,1,"c.conf_bytes_from_str"],conf_commit:[105,3,1,"c.conf_commit"],conf_commit_handler_t:[105,4,1,"c.conf_commit_handler_t"],conf_ensure_loaded:[105,3,1,"c.conf_ensure_loaded"],conf_export_func_t:[105,4,1,"c.conf_export_func_t"],conf_export_handler_t:[105,4,1,"c.conf_export_handler_t"],conf_export_tgt_t:[105,4,1,"c.conf_export_tgt_t"],conf_get_handler_t:[105,4,1,"c.conf_get_handler_t"],conf_get_value:[105,3,1,"c.conf_get_value"],conf_handler:[105,8,1,"_CPPv312conf_handler"],conf_init:[105,3,1,"c.conf_init"],conf_load:[105,3,1,"c.conf_load"],conf_register:[105,3,1,"c.conf_register"],conf_save:[105,3,1,"c.conf_save"],conf_save_one:[105,3,1,"c.conf_save_one"],conf_save_tree:[105,3,1,"c.conf_save_tree"],conf_set_from_storage:[105,3,1,"c.conf_set_from_storage"],conf_set_handler_t:[105,4,1,"c.conf_set_handler_t"],conf_set_value:[105,3,1,"c.conf_set_value"],conf_store_init:[105,3,1,"c.conf_store_init"],conf_str_from_bytes:[105,3,1,"c.conf_str_from_bytes"],conf_str_from_value:[105,3,1,"c.conf_str_from_value"],conf_value_from_str:[105,3,1,"c.conf_value_from_str"],console_append_char_cb:[106,4,1,"c.console_append_char_cb"],console_blocking_mode:[106,3,1,"c.console_blocking_mode"],console_echo:[106,3,1,"c.console_echo"],console_handle_char:[106,3,1,"c.console_handle_char"],console_init:[106,3,1,"c.console_init"],console_input:[106,6,1,"c.console_input"],console_is_init:[106,3,1,"c.console_is_init"],console_is_midline:[106,5,1,"c.console_is_midline"],console_line_event_put:[106,3,1,"c.console_line_event_put"],console_line_queue_set:[106,3,1,"c.console_line_queue_set"],console_non_blocking_mode:[106,3,1,"c.console_non_blocking_mode"],console_out:[106,3,1,"c.console_out"],console_printf:[106,3,1,"c.console_printf"],console_read:[106,3,1,"c.console_read"],console_rx_cb:[106,4,1,"c.console_rx_cb"],console_rx_restart:[106,3,1,"c.console_rx_restart"],console_set_completion_cb:[106,3,1,"c.console_set_completion_cb"],console_write:[106,3,1,"c.console_write"],fcb_append:[116,3,1,"c.fcb_append"],fcb_append_finish:[116,3,1,"c.fcb_append_finish"],fcb_append_to_scratch:[116,3,1,"c.fcb_append_to_scratch"],fcb_clear:[116,3,1,"c.fcb_clear"],fcb_entry:[116,8,1,"_CPPv39fcb_entry"],fcb_free_sector_cnt:[116,3,1,"c.fcb_free_sector_cnt"],fcb_getnext:[116,3,1,"c.fcb_getnext"],fcb_init:[116,3,1,"c.fcb_init"],fcb_is_empty:[116,3,1,"c.fcb_is_empty"],fcb_log:[116,8,1,"_CPPv37fcb_log"],fcb_offset_last_n:[116,3,1,"c.fcb_offset_last_n"],fcb_rotate:[116,3,1,"c.fcb_rotate"],fcb_walk:[116,3,1,"c.fcb_walk"],fcb_walk_cb:[116,4,1,"c.fcb_walk_cb"],fops_container:[129,6,1,"c.fops_container"],fs_close:[128,3,1,"c.fs_close"],fs_closedir:[128,3,1,"c.fs_closedir"],fs_dirent_is_dir:[128,3,1,"c.fs_dirent_is_dir"],fs_dirent_name:[128,3,1,"c.fs_dirent_name"],fs_filelen:[128,3,1,"c.fs_filelen"],fs_getpos:[128,3,1,"c.fs_getpos"],fs_mkdir:[128,3,1,"c.fs_mkdir"],fs_open:[128,3,1,"c.fs_open"],fs_opendir:[128,3,1,"c.fs_opendir"],fs_ops:[129,6,1,"c.fs_ops"],fs_ops_for:[129,3,1,"c.fs_ops_for"],fs_ops_from_container:[129,3,1,"c.fs_ops_from_container"],fs_ops_try_unique:[129,3,1,"c.fs_ops_try_unique"],fs_read:[128,3,1,"c.fs_read"],fs_readdir:[128,3,1,"c.fs_readdir"],fs_register:[129,3,1,"c.fs_register"],fs_rename:[128,3,1,"c.fs_rename"],fs_seek:[128,3,1,"c.fs_seek"],fs_unlink:[128,3,1,"c.fs_unlink"],fs_write:[128,3,1,"c.fs_write"],fsutil_read_file:[128,3,1,"c.fsutil_read_file"],fsutil_write_file:[128,3,1,"c.fsutil_write_file"],g_log_info:[151,5,1,"c.g_log_info"],g_ts_suites:[167,5,1,"c.g_ts_suites"],hal_bsp_core_dump:[133,3,1,"c.hal_bsp_core_dump"],hal_bsp_flash_dev:[133,3,1,"c.hal_bsp_flash_dev"],hal_bsp_get_nvic_priority:[133,3,1,"c.hal_bsp_get_nvic_priority"],hal_bsp_hw_id:[133,3,1,"c.hal_bsp_hw_id"],hal_bsp_hw_id_len:[133,3,1,"c.hal_bsp_hw_id_len"],hal_bsp_init:[133,3,1,"c.hal_bsp_init"],hal_bsp_power_state:[133,3,1,"c.hal_bsp_power_state"],hal_debugger_connected:[142,3,1,"c.hal_debugger_connected"],hal_flash_align:[135,3,1,"c.hal_flash_align"],hal_flash_erase:[135,3,1,"c.hal_flash_erase"],hal_flash_erase_sector:[135,3,1,"c.hal_flash_erase_sector"],hal_flash_init:[135,3,1,"c.hal_flash_init"],hal_flash_ioctl:[135,3,1,"c.hal_flash_ioctl"],hal_flash_read:[135,3,1,"c.hal_flash_read"],hal_flash_write:[135,3,1,"c.hal_flash_write"],hal_gpio_init_in:[137,3,1,"c.hal_gpio_init_in"],hal_gpio_init_out:[137,3,1,"c.hal_gpio_init_out"],hal_gpio_irq_disable:[137,3,1,"c.hal_gpio_irq_disable"],hal_gpio_irq_enable:[137,3,1,"c.hal_gpio_irq_enable"],hal_gpio_irq_handler_t:[137,4,1,"c.hal_gpio_irq_handler_t"],hal_gpio_irq_init:[137,3,1,"c.hal_gpio_irq_init"],hal_gpio_irq_release:[137,3,1,"c.hal_gpio_irq_release"],hal_gpio_irq_trig_t:[137,4,1,"c.hal_gpio_irq_trig_t"],hal_gpio_mode_t:[137,4,1,"c.hal_gpio_mode_t"],hal_gpio_pull_t:[137,4,1,"c.hal_gpio_pull_t"],hal_gpio_read:[137,3,1,"c.hal_gpio_read"],hal_gpio_toggle:[137,3,1,"c.hal_gpio_toggle"],hal_gpio_write:[137,3,1,"c.hal_gpio_write"],hal_i2c_init:[138,3,1,"c.hal_i2c_init"],hal_i2c_master_data:[138,8,1,"_CPPv319hal_i2c_master_data"],hal_i2c_master_probe:[138,3,1,"c.hal_i2c_master_probe"],hal_i2c_master_read:[138,3,1,"c.hal_i2c_master_read"],hal_i2c_master_write:[138,3,1,"c.hal_i2c_master_write"],hal_reset_cause:[142,3,1,"c.hal_reset_cause"],hal_reset_cause_str:[142,3,1,"c.hal_reset_cause_str"],hal_spi_abort:[141,3,1,"c.hal_spi_abort"],hal_spi_config:[141,3,1,"c.hal_spi_config"],hal_spi_data_mode_breakout:[141,3,1,"c.hal_spi_data_mode_breakout"],hal_spi_disable:[141,3,1,"c.hal_spi_disable"],hal_spi_enable:[141,3,1,"c.hal_spi_enable"],hal_spi_init:[141,3,1,"c.hal_spi_init"],hal_spi_set_txrx_cb:[141,3,1,"c.hal_spi_set_txrx_cb"],hal_spi_settings:[141,8,1,"_CPPv316hal_spi_settings"],hal_spi_slave_set_def_tx_val:[141,3,1,"c.hal_spi_slave_set_def_tx_val"],hal_spi_tx_val:[141,3,1,"c.hal_spi_tx_val"],hal_spi_txrx:[141,3,1,"c.hal_spi_txrx"],hal_spi_txrx_cb:[141,4,1,"c.hal_spi_txrx_cb"],hal_spi_txrx_noblock:[141,3,1,"c.hal_spi_txrx_noblock"],hal_system_clock_start:[142,3,1,"c.hal_system_clock_start"],hal_system_reset:[142,3,1,"c.hal_system_reset"],hal_system_restart:[142,3,1,"c.hal_system_restart"],hal_system_start:[142,3,1,"c.hal_system_start"],hal_timer:[143,8,1,"_CPPv39hal_timer"],hal_timer_cb:[143,4,1,"c.hal_timer_cb"],hal_timer_config:[143,3,1,"c.hal_timer_config"],hal_timer_deinit:[143,3,1,"c.hal_timer_deinit"],hal_timer_delay:[143,3,1,"c.hal_timer_delay"],hal_timer_get_resolution:[143,3,1,"c.hal_timer_get_resolution"],hal_timer_init:[143,3,1,"c.hal_timer_init"],hal_timer_read:[143,3,1,"c.hal_timer_read"],hal_timer_set_cb:[143,3,1,"c.hal_timer_set_cb"],hal_timer_start:[143,3,1,"c.hal_timer_start"],hal_timer_start_at:[143,3,1,"c.hal_timer_start_at"],hal_timer_stop:[143,3,1,"c.hal_timer_stop"],hal_uart_blocking_tx:[144,3,1,"c.hal_uart_blocking_tx"],hal_uart_close:[144,3,1,"c.hal_uart_close"],hal_uart_config:[144,3,1,"c.hal_uart_config"],hal_uart_init:[144,3,1,"c.hal_uart_init"],hal_uart_init_cbs:[144,3,1,"c.hal_uart_init_cbs"],hal_uart_rx_char:[144,4,1,"c.hal_uart_rx_char"],hal_uart_start_rx:[144,3,1,"c.hal_uart_start_rx"],hal_uart_start_tx:[144,3,1,"c.hal_uart_start_tx"],hal_uart_tx_char:[144,4,1,"c.hal_uart_tx_char"],hal_uart_tx_done:[144,4,1,"c.hal_uart_tx_done"],hal_watchdog_enable:[145,3,1,"c.hal_watchdog_enable"],hal_watchdog_init:[145,3,1,"c.hal_watchdog_init"],hal_watchdog_tickle:[145,3,1,"c.hal_watchdog_tickle"],json_array_t:[150,6,1,"c.json_array_t"],json_attr_t:[150,6,1,"c.json_attr_t"],json_buffer:[150,6,1,"c.json_buffer"],json_buffer_read_next_byte_t:[150,4,1,"c.json_buffer_read_next_byte_t"],json_buffer_read_prev_byte_t:[150,4,1,"c.json_buffer_read_prev_byte_t"],json_buffer_readn_t:[150,4,1,"c.json_buffer_readn_t"],json_encode_array_finish:[150,3,1,"c.json_encode_array_finish"],json_encode_array_name:[150,3,1,"c.json_encode_array_name"],json_encode_array_start:[150,3,1,"c.json_encode_array_start"],json_encode_array_value:[150,3,1,"c.json_encode_array_value"],json_encode_object_entry:[150,3,1,"c.json_encode_object_entry"],json_encode_object_finish:[150,3,1,"c.json_encode_object_finish"],json_encode_object_key:[150,3,1,"c.json_encode_object_key"],json_encode_object_start:[150,3,1,"c.json_encode_object_start"],json_encoder:[150,6,1,"c.json_encoder"],json_enum_t:[150,6,1,"c.json_enum_t"],json_read_array:[150,3,1,"c.json_read_array"],json_read_object:[150,3,1,"c.json_read_object"],json_type:[150,2,1,"c.json_type"],json_value:[150,6,1,"c.json_value"],json_write_func_t:[150,4,1,"c.json_write_func_t"],lh_append_body_func_t:[151,4,1,"c.lh_append_body_func_t"],lh_append_func_t:[151,4,1,"c.lh_append_func_t"],lh_append_mbuf_body_func_t:[151,4,1,"c.lh_append_mbuf_body_func_t"],lh_append_mbuf_func_t:[151,4,1,"c.lh_append_mbuf_func_t"],lh_flush_func_t:[151,4,1,"c.lh_flush_func_t"],lh_read_func_t:[151,4,1,"c.lh_read_func_t"],lh_read_mbuf_func_t:[151,4,1,"c.lh_read_mbuf_func_t"],lh_registered_func_t:[151,4,1,"c.lh_registered_func_t"],lh_walk_func_t:[151,4,1,"c.lh_walk_func_t"],log:[151,6,1,"c.log"],log_append:[151,3,1,"c.log_append"],log_append_body:[151,3,1,"c.log_append_body"],log_append_mbuf:[151,3,1,"c.log_append_mbuf"],log_append_mbuf_body:[151,3,1,"c.log_append_mbuf_body"],log_append_mbuf_no_free:[151,3,1,"c.log_append_mbuf_no_free"],log_append_mbuf_typed:[151,3,1,"c.log_append_mbuf_typed"],log_append_mbuf_typed_no_free:[151,3,1,"c.log_append_mbuf_typed_no_free"],log_append_typed:[151,3,1,"c.log_append_typed"],log_cbmem_handler:[151,5,1,"c.log_cbmem_handler"],log_console_get:[151,3,1,"c.log_console_get"],log_console_handler:[151,5,1,"c.log_console_handler"],log_console_init:[151,3,1,"c.log_console_init"],log_fcb_handler:[151,5,1,"c.log_fcb_handler"],log_fcb_slot1_handler:[151,5,1,"c.log_fcb_slot1_handler"],log_flush:[151,3,1,"c.log_flush"],log_handler:[151,6,1,"c.log_handler"],log_info:[151,6,1,"c.log_info"],log_init:[151,3,1,"c.log_init"],log_level_get:[151,3,1,"c.log_level_get"],log_level_set:[151,3,1,"c.log_level_set"],log_list_get_next:[151,3,1,"c.log_list_get_next"],log_module_get_name:[151,3,1,"c.log_module_get_name"],log_module_register:[151,3,1,"c.log_module_register"],log_nmgr_register_group:[151,3,1,"c.log_nmgr_register_group"],log_offset:[151,6,1,"c.log_offset"],log_printf:[151,3,1,"c.log_printf"],log_read:[151,3,1,"c.log_read"],log_read_body:[151,3,1,"c.log_read_body"],log_read_hdr:[151,3,1,"c.log_read_hdr"],log_read_mbuf:[151,3,1,"c.log_read_mbuf"],log_read_mbuf_body:[151,3,1,"c.log_read_mbuf_body"],log_register:[151,3,1,"c.log_register"],log_walk:[151,3,1,"c.log_walk"],log_walk_body:[151,3,1,"c.log_walk_body"],log_walk_body_func_t:[151,4,1,"c.log_walk_body_func_t"],log_walk_func_t:[151,4,1,"c.log_walk_func_t"],nffs_area_desc:[130,6,1,"c.nffs_area_desc"],nffs_config:[130,5,1,"c.nffs_config"],nffs_detect:[130,3,1,"c.nffs_detect"],nffs_format:[130,3,1,"c.nffs_format"],nffs_init:[130,3,1,"c.nffs_init"],nffs_misc_desc_from_flash_area:[130,3,1,"c.nffs_misc_desc_from_flash_area"],os_callout:[86,8,1,"_CPPv310os_callout"],os_callout_init:[86,3,1,"c.os_callout_init"],os_callout_queued:[86,3,1,"c.os_callout_queued"],os_callout_remaining_ticks:[86,3,1,"c.os_callout_remaining_ticks"],os_callout_reset:[86,3,1,"c.os_callout_reset"],os_callout_stop:[86,3,1,"c.os_callout_stop"],os_cputime_delay_nsecs:[88,3,1,"c.os_cputime_delay_nsecs"],os_cputime_delay_ticks:[88,3,1,"c.os_cputime_delay_ticks"],os_cputime_delay_usecs:[88,3,1,"c.os_cputime_delay_usecs"],os_cputime_get32:[88,3,1,"c.os_cputime_get32"],os_cputime_init:[88,3,1,"c.os_cputime_init"],os_cputime_nsecs_to_ticks:[88,3,1,"c.os_cputime_nsecs_to_ticks"],os_cputime_ticks_to_nsecs:[88,3,1,"c.os_cputime_ticks_to_nsecs"],os_cputime_ticks_to_usecs:[88,3,1,"c.os_cputime_ticks_to_usecs"],os_cputime_timer_init:[88,3,1,"c.os_cputime_timer_init"],os_cputime_timer_relative:[88,3,1,"c.os_cputime_timer_relative"],os_cputime_timer_start:[88,3,1,"c.os_cputime_timer_start"],os_cputime_timer_stop:[88,3,1,"c.os_cputime_timer_stop"],os_cputime_usecs_to_ticks:[88,3,1,"c.os_cputime_usecs_to_ticks"],os_event:[89,8,1,"_CPPv38os_event"],os_event_fn:[89,4,1,"c.os_event_fn"],os_eventq:[89,8,1,"_CPPv39os_eventq"],os_eventq_dflt_get:[89,3,1,"c.os_eventq_dflt_get"],os_eventq_get:[89,3,1,"c.os_eventq_get"],os_eventq_get_no_wait:[89,3,1,"c.os_eventq_get_no_wait"],os_eventq_init:[89,3,1,"c.os_eventq_init"],os_eventq_inited:[89,3,1,"c.os_eventq_inited"],os_eventq_poll:[89,3,1,"c.os_eventq_poll"],os_eventq_put:[89,3,1,"c.os_eventq_put"],os_eventq_remove:[89,3,1,"c.os_eventq_remove"],os_eventq_run:[89,3,1,"c.os_eventq_run"],os_get_uptime:[102,3,1,"c.os_get_uptime"],os_get_uptime_usec:[102,3,1,"c.os_get_uptime_usec"],os_gettimeofday:[102,3,1,"c.os_gettimeofday"],os_mbuf:[91,8,1,"_CPPv37os_mbuf"],os_mbuf_adj:[91,3,1,"c.os_mbuf_adj"],os_mbuf_append:[91,3,1,"c.os_mbuf_append"],os_mbuf_appendfrom:[91,3,1,"c.os_mbuf_appendfrom"],os_mbuf_cmpf:[91,3,1,"c.os_mbuf_cmpf"],os_mbuf_cmpm:[91,3,1,"c.os_mbuf_cmpm"],os_mbuf_concat:[91,3,1,"c.os_mbuf_concat"],os_mbuf_copydata:[91,3,1,"c.os_mbuf_copydata"],os_mbuf_copyinto:[91,3,1,"c.os_mbuf_copyinto"],os_mbuf_dup:[91,3,1,"c.os_mbuf_dup"],os_mbuf_extend:[91,3,1,"c.os_mbuf_extend"],os_mbuf_free:[91,3,1,"c.os_mbuf_free"],os_mbuf_free_chain:[91,3,1,"c.os_mbuf_free_chain"],os_mbuf_get:[91,3,1,"c.os_mbuf_get"],os_mbuf_get_pkthdr:[91,3,1,"c.os_mbuf_get_pkthdr"],os_mbuf_len:[91,3,1,"c.os_mbuf_len"],os_mbuf_off:[91,3,1,"c.os_mbuf_off"],os_mbuf_pkthdr:[91,8,1,"_CPPv314os_mbuf_pkthdr"],os_mbuf_pool:[91,8,1,"_CPPv312os_mbuf_pool"],os_mbuf_pool_init:[91,3,1,"c.os_mbuf_pool_init"],os_mbuf_prepend:[91,3,1,"c.os_mbuf_prepend"],os_mbuf_prepend_pullup:[91,3,1,"c.os_mbuf_prepend_pullup"],os_mbuf_pullup:[91,3,1,"c.os_mbuf_pullup"],os_mbuf_trim_front:[91,3,1,"c.os_mbuf_trim_front"],os_mbuf_widen:[91,3,1,"c.os_mbuf_widen"],os_memblock:[92,8,1,"_CPPv311os_memblock"],os_memblock_from:[92,3,1,"c.os_memblock_from"],os_memblock_get:[92,3,1,"c.os_memblock_get"],os_memblock_put:[92,3,1,"c.os_memblock_put"],os_memblock_put_from_cb:[92,3,1,"c.os_memblock_put_from_cb"],os_membuf_t:[92,4,1,"c.os_membuf_t"],os_mempool:[92,8,1,"_CPPv310os_mempool"],os_mempool_clear:[92,3,1,"c.os_mempool_clear"],os_mempool_ext_init:[92,3,1,"c.os_mempool_ext_init"],os_mempool_info:[92,8,1,"_CPPv315os_mempool_info"],os_mempool_info_get_next:[92,3,1,"c.os_mempool_info_get_next"],os_mempool_init:[92,3,1,"c.os_mempool_init"],os_mempool_is_sane:[92,3,1,"c.os_mempool_is_sane"],os_mempool_put_fn:[92,4,1,"c.os_mempool_put_fn"],os_mqueue:[91,8,1,"_CPPv39os_mqueue"],os_mqueue_get:[91,3,1,"c.os_mqueue_get"],os_mqueue_init:[91,3,1,"c.os_mqueue_init"],os_mqueue_put:[91,3,1,"c.os_mqueue_put"],os_msys_count:[91,3,1,"c.os_msys_count"],os_msys_get:[91,3,1,"c.os_msys_get"],os_msys_get_pkthdr:[91,3,1,"c.os_msys_get_pkthdr"],os_msys_num_free:[91,3,1,"c.os_msys_num_free"],os_msys_register:[91,3,1,"c.os_msys_register"],os_msys_reset:[91,3,1,"c.os_msys_reset"],os_mutex:[93,8,1,"_CPPv38os_mutex"],os_mutex_init:[93,3,1,"c.os_mutex_init"],os_mutex_pend:[93,3,1,"c.os_mutex_pend"],os_mutex_release:[93,3,1,"c.os_mutex_release"],os_sanity_check:[99,8,1,"_CPPv315os_sanity_check"],os_sanity_check_func_t:[99,4,1,"c.os_sanity_check_func_t"],os_sanity_check_init:[99,3,1,"c.os_sanity_check_init"],os_sanity_check_register:[99,3,1,"c.os_sanity_check_register"],os_sanity_check_reset:[99,3,1,"c.os_sanity_check_reset"],os_sanity_task_checkin:[99,3,1,"c.os_sanity_task_checkin"],os_sched:[87,3,1,"c.os_sched"],os_sched_get_current_task:[87,3,1,"c.os_sched_get_current_task"],os_sched_next_task:[87,3,1,"c.os_sched_next_task"],os_sched_set_current_task:[87,3,1,"c.os_sched_set_current_task"],os_sem:[100,8,1,"_CPPv36os_sem"],os_sem_get_count:[100,3,1,"c.os_sem_get_count"],os_sem_init:[100,3,1,"c.os_sem_init"],os_sem_pend:[100,3,1,"c.os_sem_pend"],os_sem_release:[100,3,1,"c.os_sem_release"],os_settimeofday:[102,3,1,"c.os_settimeofday"],os_stime_t:[102,4,1,"c.os_stime_t"],os_task:[101,8,1,"_CPPv37os_task"],os_task_count:[101,3,1,"c.os_task_count"],os_task_func_t:[101,4,1,"c.os_task_func_t"],os_task_info:[101,8,1,"_CPPv312os_task_info"],os_task_info_get_next:[101,3,1,"c.os_task_info_get_next"],os_task_init:[101,3,1,"c.os_task_init"],os_task_remove:[101,3,1,"c.os_task_remove"],os_task_state_t:[101,4,1,"c.os_task_state_t"],os_tick_idle:[140,3,1,"c.os_tick_idle"],os_tick_init:[140,3,1,"c.os_tick_init"],os_time_advance:[102,3,1,"c.os_time_advance"],os_time_delay:[102,3,1,"c.os_time_delay"],os_time_get:[102,3,1,"c.os_time_get"],os_time_ms_to_ticks32:[102,3,1,"c.os_time_ms_to_ticks32"],os_time_ms_to_ticks:[102,3,1,"c.os_time_ms_to_ticks"],os_time_t:[102,4,1,"c.os_time_t"],os_time_ticks_to_ms32:[102,3,1,"c.os_time_ticks_to_ms32"],os_time_ticks_to_ms:[102,3,1,"c.os_time_ticks_to_ms"],os_timeradd:[102,0,1,"c.os_timeradd"],os_timersub:[102,0,1,"c.os_timersub"],os_timeval:[102,8,1,"_CPPv310os_timeval"],os_timezone:[102,8,1,"_CPPv311os_timezone"],sensor:[152,8,1,"_CPPv36sensor"],sensor_cfg:[152,8,1,"_CPPv310sensor_cfg"],sensor_check_type:[152,3,1,"c.sensor_check_type"],sensor_clear_high_thresh:[157,3,1,"c.sensor_clear_high_thresh"],sensor_clear_low_thresh:[157,3,1,"c.sensor_clear_low_thresh"],sensor_clear_trigger_thresh_t:[152,4,1,"c.sensor_clear_trigger_thresh_t"],sensor_data_func_t:[152,4,1,"c.sensor_data_func_t"],sensor_data_t:[152,9,1,"_CPPv313sensor_data_t"],sensor_ftostr:[157,3,1,"c.sensor_ftostr"],sensor_get_config:[152,3,1,"c.sensor_get_config"],sensor_get_config_func_t:[152,4,1,"c.sensor_get_config_func_t"],sensor_get_type_traits_byname:[157,3,1,"c.sensor_get_type_traits_byname"],sensor_get_type_traits_bytype:[157,3,1,"c.sensor_get_type_traits_bytype"],sensor_handle_interrupt_t:[152,4,1,"c.sensor_handle_interrupt_t"],sensor_init:[152,3,1,"c.sensor_init"],sensor_lock:[152,3,1,"c.sensor_lock"],sensor_mgr_compare_func_t:[157,4,1,"c.sensor_mgr_compare_func_t"],sensor_mgr_evq_get:[157,3,1,"c.sensor_mgr_evq_get"],sensor_mgr_find_next:[157,3,1,"c.sensor_mgr_find_next"],sensor_mgr_find_next_bydevname:[157,3,1,"c.sensor_mgr_find_next_bydevname"],sensor_mgr_find_next_bytype:[157,3,1,"c.sensor_mgr_find_next_bytype"],sensor_mgr_lock:[157,3,1,"c.sensor_mgr_lock"],sensor_mgr_match_bytype:[157,3,1,"c.sensor_mgr_match_bytype"],sensor_mgr_put_interrupt_evt:[157,3,1,"c.sensor_mgr_put_interrupt_evt"],sensor_mgr_put_notify_evt:[157,3,1,"c.sensor_mgr_put_notify_evt"],sensor_mgr_put_read_evt:[157,3,1,"c.sensor_mgr_put_read_evt"],sensor_mgr_register:[157,3,1,"c.sensor_mgr_register"],sensor_mgr_unlock:[157,3,1,"c.sensor_mgr_unlock"],sensor_notifier:[152,8,1,"_CPPv315sensor_notifier"],sensor_notifier_func_t:[152,4,1,"c.sensor_notifier_func_t"],sensor_oic_init:[157,3,1,"c.sensor_oic_init"],sensor_oic_tx_trigger:[157,3,1,"c.sensor_oic_tx_trigger"],sensor_pkg_init:[152,3,1,"c.sensor_pkg_init"],sensor_read:[152,3,1,"c.sensor_read"],sensor_read_ev_ctx:[152,8,1,"_CPPv318sensor_read_ev_ctx"],sensor_read_func_t:[152,4,1,"c.sensor_read_func_t"],sensor_register_listener:[156,3,1,"c.sensor_register_listener"],sensor_register_notifier:[158,3,1,"c.sensor_register_notifier"],sensor_set_config_func_t:[152,4,1,"c.sensor_set_config_func_t"],sensor_set_driver:[152,3,1,"c.sensor_set_driver"],sensor_set_interface:[152,3,1,"c.sensor_set_interface"],sensor_set_n_poll_rate:[157,3,1,"c.sensor_set_n_poll_rate"],sensor_set_notification_t:[152,4,1,"c.sensor_set_notification_t"],sensor_set_poll_rate_ms:[157,3,1,"c.sensor_set_poll_rate_ms"],sensor_set_thresh:[157,3,1,"c.sensor_set_thresh"],sensor_set_trigger_thresh_t:[152,4,1,"c.sensor_set_trigger_thresh_t"],sensor_set_type_mask:[152,3,1,"c.sensor_set_type_mask"],sensor_trigger_cmp_func_t:[152,4,1,"c.sensor_trigger_cmp_func_t"],sensor_trigger_init:[157,3,1,"c.sensor_trigger_init"],sensor_trigger_notify_func_t:[152,4,1,"c.sensor_trigger_notify_func_t"],sensor_type_traits:[152,8,1,"_CPPv318sensor_type_traits"],sensor_unlock:[152,3,1,"c.sensor_unlock"],sensor_unregister_listener:[156,3,1,"c.sensor_unregister_listener"],sensor_unregister_notifier:[158,3,1,"c.sensor_unregister_notifier"],sensor_unset_notification_t:[152,4,1,"c.sensor_unset_notification_t"],shell_cmd:[161,6,1,"c.shell_cmd"],shell_cmd_func_t:[161,4,1,"c.shell_cmd_func_t"],shell_cmd_help:[161,6,1,"c.shell_cmd_help"],shell_cmd_register:[161,3,1,"c.shell_cmd_register"],shell_evq_set:[161,3,1,"c.shell_evq_set"],shell_module:[161,6,1,"c.shell_module"],shell_nlip_input_func_t:[161,4,1,"c.shell_nlip_input_func_t"],shell_nlip_input_register:[161,3,1,"c.shell_nlip_input_register"],shell_nlip_output:[161,3,1,"c.shell_nlip_output"],shell_param:[161,6,1,"c.shell_param"],shell_prompt_function_t:[161,4,1,"c.shell_prompt_function_t"],shell_register:[161,3,1,"c.shell_register"],shell_register_app_cmd_handler:[161,3,1,"c.shell_register_app_cmd_handler"],shell_register_default_module:[161,3,1,"c.shell_register_default_module"],shell_register_prompt_handler:[161,3,1,"c.shell_register_prompt_handler"],snm_name:[163,5,1,"c.snm_name"],snm_off:[163,5,1,"c.snm_off"],stats_group_find:[163,3,1,"c.stats_group_find"],stats_group_walk:[163,3,1,"c.stats_group_walk"],stats_group_walk_func_t:[163,4,1,"c.stats_group_walk_func_t"],stats_hdr:[163,6,1,"c.stats_hdr"],stats_init:[163,3,1,"c.stats_init"],stats_init_and_reg:[163,3,1,"c.stats_init_and_reg"],stats_name_map:[163,6,1,"c.stats_name_map"],stats_nmgr_register_group:[163,3,1,"c.stats_nmgr_register_group"],stats_register:[163,3,1,"c.stats_register"],stats_reset:[163,3,1,"c.stats_reset"],stats_shell_register:[163,3,1,"c.stats_shell_register"],stats_walk:[163,3,1,"c.stats_walk"],stats_walk_func_t:[163,4,1,"c.stats_walk_func_t"],t_array:[150,1,1,"c.t_array"],t_boolean:[150,1,1,"c.t_boolean"],t_character:[150,1,1,"c.t_character"],t_check:[150,1,1,"c.t_check"],t_ignore:[150,1,1,"c.t_ignore"],t_integer:[150,1,1,"c.t_integer"],t_object:[150,1,1,"c.t_object"],t_real:[150,1,1,"c.t_real"],t_string:[150,1,1,"c.t_string"],t_structobject:[150,1,1,"c.t_structobject"],t_uinteger:[150,1,1,"c.t_uinteger"],tc_config:[167,5,1,"c.tc_config"],tc_current_config:[167,5,1,"c.tc_current_config"],ts_config:[167,5,1,"c.ts_config"],ts_current_config:[167,5,1,"c.ts_current_config"],tu_any_failed:[167,5,1,"c.tu_any_failed"],tu_case_complete:[167,3,1,"c.tu_case_complete"],tu_case_fail:[167,3,1,"c.tu_case_fail"],tu_case_fail_assert:[167,3,1,"c.tu_case_fail_assert"],tu_case_failed:[167,5,1,"c.tu_case_failed"],tu_case_idx:[167,5,1,"c.tu_case_idx"],tu_case_init:[167,3,1,"c.tu_case_init"],tu_case_jb:[167,5,1,"c.tu_case_jb"],tu_case_name:[167,5,1,"c.tu_case_name"],tu_case_pass:[167,3,1,"c.tu_case_pass"],tu_case_pass_manual:[167,3,1,"c.tu_case_pass_manual"],tu_case_post_test:[167,3,1,"c.tu_case_post_test"],tu_case_pre_test:[167,3,1,"c.tu_case_pre_test"],tu_case_report_fn_t:[167,4,1,"c.tu_case_report_fn_t"],tu_case_reported:[167,5,1,"c.tu_case_reported"],tu_case_set_init_cb:[167,3,1,"c.tu_case_set_init_cb"],tu_case_set_post_cb:[167,3,1,"c.tu_case_set_post_cb"],tu_case_set_pre_cb:[167,3,1,"c.tu_case_set_pre_cb"],tu_case_write_pass_auto:[167,3,1,"c.tu_case_write_pass_auto"],tu_init_test_fn_t:[167,4,1,"c.tu_init_test_fn_t"],tu_post_test_fn_t:[167,4,1,"c.tu_post_test_fn_t"],tu_pre_test_fn_t:[167,4,1,"c.tu_pre_test_fn_t"],tu_restart:[167,3,1,"c.tu_restart"],tu_start_os:[167,3,1,"c.tu_start_os"],tu_suite_complete:[167,3,1,"c.tu_suite_complete"],tu_suite_failed:[167,5,1,"c.tu_suite_failed"],tu_suite_init:[167,3,1,"c.tu_suite_init"],tu_suite_name:[167,5,1,"c.tu_suite_name"],tu_suite_post_test:[167,3,1,"c.tu_suite_post_test"],tu_suite_pre_test:[167,3,1,"c.tu_suite_pre_test"],tu_suite_register:[167,3,1,"c.tu_suite_register"],tu_suite_restart_fn_t:[167,4,1,"c.tu_suite_restart_fn_t"],tu_suite_set_complete_cb:[167,3,1,"c.tu_suite_set_complete_cb"],tu_suite_set_fail_cb:[167,3,1,"c.tu_suite_set_fail_cb"],tu_suite_set_init_cb:[167,3,1,"c.tu_suite_set_init_cb"],tu_suite_set_pass_cb:[167,3,1,"c.tu_suite_set_pass_cb"],tu_suite_set_post_test_cb:[167,3,1,"c.tu_suite_set_post_test_cb"],tu_suite_set_pre_test_cb:[167,3,1,"c.tu_suite_set_pre_test_cb"],tu_testsuite_fn_t:[167,4,1,"c.tu_testsuite_fn_t"]},"json_array_t.arr":{booleans:[150,6,1,"c.json_array_t.arr.booleans"],integers:[150,6,1,"c.json_array_t.arr.integers"],objects:[150,6,1,"c.json_array_t.arr.objects"],reals:[150,6,1,"c.json_array_t.arr.reals"],strings:[150,6,1,"c.json_array_t.arr.strings"],uintegers:[150,6,1,"c.json_array_t.arr.uintegers"]},"json_value.jv_val":{composite:[150,6,1,"c.json_value.jv_val.composite"]},json_array_t:{arr:[150,7,1,"c.json_array_t.arr"]},json_attr_t:{addr:[150,7,1,"c.json_attr_t.addr"],dflt:[150,7,1,"c.json_attr_t.dflt"]},json_value:{jv_val:[150,7,1,"c.json_value.jv_val"]}},objnames:{"0":["c","define","define"],"1":["c","enumvalue","enumvalue"],"2":["c","enum","enum"],"3":["c","function","C function"],"4":["c","typedef","typedef"],"5":["c","variable","variable"],"6":["c","struct","struct"],"7":["c","union","union"],"8":["cpp","class","C++ class"],"9":["cpp","type","C++ type"]},objtypes:{"0":"c:define","1":"c:enumvalue","2":"c:enum","3":"c:function","4":"c:typedef","5":"c:variable","6":"c:struct","7":"c:union","8":"cpp:class","9":"cpp:type"},terms:{"000s":[185,187,193,208],"008s":[185,187,193,208],"00z":199,"01t22":70,"02d":14,"02t22":199,"04x":22,"05t02":199,"093s":[185,187,193,208],"0b1000110":138,"0mb":11,"0ubuntu5":6,"0x0":[182,189,207,208],"0x00":[22,189,193,207],"0x0000":[173,207],"0x00000000":[162,164,165],"0x00000001":104,"0x00000002":[104,189],"0x00000004":104,"0x00000008":104,"0x00000010":104,"0x000000b8":182,"0x000000d8":[222,223],"0x000000dc":[172,215,222,223],"0x00004000":[162,164,165],"0x00008000":[95,162,164,165],"0x00009ef4":189,"0x0000fca6":182,"0x00023800":162,"0x0003f000":162,"0x0003f800":162,"0x0006":[30,207],"0x0007d000":[14,165],"0x000a":207,"0x000e0000":164,"0x0010":28,"0x01":[22,28,31,104,193,207],"0x0100":28,"0x01000000":188,"0x0101":22,"0x0102":22,"0x0103":22,"0x0104":22,"0x0105":22,"0x0106":22,"0x0107":22,"0x0108":22,"0x0109":22,"0x010a":22,"0x010b":22,"0x010c":22,"0x010d":22,"0x010e":22,"0x010f":22,"0x0110":22,"0x0111":22,"0x02":[22,28,31,104,193,207],"0x0201":22,"0x0202":22,"0x0203":22,"0x0204":22,"0x0205":22,"0x0206":22,"0x0207":22,"0x0208":22,"0x0209":22,"0x020a":22,"0x020b":22,"0x020c":22,"0x020d":22,"0x020e":22,"0x020f":22,"0x0210":22,"0x0211":22,"0x0212":22,"0x0213":22,"0x0214":22,"0x0215":22,"0x0216":22,"0x0217":22,"0x0218":22,"0x0219":22,"0x021a":22,"0x021b":22,"0x021c":22,"0x021d":22,"0x021e":22,"0x021f":22,"0x0220":22,"0x0221":22,"0x0222":22,"0x0223":22,"0x0224":22,"0x0225":22,"0x0226":22,"0x0227":22,"0x0228":22,"0x0229":22,"0x022a":22,"0x022c":22,"0x022d":22,"0x022e":22,"0x022f":22,"0x0230":22,"0x0232":22,"0x0234":22,"0x0235":22,"0x0236":22,"0x0237":22,"0x0238":22,"0x0239":22,"0x023a":22,"0x023b":22,"0x023c":22,"0x023d":22,"0x023e":22,"0x023f":22,"0x0240":22,"0x03":[22,31,104,207],"0x0300":[22,28],"0x0301":22,"0x0302":22,"0x04":[22,28],"0x0401":22,"0x0402":22,"0x0403":22,"0x0404":22,"0x0405":22,"0x0406":22,"0x0407":22,"0x0408":22,"0x0409":22,"0x040a":22,"0x040b":22,"0x040c":22,"0x040d":22,"0x040e":22,"0x0483":186,"0x05":22,"0x0501":22,"0x0502":22,"0x0503":22,"0x0504":22,"0x0505":22,"0x0506":22,"0x0507":22,"0x0508":22,"0x0509":22,"0x050a":22,"0x050b":22,"0x050c":22,"0x050d":22,"0x050e":22,"0x06":[22,173,207],"0x07":[22,207,212],"0x08":[22,28,207],"0x08000000":188,"0x08000020":188,"0x08000250":188,"0x08021e90":186,"0x09":[22,207,212],"0x0a":[22,207],"0x0b":22,"0x0bc11477":182,"0x0c":22,"0x0c80":30,"0x0d":22,"0x0e":22,"0x0f":[22,207,210],"0x0f505235":104,"0x1":[208,210,213,215],"0x10":[22,182,189,193,210],"0x100":22,"0x1000":[91,210,213],"0x10000":95,"0x10010000":188,"0x10036413":188,"0x10076413":186,"0x1010":91,"0x103":22,"0x11":[22,24,181,193,207],"0x12":22,"0x13":22,"0x14":22,"0x1400":207,"0x15":[22,206,208,210],"0x16":22,"0x17":22,"0x18":[22,207],"0x1800":31,"0x1808":31,"0x180a":31,"0x19":[22,153],"0x1a":22,"0x1b":22,"0x1c":[22,206,208],"0x1d":22,"0x1e":22,"0x1f":22,"0x2":[210,213],"0x20":[22,34,95,182,189,206,207,208],"0x200":[22,210,213],"0x2000":[210,213],"0x20000":208,"0x20000000":95,"0x20002290":186,"0x20002408":182,"0x20008000":182,"0x21":[22,34],"0x21000000":182,"0x22":[22,24,34,193],"0x23":[22,34],"0x24":22,"0x25":[22,207],"0x26":22,"0x27":22,"0x28":22,"0x2800":207,"0x29":22,"0x2a":22,"0x2ba01477":189,"0x2c":22,"0x2d":[22,207],"0x2e":22,"0x2f":22,"0x30":[22,182,189,207],"0x300":22,"0x311":210,"0x32":[22,210],"0x33":24,"0x34":22,"0x35":22,"0x36":22,"0x37":22,"0x374b":186,"0x38":22,"0x39":22,"0x3a":22,"0x3a000":95,"0x3b":22,"0x3c":22,"0x3c00":207,"0x3d":22,"0x3e":22,"0x3f":22,"0x4":[210,213],"0x40":[22,182,189,206,208],"0x400":22,"0x4000":[210,213],"0x40007000":208,"0x4001e504":189,"0x4001e50c":189,"0x40number":138,"0x41000000":186,"0x42000":63,"0x44":[24,207],"0x4400":207,"0x46":138,"0x4f":[206,208],"0x50":[182,189],"0x500":22,"0x5000":207,"0x53":212,"0x55":24,"0x6":207,"0x60":[182,189,207],"0x61":[206,208],"0x62":207,"0x65":207,"0x66":24,"0x68":207,"0x69":[207,212],"0x6c":207,"0x6c00":207,"0x6d":207,"0x6e":207,"0x70":[182,189,207],"0x72":[206,207,208],"0x7800":207,"0x79":212,"0x7fefd260":104,"0x7fff8000":208,"0x8":207,"0x80":[206,208],"0x8000":63,"0x8000000":188,"0x8079b62c":104,"0x81":138,"0x8801":207,"0x8c":138,"0x8d":138,"0x90":[206,208],"0x96f3b83c":104,"0x9c01":207,"0x9f":207,"0xa":207,"0xa0":210,"0xa001":207,"0xa7":[206,208],"0xaf":[206,208],"0xb3":[206,208],"0xb401":207,"0xb5":[206,208],"0xbead":[206,208],"0xcc01":207,"0xd2":[206,208],"0xd801":207,"0xdead":[206,208],"0xe401":207,"0xe7":[206,208],"0xf":207,"0xf001":207,"0xf395c277":104,"0xfb":210,"0xfe":207,"0xff":104,"0xffff":[30,141,207],"0xffffffff":[104,152,182],"0xffffffff0xffffffff0xffffffff0xffffffff":189,"100kb":103,"1024kbyte":[186,188],"103kb":162,"10m":28,"110kb":162,"128hz":14,"128kb":[9,164],"12c":[185,187,193,208],"12kb":[14,165],"12mhz":9,"132425ssb":31,"132428ssb":31,"132433ssb":31,"132437ssb":31,"132441ssb":31,"14e":222,"14h":[215,222],"1503a0":200,"16kb":[9,164,165],"16kbram":55,"16mb":9,"190a192":207,"1_amd64":[59,62,82,85],"1c15":[206,208],"1d11":218,"1d13":[200,221],"1d560":162,"1eec4":162,"1kb":162,"1mhz":14,"1ms":14,"1st":[14,70],"1ubuntu1":6,"1wx":189,"200mhz":9,"2015q2":[4,12],"2022609336ssb":176,"2022687456ssb":176,"2022789012ssb":176,"2022851508ssb":176,"2042859320ssb":176,"2042937440ssb":176,"248m":6,"250m":194,"256kb":182,"262s":[185,187,193,208],"28a29":207,"28t22":199,"291ebc02a8c345911c96fdf4e7b9015a843697658fd6b5faa0eb257a23e93682":192,"296712s":188,"2a24":50,"2d5217f":83,"2m_interval_max":28,"2m_interval_min":28,"2m_latenc":28,"2m_max_conn_event_len":28,"2m_min_conn_event_len":28,"2m_scan_interv":28,"2m_scan_window":28,"2m_timeout":28,"2msym":32,"300v":[185,187,193,208],"30j":207,"32kb":[165,182],"32mb":9,"32wx":[182,189],"363s":[185,187,193,208],"3_1":38,"3mb":83,"46872ssb":207,"4_9":4,"4fa7":[206,208],"500m":194,"512kb":95,"54684ssb":207,"575c":162,"5kb":103,"5ms":14,"6lowpan":32,"73d77f":73,"78e4d263eeb5af5635705b7cae026cc184f14aa6c6c59c6e80616035cd2efc8f":162,"7b3w9m4n2mg3sqmgw2q1b9p80000gn":57,"7kb":162,"8ab6433f8971b05c2a9c3341533e8ddb754e404":203,"948f118966f7989628f8f3be28840fd23a200fc219bb72acdfe9096f06c4b39b":162,"9cf8af22b1b573909a8290a90c066d4e190407e97680b7a32243960ec2bf3a7f":221,"9mb":60,"abstract":[9,22,97,98,110,127,130,131,152,154,155,194,207,225],"boolean":[150,165],"break":[22,91,112,177,207],"byte":[14,21,24,28,48,68,73,75,91,92,101,104,105,106,108,116,117,128,130,133,138,141,144,150,151,162,180,181,192,193,196],"case":[2,6,7,14,22,31,32,57,66,67,68,69,70,71,72,73,74,75,76,77,78,79,82,83,84,91,94,95,99,100,101,102,104,110,130,134,157,161,162,163,165,167,169,173,177,178,180,181,182,196,199,200,206,207,208,212,223],"catch":22,"char":[92,94,99,101,105,106,110,114,115,128,129,142,144,148,149,150,151,157,161,163,165,167,177,180,181,184,194,196,199,207,213,215],"class":[110,193],"const":[89,91,92,95,101,104,105,106,111,128,129,130,131,133,135,136,142,150,151,154,161,163,167,177,179,180,181,199,206,207,208],"default":[1,2,4,6,7,8,12,14,22,25,27,28,29,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,63,64,66,67,68,69,70,71,72,73,74,75,76,77,78,79,82,83,84,89,91,93,94,95,96,98,99,101,106,107,109,110,111,127,130,141,150,151,152,153,154,155,157,159,160,161,162,163,164,165,169,173,175,177,180,181,182,183,190,192,193,194,201,206,207,208,210,211,212,214,215,217,222],"enum":[101,105,137,142,144,150,152,206,207],"export":[1,11,24,62,63,82,84,85,89,105,106,110,112,151,152,153,154,155,190,209,210,213],"final":[8,57,91,93,95,104,118,132,162,170,172,175,196,206,208],"float":[66,67,68,69,70,71,72,73,74,75,76,77,78,79,82,83,84,103,150,152,157,209],"function":[1,7,9,16,22,24,33,63,86,87,88,89,90,91,92,94,96,97,98,99,101,104,105,106,110,111,112,114,116,122,126,127,128,129,130,131,132,134,137,138,139,140,141,142,143,144,147,149,150,151,153,155,156,157,159,161,162,163,166,167,169,172,175,176,178,180,181,183,184,190,192,193,194,199,201,206,207,208,210,212,215,220,222,223,225],"goto":[99,128,154,206,207,208],"i\u00b2c":138,"import":[11,57,59,82,91,95,102,103,138,172,175,178,196,208],"int":[1,14,22,27,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,64,66,67,68,69,70,71,72,73,74,75,76,77,78,79,82,83,84,86,88,89,91,92,94,99,101,102,105,106,110,111,112,114,115,116,117,118,119,120,121,122,123,124,125,126,128,129,130,131,133,134,135,137,138,140,141,142,143,144,145,148,149,150,151,152,153,154,156,157,158,161,163,165,167,170,175,177,178,179,180,181,184,194,196,199,206,207,208,213,215],"long":[3,14,25,29,32,91,94,100,103,127,138,150,162,189,215],"new":[2,3,4,6,10,11,14,24,25,28,31,32,33,36,41,43,47,48,52,55,59,60,61,63,87,91,95,98,101,104,106,116,117,118,127,128,130,132,138,146,152,161,162,163,165,169,171,172,173,178,179,180,181,182,185,186,187,188,189,192,193,199,200,201,207,208,209,211,212,225],"null":[86,87,88,89,91,92,93,94,95,99,100,101,105,106,111,128,129,130,136,141,151,152,153,154,157,161,164,165,175,178,179,180,181,184,194,196,206,207,208,209,213,215],"public":[21,26,28,30,31,34,59,68,82,86,89,91,92,93,99,100,101,102,104,105,106,129,130,138,141,143,150,151,152,161,163,180,181],"return":[20,27,86,87,88,89,91,92,93,94,95,99,100,101,102,105,106,111,116,128,129,133,136,137,138,141,142,143,144,145,150,151,152,153,154,156,157,158,161,165,175,177,178,179,182,184,193,194,196,199,206,207,208,210,213,215,219],"short":[91,93,161,196],"static":[21,27,68,86,89,92,94,95,99,100,105,106,111,115,131,149,151,152,153,154,169,173,175,177,178,179,180,181,184,194,206,207,208,209,213,215],"switch":[10,12,22,60,73,79,83,87,94,95,101,104,132,146,161,172,173,177,178,190,206,207,208,215,222],"transient":178,"true":[8,12,14,88,92,99,102,162,192,199,208,218,221],"try":[2,14,22,24,32,91,128,138,169,170,172,173,176,182,183,184,185,186,187,189,200,202,207,208,210,212,215,217,222],"var":[52,57,67,68,99,105],"void":[22,27,86,87,88,89,91,92,94,99,101,102,105,106,110,111,112,114,116,126,128,129,130,131,133,134,135,137,138,140,141,142,143,144,145,147,149,150,151,152,153,154,156,157,161,163,165,167,175,177,178,179,180,181,184,194,196,206,207,208,209,213,215],"while":[4,6,7,8,24,27,32,51,57,63,91,92,94,95,99,101,103,106,112,114,128,144,154,162,165,167,180,181,184,190,194,196,197,199,206,207,208,213,215,222,223],AES:23,ANS:174,Adding:[58,81,225],And:[63,104,116,162,164,170,171,176,196,206,207,208],Are:14,But:[14,208],CTS:[144,173],FOR:4,For:[2,3,5,6,7,8,11,12,14,22,23,24,25,30,31,36,39,41,52,55,57,59,60,61,62,63,64,68,85,86,91,94,95,98,102,103,104,110,111,128,130,131,134,137,138,141,150,151,152,153,154,155,156,162,163,164,165,167,169,172,177,178,179,180,181,182,184,186,187,188,192,193,194,199,200,201,202,208,210,213,215,218,221,222,223,225],IDE:[5,12],IDs:104,Its:[96,102,103,169,202],NOT:[138,143,208],Not:[7,22,30,88,91,132,137,141,162,208],One:[6,22,94,103,162,169,175,200,212],PCs:8,QoS:[22,32],RTS:[144,173],Such:[180,181,202],TMS:182,That:[2,14,22,63,116,165,180,181,182,193,200,201,207,208],The:[1,2,3,4,5,6,7,8,10,11,12,14,15,16,17,18,19,20,21,22,23,24,25,27,28,30,31,32,33,35,36,39,45,47,48,49,52,57,59,60,61,63,65,66,68,72,73,74,75,77,78,79,80,82,83,84,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,116,128,130,131,132,133,134,135,136,137,138,140,141,142,143,144,145,146,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,167,168,169,170,171,172,173,175,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,196,197,199,200,201,202,207,208,209,210,211,212,213,214,215,217,218,219,220,221,222,223,225],Then:[10,14,15,35,65,104,116,162,169,173,199,207,208,222],There:[4,8,14,23,24,29,59,63,82,86,91,93,95,96,100,101,102,103,105,106,110,132,137,151,152,157,161,162,163,177,182,193,199,203,208,215,222,223],Theres:212,These:[5,22,28,52,63,91,95,96,98,100,104,105,110,138,155,161,164,171,175,179,180,181,182,183,188,190,201,202,209,210],Use:[1,7,8,11,28,29,52,59,60,61,64,73,82,83,84,95,108,116,118,162,169,177,180,181,182,185,193,200,201,207,208,209,211,220],Used:[95,141,144,151],Useful:152,Uses:[33,44,109,164],Using:[22,51,93,184,220,225],Was:193,Will:[22,129],With:[9,14,22,31,32,91,94,98,104,162,164,170,172,196,222,223,225],Yes:[10,14,21,91,104,109],__arg:99,__asm:186,__builtin_offsetof:163,__d:152,__entri:163,__etext:188,__ev:89,__f:[99,152],__hdr:91,__itvl:99,__jv:150,__l:151,__len:150,__mod:151,__msg:151,__n:[91,163],__name:[101,163],__om:91,__omp:91,__s:152,__sc:99,__sectnam:163,__sectvarnam:163,__size:[101,163],__str:150,__t1:[88,102],__t2:[88,102],__t:152,__type:91,__v:150,__var:163,__wfi:186,_access:177,_adc:208,_addr:180,_addr_:[180,181],_app:180,_build:[15,35,65],_cfg:[153,154],_cli:[154,155,210],_cnt:116,_config:[152,153,154,213],_creat:153,_dev:153,_gatt_ac:177,_imghdr_siz:95,_init:[152,153,154],_log:154,_name:165,_nrf52_adc_h_:208,_ofb:[153,155,210],_onb:[153,155,215],_pad1:104,_pad2:104,_pad3:104,_pad:[93,104],_param:161,_pars:146,_reserv:152,_resource_t:209,_sbrk:133,_senseair_h_:207,_sensor:153,_set:180,_shell_init:[154,210],_stage:165,_stat:154,_str:146,_va_args_:154,_val:[153,154],a10:167,a600anj1:162,abbrevi:175,abc:199,abil:[6,23,33,57,91,196],abl:[2,14,91,95,110,111,176,180,181,182,190,201,207,208],abort:[51,141,151,152,164,165,199,213],about:[1,3,10,14,24,30,42,59,60,61,64,66,82,83,84,92,94,95,99,101,102,116,117,121,150,156,162,163,168,169,175,178,179,180,181,185,189,193,194,196,202,208],abov:[9,14,16,21,91,94,99,102,104,138,141,161,162,163,164,165,172,175,177,180,181,184,190,193,199,201,206,208],absent:104,absolut:[91,143],abstrat:116,acc:210,accel:[210,215],accel_rev:210,acceleromet:[152,154,209,210,211,215],accept:[14,22,28,112,138,144,146,169,182,186,188,193,201],access:[8,17,22,28,32,61,63,66,72,82,83,84,88,90,91,93,94,95,100,110,111,112,116,128,130,131,132,138,146,151,152,154,155,157,162,165,167,172,179,182,194,199,207],access_:179,access_cb:[177,179,206,208],access_flag:[128,129],accgyro:210,accommod:[25,91,98,104,180],accompani:14,accomplish:[9,14,57,130,177],accord:[14,95,104,167],accordingli:[14,25,91,95,101],account:[10,63,91,104],accur:188,achiev:[27,180,181],ack_rxd:193,acknowledg:193,acl:22,acquir:[27,93,100,138,152],acquisit:138,across:[31,33,57,63,64,110,132],act:[23,31,146,162],action:[9,14,28,64,169,175,179,193,196,208],activ:[12,14,18,19,32,49,73,95,101,105,141,146,162,169,175,192,193,212,218,221,222,223],actual:[2,7,14,36,79,91,95,101,104,134,145,151,162,164,168,172,180,181,182,196,201,202,203,208],actuat:216,adafruit:[8,208,210,212],adapt:[32,98,182,185,186,200,215],adapter_nsrst_delai:[182,186],adaptor:188,adc0:208,adc:[9,14,55,110],adc_0:208,adc_buf_read:208,adc_buf_releas:208,adc_buf_s:208,adc_buf_set:208,adc_chan_config:208,adc_config:208,adc_dev:208,adc_event_handler_set:208,adc_evq:208,adc_hw_impl:55,adc_init:208,adc_number_channel:208,adc_number_sampl:208,adc_read:208,adc_read_ev:208,adc_result:208,adc_result_mv:208,adc_sampl:208,adc_sns_str:208,adc_sns_typ:208,adc_sns_val:208,adc_stack:208,adc_stack_s:208,adc_stm32f4:110,adc_task:208,adc_task_handl:208,adc_task_prio:208,add:[1,2,4,6,7,11,12,14,28,39,41,52,57,59,60,61,63,64,82,89,91,94,98,100,102,103,106,107,116,128,132,138,153,154,163,165,169,170,172,173,176,182,183,184,190,192,194,196,197,199,200,201,208,210,211,212,213,214,216,218,219,220,221,225],added:[10,12,34,55,57,83,91,95,100,101,104,106,111,113,128,138,161,182,184,192,194,200,202,206,207,218,219,221,225],adding:[2,14,33,39,57,91,95,96,102,116,163,172,184,199,201,202,206,207,208],addit:[1,12,14,30,32,45,57,63,64,91,95,96,98,104,110,138,151,162,165,169,172,175,182,183,185,186,188,189,190,193,196,207,208,219],addition:64,addr:[28,31,111,150,173,180,181,210],addr_typ:[28,31],address:[14,22,23,26,28,30,32,33,34,57,68,91,92,94,104,110,111,112,127,135,138,141,150,151,152,154,162,173,177,192,193,200,215,222],aditihilbert:4,adjust:[14,22,91,95,170,194],admin:[4,173],administr:[11,13],adress:28,adsertis:28,adv:[14,28,31,32,33],adv_channel_map:207,adv_data:28,adv_field:[175,180],adv_filter_polici:207,adv_itvl_max:207,adv_itvl_min:207,adv_param:[175,178,180,181],advanc:[61,222,223],advantag:[178,208],advantang:175,adverb:64,adverti:[180,181],advertis:[17,22,25,27,32,33,34,68,174,176,178,192,206,207,208,209],advertise_128bit_uuid:209,advertise_16bit_uuid:209,advertising_interv:[28,30],advic:[96,97],advinterv:30,aes:[182,185,187,189,200,218,219,221],aesni:[218,219],af80:[206,208],affect:[104,130,131,151,162,172,197],aflag:[1,52,63],after:[4,8,11,14,23,27,31,43,52,57,59,60,63,82,83,88,91,92,96,101,102,104,105,110,114,118,122,128,130,138,141,144,152,154,162,164,169,173,175,177,178,179,182,183,190,192,196,200,201,210,212,215],afterward:207,again:[8,14,22,27,59,61,82,95,101,104,116,162,163,175,182,185,186,187,188,189,193,196,208,212,221],against:[14,23,91,94,102,157],agnost:128,agre:[207,208],agreement:[207,208],ahead:102,aid:[63,154],aim:[22,111,128,174,225],ain0:208,ain1:208,air:[22,91,162,190,191,193,216,225],air_q:207,air_qual:[206,207],albeit:171,alert:174,algo:157,algorithm:[32,87],align:[91,92,116,196],all201612161220:77,all:[1,2,3,6,7,8,9,10,12,16,17,18,19,20,22,23,25,27,28,29,30,31,32,33,37,42,43,45,51,52,53,54,55,57,63,68,74,77,91,93,94,95,96,98,99,101,102,104,105,106,110,116,120,126,128,130,131,132,134,141,150,151,152,153,154,155,156,157,159,161,162,163,164,165,167,168,169,170,172,173,174,175,176,177,178,179,180,181,184,186,188,190,193,197,199,201,202,203,204,206,207,208,210,213,215,218,221],alloc:[75,79,89,90,91,92,127,151,175,177],allow:[2,3,4,6,8,9,12,14,22,28,32,33,41,52,57,59,60,61,66,67,68,69,70,71,72,73,74,75,76,77,78,79,82,83,84,89,91,93,94,98,100,104,106,110,128,130,133,138,141,142,151,155,156,157,158,160,161,162,163,165,169,173,175,178,180,184,185,190,193,194,196,200,208,210,212,215,217],almost:[8,196],alon:14,along:[14,63,91,92,101,152,157,207],alongsid:[180,196],alphabet:165,alreadi:[6,7,8,11,14,22,25,33,45,60,61,83,84,88,97,98,104,111,122,137,143,169,170,171,172,182,184,185,186,187,188,189,193,200,206,208,209,218,221,222,223],also:[1,3,5,6,7,8,11,12,14,15,24,25,28,32,36,39,42,57,59,60,61,62,63,68,82,85,91,92,94,95,98,100,101,102,104,105,106,107,110,111,116,128,130,141,144,146,151,152,153,154,156,159,161,162,163,164,165,169,172,175,178,179,183,184,190,193,194,196,197,199,200,201,202,206,207,208,210,211,212,213,214,215,218,219,221],alt:221,altern:[6,91,104,116,162,177],although:201,altogeth:[86,206],alwai:[8,14,63,95,102,104,134,151,161,171,177,180,181,188,199,201,202,207,225],ambigu:22,ambiti:172,amd64:[59,82],amend:[1,14,34,52,64,192,197,222,223],amg:210,among:[87,95,104,162],amongst:91,amount:[25,91,92,97,128,151,162,175,196],analog:[110,216],analyz:[12,223],android:[209,211,214,217],ani:[1,4,8,10,14,15,16,23,28,32,35,51,52,61,63,65,66,68,75,78,79,82,83,84,86,88,89,91,92,93,94,95,97,99,100,101,102,104,106,111,112,116,128,129,130,141,144,151,154,155,158,161,162,163,165,169,173,175,184,185,190,191,192,193,202,206,207,208,215,220,225],announc:[175,180,181],annoy:[177,203],anonym:28,anoth:[10,14,27,28,31,32,63,91,93,94,95,96,97,100,101,102,106,137,146,162,164,169,175,177,193,196,207,208,219,222,223],ans:[207,208],answer:94,anymor:[91,196],anyon:14,anyth:[1,8,24,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,64,162,169,170,172,180,181,183,202,208],apach:[1,2,6,7,10,11,12,14,15,32,34,35,39,40,41,45,46,52,53,55,57,59,60,61,63,64,65,82,83,84,86,95,104,106,109,110,128,134,162,163,165,166,169,172,173,174,176,180,182,183,184,185,186,187,188,189,193,199,200,201,202,207,208,209,210,211,212,215,217,218,219,220,221,222,223,225],apart:102,api:[1,15,18,19,20,21,22,32,55,57,63,94,98,110,111,132,136,154,155,181,186,209,214],app:[1,7,8,12,14,27,30,32,34,36,39,40,44,45,47,48,49,50,52,55,57,64,75,78,79,95,104,106,110,128,132,142,161,163,164,165,169,170,172,174,175,178,179,180,181,182,184,185,186,187,188,189,190,191,192,194,196,199,200,206,207,209,210,211,212,213,214,218,219,220,221,222,225],app_log_init:151,appear:[14,28,30,98,138,177,179,196],append:[91,116,199],append_loc:[116,117,118],append_test:199,appl:[182,215,217,222,223],appli:[12,14,25,102,104,105,106,130,144,151,162,165,193,199],applic:[1,2,4,5,6,8,9,11,13,16,20,22,24,25,26,27,29,31,32,36,41,44,49,52,57,59,60,61,62,63,75,78,79,80,84,85,89,91,95,99,101,104,106,107,108,109,110,128,130,135,141,154,155,156,157,158,159,160,161,163,164,165,168,171,174,177,178,183,192,198,199,206,207,214,217,219,220,223,225],applicaton:1,applict:12,approach:[33,95,165],appropri:[64,91,95,98,101,108,110,138,141,165,169,170,172,175,178,180,181,183,208,214],approv:10,apps_air_qu:207,apps_bleprph:162,apps_blinki:[57,63],apps_my_sensor_app:215,apr:[8,185,187,193,208],apropo:[182,215,222,223],apt:[4,6,7,58,62,81,85,173],arbitrari:[104,169,173,182,185,186,187,188,189,193,200,208,210,212,218,219,221],arbitrarili:[104,181],arc4:182,arch:[63,95,98,167,185,186,187,188,189,193,215],arch_sim:[184,215],architectur:[59,82,87,92,95,97,98,102,104,110,127,132,137,196],archiv:[4,7,59,61,63,169,172,182,184,185,186,187,188,189,190,193,200,207,208,210,215,218,219,221],arduino:[12,183,196,198,201,207,225],arduino_101:55,arduino_blinki:[12,182,196],arduino_boot:[12,182],arduino_mkr1000:200,arduino_primo_nrf52:[55,185],arduino_primoo_nrf52:185,arduino_zero:182,arduino_zero_debug:182,arduinowifi:200,area:[14,91,95,104,105,116,126,133,151,165],area_cnt:133,area_desc:130,aren:[14,103],arg10:167,arg:[12,88,91,92,94,99,101,110,116,126,135,137,141,143,144,151,152,154,157,161,167,177,178,194,196,206,207,208,215],argc:[94,101,105,114,115,148,161,165,180,181,184,194,196,199,207,213,215],argument:[11,12,14,22,47,52,57,64,86,89,91,92,99,101,102,106,113,116,134,137,138,141,143,150,151,152,154,156,157,161,175,178,179,180,181,185,187,196,201,202,215],argv:[101,105,114,115,148,161,165,180,181,184,194,196,199,207,213,215],arm:[5,6,7,12,86,95,103,182,188,215,221,222,223],around:[31,91,104,208,209,211],arr:150,arrai:[24,89,105,115,116,126,130,141,150,161,165,170,175,179,196],arrang:[95,162],arriv:91,articl:203,artifact:[37,41,52,57,59,60,61,201],asf:[1,201,207,208],ask:[10,14,94,105,144,188,196,201,202],aspect:[28,91,104,196],assembl:[1,63,95,98,185,186,187,188,189,193,215],assert:[14,69,91,99,106,141,153,163,177,178,179,180,181,184,194,196,206,207,208,213,215],assert_if_test:167,assign:[10,14,21,24,30,32,39,52,55,68,92,94,95,101,116,131,151,165,169,177,182,185,186,187,188,189,193,200,208,210,212,218,221],associ:[14,23,25,89,91,99,101,104,143,152,165,175,178],assum:[7,12,14,31,45,61,62,84,85,89,91,95,101,104,111,141,146,165,169,170,171,172,184,190,193,194,206,208,209,211,212,214,215,222,223],assumpt:14,asynchron:144,at45db:[14,111],at45db_default_config:111,at45db_dev:111,at45db_erase_sector:111,at45db_init:111,at45db_read:111,at45db_sector_info:111,at45db_writ:111,at45dbxxx:111,at91samd21g18:182,at91samd:182,atmel:[2,182,200],atop:[110,132],att:[20,29,32,177],attach:[8,12,91,95,137,142,172,185,193,208,215,222,223],attempt:[14,22,24,28,91,92,93,101,104,138,165,177,178,179,193],attempt_stat:163,attent:3,attr:[29,31],attr_handl:[176,177,178,206,208],attribut:[16,18,19,22,29,32,52,55,64,68,92,96,98,150,165,174,177],auth:[14,28,203],authent:[22,23,31,176],author:[1,14,22,45,63,106,199,207,208],auto:[30,111,212],autocalibr:212,autocomplet:57,autoconf:57,autogener:14,autom:33,automat:[1,10,25,26,32,44,57,63,96,147,161,163,165,172,174,175,182,185,186,188,189,190,199,201,207,208,209,225],autoselect:182,avaial:193,avail:[1,2,3,4,7,9,14,22,24,25,30,31,32,33,34,49,59,60,61,64,66,75,82,83,84,89,91,92,93,99,100,103,104,106,108,110,144,146,152,156,157,162,165,168,180,184,190,193,202,214,222,223],avail_queu:106,avoid:[63,91,93,94,99,161,196,209],awai:[22,95,105,177,208],await:3,awar:[175,180,181],b0_0:188,b0_1:188,b1_0:188,b1_1:188,b5729002b340:[206,208],b8d17c77a03b37603cd9f89fdcfe0ba726f8ddff6eac63011dee2e959cc316c2:192,bab:151,back:[8,14,60,66,71,82,83,84,91,92,102,103,104,105,106,138,151,152,159,179,188,189,190,207,214,218,219,221],backend:105,backward:[32,104,106,116,161],bad:[14,104,162,202],badli:94,bake:14,band:[23,28,32],bank:188,bar:[12,14,105,225],bare:[86,174,180,181,225],base64:[7,105,106,193,215],base:[1,2,4,6,7,12,14,22,25,32,33,36,41,57,59,60,61,63,91,103,108,110,112,132,133,138,157,164,173,179,182,185,186,188,189,196,200,209,210,212,215],baselibc:[7,14,50,95],baselin:109,bash:[2,12,57,61,95],bash_complet:38,bash_profil:[11,60,62,83,85],bashrc:57,basi:[9,21,23,101,202,207,208],basic:[1,14,16,30,31,32,33,63,91,95,101,103,110,133,135,137,144,162,172,173,190,193,201,203,205,206,217,219,220],batch:95,batteri:[9,25,33,98,180],baud:[68,106,173],baudrat:[111,141,144],bbno055_cli:210,bc_acc_bw:[154,213],bc_acc_rang:[154,213],bc_mask:[154,213],bc_opr_mod:[154,213],bc_placement:154,bc_pwr_mode:[154,213],bc_unit:[154,213],bc_use_ext_xt:213,bcfg:213,bd_addr:22,be9699809a049:73,beacon:[16,171,172,183],bearer:[14,32,34],becaus:[8,12,14,22,23,27,31,52,89,104,131,138,141,152,154,157,162,164,196,199,201,203,207,209,210,211,215],becom:[14,23,33,104,175,178],been:[4,10,14,22,27,38,45,57,60,61,63,79,83,84,90,91,92,101,104,105,114,116,128,130,141,144,151,157,162,165,173,178,182,185,193,200,206,207,208],befor:[2,4,7,8,12,14,22,43,52,59,63,82,86,88,90,91,93,94,95,99,101,102,103,104,105,106,116,122,130,141,143,144,145,150,152,156,157,161,162,163,165,167,172,173,174,175,177,180,181,183,184,186,190,193,194,196,199,200,208,214,217,220],begin:[14,27,91,101,105,116,124,144,157,173,176,178,180,181,199,201],beginn:225,behav:[22,31,94,180,181,199],behavior:[61,94,98,130,177,179,196,199,200,223],behaviour:91,behind:[91,102],being:[14,22,91,92,94,99,101,102,104,105,111,128,137,138,139,148,149,152,162,176,178,196,199,225],bell:100,belong:[16,92,104,179],below:[1,2,4,6,8,12,14,20,22,23,24,25,31,45,64,91,94,95,96,100,101,104,106,108,111,128,131,143,154,162,169,172,177,179,182,185,186,188,189,193,196,197,199,201,202,203,208,209,210,213,217,225],benefit:[10,94,165,168,194],best:[14,91,95,150,202],beta:110,better:[14,104,163],between:[7,12,27,28,32,33,39,48,57,100,102,106,137,138,148,150,155,157,162,164,165,173,185,190,193,194,202,208,210,212,215],beyond:91,bhd:68,big:[24,63,91,193,202],bigger:162,bin:[2,4,7,11,12,14,36,37,39,40,45,48,50,52,57,59,60,61,62,63,82,83,84,85,95,162,165,169,170,172,173,176,182,184,185,186,187,188,189,190,192,193,199,200,207,208,210,212,215,218,219,221,222,223],bin_basenam:63,binari:[4,7,11,14,36,39,41,57,60,62,63,81,83,85,103,108,138,184],binutil:4,bit:[7,14,16,24,26,28,30,59,60,61,68,83,84,88,91,92,101,102,103,104,138,139,141,144,152,154,156,157,162,163,172,177,178,179,180,181,196,200,202,206,208,209,215,222,223],bitbang:139,bitfield:152,bitmap:92,bitmask:101,bits0x00:28,bl_rev:210,bla:151,blank:14,ble:[16,20,21,24,27,31,33,63,66,67,68,69,70,71,72,73,74,75,76,77,78,79,82,83,84,89,91,104,108,109,162,165,171,173,175,177,178,179,183,190,192,205,206,207,211,214,217,225],ble_:177,ble_addr_t:[180,181],ble_addr_type_publ:178,ble_app:[172,180,181],ble_app_advertis:[180,181],ble_app_on_sync:[180,181],ble_app_set_addr:[180,181],ble_att:[78,177,190],ble_att_err_attr_not_found:22,ble_att_err_attr_not_long:22,ble_att_err_insufficient_authen:22,ble_att_err_insufficient_author:22,ble_att_err_insufficient_enc:22,ble_att_err_insufficient_key_sz:22,ble_att_err_insufficient_r:[22,206,208],ble_att_err_invalid_attr_value_len:[22,177],ble_att_err_invalid_handl:22,ble_att_err_invalid_offset:22,ble_att_err_invalid_pdu:22,ble_att_err_prepare_queue_ful:22,ble_att_err_read_not_permit:22,ble_att_err_req_not_support:22,ble_att_err_unlik:[22,206,208],ble_att_err_unsupported_group:22,ble_att_err_write_not_permit:22,ble_att_svr_entry_pool:75,ble_att_svr_prep_entry_pool:75,ble_eddystone_set_adv_data_uid:180,ble_eddystone_set_adv_data_url:180,ble_eddystone_url_scheme_http:180,ble_eddystone_url_suffix_org:180,ble_err_acl_conn_exist:22,ble_err_auth_fail:22,ble_err_chan_class:22,ble_err_cmd_disallow:22,ble_err_coarse_clk_adj:22,ble_err_conn_accept_tmo:22,ble_err_conn_establish:22,ble_err_conn_limit:22,ble_err_conn_parm:22,ble_err_conn_rej_bd_addr:22,ble_err_conn_rej_channel:22,ble_err_conn_rej_resourc:22,ble_err_conn_rej_secur:22,ble_err_conn_spvn_tmo:22,ble_err_conn_term_loc:22,ble_err_conn_term_m:22,ble_err_ctlr_busi:22,ble_err_diff_trans_col:22,ble_err_dir_adv_tmo:22,ble_err_encryption_mod:22,ble_err_host_busy_pair:22,ble_err_hw_fail:22,ble_err_inq_rsp_too_big:22,ble_err_instant_pass:22,ble_err_insufficient_sec:22,ble_err_inv_hci_cmd_parm:22,ble_err_inv_lmp_ll_parm:22,ble_err_link_key_chang:22,ble_err_lmp_collis:22,ble_err_lmp_ll_rsp_tmo:22,ble_err_lmp_pdu:22,ble_err_mac_conn_fail:22,ble_err_mem_capac:22,ble_err_no_pair:22,ble_err_no_role_chang:22,ble_err_page_tmo:22,ble_err_parm_out_of_rang:22,ble_err_pending_role_sw:22,ble_err_pinkey_miss:22,ble_err_qos_parm:22,ble_err_qos_reject:22,ble_err_rd_conn_term_pwroff:22,ble_err_rd_conn_term_resrc:22,ble_err_rem_user_conn_term:22,ble_err_repeated_attempt:22,ble_err_reserved_slot:22,ble_err_role_sw_fail:22,ble_err_sco_air_mod:22,ble_err_sco_itvl:22,ble_err_sco_offset:22,ble_err_sec_simple_pair:22,ble_err_synch_conn_limit:22,ble_err_unit_key_pair:22,ble_err_unk_conn_id:22,ble_err_unk_lmp:22,ble_err_unknown_hci_cmd:22,ble_err_unspecifi:22,ble_err_unsupp_lmp_ll_parm:22,ble_err_unsupp_qo:22,ble_err_unsupp_rem_featur:22,ble_err_unsupport:22,ble_ext_adv:14,ble_ext_adv_max_s:14,ble_ga:179,ble_gap:78,ble_gap_adv_param:[180,181],ble_gap_adv_set_field:175,ble_gap_adv_start:[175,178,180,181],ble_gap_chr_uuid16_appear:[177,179],ble_gap_chr_uuid16_device_nam:[177,179],ble_gap_chr_uuid16_periph_pref_conn_param:177,ble_gap_chr_uuid16_periph_priv_flag:177,ble_gap_chr_uuid16_reconnect_addr:177,ble_gap_conn_desc:178,ble_gap_conn_find:178,ble_gap_conn_fn:175,ble_gap_conn_mode_und:[175,178],ble_gap_disc_mode_gen:[175,178],ble_gap_ev:178,ble_gap_event_conn_upd:178,ble_gap_event_connect:178,ble_gap_event_disconnect:178,ble_gap_event_enc_chang:178,ble_gap_event_fn:[180,181],ble_gap_event_subscrib:178,ble_gap_svc_uuid16:[177,179],ble_gap_upd:75,ble_gap_update_param:14,ble_gatt:78,ble_gatt_access_ctxt:[177,206,208],ble_gatt_access_op_read_chr:[177,206,208],ble_gatt_access_op_write_chr:[177,206,208],ble_gatt_chr_def:[177,179,206,208],ble_gatt_chr_f_notifi:[206,208],ble_gatt_chr_f_read:[177,179,206,208],ble_gatt_chr_f_read_enc:[206,208],ble_gatt_chr_f_writ:[206,208],ble_gatt_chr_f_write_enc:[206,208],ble_gatt_register_fn:179,ble_gatt_svc_def:[177,179,206,208],ble_gatt_svc_type_primari:[177,179,206,208],ble_gattc:78,ble_gattc_proc_pool:75,ble_gattc_write_flat:14,ble_gatts_chr_upd:[206,208],ble_gatts_clt_cfg_pool:75,ble_gatts_find_chr:[206,208],ble_gatts_register_svc:179,ble_h:[16,17,18,19,21,22,24,27,78,180,181,206],ble_hci_ram_evt_hi_pool:75,ble_hci_ram_evt_lo_pool:75,ble_hci_uart_baud:173,ble_hs_:179,ble_hs_adv_field:[175,180],ble_hs_att_err:22,ble_hs_cfg:[27,180,181],ble_hs_conn_pool:75,ble_hs_eagain:22,ble_hs_ealreadi:22,ble_hs_eapp:22,ble_hs_eauthen:22,ble_hs_eauthor:22,ble_hs_ebaddata:22,ble_hs_ebusi:22,ble_hs_econtrol:22,ble_hs_edon:22,ble_hs_eencrypt:22,ble_hs_eencrypt_key_sz:22,ble_hs_einv:[14,22],ble_hs_emsgs:22,ble_hs_eno:22,ble_hs_enoaddr:22,ble_hs_enomem:22,ble_hs_enomem_evt:22,ble_hs_enotconn:22,ble_hs_enotsup:22,ble_hs_enotsync:22,ble_hs_eo:22,ble_hs_ereject:22,ble_hs_erol:22,ble_hs_err_sm_peer_bas:22,ble_hs_err_sm_us_bas:22,ble_hs_estore_cap:22,ble_hs_estore_fail:22,ble_hs_etimeout:22,ble_hs_etimeout_hci:22,ble_hs_eunknown:22,ble_hs_ev_tx_notif:89,ble_hs_event_tx_notifi:89,ble_hs_forev:[178,180,181],ble_hs_hci_cmd_send:207,ble_hs_hci_err:22,ble_hs_hci_ev_pool:75,ble_hs_id:24,ble_hs_id_gen_rnd:[24,180,181],ble_hs_id_set_rnd:[21,24,180,181],ble_hs_l2c_err:22,ble_hs_reset_fn:27,ble_hs_sm_peer_err:22,ble_hs_sm_us_err:22,ble_hs_sync_fn:27,ble_ibeacon_set_adv_data:181,ble_l2cap:78,ble_l2cap_chan_pool:75,ble_l2cap_sig_err_cmd_not_understood:22,ble_l2cap_sig_err_invalid_cid:22,ble_l2cap_sig_err_mtu_exceed:22,ble_l2cap_sig_proc_pool:75,ble_ll:[78,79],ble_ll_cfg_feat_le_encrypt:162,ble_ll_conn:78,ble_ll_prio:165,ble_lp_clock:25,ble_max_connect:[14,209,211],ble_mesh_dev_uuid:34,ble_mesh_pb_gatt:34,ble_own:[180,181],ble_own_addr_random:[180,181],ble_phi:78,ble_public_dev_addr:24,ble_rigado:49,ble_role_broadcast:211,ble_role_peripher:211,ble_sm_err_alreadi:22,ble_sm_err_authreq:22,ble_sm_err_cmd_not_supp:22,ble_sm_err_confirm_mismatch:22,ble_sm_err_cross_tran:22,ble_sm_err_dhkei:22,ble_sm_err_enc_key_sz:22,ble_sm_err_inv:22,ble_sm_err_numcmp:22,ble_sm_err_oob:22,ble_sm_err_pair_not_supp:22,ble_sm_err_passkei:22,ble_sm_err_rep:22,ble_sm_err_unspecifi:22,ble_sm_legaci:162,ble_store_config:14,ble_svc_gap_device_name_set:208,ble_tgt:[172,180,181],ble_uu:179,ble_uuid128_init:[206,208],ble_uuid128_t:[206,208],ble_uuid16:[177,179],ble_uuid16_declar:[206,208],ble_uuid:[206,208],ble_uuid_128_to_16:177,ble_uuid_u16:[206,208],ble_xtal_settle_tim:25,blecent:[7,63],blecsc:63,blehci:[7,63],blehciproj:173,blehostd:68,blehr:63,blemesh:[32,34,63],blemesh_light:63,blemesh_shel:63,blenano:55,bleprph:[7,14,32,63,68,162,174,175,176,177,178,179,192,206,207,208,209,223],bleprph_advertis:[175,178],bleprph_appear:177,bleprph_device_nam:[175,177],bleprph_le_phy_support:208,bleprph_log:[175,178,206,208],bleprph_oic:[7,63,214],bleprph_oic_sensor:209,bleprph_on_connect:175,bleprph_pref_conn_param:177,bleprph_print_conn_desc:178,bleprph_privacy_flag:177,bleprph_reconnect_addr:177,blesplit:[7,63],bletest:[7,63],bletoh:91,bleuart:[7,63],bleuartx000:14,blink:[1,7,63,95,101,170,182,183,185,186,187,188,189,194,196,208,225],blink_nord:223,blink_rigado:49,blinki:[1,12,14,36,45,46,50,57,63,95,172,173,193,194,196,200,207,208,217,218,219,221,222,223,225],blinky_callout:184,blinky_sim:63,blksize:92,blksz:[75,219],blob:[22,134],block:[22,30,75,88,89,91,92,100,110,116,119,130,138,141,143,144,152,194,207,219],block_addr:92,block_siz:92,blocks_siz:92,blue:189,bluetooth:[1,9,22,23,24,25,28,30,34,91,162,174,175,180,181,183,192,207,225],bmd300eval:[50,55,187,208],bmd:[187,208],bmp280:14,bno055:[153,154,209,211,213],bno055_0:[153,210,213],bno055_acc_cfg_bw_125hz:213,bno055_acc_cfg_rng_16g:213,bno055_acc_unit_ms2:213,bno055_angrate_unit_dp:213,bno055_cfg:[154,213],bno055_cli:[210,211],bno055_config:[154,213],bno055_default_cfg:154,bno055_do_format_android:213,bno055_err:154,bno055_euler_unit_deg:213,bno055_get_chip_id:154,bno055_id:154,bno055_info:154,bno055_init:[153,154],bno055_log:154,bno055_ofb:[153,209,210,211],bno055_opr_mode_ndof:213,bno055_pwr_mode_norm:213,bno055_sensor_get_config:154,bno055_sensor_read:154,bno055_shel:210,bno055_shell_init:210,bno055_stat:154,bno055_stat_sect:154,bno055_temp_unit_degc:213,board:[1,2,4,5,7,12,14,24,25,31,41,44,49,55,57,59,60,61,63,94,95,110,132,133,138,154,155,160,162,164,165,169,170,173,176,180,181,183,184,190,192,194,196,206,207,213,214,215,217,220,222,223,225],bodi:[104,151,167,213],body_len:151,bold:169,bond:[23,28,30,31,176],bondabl:28,bone:[86,174,180,181,225],bookkeep:116,bool:[92,150],boot:[7,45,63,95,102,103,106,146,169,173,182,185,186,187,188,189,190,192,193,200,207,208,210,212,215,218,219,221],boot_boot_serial_test:7,boot_bootutil:162,boot_img_mag:104,boot_load:95,boot_mag:104,boot_nrf52dk:207,boot_olimex:188,boot_seri:[7,14,106],boot_serial_setup:7,boot_test:7,bootabl:[162,192,218,221],bootload:[1,12,45,49,95,98,103,106,142,146,169,183,184,192,196,207,208,209,211,212,220],bootutil:[7,14,103,104,106,182,185,186,187,188,189,193,200,207,208,210,218,219,221],bootutil_misc:[7,182,185,186,187,189,210,218,219,221],both:[6,9,11,14,16,22,23,28,30,41,57,59,60,61,64,91,93,95,100,104,105,107,110,130,138,141,150,151,162,164,165,168,182,184,193,199,200,203,208],bottl:[60,83],bottom:[12,95,99,101,176],bound:[91,95,128],boundari:[91,92,95],box:[12,223],bps:144,branch:[1,4,7,10,11,14,57,58,59,61,62,81,82,84,85,104,182,200,201,202],branchnam:10,brand:189,bread:208,breadboard:208,breakdown:162,breakpoint:[182,186],breviti:[162,169,219],brew:[3,4,7,11,38,57,60,62,83,85],brick:104,brief:[14,21,137,180,181,193],briefli:95,bring:[12,95,132,210,214,217],broad:225,broadca:[180,181],broadcast:[14,16,28,33,175,180,181],brows:[176,185,201],bsd:103,bsncent:63,bsnprph:63,bsp:[1,7,14,25,34,36,39,40,44,45,47,49,52,57,63,64,94,105,110,130,132,136,137,143,144,152,153,154,155,157,162,165,169,172,173,176,182,184,185,186,187,188,189,193,194,200,207,208,209,210,211,212,213,215,218,219,221,222,223,225],bsp_arduino_zero:182,bsp_arduino_zero_pro:[182,200],bsp_timer:143,bsppackag:95,bss:[14,50,95,162],bssnz_t:[206,208],bt_mesh_provis:14,btattach:173,btmesh_shel:14,btshell:[7,30,32,39,40,47,48,52,63,73,176,190],btshell_chr_pool:75,btshell_dsc_pool:75,btshell_svc_pool:75,buad:68,buf:[105,111,128,150,151],buf_len:[91,105],buffer:[14,22,91,92,94,98,99,105,106,110,138,141,150,151,164,181,208],buffer_len:208,buffer_size_down:222,bug:[4,7,11,182,186,215,222,223],bui:208,build:[1,2,3,4,5,6,11,33,34,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,64,82,84,94,95,96,98,104,110,132,138,149,151,155,162,163,164,165,167,174,175,176,183,192,194,199,206,207,212,217,220,225],build_arduino_blinki:12,build_arduino_boot:12,build_numb:148,build_profil:[1,34,39,40,45,52,55,63,95,162,169,172,173,176,182,185,186,187,188,189,193,200,207,208,209,210,211,212,215,218,219,221],buildabl:7,built:[1,4,7,8,9,14,15,32,35,36,40,41,44,45,57,59,60,61,62,63,65,83,84,85,91,104,141,151,162,167,169,172,173,176,180,181,182,183,184,185,186,187,188,189,190,193,199,200,206,207,208,209,210,215,218,219,221],bundl:[14,57,103],burn:[14,180,181],bus:[2,138],buse:[110,132],busi:[22,92,93,196,207],button1_pin:194,button:[2,4,10,12,14,100,182,185,194],bytes_read:128,c_ev:86,c_evq:86,c_tick:86,cabl:[173,182,183,185,186,187,188,190,192,193,194,196,200,208,215,217,218,220,221],cach:[60,83,110,130,132],cache_large_file_test:199,cal:212,calcul:[22,30,50,91,92,102,104,116],calendar:9,call:[6,7,9,11,21,24,27,32,38,63,86,87,88,89,90,91,92,93,94,95,99,100,101,102,103,104,105,106,107,108,110,111,114,116,117,118,119,121,122,126,131,134,137,138,140,141,142,143,144,145,147,150,151,152,153,154,156,157,158,159,161,163,165,167,171,172,175,176,177,178,179,180,181,182,184,190,193,194,196,199,201,207,208,209,210,212,215,220],callback:[14,22,27,88,89,91,92,106,116,121,126,137,141,143,144,151,152,153,154,156,158,159,161,165,175,177,179,180,181,184,194,207,215],caller:[91,92,106,116,143,149,150,151],callout:[89,94,99,157,184,215],callout_l:194,callout_reset:105,came:173,can:[1,2,3,4,5,6,7,8,9,11,12,14,15,21,22,23,24,25,28,31,32,33,35,36,37,44,47,52,57,59,60,61,62,63,64,65,66,68,74,78,82,83,84,85,86,87,88,89,91,92,93,94,95,96,98,99,100,101,103,104,105,106,107,110,111,112,113,116,117,119,121,122,126,127,128,130,131,132,137,139,140,141,143,144,145,146,150,151,152,153,154,155,156,157,161,162,163,164,165,167,168,169,170,172,173,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,192,193,194,196,197,199,200,201,202,206,207,208,209,210,211,212,213,215,217,218,219,221,222,223,225],cancel:[22,28,86],candid:201,cannot:[4,14,21,22,73,88,90,93,94,100,104,127,133,141,143,165,182,190,200,201,202,203],cap:14,capabl:[14,22,23,28,30,97,106,110,151,162,184,196,222],capac:22,captian:83,carbon:206,card:[110,112,127],care:[14,91,94,101,180,181,201,202,206],carri:91,cascad:[1,63],case_nam:167,cast:[91,92,177],cat:[14,82,207,208],catastroph:27,categor:95,categori:[14,98],caus:[14,92,94,100,138,142,164,192,196,208,222],caveat:[14,104],cb_arg:[116,126,143,167,175,179,180,181],cb_func:143,cbmem:[7,151],cbmem_buf:151,cbmem_init:151,cbor:[108,109],cborattr:7,cccd:28,ccm:23,cdc:185,cell:23,cellar:[4,6,11,38,60,62,83,85],central:[22,31,174,175,176,178],certain:[1,32,91,92,94,95,110,173,202],certainli:[14,208],cess_op_:177,cfg:[72,128,138,141,143,144,152,153,154,186],cflag:[1,14,52,63,95],cgi:103,ch_commit:105,ch_export:105,ch_get:105,ch_get_handler_t:105,ch_name:105,ch_set:105,chain:[91,92,150],challeng:197,chanc:[94,101],chang:[1,4,6,7,10,11,14,21,22,23,25,29,31,32,48,51,52,54,59,63,64,82,91,95,96,104,105,137,141,151,152,153,161,162,164,165,169,170,173,176,178,180,181,182,185,186,190,194,196,206,207,209,210,211,212,215,217,222,223],channel:[14,22,30,32,110,208],channel_map:28,chapter:[2,32,98,108],charact:[106,115,130,144,146,148,149,150,161,165,179,200,207,215,222],character:25,characteri:[177,179],characterist:[9,14,18,19,28,29,32,104,176,179,206,208],check:[4,6,8,11,14,22,23,57,58,81,86,89,92,101,102,105,150,152,154,162,164,165,169,172,173,174,185,188,192,193,199,202,210,213,220],checkbox:61,checkin:[79,99,101],checkout:[10,82,84,183],checksum:[116,118],child:[92,128],chip:[4,98,110,111,132,137,141,142,152,154,182,183,185,186,189,200,201,210,212],chip_id:[210,212],chipset:[110,132,182,200],choic:[2,10,130,173,210],choos:[6,7,10,14,91,101,103,162,163,172,175,184,185,187,190,196,206,208],chose:163,chosen:[91,95,104,127,208],chr:[177,206,208],chr_access:177,chr_val_handl:[206,208],chunk:[14,91],ci40:55,cid:176,circuit:138,circular:[14,151,164,165],circularli:202,clamp:212,clang:6,clarif:10,clarifi:110,clariti:112,classif:22,clean:[1,11,15,35,41,52,59,60,61,65,83,128,193,196],cleanli:165,clear:[74,86,91,92,101,104,116,152,156,157],clearli:[8,22],cli:106,click:[2,4,10,12,176,180,181,182,185,186,188,212,221],client:[12,14,19,20,22,28,32,33,128,131,155,180,206],clk:141,clock:[22,26,88,142,182,186,210],clock_freq:88,clone:[10,11,47,52,57,60,83],close:[2,61,110,128,144,153,182,185,186,188,189,213],closest:143,clue:14,cmake:1,cmd:[57,63,95,135,161,207,210],cmd_len:207,cmd_pkt:207,cmd_read_co2:207,cmp:207,cmsi:[2,7,14,50,182,185,186,187,188,189,215],cmsis_nvic:[185,186,187,188,189,215],cn4:169,cnt:[75,106,130,141,163,219],co2:[206,207],co2_evq:206,co2_read_ev:206,co2_sns_str:206,co2_sns_typ:206,co2_sns_val:206,co2_stack:206,co2_stack_s:206,co2_task:206,co2_task_handl:206,co2_task_prio:206,coap:[109,155,159,209,214],coars:22,coc:28,code:[1,5,7,9,10,11,13,15,20,25,27,28,30,32,57,87,91,92,94,97,98,99,102,103,104,105,106,108,110,112,115,116,128,131,132,133,137,138,141,143,144,146,151,152,153,154,155,156,157,158,162,165,167,174,175,177,178,179,182,183,184,190,193,194,196,198,200,201,207,208,209,212,213,214,215,217,219,220,225],codebas:[182,200],coded_interval_max:28,coded_interval_min:28,coded_lat:28,coded_max_conn_event_len:28,coded_min_conn_event_len:28,coded_scan_interv:28,coded_scan_window:28,coded_timeout:28,codepag:127,coding_standard:7,coexist:104,collect:[1,7,45,57,63,91,92,108,116,131,150,162,169,201],collis:22,colon:[14,68],color:170,column:21,com11:8,com1:68,com3:[8,184,200,210,218,221],com6:8,com:[8,10,11,12,15,35,57,59,60,61,65,82,83,84,103,134,169,173,184,200,201,203,210,218,219,221],combin:[1,22,23,27,45,63,94,95,138,172,180,181,201,202],combo:162,come:[3,31,32,57,63,95,103,105,106,110,151,182,188,189,200,207,208,221],comm:[169,183],comma:[53,68],command:[1,2,4,7,8,11,22,31,36,37,38,39,40,42,43,44,46,47,48,49,50,51,53,54,55,56,59,60,61,62,63,69,70,72,73,74,77,78,80,82,83,84,85,95,98,104,107,109,112,113,114,138,146,147,151,155,162,163,164,165,167,169,170,172,180,181,182,184,185,186,187,188,189,192,193,196,197,199,200,201,203,204,208,209,210,211,212,213,215,218,221,222,223],comment:[3,10,14,15,95,168,212,225],commerci:207,commit:[10,11,105,208],common:[57,63,89,91,98,100,101,110,111,129,132,137,154,155,162,179,186],commonli:[100,141,180],commun:[9,14,27,28,32,33,68,80,106,108,112,138,141,152,153,154,169,170,173,175,178,183,192,193,194,196,200,201,208,210,215,218,219,220,221,225],compani:30,compar:[10,22,91,152,185,186,187,193,196,204,208],compare_func:157,comparison:[22,23,91,102,157],compat:[4,14,32,57,104,106,111,161,162,182,193,200,207,210,212,213,215,222],compens:102,compil:[1,4,5,6,7,8,11,22,36,49,55,57,60,63,83,91,94,95,98,103,110,161,163,167,168,169,172,182,185,186,187,188,189,190,193,194,200,207,208,209,210,215,218,219,221],complaint:32,complementari:33,complet:[9,12,15,22,23,28,30,31,35,57,61,65,95,97,98,101,104,106,116,128,132,138,141,144,151,162,168,173,175,180,181,186,194,196,201,207,208,209,213,214,215,218,219,221],completion_cb:106,complex:[9,33,94,95,110,132,171,196],compli:32,complianc:[207,208],compliant:32,complic:[57,94,162],compon:[1,7,12,20,41,50,57,59,60,61,63,87,95,98,105,110,132,138,141,162,163,173,180,181,183,190,192,194,200,207,217,220],compos:[41,59,60,61,168],composit:150,comprehens:168,compress:[57,83,130,180],compris:[7,104,130],comput:[3,4,6,8,12,14,33,58,60,61,81,83,106,118,127,172,173,182,183,185,186,187,188,189,192,196,209,211,212,217,218,220,221],concept:[12,23,91,94,161,165,171,172,174,182,183,192,196,200,217,220],conceptu:14,concern:[3,91],concis:108,conclud:[180,181,208],concurr:[1,14,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,64,86,90,174,175],condit:[4,22,104,138,153,157,161,164,199,207,208],condition:[57,153,164,165,210,212],conduct:[104,108],conf:193,conf_bytes_from_str:105,conf_commit:105,conf_commit_handler_t:105,conf_ensure_load:105,conf_export_func_t:105,conf_export_handler_t:105,conf_export_persist:105,conf_export_show:105,conf_export_tgt:105,conf_export_tgt_t:105,conf_fcb_dst:105,conf_fcb_src:105,conf_file_dst:105,conf_file_src:105,conf_get_handler_t:105,conf_get_valu:105,conf_handl:105,conf_init:105,conf_int8:105,conf_load:[105,208],conf_regist:105,conf_sav:105,conf_save_on:105,conf_save_tre:105,conf_set_from_storag:105,conf_set_handler_t:105,conf_set_valu:105,conf_store_init:105,conf_str_from_byt:105,conf_str_from_bytes_len:105,conf_str_from_valu:105,conf_typ:105,conf_value_from_str:105,conf_value_set:105,confidenti:23,config:[1,7,14,34,52,63,64,66,80,82,83,84,107,111,127,128,143,164,165,172,190,207,208,210],config_:153,config_bno055_sensor:[153,213],config_cli:105,config_fcb:[105,164],config_fcb_flash_area:[164,165],config_lis2dh12_sensor:153,config_newtmgr:[52,190],config_nff:[105,128,164],config_pkg_init:165,configur:[6,7,9,21,22,26,27,33,34,52,57,59,60,61,63,64,88,92,94,95,96,98,104,106,108,110,128,130,132,133,137,138,141,143,144,145,155,156,159,162,166,172,175,179,182,185,188,189,193,194,196,197,203,207,208,210,212,214,215,217,219,222,223],configuraton:127,confirm:[8,14,22,28,73,104,162,193,218,221],confirmbe9699809a049:73,conflict:[63,164,202],confluenc:10,confus:[201,208],congratul:[7,169,176,206,207,208],conifgur:105,conjunct:[33,156],conn:[14,28,29,31,66,67,69,70,71,72,73,74,75,76,77,78,79,80,82,83,84,178,180,181,192,218,219,221],conn_handl:[22,176,177,178,206,208],conn_interval_max:30,conn_interval_min:30,conn_itvl:[31,176],conn_lat:[31,176],conn_mod:178,conn_profil:[67,68,69,70,71,72,73,74,75,76,77,78,79],conn_upd:178,connect:[4,7,8,9,12,17,22,23,25,27,29,30,32,33,40,44,45,57,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,82,83,84,98,106,108,109,110,132,137,138,141,142,162,169,174,175,176,177,178,180,181,183,194,206,207,212,216,217,220],connect_don:200,connectable_mod:175,connection_profil:73,connectionless:28,connector:[4,173,185,188,190,193,221],connextra:14,connintervalmax:30,connintervalmin:30,connstr:[14,68,192,218,219,221],conntyp:14,consecut:99,consequ:[22,104,162],conserv:[9,91,98],consid:[8,32,64,91,94,100,118,138,179,201],consist:[1,32,33,63,100,101,104,105,108,110,141,162,164,165,167,179],consol:[1,7,8,12,14,27,57,63,98,103,105,113,128,144,151,165,172,173,176,180,181,183,194,199,207,208,212,219],console_append_char_cb:106,console_blocking_mod:106,console_compat:106,console_echo:106,console_handle_char:106,console_init:106,console_input:106,console_is_init:106,console_is_midlin:106,console_line_event_put:106,console_line_queue_set:106,console_max_input_len:106,console_non_blocking_mod:106,console_out:106,console_pkg_init:165,console_printf:[14,22,27,106,128,206,207,208,215],console_read:106,console_rtt:[106,207,215,222],console_rx_cb:106,console_rx_restart:106,console_set_completion_cb:106,console_set_queu:106,console_tick:106,console_uart:[106,207,215,222],console_uart_baud:106,console_uart_dev:106,console_uart_flow_control:106,console_uart_tx_buf_s:106,console_writ:106,consortium:108,constant:[14,141,151,152],constantli:[175,200,208,225],constitu:45,constrain:[9,57,109,197],constraint:182,construct:[11,14,91,100],consult:[128,132],consum:[89,100,144],consumpt:23,contact:[96,97,169],contain:[1,3,7,11,14,15,30,33,36,52,57,63,86,91,92,95,97,98,100,101,102,104,105,106,108,110,113,116,128,129,133,137,144,146,148,149,150,152,156,157,162,163,165,167,168,172,173,175,177,179,180,181,193,199,201,202,210,225],content:[12,14,51,63,82,91,95,104,116,117,118,128,143,150,151,162,169,175,179,180,181,188,193,196,199,202,203,210,212,213],context:[14,57,79,87,88,89,94,101,106,110,113,115,141,143,152,157,161,165,178,184,190,194],contigu:[91,104,116],continu:[6,14,95,100,105,161,162,170,173,182,183,188,190,194,196,200,208,211,213,214,215,217,219,220,222],contrast:165,contribut:[13,23,59,60,61,82,83,84,171,199,208,217],contributor:[132,207,208],control:[8,9,20,21,22,23,24,26,27,30,32,33,57,68,98,106,110,116,130,132,134,141,144,151,154,161,165,172,186,188,201,202,207,212,214],contruct:176,convei:91,conveni:[12,22,91,105,149],convent:[193,199,210,215],convers:[102,103,110,177],convert:[1,8,22,73,86,88,91,102,105,110,141,150,157,165,177,179,208],convini:157,cooper:14,coordin:[209,211],copi:[1,4,47,51,52,64,82,84,91,96,97,104,105,116,150,153,162,163,175,178,182,192,207,208,213,215,222,223],copy_don:104,copyright:[4,182,188,207,208,215,222,223],core:[1,6,7,12,30,32,34,39,40,45,50,52,53,55,57,63,64,73,90,95,97,99,108,110,128,132,134,162,163,166,169,172,173,174,175,176,182,183,184,185,186,187,188,189,193,196,199,200,201,202,207,208,209,210,211,212,215,217,218,219,220,221,222,223,225],core_cminstr:186,core_cmx:14,core_o:106,core_path:63,coreconvert:73,coredownload:73,coredump:[7,133],coredump_flash_area:165,coreeras:73,corelist:73,corner:188,corp:[2,182],correct:[1,2,4,43,92,95,102,104,130,162,165,173,186,187,188,193,196,199,208,210],correctli:[2,14,91,170,173,182,186,199,207,209],correspo:179,correspond:[12,22,88,91,92,95,104,131,151,152,157,175,177,180,181,202,208],corrupt:[14,92],corrupt_block_test:199,corrupt_scratch_test:199,cortex:[4,103,185,187,193,200,208,215],cortex_m0:63,cortex_m4:[63,95,185,186,187,188,189,193,215],cortex_m:182,cost:9,could:[14,22,91,100,148,177,212],couldn:175,count:[14,57,83,91,100,101,104,105,150,166],counter:[87,91,163,193],countri:32,coupl:[1,14,188,208],cours:[14,206],cover:[8,63,110,165,166,168,179,196,212],cpha:141,cpol:141,cpptool:12,cpu:[14,87,95,97,110,132,133,140,182,186,196],cputim:[25,88,210,215],cputime_geq:88,cputime_gt:88,cputime_leq:88,cputime_lt:88,crank:208,crash:[66,80,82,83,84,99,104,107,142,144,190],crash_test:[7,107,190],crash_test_newtmgr:190,crc:[7,106,112,207],creat:[1,2,3,4,5,6,8,10,11,12,14,23,28,34,36,41,43,45,46,47,48,49,52,57,59,60,61,63,64,68,73,82,83,84,89,92,93,94,97,99,100,101,103,106,110,119,128,130,151,152,154,155,157,159,162,163,164,165,167,170,174,179,183,184,201,203,206,213,214,217,220,225],create_arduino_blinki:12,create_mbuf_pool:91,create_path:128,creation:[49,110,169,193,208],creator:[152,153,154,155,157,209,210,212,213,215],credenti:203,criteria:[22,151],critic:3,cross:[5,6,7,9,98],crt0:50,crti:50,crtn:50,crw:8,crypto:[7,14,182,185,187,189,200,218,219,221],crypto_mbedtl:162,cryptograph:[23,104],cryptographi:23,crystal:26,csrk:28,cssv6:30,csw:[79,218,221],ctlr_name:68,ctlr_path:68,ctrl:[12,172,210,222],ctx:157,ctxt:[177,178,206,208],cur_ind:178,cur_notifi:178,curi:[176,178],curiou:3,curl:[11,60],curn:[176,178],curr:200,currantlab:[83,84],current:[11,14,25,28,33,41,42,43,46,47,48,52,53,59,60,61,62,73,83,84,85,86,87,88,91,92,93,94,95,99,100,101,102,104,105,106,110,111,112,113,115,116,127,128,137,138,141,143,146,152,157,161,163,164,169,180,182,183,186,188,190,192,193,196,197,201,202,204,210,215],cursor:157,custom:[14,24,73,92,131,133,151,161,165],cvs:[182,188,215,222,223],cwd:12,cycl:[21,32,33],cylind:208,daemon:[2,173],dai:[102,161],dap:[2,182,185,189],darwin10:[182,215,222,223],darwin:6,data:[9,14,16,22,28,29,31,32,33,45,50,66,71,82,83,84,86,88,91,92,94,95,98,101,104,105,106,108,109,117,118,119,120,121,122,126,129,139,141,144,151,153,155,159,160,162,165,166,177,178,180,181,196,206,207,212,217,223,225],data_func:152,data_len:207,data_mod:141,data_ord:141,databas:29,databit:144,databuf:[91,215],datalen:28,datasheet:[95,212],date:[11,70,127,193,199,207],datetim:[7,66,80,82,83,84,106,107,109,190,199],datetime_pars:199,daunt:175,daylight:102,dbm:[28,30,32],deactiv:162,deal:[91,94,95,110],deb:[59,62,82,85],debian:[4,6],debug:[1,2,4,5,6,7,14,41,45,49,52,57,59,60,61,64,96,154,155,164,169,172,173,182,184,185,186,187,188,189,192,200,207,208,209,210,211,212,215,218,219,221,222,223],debug_arduino_blinki:12,debug_arduinoblinki:12,debugg:[5,14,40,41,57,59,60,61,63,142,182,185,186,188,189,193,221,222,223],dec:[50,162],decemb:23,decid:[57,87,98,196],decim:[23,138],decis:138,declar:[12,93,101,105,134,143,153,194,199,201,213,215],decod:[105,161],decompress:180,dedic:[89,95,98,161,162,177,190,194,222,223],deep:133,deeper:[91,169,193,208],def:[7,153,164,165,215],defaultdevic:84,defin:[1,6,14,21,22,25,28,29,30,32,33,36,44,45,49,52,55,63,86,88,89,91,92,94,99,101,104,105,107,109,110,128,130,133,134,136,137,141,150,151,152,153,155,156,157,159,160,161,162,164,165,167,169,171,173,175,177,183,185,193,194,196,199,201,202,206,207,208,209,210,214,215,218,220,221,222],defininig:33,defininit:149,definit:[1,12,30,37,39,44,52,63,86,91,92,95,104,161,163,167,173,177,179,201,206],defint:[91,164],del:28,delai:[27,88,102,143,170,193,196,212],deleg:162,delet:[1,6,10,12,28,37,41,47,51,52,57,59,60,61,63,64,130,170,197,213,215],delimit:[52,105],deliv:[86,127],delta:[57,83,169],demo:206,demonstr:[22,27,91,128,193,210,215],denable_trac:14,denot:91,dep:[1,52,57,63,64,95,106,111,112,127,128,131,132,151,153,161,163,165,172,184,190,194,199,207,208,209,215],depend:[1,4,6,8,14,22,23,25,28,41,43,51,52,54,57,59,60,61,64,68,86,91,97,103,104,106,127,128,137,138,141,151,153,161,163,165,167,172,182,196,199,200,201,204,207,208,210,212,218,220,221],depict:132,deploi:[45,162,184],deploy:33,deprec:165,depth:[4,97],dequeu:[89,194],deriv:22,desc:178,descend:104,describ:[1,2,7,10,11,12,15,25,29,35,65,92,94,95,96,98,101,104,105,108,116,122,127,129,130,137,139,141,142,151,152,153,154,161,162,164,165,167,169,172,174,179,180,186,189,190,193,201,207,208,209,210,213,217],descript:[1,7,10,14,21,28,29,31,57,63,91,95,96,97,105,112,115,117,118,119,120,121,122,123,124,125,126,148,149,151,153,163,164,165,169,193,197,199,201,202,207,208,223],descriptor:[18,19,28,29,63,130,177],design:[23,24,32,57,98,99,102,104,130,161,162,179,196,199],desir:[88,91,100,143,153,157,199,204],desktop:10,destin:[4,14,33,91,138,149,151],detail:[1,10,12,14,23,30,32,57,94,101,104,105,128,130,138,141,152,153,154,162,169,172,175,177,179,180,181,182,190,193,201,215,222,223],detect:[22,57,92,116,128,130,142,164,165,173],determin:[22,89,91,92,101,104,116,143,161,162,165,168,175,178,201,213],determinist:14,dev:[1,2,3,4,7,8,10,11,12,14,50,63,68,84,106,110,111,152,153,154,165,168,169,170,172,173,176,182,184,185,186,187,188,189,192,193,200,201,202,203,207,208,209,210,212,213,215,218,219,221,225],dev_found:173,develop:[3,5,6,7,8,9,13,14,22,57,61,63,84,91,92,94,96,97,98,101,108,110,152,155,159,161,165,168,173,174,177,180,182,183,185,188,189,192,196,201,202,207,208,214,217,221,222,223,225],devic:[3,4,8,9,16,21,22,23,26,29,30,32,33,34,45,57,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,82,83,84,98,104,106,108,109,110,111,112,128,132,134,137,138,141,155,156,157,159,162,163,164,165,166,171,172,174,175,176,177,179,180,181,182,184,185,186,187,188,189,190,193,200,206,208,214,215,216,218,219,220,221,222,223,225],device_id:134,deviceaddr:24,deviceaddrtyp:24,devnam:157,dflt:150,dhcp:200,dhkei:22,diag:[144,212],diagnost:212,diagram:[108,186,188,196],dialog:[12,61,223],dictat:[11,64],did:[14,162],didn:212,diff:207,differ:[4,6,7,8,11,12,22,25,28,31,47,57,59,82,86,91,93,94,95,96,97,98,101,105,110,130,132,137,144,153,162,163,164,165,172,173,184,185,186,188,190,192,194,196,197,199,200,201,202,204,207,210,212,213,215,221,223],differenti:[91,201],difficult:[32,97,104,164],dig:[7,174],digit:[23,110,137,208],dioxid:206,dir:[28,112,128,129],direct:[10,22,28,138,161,163,202],direct_addr:[180,181],directli:[7,8,11,16,20,38,128,143,144,151,162,165,180,182,197,199,200,209,213],directori:[1,4,6,7,8,10,11,12,14,36,37,39,43,45,47,52,57,59,61,62,82,84,85,90,95,96,97,110,112,128,130,140,142,167,169,170,172,173,182,183,185,186,187,188,189,199,200,201,202,207,208,209,210,212,215,217,218,220,221,223,225],dirent:[112,128,129],dirnam:128,dirti:169,disabl:[6,14,22,23,25,31,87,88,106,127,137,141,144,151,153,154,161,162,164,165,178,190,197,200,208,209,210,211,215,222],disable_auto_eras:111,disallow:[22,130],disbl:161,disc_mod:[178,207],discard:[151,200],disciplin:173,disclaim:[7,11,57,172],disconnec:28,disconnect:[28,178],discontigu:104,discov:[14,23,28,29,173],discover:[14,28,30,109,159,175,214],discoverable_mod:175,discoveri:[14,29,108,110,112,173,178,183],discret:130,discuss:[10,91,96,153,162,175,210],disjoint:22,disk:[7,104,116,128,130],disk_nam:128,disk_op:112,disk_regist:[112,128],dispatch:[94,165,194],displai:[1,6,14,23,28,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,63,64,66,68,71,73,74,75,78,79,82,83,84,105,110,132,165,173,188,193,209,211,217,218,221],displayonli:28,displayyesno:28,dist:[59,82],distanc:[32,163],distinct:23,distinguish:14,distribut:[1,4,6,22,28,32,57,103,104,201,207,208],distro:6,div0:69,dive:91,divid:[20,22,69,105,107,130,162],dle:28,dll:[185,187,193,208],dm00063382:169,dma:110,dndebug:52,dnrf52:95,do_task:163,doc:[4,6,7,10,15,24,35,65,182,186],docker:[3,7,182,225],dockertest:2,document:[1,4,8,12,16,20,22,24,26,61,64,66,95,99,103,113,127,128,131,132,134,156,162,167,169,174,177,179,180,181,182,185,187,192,196,199,200,201,210,215,218,219,222,223],doe:[7,14,22,23,37,52,63,68,73,89,91,92,94,95,96,101,102,104,105,106,108,110,116,130,138,141,146,151,153,154,156,163,164,165,172,175,182,185,186,187,189,190,192,193,194,196,197,203,215,220],doesn:[8,14,22,34,99,104,112,157,162,170,172,173,175,185,196],doing:[14,90,102,110,177,184,196],domain:2,don:[1,10,14,33,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,64,89,91,105,113,116,169,177,179,180,181,201,207,208],done:[6,7,8,14,24,26,57,83,93,94,95,102,104,106,116,117,145,146,157,169,173,179,180,181,182,185,186,187,190,192,193,196,200,208,215,222,223],dont:[212,222],doorbel:57,dop:128,doubl:[2,150,188],doubt:[14,179],down:[1,12,63,82,84,137,162,186,188,190,221],downgrad:[6,7],download:[1,2,4,7,10,12,14,30,41,43,44,57,60,61,62,72,73,83,84,85,128,146,172,173,182,185,186,187,188,189,199,200,203,215,217,218,219,221,222,223],doxygen:[4,7,15,90,182,186],doxygengroup:90,dpidr:189,dpkg:[59,62,82,85],dptr:151,drag:22,drain:25,draw:25,drive:[9,14,63,102,110,138],drive_tim:212,driver:[7,57,111,112,128,132,136,137,139,141,143,144,153,155,163,172,182,185,186,187,188,189,200,210,212,215,221,222],drop:[12,14,27,144,186,188,221],drv2605:216,drv2605_calibrated_bemf:212,drv2605_calibrated_bemf_gain:212,drv2605_calibrated_comp:212,drv2605_cli:212,drv2605_drive_tim:212,drv2605_en_pin:212,drv2605_od_clamp:212,drv2605_ofb:212,drv2605_rated_voltag:212,drv2605_shell:212,drv2605_shell_init:212,dsc:177,dsize:91,dst:[14,47,52,72,91,128,135,149],dsym:[57,63],dtest:52,due:[14,22,92,104,111,116,127,142,157,182,186,188],dump:[14,105,212,222],dump_cal:212,dumpreg:210,duplex:32,duplic:[28,91],durat:[14,21,28,31,102,177,210],duration_m:[180,181],dure:[14,22,23,73,87,95,99,101,104,106,147,151,152,153,162,165,167,172,177,184,196,209,213],duti:[32,33],dwarf:63,dylib:4,dynam:[90,92],e407:[188,221],e407_:188,e407_devboard:[55,188,221],e407_devboard_download:188,e407_sch:221,e761d2af:[206,208],e_gatt:179,eabi:[4,7,12,95,103,182,215,222,223],each:[1,2,10,11,12,14,21,22,23,24,29,32,34,45,50,51,52,63,64,66,68,75,79,89,91,92,94,95,100,102,104,106,110,128,130,132,137,151,152,154,155,156,157,159,161,162,163,165,177,178,179,180,181,182,190,194,196,199,201,210,213,214,215,225],eager:3,earlier:[10,31,59,60,61,82,83,84,105,177,180,181,207,208,222],eas:111,easi:[1,2,3,8,9,110,132,138,163,164,185,208,209,212],easier:[14,25,95,207],easili:[9,155,165,215],east:102,eavesdropp:21,ecdsa256:104,ecdsa:104,echo:[12,14,62,66,80,82,83,84,85,106,107,109,190,200,218,219,221],echocommand:12,eclips:12,ectabl:[180,181],edbg:[2,182],eddyston:[28,183],eddystone_url:[28,30],edg:137,edit:[7,96,127,169,170,193,197,201,213],editor:[61,63,169,170,186],ediv:28,edr:[22,30,173],edu:[185,222],ee02:193,eeprom:111,effect:[100,102,105,128,130,208],effici:[14,32,33,91,92,182],effort:208,eid:180,eight:108,einval:88,eir:30,eir_len:173,either:[1,4,6,8,11,14,28,30,31,32,59,61,63,82,86,87,89,91,92,101,105,106,107,113,116,137,138,141,142,162,165,180,181,190,193,207,208,217],elaps:[22,88,102],electron:225,elem:161,element:[41,55,57,59,60,61,91,92,101,104,105,115,116,117,118,121,123,124,150,161,196],element_typ:150,elev:93,elf:[7,12,36,40,50,57,63,73,162,169,172,173,176,182,184,185,186,187,188,189,190,193,199,200,207,208,210,215,218,219,221,222,223],elfifi:73,elicit:162,els:[24,87,99,104,128,154,162,206,207,208,222],elsewher:[174,177,201],emac:207,email:[3,168,225],emb:111,embed:[1,3,4,12,14,41,57,59,60,61,103,104,130,141,168,169,182,188,215,222,223],emit:[57,63],emploi:32,empti:[52,91,101,116,161,165,171,179,199],emptiv:9,emul:[193,200,213],enabl:[1,8,9,25,31,33,34,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,59,60,61,64,75,78,79,80,89,95,105,106,107,108,110,111,127,132,137,141,145,151,153,154,155,157,159,160,164,165,169,172,175,178,183,191,192,194,198,205,206,207,208,213,217,220,222,223,225],enc:149,enc_chang:178,encapsul:32,encod:[7,53,105,106,108,109,159,161,193,199,209,214,215],encoding_cborattr:162,encoding_tinycbor:162,encompass:[16,22],encount:[7,14,22,59,91,105,126,196],encourag:110,encrypt:[22,23,28,31,130,176,178],encrypt_connect:22,end:[9,22,29,31,57,91,104,116,138,165,171,172,193,207],endian:[24,63,91,104,141,193],endif:[153,154,163,165,184,199,207,208,215],energi:[9,23,32,91,183,225],english:104,enjoi:208,enough:[57,91,98,102,104,146,149],enqueu:[91,143],ensur:[11,12,32,61,91,95,99,102,103,132,138,162,163,164,165,173,177,183,190,192,194,196,200,201,202,210,214,217,220],entail:162,enter:[12,23,49,95,161,163,182,184,186,196,210,212,215],entir:[2,14,91,92,95,104,130,179,196,207],entirelai:212,entireti:128,entiti:[45,174],entri:[14,22,23,74,105,116,117,118,121,124,126,128,130,151,154,157,161,162,179,211],enumer:[104,134,142,152],environ:[3,4,9,12,14,57,60,61,63,84,98,103,110,141,173,219],eof:[59,82],ephemer:180,epoch:102,equal:[14,30,74,91,151,164,165],equat:[30,212],equival:[48,63,111,132,208,225],eras:[14,73,104,111,112,116,125,130,135,182,186,187,188,193,208],erase_sector:188,erm:212,err:[99,128,154,163,206,208],error:[1,2,4,6,7,22,27,32,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,64,82,84,88,91,93,94,95,99,100,105,111,112,116,128,130,133,137,138,141,143,144,151,152,154,156,157,158,161,162,165,175,177,178,179,182,185,186,188,189,193,199,200,202,206,207,208,209,213,215,221],error_rsp_rx:[78,190],error_rsp_tx:[78,190],error_stat:163,escap:[200,207,215,222],especi:[14,102],essenti:[45,63,165,196],establish:[22,28,80,175,176,178,185,187,190,193,194,208],estim:91,etc:[1,14,25,27,32,38,45,59,82,91,92,94,97,98,104,108,110,132,133,144,148,171,178,196,208],ethernet:[110,132],etyp:[151,208],eui:193,eul:210,euler:210,ev_arg:[86,89,99,106],ev_cb:[86,89,91,106,194],ev_queu:89,eval:[187,208],evalu:[12,88,102,164,165,187,193,201,208],evalut:102,even:[4,10,14,88,91,98,104,127,144,150,157,162,206,208,213],event:[14,22,25,26,28,86,91,94,99,101,106,110,151,152,157,158,161,163,165,173,175,176,180,181,190,195,196,206,208,213,215,225],event_q:208,event_queu:106,eventq:[91,157,206,208],eventq_exampl:194,eventu:[4,101,102,207],ever:[91,92,104,116,212],everi:[1,14,34,63,99,100,101,110,116,126,141,178,180,182,184,202,212,215],everyon:[10,196],everyth:[1,14,95,99,105,162,196,199,200,207],evq:[86,89,91,106,157,161],evq_own:89,evq_task:89,evtyp:157,exact:[98,104,137,143,163],exactli:[91,95,100,165],examin:[143,175,177,219],exampl:[1,2,3,6,7,9,12,14,23,24,25,26,31,33,57,59,60,61,62,63,64,66,82,84,85,87,91,92,93,95,96,98,99,100,101,102,103,104,106,109,130,131,134,137,138,139,151,153,154,155,156,161,162,163,168,169,171,173,174,178,182,184,186,190,193,196,199,200,201,202,203,209,210,211,212,213,214,215,218,219,221,222,223,225],example1:91,example2:91,exce:222,exceed:22,except:[7,53,89,104,151,163,175,180,181,207,208],excerpt:[106,152,153,154,164,165,177,179,213],exchang:[16,23,28,29,32],excit:[7,169,172],exclud:[53,104,162,210],exclus:[23,93,100],exe:[12,61,62,84,85],exec:14,exec_write_req_rx:[78,190],exec_write_req_tx:[78,190],exec_write_rsp_rx:[78,190],exec_write_rsp_tx:[78,190],execut:[1,2,7,11,12,14,31,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,59,60,61,63,64,69,82,84,87,89,92,94,95,98,101,103,109,112,113,115,141,146,165,167,175,177,178,179,180,181,184,190,196,199],exhaust:[22,99,116],exisit:28,exist:[2,14,22,25,30,43,48,51,52,73,96,116,122,127,130,137,152,154,160,165,170,176,182,185,186,187,188,189,200,202,208,209,211,213,214,215,217,218,220,221,222,223,225],exit:[8,82,185,187,193,208,222],expect:[6,14,22,45,63,86,94,99,105,106,110,152,162,173,180,181,193,196,199],experi:[14,23,197,210],experienc:14,experiment:101,expertis:201,expir:[86,88,89,143,145,194],expire_msec:145,expire_sec:145,expiri:[86,143],explain:[4,12,14,100,171,172,173,180,181,183,190,200,202,217,220,225],explan:[36,37,39,40,41,45,46,47,48,49,50,52,53,55,56,67,68,69,70,71,72,73,74,75,76,77,78,79,128,175],explanatori:[31,96,180,181],explic:210,explicit:199,explicitli:175,explor:[104,162,177,217],export_func:105,expos:[1,14,16,32,94,109,130,155,161,165,174,179],expr:167,express:[24,165,179,207,208],ext:[12,14,186],extend:[22,30,31,91,92,211,214],extended_dur:28,extended_period:28,extens:[14,31,32,113,193],extent:[182,215,222,223],extern:[8,12,30,42,95,99,110,111,132,137,151,163,167,201,202,222,223],extra:[14,40,44,49,91,110,128,141,175,192,215,222],extra_gdb_cmd:63,extract:[4,11,60,61,62,84,85,141,169,185],extrajtagcmd:[40,44,49],extrem:9,f401re:55,f411a55d7a5f54eb8880d380bf47521d8c41ed77fd0a7bd5373b0ae87ddabd42:218,f4discoveri:186,f_activ:116,f_active_id:116,f_align:116,f_close:[129,131],f_closedir:[129,131],f_dirent_is_dir:[129,131],f_dirent_nam:[129,131],f_filelen:[129,131],f_getpo:[129,131],f_magic:116,f_mkdir:[129,131],f_mtx:116,f_name:[129,131],f_oldest:116,f_open:[129,131],f_opendir:[129,131],f_read:[129,131],f_readdir:[129,131],f_renam:[129,131],f_scratch:116,f_scratch_cnt:116,f_sector:116,f_sector_cnt:116,f_seek:[129,131],f_unlink:[129,131],f_version:116,f_write:[129,131],face:162,facil:[21,103,167,194],fact:[14,111,201],factor:9,factori:189,fail:[14,22,44,59,82,91,99,116,119,130,172,178,185,186,189,193,199,201,208,222],failov:162,failur:[22,86,91,99,101,102,104,105,112,117,118,119,121,122,124,125,126,128,129,133,137,138,141,143,144,145,151,152,156,157,158,177,178,179,199],fair:91,fairli:[25,57,63,91,100],fall:[98,103,137,225],fallback:28,fals:[92,162,164],famili:[4,103,111,127,173],familiar:[3,12,165,169,171,172,174,190,208,215,222,225],famliar:207,fanci:101,faq:[11,13],far:[172,215],fashion:[94,116,169],fast:14,fat2n:7,fatal:167,fatf:[7,112,127,128],fault:106,favorit:[169,170],fcb:[7,105,117,118,119,120,121,122,123,124,125,126,151],fcb_append:[116,118,119],fcb_append_finish:[116,117],fcb_append_to_scratch:[116,117],fcb_clear:116,fcb_entri:[116,117,118,121,126],fcb_err_arg:116,fcb_err_crc:116,fcb_err_flash:116,fcb_err_mag:116,fcb_err_nomem:116,fcb_err_nospac:[116,117],fcb_err_novar:[116,121],fcb_err_vers:116,fcb_free_sector_cnt:116,fcb_getnext:116,fcb_init:116,fcb_is_empti:116,fcb_log:[116,151],fcb_max_len:116,fcb_offset_last_n:116,fcb_ok:116,fcb_rotat:[116,117],fcb_walk:116,fcb_walk_cb:[116,126],fe80:222,fe_area:[116,121,126],fe_data_:116,fe_data_len:[116,121,126],fe_data_off:[116,121,126],fe_elem_:116,fe_elem_off:116,feat:208,feather:14,featur:[1,3,11,14,21,22,31,92,98,101,161,162,165,168,175,193,210,217],feedback:[169,170,183,208],feel:3,femal:221,fetch:[1,12,14,42,59,82,173,183,190,192,194,201,202,207,217,220],few:[1,6,14,16,26,33,57,63,92,95,96,163,172,177,180,193,199,208,225],ffconf:127,ffffffff:188,ffs2nativ:[7,63],fhss:32,ficr:24,fictiti:[201,202],field:[14,22,28,86,87,91,95,104,106,138,152,153,154,161,162,163,165,175,177,179,180,181,201,202,208,210,213],fifo:116,figur:[91,104,105,116,212],file:[1,2,4,6,7,10,11,12,36,38,39,43,45,48,50,52,57,59,60,61,62,63,66,72,73,82,83,84,85,96,97,98,103,104,105,106,110,130,134,137,139,146,151,152,153,161,162,164,165,167,169,170,172,173,179,182,184,185,186,188,189,190,193,194,197,199,200,201,203,206,207,208,210,212,219,223],file_nam:63,filenam:[1,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,64,72,73,95,127,128,129,130,162,173],filesystem:[57,105,127,129,146],fill:[10,50,97,101,105,116,117,119,121,122,133,149,150,172,177,180,181,199,207,208],filter:[2,14,23,28,31,74,182],filter_dupl:14,filter_polici:14,find:[1,2,3,14,22,29,36,57,63,90,91,96,98,105,122,132,157,163,164,168,169,172,173,182,185,186,189,200,215,218,221,222,223,225],find_info_req_rx:[78,190],find_info_req_tx:[78,190],find_info_rsp_rx:[78,190],find_info_rsp_tx:[78,190],find_type_value_req_rx:[78,190],find_type_value_req_tx:78,find_type_value_rsp_rx:78,find_type_value_rsp_tx:78,fine:[9,14,180,181],finish:[4,100,101,116,117,144,193,207],fip:32,fire:[86,143,145,176,196,215],firmwar:[104,128,185,187,190,193,200,208,222,223],first:[2,3,6,8,12,14,15,23,30,32,35,59,60,61,62,65,84,85,86,89,91,92,93,95,101,102,103,104,105,116,130,131,134,141,148,150,157,161,162,165,167,169,171,174,175,176,177,179,180,181,183,184,190,193,196,200,206,207,208,210,212,215,217,220,225],first_aux:167,fit:[4,91,102,175,176,197],five:[22,23,32,190],fix:[6,11,14,92,102,104,203],fl_area:[116,117],fl_data_off:[116,117],fl_entri:116,fl_fcb:116,flag:[1,6,12,14,28,30,57,59,60,61,63,64,66,82,83,84,91,96,101,104,128,162,173,177,179,192,206,208,210,218,221],flash0:128,flash:[1,9,14,41,45,50,57,59,60,61,63,97,98,105,110,117,118,122,128,131,132,136,137,139,146,151,162,165,182,186,187,188,190,193,197,208],flash_area:[116,126],flash_area_bootload:[95,104,164,165],flash_area_image_0:[95,104],flash_area_image_1:[95,104,165],flash_area_image_scratch:[95,104,164],flash_area_nff:[164,165],flash_area_noexist:164,flash_area_read:[116,121,126],flash_area_reboot_log:[164,165],flash_area_writ:[116,117],flash_area_x:116,flash_id:[111,133,135],flash_map:[7,105,133,164,165],flash_map_init:165,flash_own:[164,165],flash_spi_chip_select:137,flash_test:[7,106],flat:[91,150,151],flavor:182,flexibl:[91,98,168,175,201,202],flicker:14,flight:91,float_us:209,flood:33,flow:[32,106,144,173,180,181],flow_ctl:144,flra:212,fltstr:157,fly:141,fmt:106,focu:196,folder:[4,10,12,15,35,57,61,65,170,185],follow:[1,2,3,4,6,7,8,11,12,14,21,22,24,25,27,28,30,31,32,33,34,39,40,45,52,53,57,59,60,61,62,63,66,68,69,73,74,75,79,80,82,83,84,85,91,93,95,96,98,100,101,102,103,104,106,107,109,110,111,112,116,128,130,131,132,138,140,141,151,152,153,154,155,157,159,162,163,164,165,167,169,170,172,173,174,175,177,179,180,181,182,183,184,185,186,187,188,189,190,192,193,194,196,199,200,201,202,203,206,207,208,209,210,211,212,213,214,215,217,218,220,221],foo:[14,105],foo_callout:105,foo_conf_export:105,foo_conf_set:105,foo_val:105,footer:[104,184],footprint:[9,108,110],fop:129,fops_contain:129,forc:[43,51,54,91,162],forev:[89,93,100,101],forgeri:23,forget:[82,169,206,208],fork:10,form:[1,21,23,24,27,68,91,101,165,177,178,180,193,199,201,212],formal:[7,22],format:[8,15,30,52,68,70,73,74,91,105,106,108,127,128,130,146,148,149,150,152,163,165,167,173,180,184,200,201,202,210,218,221],formula:[3,62,85],forth:[105,150],fortun:57,forver:28,forward:[14,102,175],found:[1,14,15,22,35,57,65,92,95,124,130,150,157,161,173,178,179,180,182,186,188,221],foundat:[4,32,33,104,108,182,188,201,207,208,215,222,223],four:[21,23,49,104,128,212],fraction:[102,199],frame:[161,193,196],framerwork:107,framework:[29,32,99,108,152,159,160,167,173,209,210,211,215,216,217],frdm:55,free:[2,4,75,90,91,92,116,151,162,176,178,182,188,215,219,222,223],freebsd:103,freed:[91,92],freedom:[178,180,181],freq_hz:143,frequenc:[14,25,32,88,95,99,102,110,132,140,143,145,163,193,196],frequent:[10,14,21,23,32,99,180,181,215],fresh:212,freshli:91,friend:33,friendli:[14,110],from:[1,4,6,7,8,9,10,11,12,15,21,22,23,24,27,28,31,33,34,37,38,40,41,43,45,46,47,48,49,51,52,53,57,58,62,63,64,66,67,68,70,71,72,73,74,75,78,79,81,85,86,87,88,89,90,91,92,94,95,96,97,98,101,102,103,104,105,107,108,109,111,112,113,115,116,122,128,129,131,133,137,138,141,143,144,146,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,167,169,171,172,173,174,177,178,179,180,181,182,183,184,185,186,187,188,189,190,192,193,194,196,199,200,201,202,207,208,210,212,215,217,218,219,221,222,223],front:91,fs_access_append:128,fs_access_read:128,fs_access_trunc:128,fs_access_writ:128,fs_cli:7,fs_close:128,fs_closedir:[112,128],fs_dir:[128,129],fs_dirent:[7,128,129],fs_dirent_is_dir:128,fs_dirent_nam:[112,128],fs_eaccess:128,fs_ealreadi:128,fs_ecorrupt:128,fs_eempti:128,fs_eexist:128,fs_eful:128,fs_ehw:128,fs_einval:128,fs_enoent:[112,128],fs_enomem:128,fs_eo:128,fs_eoffset:128,fs_eok:128,fs_eunexp:128,fs_euninit:128,fs_fcb:162,fs_file:[7,128,129],fs_filelen:128,fs_getpo:128,fs_if:[129,131],fs_mkdir:[7,128],fs_mount:7,fs_name:128,fs_nmgr:7,fs_nmgr_id_fil:128,fs_nmgr_max_nam:128,fs_op:[129,131],fs_open:128,fs_opendir:[112,128],fs_ops_for:129,fs_ops_from_contain:129,fs_ops_try_uniqu:129,fs_read:128,fs_readdir:[112,128],fs_regist:[129,131],fs_renam:128,fs_seek:128,fs_unlink:128,fs_write:128,fssl:[11,60],fsutil:7,fsutil_read_fil:128,fsutil_write_fil:128,ftdichip:173,fulfil:177,full:[1,7,8,14,22,29,31,32,50,57,95,104,105,111,117,133,146,151,161,162,164,165,170,172,175,178,179,184,190,207,208,210,215,225],fulli:[9,32,104,130,162,172,181,201,202,208],fun:[169,207],func:[91,99,101,105,138,143,145],fundament:[1,225],funtion:150,further:[6,95,99,138],furthermor:[94,104,130,162,180,181,196],fuse:57,futur:[86,91,138,152,161,165,193,201,202,203],fyi:14,g_bno055_sensor_driv:154,g_bno055stat:154,g_led_pin:[170,184,196],g_log_info:151,g_mbuf_buff:91,g_mbuf_mempool:91,g_mbuf_pool:91,g_mystat:163,g_os_run_list:87,g_os_sleep_list:87,g_stats_map_my_stat_sect:163,g_task1_loop:184,g_ts_suit:167,gain:[93,100,131,172,208],gap:[14,20,21,22,31,32,91,174,177,179,207,208,209],garbag:116,gatewai:193,gatt:[14,16,20,28,31,32,33,34,174,177,179,207,208,209],gatt_acc:177,gatt_adc_v:208,gatt_co2_v:206,gatt_co2_val_len:206,gatt_svr:[179,206,208,210],gatt_svr_chr_access_gap:[177,179],gatt_svr_chr_access_sec_test:[179,206,208],gatt_svr_chr_sec_test_rand_uuid:[179,206,208],gatt_svr_chr_sec_test_static_uuid:[179,206,208],gatt_svr_chr_writ:[206,208],gatt_svr_register_cb:179,gatt_svr_sns_access:[206,208],gatt_svr_svc:[177,179,206,208],gatt_svr_svc_adc_uuid:208,gatt_svr_svc_co2_uuid:206,gatt_svr_svc_sec_test_uuid:[179,206,208],gaussian:32,gavin:60,gc_on_oom_test:199,gc_test:199,gcc:[4,7,59,103],gcc_startup_:95,gcc_startup_myboard:95,gcc_startup_myboard_split:95,gcc_startup_nrf52:[95,185,187,215],gcc_startup_nrf52_split:[185,187,189,193,215],gdb:[4,7,12,14,40,49,63,64,95,172,182,184,185,186,188,189,196,208,215,222,223],gdb_arduino_blinki:12,gdbmacro:7,gdbpath:12,gdbserver:6,gear:103,gen:[28,31],gen_task:194,gen_task_ev:194,gen_task_prio:194,gen_task_stack:194,gen_task_stack_sz:194,gen_task_str:194,gener:[1,11,14,17,18,19,20,21,22,24,28,29,30,32,33,36,37,45,57,63,64,89,91,92,93,95,101,104,112,130,137,150,162,164,169,170,172,173,175,176,179,180,181,182,183,184,185,186,187,188,189,190,192,193,196,199,200,201,206,207,208,210,212,215,218,221,222,223],get:[2,4,6,7,8,9,10,11,14,24,57,58,60,61,62,63,66,78,81,83,84,85,87,89,91,92,93,94,95,97,98,99,100,101,102,104,105,109,110,116,126,133,137,141,143,150,152,156,157,159,161,162,165,169,170,171,173,175,177,179,180,181,182,183,185,186,188,189,192,193,194,196,199,200,206,207,208,214,215,221,225],gettng:197,gfsk:32,ggdb:6,ghz:[32,200],gist:[110,137],git:[11,57,60,82,83,84,103,182,200,201,202,203],github:[1,7,10,11,15,35,57,59,60,61,65,82,83,84,103,134,169,182,200,201,202,203,207,208,217],githublogin:203,githubpassword:203,githubusercont:[11,59,60,61,82,83,84],gitignor:14,give:[14,57,137,162,169,172,180,181,193,196,201,202,207,208],given:[12,14,22,44,86,88,89,91,92,98,101,102,104,112,113,115,116,121,122,128,133,137,141,143,144,146,152,156,157,196,202],glanc:175,glibc:59,global:[1,14,30,64,91,92,93,151,152,154,157,163,167,177],gmt:102,gnd:[8,193,208,210,221],gnu:[3,4,12,14,40,49,182,186,188,189,215,222,223],goal:[57,103,157,220],gobjcopi:6,gobjdump:6,gobl:83,goe:[14,63,167,199],going:[14,98,105,162,180,184,207,208],golang:[11,61,84],gone:176,good:[7,9,14,23,57,93,95,99,104,127,162,172,175,181,193],googl:[180,217],gopath:[11,59,60,61,62,82,83,84,85],got:[14,206,207,208],govern:[207,208],gpg:[59,82],gpio:[8,14,98,110,139,141,144,194,212],gpio_ev:194,gpio_l:194,gpl:[4,182,186,188,189,215,222,223],gplv3:[182,188,215,222,223],gpo:132,gpregret:14,grab:90,graduat:208,grain:9,grant:93,granular:102,graph:[1,52,64],graviti:210,great:[8,32,104,164,170,208],greater:[30,32,91,164],greatest:104,green:[2,10,12,182,186,187,200,210,218],grid:57,ground:[208,210],group:[2,22,78,107,110,161,163,165,190,193],grow:[55,196],guarante:[14,91,92],guard:94,guid:[7,8,11,12,14,20,61,64,66,84,154,155,165,174,179,181,190,194,196,197,199,201,218,221],gyro:210,gyro_rev:210,gyroscop:[152,210],h_mynewt_syscfg_:165,hack:[7,9,12,14,169,170,208],had:[91,94,104,162],hal:[1,7,9,14,50,57,63,88,97,110,111,131,132,138,141,143,144,154,172,182,186,188,194,208,210,212,215,225],hal_bsp:[7,14,95,110,136,153,182,185,186,188,213],hal_bsp_core_dump:133,hal_bsp_flash_dev:[95,111,133,136],hal_bsp_get_nvic_prior:133,hal_bsp_hw_id:133,hal_bsp_hw_id_len:133,hal_bsp_init:[133,153],hal_bsp_max_id_len:133,hal_bsp_mem_dump:133,hal_bsp_power_deep_sleep:133,hal_bsp_power_off:133,hal_bsp_power_on:133,hal_bsp_power_perus:133,hal_bsp_power_sleep:133,hal_bsp_power_st:133,hal_bsp_power_wfi:133,hal_common:[7,172,186,188],hal_debugger_connect:142,hal_flash:[7,95,111,128,133,136,182,186,188],hal_flash_align:135,hal_flash_eras:135,hal_flash_erase_sector:135,hal_flash_init:135,hal_flash_ioctl:135,hal_flash_read:135,hal_flash_writ:135,hal_gpio:[7,112,134,137,194],hal_gpio_init_in:137,hal_gpio_init_out:[101,137,170,184,194,196],hal_gpio_irq_dis:137,hal_gpio_irq_en:[137,194],hal_gpio_irq_handler_t:137,hal_gpio_irq_init:[137,194],hal_gpio_irq_releas:137,hal_gpio_irq_trig_t:137,hal_gpio_irq_trigg:137,hal_gpio_mode_:137,hal_gpio_mode_in:137,hal_gpio_mode_nc:137,hal_gpio_mode_out:137,hal_gpio_mode_t:137,hal_gpio_pul:137,hal_gpio_pull_down:137,hal_gpio_pull_non:137,hal_gpio_pull_t:137,hal_gpio_pull_up:[137,194],hal_gpio_read:137,hal_gpio_toggl:[101,137,170,184,194],hal_gpio_trig_both:137,hal_gpio_trig_fal:137,hal_gpio_trig_high:137,hal_gpio_trig_low:137,hal_gpio_trig_non:137,hal_gpio_trig_ris:[137,194],hal_gpio_writ:[14,134,137,196],hal_i2c_begin:138,hal_i2c_end:138,hal_i2c_init:138,hal_i2c_master_data:138,hal_i2c_master_prob:138,hal_i2c_master_read:138,hal_i2c_master_writ:138,hal_i2c_prob:138,hal_i2c_read:138,hal_i2c_writ:138,hal_os_tick:[140,185,215],hal_reset_brownout:142,hal_reset_caus:[142,213],hal_reset_cause_str:142,hal_reset_pin:142,hal_reset_por:142,hal_reset_reason:142,hal_reset_request:142,hal_reset_soft:142,hal_reset_watchdog:142,hal_rtc:127,hal_spi:[112,141],hal_spi_abort:141,hal_spi_config:141,hal_spi_data_mode_breakout:141,hal_spi_dis:141,hal_spi_en:141,hal_spi_init:[112,141],hal_spi_lsb_first:141,hal_spi_mod:141,hal_spi_mode0:141,hal_spi_mode1:141,hal_spi_mode2:141,hal_spi_mode3:141,hal_spi_moden:141,hal_spi_msb_first:141,hal_spi_set:[111,141],hal_spi_set_txrx_cb:141,hal_spi_slave_set_def_tx_v:141,hal_spi_tx_v:141,hal_spi_txrx:141,hal_spi_txrx_cb:141,hal_spi_txrx_noblock:141,hal_spi_type_mast:141,hal_spi_type_slav:141,hal_spi_word_size_8bit:141,hal_spi_word_size_9bit:141,hal_system:142,hal_system_clock_start:142,hal_system_reset:142,hal_system_restart:142,hal_system_start:142,hal_tim:[88,143],hal_timer_cb:[88,143],hal_timer_config:143,hal_timer_deinit:143,hal_timer_delai:143,hal_timer_get_resolut:143,hal_timer_init:[14,143],hal_timer_read:143,hal_timer_set_cb:143,hal_timer_start:143,hal_timer_start_at:143,hal_timer_stop:143,hal_uart:207,hal_uart_blocking_tx:144,hal_uart_clos:144,hal_uart_config:[144,207],hal_uart_flow_ctl:144,hal_uart_flow_ctl_non:[144,207],hal_uart_flow_ctl_rts_ct:144,hal_uart_init:144,hal_uart_init_cb:[144,207],hal_uart_par:144,hal_uart_parity_even:144,hal_uart_parity_non:[144,207],hal_uart_parity_odd:144,hal_uart_rx_char:144,hal_uart_start_rx:144,hal_uart_start_tx:[144,207],hal_uart_tx_char:144,hal_uart_tx_don:144,hal_watchdog_en:145,hal_watchdog_init:145,hal_watchdog_tickl:145,hal_xxxx:132,half:[18,19,95,102],halfwai:104,halgpio:137,halsystem:142,halt:[94,140,141,182,186,188],haluart:144,hand:[162,169,196,199],handbook:[185,189],handi:[14,95,208],handl:[14,19,22,28,29,31,63,91,103,110,111,112,128,151,152,155,156,161,176,177,178,190,194,206,208,215],handler:[14,89,94,95,107,137,156,159,194,196,206,208,209],happen:[9,14,22,27,105,116,176,179,180,181,182,200,202],happi:[7,9],har:221,hard:[99,106,212],hardcod:[26,28],hardwar:[2,3,5,6,7,9,14,22,25,26,32,33,36,88,95,97,98,104,110,130,133,134,135,136,137,138,140,142,143,144,145,154,162,165,172,173,180,181,182,184,185,186,187,194,196,197,200,201,207,215,225],harm:104,has:[2,3,4,7,10,11,12,14,22,23,25,27,31,36,38,45,52,57,59,60,61,63,64,79,82,83,84,87,88,89,90,91,92,94,95,98,99,100,101,104,105,106,108,110,114,116,128,130,137,138,141,143,144,146,154,156,157,162,163,165,167,177,178,179,182,184,185,186,190,192,193,196,199,200,201,202,206,207,208,214,215,222,223,225],hash:[36,39,45,48,73,104,162,192,218,221],hasn:105,have:[1,2,3,6,7,8,9,10,11,12,14,21,22,23,25,31,34,45,52,54,56,57,59,60,61,62,63,64,66,82,83,84,85,86,89,91,92,94,95,97,98,99,100,101,103,104,106,108,110,111,113,116,119,130,132,136,137,143,144,151,152,161,162,163,164,165,168,169,170,171,172,173,176,177,179,180,181,182,183,184,185,186,187,188,189,190,192,193,194,199,200,201,202,204,206,207,208,209,210,211,212,213,214,215,217,218,219,220,221,222,223,225],haven:[3,14,112,168,202,208,225],hci1:173,hci:[14,32,171],hci_adv_param:175,hci_common:190,hdr:[104,151],hdr_ver:148,head:[11,60,82,83,84,89,91,156],header:[1,14,39,41,48,57,59,60,61,63,95,104,108,116,117,134,137,151,153,165,167,184,185,190,206,207,208],headless:2,health:180,heap:[92,94,95],heart:196,held:201,hello:[12,14,71,144,183,190,200,218,219,221,225],help:[1,8,12,14,33,36,37,39,40,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,64,66,67,69,70,71,72,73,74,75,76,77,78,79,82,83,84,94,96,97,102,110,150,162,164,171,172,175,182,184,185,187,193,196,197,199,200,203,207,208,210,212,215,222,223],helper:[1,63,91,96,111,180,181],henc:[104,168],her:94,here:[1,3,8,10,11,14,30,34,57,75,78,79,86,89,91,92,95,96,99,101,104,105,106,116,130,137,141,150,151,152,154,161,162,163,164,165,168,169,173,177,179,180,181,182,184,185,186,189,193,194,199,200,201,202,207,208,212,219,225],hertz:88,hex:[7,39,45,50,73,138,162,188,193,206,215],hexidecim:68,hfxo:25,hidapi:4,hidraw:4,hierarchi:[128,165,167],high:[9,14,20,32,66,88,100,110,137,152,157,194,196,222],high_duti:28,high_thresh:152,higher:[11,14,16,22,32,57,60,61,74,82,83,84,93,94,100,101,132,151,157,164,165,168,173,196,199,202],highest:[87,93,94,101,164,165,196],highli:168,highlight:[2,6,31,103,169,182,185,187,189,200,208,209,215],hint:57,his:94,histori:164,hit:[38,184],hmac:14,hog:196,hold:[15,35,45,65,91,92,138,149,154,161,169,193,196,201,208],hole:208,home:[7,11,61,95,162,172,184,199,203,207],homebrew:[4,6,7,11,38,58,62,81,85],homepag:[1,14,45,63,106,199,207,208],honor:14,hook:[99,188,207,221],hop:[32,110],hope:14,host:[7,9,14,23,24,27,30,31,32,68,72,73,86,89,91,104,159,172,173,177,178,179,182,199,200,206,207,208,209,214,215,222,223],hotkei:222,hour:102,how:[2,3,4,5,6,7,8,11,12,14,22,24,31,32,57,59,60,61,62,68,82,83,84,85,91,93,95,98,102,104,105,106,116,122,124,130,138,141,151,153,154,162,163,166,167,168,169,170,171,172,173,176,177,178,180,181,182,183,184,185,186,187,188,189,190,192,193,196,198,199,200,206,207,210,211,212,214,215,217,218,219,220,221,225],howev:[3,14,59,82,91,98,101,103,104,106,130,137,163,185,192,201],htm:173,html:[4,15,35,65,113,128,182,186,188,215,222,223],http:[1,4,10,11,12,14,15,35,41,57,59,60,61,63,65,82,83,84,103,106,113,134,169,173,180,182,185,186,188,189,199,201,203,207,208,215,221,222,223],httperror404:[59,82],hub:200,human:[173,201],hw_bsp_nativ:63,hw_drivers_nimble_nrf51:162,hw_hal:57,hw_mcu_nordic_nrf51xxx:162,hypothet:22,i2c:[8,110,111,132,210,211,212,215],i2c_0:[209,210,211,212,215],i2c_0_itf_bno:153,i2c_0_itf_li:153,i2c_num:138,i2s:182,i2s_callback:182,i386:[4,6],iOS:[176,206,208,209,211,214,217],ibeacon:[24,172,183,225],icloud:14,icon:[10,12,14],id16:179,id3:[15,35,65],id_init:165,idcod:182,idea:[14,63,91,93,99,175],ideal:[14,32],ident:[14,20,22,23,24,28,31,68,91,103,109,162,163,167],identifi:[1,8,14,21,22,28,30,36,73,95,101,104,105,133,138,180,181,185,187,193,200,208,218,221],idl:[28,79,99,172,196,218,221],idx:[28,111,130],ietf:150,if_rw:109,ifdef:[162,165,184,215],ifndef:[165,207,208],ignor:[6,14,28,84,92,128,130,165,222],ih_flag:104,ih_hdr_siz:104,ih_img_s:104,ih_key_id:104,ih_mag:104,ih_tlv_siz:104,ih_ver:104,iii:104,illustr:[12,91,93,94,104,196,208,215],imag:[2,6,7,12,33,36,40,41,44,45,49,57,59,60,61,63,66,80,82,83,84,95,96,98,103,106,107,147,148,149,163,164,168,172,176,182,183,184,191,197,206,207,219,220,222,223,225],image_ec256:[182,185,186,187,188,189,193,200,210,218,219,221],image_ec:[7,182,185,186,187,188,189,193,200,210,218,219,221],image_f_ecdsa224_sha256:104,image_f_non_boot:104,image_f_p:104,image_f_pkcs15_rsa2048_sha256:104,image_f_sha256:104,image_head:104,image_header_s:104,image_mag:104,image_magic_non:104,image_ok:104,image_rsa:[7,182,185,186,187,188,189,193,200,210,218,219,221],image_tlv:104,image_tlv_:104,image_tlv_ecdsa224:104,image_tlv_rsa2048:104,image_tlv_sha256:104,image_valid:[7,182,186,187,189,200,210,218,219,221],image_vers:[104,146,148,149],img:[14,39,48,73,169,170,172,173,176,182,185,186,187,188,189,190,192,193,200,207,210,212,215,218,221,222,223],img_start:142,imgmgr:[7,106,107,128,146,165,190,207,208],imgmgr_max_ver_str:149,imgmgr_module_init:165,imgr_ver:146,imgr_ver_jsonstr:149,immedi:[27,89,95,104,141,143,152,175,180,181],impact:25,impl:63,implemen:68,implement:[9,10,14,32,34,63,68,89,91,92,95,97,98,104,105,106,107,127,128,130,132,134,136,137,138,139,140,141,142,146,150,152,153,155,157,160,161,165,167,174,177,179,180,193,194,199,208,209,210,212,215],impli:[14,180,181,199,202,207,208],implicit:199,impos:[104,130],imposs:21,impract:179,impress:208,improv:184,imuplu:210,inc:[4,182,188,215,222,223],includ:[1,4,7,9,10,14,16,17,18,19,21,22,23,27,28,29,32,33,45,52,61,63,86,89,91,92,93,95,97,98,99,100,101,102,104,105,106,109,110,111,112,114,116,127,128,129,130,131,132,133,134,138,141,143,144,146,150,151,152,153,154,157,159,161,162,164,165,166,167,169,173,174,175,177,180,181,185,190,192,194,196,199,201,202,206,207,208,209,210,212,213,214,215,220,222],include_tx_pow:28,inclus:151,incom:[22,89,144,146,161,194],incompat:[59,82,201],incomplet:[30,95,128],incomplete_block_test:199,incorrect:[44,102],incr:133,increas:[23,32,91,161,165,196,222],increasin:116,increment:[91,102,105,163],incub:[7,57,134,165,169,208],inde:[94,188],indefini:[180,181],indent:6,independ:[23,98,104,110,132,133,135,137,138,140,142,143,144,145,165],indetermin:[91,199],index:[33,74,104,173],indian:102,indic:[7,14,21,22,27,29,30,31,89,92,95,99,104,106,108,137,138,143,151,161,162,164,165,177,179,182,185,186,189,192,199,200,215,217],indirect:208,indirectli:151,individu:[11,101,104,105,110,137,165,190,201],industri:[32,127],infinit:[89,92,94,165,184,196],info:[14,41,59,60,61,63,66,67,68,69,70,71,72,73,74,75,76,77,78,79,82,83,84,92,101,105,116,117,121,178,182,186,188,189,192,200,206,208],inform:[1,6,7,12,14,22,23,24,28,30,36,39,41,42,59,60,61,63,64,66,68,73,82,83,84,89,91,92,95,97,98,101,102,104,108,109,121,151,152,154,155,156,162,163,165,168,169,172,175,178,179,180,181,182,184,192,193,194,196,201,202,203,207,208,210,215,218,221,223],infrastructur:172,ing:[110,180,181],inher:[1,24,177],inherit:[1,4,61,93,152],ininclud:163,init:[52,57,152,153,157,165,207,208],init_app_task:94,init_func_nam:165,init_funct:165,init_stag:165,init_task:[194,196],init_tim:[184,215],initi:[14,18,21,24,26,27,28,29,32,63,86,88,89,91,92,93,94,95,99,100,101,105,106,110,114,122,128,132,133,135,137,138,141,143,144,147,150,151,153,156,157,159,161,167,170,173,174,178,180,181,184,190,194,199,206,207,208,209,210,212,215],initialis:[154,182],inlin:15,inod:130,inoper:[27,180,181],input:[22,23,28,102,110,132,137,141,188,194,199,222],inquiri:[22,30],insert:[91,101],insid:[14,25,91,94,133,184,188,199],insight:[110,196],inspect:[14,50,104,105,178],instal:[3,7,9,15,35,41,56,57,65,80,94,95,96,112,156,170,171,172,173,182,183,185,186,187,188,189,190,192,194,196,199,200,202,204,207,209,210,211,214,215,217,218,219,220,221,222,225],instanc:[2,3,9,14,28,64,91,151,163,175,180,181,182],instant:22,instantan:196,instanti:[94,110],instantli:100,instead:[7,8,11,12,14,25,89,92,100,104,106,162,165,176,182,184,185,186,187,188,189,190,194,199,203,206,207,208,209,213],instruct:[3,4,7,8,11,57,59,64,82,87,98,182,185,189,190,194,209,210,211,213,215,219,222,223],insuffici:[22,91],insur:[92,101],int16_t:102,int32_max:[28,102],int32_t:[102,144,180,181],int64_t:[102,151],int8:105,int_max:91,integ:[14,150,152,163,165],integr:[12,14,23,92,138,163,208],intellig:132,intend:[14,25,30,38,138,168],inter:[138,194],interact:[2,8,106,108,146,176,184,197,222],interchang:150,interconnect:[9,108],interdepend:[105,165],interest:[7,16,20,91,95,132,162,170,172,175,180,225],interfac:[4,20,31,32,33,91,101,104,109,110,111,112,127,128,129,132,133,135,137,138,140,141,142,144,145,151,154,155,169,171,173,174,182,186,188,207,210,211,212,215,221],interleav:14,intern:[7,14,22,91,94,95,99,110,111,116,136,143,145,146,150,182,208,212],internet:[7,12,32,173,183,190,192,194,200,217,220],interoper:[108,109],interpret:[113,115,152,156],interrupt:[14,87,88,89,95,104,133,137,140,141,143,144,152,157],interv:[14,22,28,30,99,101,152,156,157,194,210,215],interval_max:28,interval_min:28,intervent:98,intiat:95,introduc:[1,31,164,165],introduct:[196,225],introductori:217,intuit:104,invalid:[22,88,104,112,118,141,143,177,199],invers:[93,100],invert:100,invoc:[6,179],invok:[2,199,203,215],involv:[18,19,21,23,95,98,132,138,199],io_cap:28,ioctl:128,iot:32,iotiv:209,ipsp:32,iptest:63,ipv6:32,irk:[21,28],irq:[14,137],irq_num:133,irq_prio:[111,112],isbuildcommand:12,ism:32,ismylaptop:207,isn:[14,95,172],isol:[95,162],isr:14,isshellcommand:12,issu:[1,6,10,31,57,68,94,100,104,108,128,130,138,185,186,187,189,190,193,204,207,208],ist:102,it_len:104,it_typ:104,ite_chr:177,item:[1,89,95,105,131,156,181],iter:[92,101,104,128,151,157],itf:154,its:[7,8,10,11,14,20,21,22,57,63,87,89,91,92,93,94,95,98,99,101,104,106,111,116,128,130,137,138,141,151,162,163,164,165,167,169,170,171,172,175,177,178,179,180,181,192,193,196,201,207,212,213,219,225],itself:[14,27,63,91,92,101,104,110,114,116,131,146,157,165,166,169,185,199,207,208,212],itvl:14,iv_build_num:104,iv_major:104,iv_minor:104,iv_revis:104,jan:[102,207],javascript:57,jb_read_next:150,jb_read_prev:150,jb_readn:150,je_arg:150,je_encode_buf:150,je_wr_comma:150,je_writ:150,jira:10,jlink:[63,95,185,187,192,200,210,215,218],jlink_debug:63,jlink_dev:63,jlinkex:[185,187,193,208],jlinkgdbserv:[215,222],jlinkgdbserverclex:207,jmp_buf:167,job:[1,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,64,87,94,95,161,177],join:[3,110,168,200,225],json:[7,12,36,39,53,57,63,169,170,190,199],json_array_t:150,json_attr_max:150,json_attr_t:150,json_buff:150,json_buffer_read_next_byte_t:150,json_buffer_read_prev_byte_t:150,json_buffer_readn_t:150,json_decod:199,json_encod:[149,150,199],json_encode_array_finish:150,json_encode_array_nam:150,json_encode_array_start:150,json_encode_array_valu:150,json_encode_object_entri:150,json_encode_object_finish:150,json_encode_object_kei:150,json_encode_object_start:150,json_enum_t:150,json_err_arraystart:150,json_err_attrlen:150,json_err_attrstart:150,json_err_badattr:150,json_err_badenum:150,json_err_badnum:150,json_err_badstr:150,json_err_badsubtrail:150,json_err_badtrail:150,json_err_checkfail:150,json_err_misc:150,json_err_noarrai:150,json_err_nobrak:150,json_err_nonqstr:150,json_err_noparstr:150,json_err_nullptr:150,json_err_objarr:150,json_err_obstart:150,json_err_qnonstr:150,json_err_strlong:150,json_err_subtoolong:150,json_err_subtyp:150,json_err_toklong:150,json_nitem:150,json_read_arrai:150,json_read_object:150,json_simple_decod:199,json_simple_encod:199,json_struct_arrai:150,json_struct_object:150,json_typ:150,json_val_max:150,json_valu:150,json_value_bool:150,json_value_int:150,json_value_str:150,json_value_stringn:150,json_value_type_arrai:150,json_value_type_bool:150,json_value_type_int64:150,json_value_type_object:150,json_value_type_str:150,json_value_type_uint64:150,json_value_uint:150,json_write_func_t:150,jtag:[4,40,44,49,182,185,186,188,200,215,221],jul:82,jump0:69,jump:[104,162],jumper:[8,169,188,207,208,221],just:[1,7,8,14,22,23,24,64,86,89,95,96,101,102,104,111,112,127,128,157,162,169,176,177,180,181,182,184,193,203,204,207,208],jv_len:150,jv_pad1:150,jv_type:150,jv_val:150,k30:[206,207],k64f:55,keep:[9,14,23,25,94,104,106,110,116,141,153,161,162,169,170,196,199,208],keg:[62,85],kei:[8,21,22,32,33,39,48,59,82,95,104,105,149,150,165,177,193,200,210],kept:[87,104,116],kernel:[1,7,9,14,53,57,63,95,106,110,132,152,157,162,165,166,172,173,194,207,208,209,210,212,213,215],kernel_o:162,keyboard:[12,23,106],keyboarddisplai:28,keyboardonli:28,keychain:[59,82],keystor:28,keyword:[1,63,96,106,199,201,207,208],khz:[141,182,186],kick:[99,180,181],kilobyt:98,kind:[33,110,207,208,222],kit:[8,49,63,169,170,183,185,192,207,208,222,223,225],klibc:103,know:[1,8,12,14,31,63,106,152,156,163,164,177,178,180,181,183,184,196,200,207,208,220,225],known:[32,57,102,175,196],kw41z:14,l13:185,l2cap:32,l_arg:151,l_level:151,l_log:151,l_name:151,lab:34,label:[8,95,188,208],lack:[116,127,162],lag:179,languag:[11,12,57,98,113,207,208],laptop:[3,8,169,170,173,190,193,194,208],larg:[22,25,33,91,101,102,162,163,196],large_system_test:199,large_unlink_test:199,large_write_test:199,larger:[14,33,91],largest:91,las_app_port:193,las_app_tx:193,las_join:193,las_link_chk:193,las_rd_app_eui:193,las_rd_app_kei:193,las_rd_dev_eui:193,las_rd_mib:193,las_wr_app_eui:193,las_wr_app_kei:193,las_wr_dev_eui:193,las_wr_mib:193,last:[14,22,27,74,79,91,92,99,101,104,116,124,144,152,161,165,175,179,180,181,182,193,200,208,210,213,215],last_checkin:[79,218,221],last_n_entri:116,last_n_off:124,last_op:138,last_read_tim:154,latenc:28,later:[7,8,14,74,86,91,104,167,170,172,178,182,193,199,208,215,222,223],latest:[1,2,4,7,11,14,51,54,57,58,62,81,85,105,169,182,200,201,202,207,208],latter:[22,91,108,130],launch:12,launchpad:4,law:[182,207,208,215,222,223],layer:[9,22,32,91,92,97,98,110,128,130,131,144,154,155,165,174,194,208,225],layout:[98,104,221],lc_f:153,lc_pull_up_disc:153,lc_rate:153,lc_s_mask:153,ld4:186,ldebug:[14,164],ldflag:52,ldr:188,le_elem_off:121,le_scan_interv:14,le_scan_window:14,lead:[91,94,178,208],leadingspac:91,learn:[7,27,63,169,170,183,217],least:[23,91,99,104,141,143,184,190,193,208,225],leav:[91,111,124,162],led1:[187,194],led2:194,led3:194,led:[1,7,14,63,95,98,101,110,132,137,173,182,183,184,185,186,187,188,189,190,194,196,200,208,210,218,221,225],led_blink_pin:[95,101,170,184,185,196],led_blink_pin_1:170,led_blink_pin_2:170,led_blink_pin_3:170,led_blink_pin_4:170,led_blink_pin_5:170,led_blink_pin_6:170,led_blink_pin_7:170,led_blink_pin_8:170,led_pin:170,left:[88,92,101,121,149,162,188,206,215,225],legaci:[14,31,127,165,196],len:[91,105,111,116,117,128,129,138,141,150,151,157,177,193,207],length:[22,28,32,91,95,104,105,106,116,133,149,157,177,193],less:[14,94,103,104,151,179,180,181],lesson:[196,225],let:[4,8,57,91,95,151,152,162,163,169,172,174,175,176,177,178,179,180,181,184,188,196,199,201,202,206,207,208,212,215],level:[1,2,9,14,16,20,22,24,28,30,31,33,34,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,59,60,61,63,64,66,67,68,69,70,71,72,73,74,75,76,77,78,79,82,83,84,91,93,95,107,110,111,128,130,132,154,164,165,168,176,177,180,181,182,186,193,199,200,202,206,207,208],level_list:74,leverag:[108,110,171,208],lflag:[1,52,63],lh_append_body_func_t:151,lh_append_func_t:151,lh_append_mbuf_body_func_t:151,lh_append_mbuf_func_t:151,lh_flush_func_t:151,lh_read_func_t:151,lh_read_mbuf_func_t:151,lh_registered_func_t:151,lh_walk_func_t:151,li_next_index:151,li_vers:151,lib:[1,4,47,55,57,84,103,106,128,131,164,165,207,208],libc6:6,libc:[7,95,103],libc_baselibc:[162,188],libftdi1:4,libftdi:4,libg:50,libgcc:[50,162],libhidapi:4,librari:[1,4,14,50,52,57,60,83,89,91,95,96,98,103,104,106,110,128,131,132,146,162,163,167,172,199,201,202,207,208,209],libusb:4,libusb_error_access:186,libusb_open:186,licens:[4,7,11,57,63,103,110,172,182,186,188,189,200,201,207,208,215,222,223],lieu:68,life:[25,180],light:[9,33,132,152,169,170,183,186,187,188,189,194,209,210,218,221],lightblu:[176,206,208],lightweight:127,like:[2,3,5,8,12,14,33,57,60,61,64,83,84,91,94,95,98,99,100,103,104,106,110,116,132,138,163,169,170,172,182,186,188,199,201,207,208,209,211,212,213,215,217,221,222,223],likewis:64,limit:[3,14,22,28,30,101,103,105,111,127,162,175,180,190,207,208,222],limt:163,line:[2,6,7,12,14,38,40,41,49,64,95,103,106,137,163,167,169,170,173,179,184,186,187,201,203,208,209,210,215,222],linearacc:210,lines_queu:106,link:[2,3,7,14,22,23,28,32,36,40,44,62,63,83,85,87,91,143,161,162,165,167,168,169,172,173,176,181,182,184,185,186,187,188,189,193,200,207,208,210,215,218,219,221,222,223,225],linker:[1,63,96,103,162,172,188],linkerscript:[63,95],linux:[5,7,9,12,58,68,80,81,111,173,182,184,185,186,188,189,192,200,210,218,219,220,221],liquid:208,lis2dh12:[153,215],lis2dh12_0:[153,215],lis2dh12_cfg:153,lis2dh12_config:153,lis2dh12_data_rate_hn_1344hz_l_5376hz:153,lis2dh12_fs_2g:153,lis2dh12_init:153,lis2dh12_onb:[153,215],list:[3,6,7,8,12,14,23,28,30,36,37,50,52,53,55,59,61,63,68,73,74,75,77,78,79,80,82,87,89,91,92,95,96,97,101,104,106,107,110,112,131,143,151,152,156,157,158,161,163,165,168,169,170,172,175,178,179,182,183,184,185,186,187,188,189,192,193,201,202,207,208,212,213,218,219,221,225],listen:[2,14,16,31,33,68,91,152,155,157,162,175],listener_cb:215,lit:[170,173,190,196],littl:[6,22,24,91,104,169,170,172,179,193,202,207],live:[110,169,178,179,182,200,201,202],lma:188,lmp:22,lo_arg:151,lo_data_len:151,lo_index:151,lo_t:151,load:[2,4,5,7,12,14,36,41,45,49,57,59,60,61,63,95,104,105,142,162,169,170,176,183,184,192,193,194,196,202,206,207,208,222,223],load_arduino_blinki:12,load_arduino_boot:12,loader:[14,45,52,95,104,106,142,182,185,186,187,189,200,210,218,219,221],loc:[116,117,121,126],local:[1,4,6,7,10,11,14,22,28,29,38,42,51,57,60,62,73,83,85,96,101,102,175,182,200,213],localhost:[68,207,215,222],locat:[1,8,11,21,33,63,91,95,104,116,121,138,167,179,184,188,196,200,201,207,210,218,219,221],lock:[9,90,94,100,116,152,157,194],log:[1,7,10,14,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,64,66,67,68,69,70,71,72,73,75,76,77,78,79,80,82,83,84,104,107,108,116,126,128,131,132,161,162,164,165,166,169,172,182,185,186,188,189,190,197,207,208,213,215,219,222],log_:14,log_append:151,log_append_bodi:151,log_append_mbuf:151,log_append_mbuf_bodi:151,log_append_mbuf_no_fre:151,log_append_mbuf_typ:151,log_append_mbuf_typed_no_fre:151,log_append_typ:151,log_cbm_handl:151,log_cbmem_handl:151,log_cli:[161,197],log_console_get:151,log_console_handl:[151,154],log_console_init:151,log_crit:151,log_debug:151,log_entry_hdr:151,log_entry_hdr_s:151,log_error:[151,154],log_etype_:151,log_etype_str:151,log_fcb:165,log_fcb_handl:151,log_fcb_slot1_handl:151,log_flush:151,log_handl:151,log_info:[151,154],log_init:[151,165],log_level:[52,151,165,192,197],log_level_:151,log_level_crit:151,log_level_debug:151,log_level_error:151,log_level_get:151,log_level_info:151,log_level_max:151,log_level_set:151,log_level_str:151,log_level_warn:151,log_list_get_next:151,log_module_bno055:154,log_module_default:151,log_module_get_nam:151,log_module_iot:151,log_module_max:151,log_module_newtmgr:151,log_module_nff:151,log_module_nimble_ctlr:151,log_module_nimble_host:151,log_module_o:151,log_module_perus:151,log_module_reboot:151,log_module_regist:151,log_module_str:151,log_module_test:151,log_nam:74,log_name_max_len:151,log_newmgr:164,log_newtmgr:[52,164,165,190],log_nmgr_register_group:[151,165],log_offset:151,log_printf:151,log_printf_max_entry_len:151,log_read:151,log_read_bodi:151,log_read_hdr:151,log_read_mbuf:151,log_read_mbuf_bodi:151,log_regist:[151,154],log_shel:169,log_store_cbmem:151,log_store_consol:151,log_store_fcb:151,log_syslevel:[151,154],log_typ:151,log_type_memori:151,log_type_storag:151,log_type_stream:151,log_version_v1:151,log_version_v2:151,log_version_v3:151,log_walk:151,log_walk_bodi:151,log_walk_body_func_t:151,log_walk_func_t:151,log_warn:151,logic:[1,24,30,32,104,144,193,207],login:203,loglevel:[1,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,64,66,67,68,69,70,71,72,73,74,75,76,77,78,79,82,83,84],logs_nmgr_op_append:151,logs_nmgr_op_clear:151,logs_nmgr_op_level_list:151,logs_nmgr_op_logs_list:151,logs_nmgr_op_module_list:151,logs_nmgr_op_read:151,logxi:83,long_filename_test:199,longer:[3,8,11,14,25,32,92,156,164,173,207,209],longrange_interv:28,longrange_pass:28,longrange_window:28,look:[8,14,25,57,63,95,97,101,103,104,106,107,129,138,162,163,169,170,175,177,178,179,196,199,202,204,206,207,208,212,213,215,225],lookup:[157,177,215],loop:[14,86,89,94,101,128,165,172,184,190,196,206,208],loos:157,lora:193,lora_app_shel:[63,193],lora_app_shell_telee02:193,lora_app_shell_telee0:193,lora_mac_timer_num:193,lorap:63,lorashel:63,lose:27,loss:[27,30,133],lost:99,lost_found_test:199,lot:[7,14,162,164,175,199,208,212],low:[9,14,22,23,32,33,88,91,95,100,111,128,132,137,141,142,152,154,157,177,180,181,182,183,186,196,200,225],low_thresh:152,lower:[14,22,88,93,94,100,101,164,165,174,184,188,192,196],lowest:[75,87,92,101,165,196],lowpow:210,lrwxr:[4,83],lsb:138,lst:[36,57,63],ltbase:165,ltd:28,ltk:28,ltk_sc:28,ltrequir:165,lua:[113,114,115],lua_cmd:115,lua_init:113,lua_main:113,lwip:110,m32:6,m4g:210,mac:[3,5,7,9,12,14,22,57,58,80,81,169,170,173,176,182,184,185,186,188,189,192,193,200,206,208,210,218,219,220,221],machin:[2,3,7,8,96,173,225],maco:[4,8,14,68],macro:[14,22,91,92,95,99,150,154,163,165,167,179,196,199,208],made:[2,10,11,22,57,73,87,101,104,138,193,196,208],mag:210,mag_rev:210,maggyro:210,magic:[63,104,116],magnet:[152,210],magnetomet:154,mai:[2,4,6,7,8,12,14,23,28,30,31,33,53,55,59,60,64,82,83,84,87,89,91,92,94,95,98,103,104,106,108,110,132,137,138,143,151,152,153,154,156,157,162,163,164,165,167,172,173,182,184,185,186,187,188,189,190,193,196,200,201,207,208,210,212,215,218,221,222],mail:[3,10,110,168,169,170,172,183,208,225],main:[7,12,27,33,59,63,79,82,89,91,94,97,101,104,106,114,148,152,157,161,165,170,172,175,180,181,182,185,186,187,188,189,190,194,199,206,207,208,210,218,219,221],mainli:162,maintain:[4,51,87,104,110,152,157,165,199,201,202],mainten:[108,163],major:[14,57,63,98,148,181,196,201,202],major_num:[201,202],make:[1,2,3,7,8,9,14,15,21,22,25,31,32,33,35,57,59,65,73,87,91,92,95,104,110,116,117,130,132,149,151,157,162,163,169,170,171,172,173,175,177,178,180,181,182,184,188,192,193,196,199,201,206,207,208,209,215,225],makerbeacon:190,malloc:[90,92,95,103,196,208],man:[6,28,103],manag:[6,8,14,18,19,28,32,33,41,47,59,60,61,63,66,68,70,73,74,75,78,79,82,83,84,89,92,94,95,96,98,101,104,106,110,132,147,150,152,154,155,156,162,165,166,184,185,192,195,197,200,202,210,215,218,220,221,225],mandatori:[22,95,179,180,181],mani:[14,22,33,57,63,91,97,104,116,124,132,143,177,182,201,212],manifest:[36,39,45,57,63,169,170,190],manipul:[1,41,47,91],manner:[28,30,91,94,104,132],manual:[26,32,62,85,92,94,101,103,130,162,169,182,188,215,221,222,223],manufactur:[21,28,30,41,45,59,60,61,68,162,175,182,200,212],many_children_test:199,map:[2,3,8,22,28,29,63,98,110,111,132,136,137,144,150,162,163,164,165,177,184,200,201,202,210,218,221,222],map_cnt:163,mar:[102,185,187,193,208,215],march:70,mark:[28,29,73,95,188],marker:95,market:[33,187],mask:[28,152,154,156,157,213,215],mass:[173,186],mass_eras:[185,186],master:[1,7,11,28,58,59,61,62,81,82,84,85,110,132,134,138,141,182,200,201,202,208],match:[2,7,14,22,95,96,98,104,151,156,157,162,182,186,200,201,202],materi:14,matter:10,max:[14,149,150,212],max_cbmem_buf:151,max_conn_event_len:28,max_ev:28,max_len:[128,129,133],max_protohdr:91,maxim:9,maximum:[28,30,32,91,104,105,106,130,133,149,161,199,222],maxlen:[105,150],mayb:[212,222,223],mb_crc:207,mb_crc_check:207,mb_crc_tbl:207,mbed:[185,189],mbedtl:[7,182,185,187,189,200,218,219,221],mblehciproj:173,mblen:91,mbuf:[94,150,151,211],mbuf_buf_s:91,mbuf_memblock_overhead:91,mbuf_memblock_s:91,mbuf_mempool_s:91,mbuf_num_mbuf:91,mbuf_payload_s:91,mbuf_pkthdr_overhead:91,mbuf_pool:91,mbuf_usage_example1:91,mbuf_usage_example2:91,mcu:[7,9,55,96,99,104,110,111,132,137,140,141,142,143,144,146,169,170,182,185,196,200,208,215],mcu_dcdc_en:14,mcu_gpio_porta:111,mcu_sim_parse_arg:[184,215],mcuboot:[14,104],mdw:188,mean:[2,12,14,22,91,93,99,100,101,102,104,111,141,165,179,186,202],meaning:[114,144],meant:[1,99,105],measur:[9,91,193,196],mechan:[1,23,94,162,165,194,201,203,207,208],medic:[32,57],medium:[14,151],meet:[153,173,182,183,185,186,187,188,189,192,210,212,213,214,215,217,218,219,220,221],mem:[7,165],member:[86,89,91,92,93,99,100,101,102,105,106,129,130,138,141,143,150,151,152,161,163,175,177,208],membuf:92,memcmp:91,memcpi:177,memori:[9,22,50,75,89,90,91,94,95,98,99,103,104,108,110,111,127,130,132,133,135,138,164,177,188,190,193,194,196,197,219,222],mempool:[66,82,83,84,91,92,161],memset:[153,175,178,181,208],mention:[12,152,208],menu:[12,61,186,188,221],merchant:4,merci:92,mesh:34,messag:[2,4,23,33,44,59,60,61,77,106,108,109,151,161,182,186,193,194,200],messi:208,messsag:64,met:[22,190,194,200],meta:[8,200,210],metadata:[14,45,104],meter:32,method:[26,91,101,109,130,134,137,141,151,161,163,177,201],mfg:[7,14,41,59,60,61,72,165],mfg_data:[14,30],mfg_init:165,mgmt:[7,106,108,141,147,161,164,165,190,207,208],mgmt_evq_set:190,mgmt_group_id_config:107,mgmt_group_id_crash:107,mgmt_group_id_default:107,mgmt_group_id_imag:107,mgmt_group_id_log:107,mgmt_group_id_runtest:107,mgmt_group_id_stat:107,mgmt_imgmgr:162,mgmt_newtmgr_nmgr_o:162,mgr:157,mgutz:83,mhz:[25,32],mib:[57,83,193],mic:22,micro:[14,57,182,183,185,187,188,192,193,196,200,208,210,217,218,220,221,222,223],microcontrol:[9,103,104,188,221],microsecond:[25,88,102],microsoft:12,mid:[14,16,104,186],middl:[28,104,208],might:[1,2,14,20,22,63,95,98,105,106,110,132,138,154,157,162,164,172,174,175,180,181,182,186,201,202,204,215,222,223],migrat:165,milisecond:28,milli:157,millisecond:[28,102,193],millivolt:208,min:[74,75,104,200,219],min_conn_event_len:28,mind:[14,99,172],mine:206,mingw32:61,mingw64:61,mingw:[4,7,8,12,58,84,184,200,210,218,221],mini:186,minicom:[8,184,200,210],minim:[95,110,127,128,130,154,172],minimum:[28,30,74,91,92,104,151,172],minor:[148,181,201,202],minor_num:[201,202],minu:91,minut:[83,102,180,199],mip:[7,63],mirror:[1,10,11,14,201,207,208],misc:210,misconfigur:157,mislead:6,mismatch:[22,91],miso:141,miso_pin:[111,112],miss:[14,22,59,95,164,169,170,172,183,208],misspel:164,mitm:28,mk64f12:[110,132],mkdir:[11,45,82,84,95,169,182,185,186,187,188,189,193,200,201,207,208],mkdir_test:199,mkr1000:198,mkr1000_boot:200,mkr1000_wifi:200,mlme:193,mman:59,mmc0:[112,128],mmc:[110,127],mmc_addr_error:112,mmc_card_error:112,mmc_crc_error:112,mmc_device_error:112,mmc_erase_error:112,mmc_init:112,mmc_invalid_command:112,mmc_ok:112,mmc_op:[112,128],mmc_param_error:112,mmc_read_error:112,mmc_response_error:112,mmc_timeout:112,mmc_voltage_error:112,mmc_write_error:112,mn_socket:7,mobil:33,mod:[31,176,207],modbu:207,mode:[9,14,22,23,28,30,110,132,133,137,141,144,154,162,175,182,186,188,199,210,212],model:[14,23,32,34,89,146,185],modern:[8,127],modif:[11,169,199,209],modifi:[6,64,91,95,102,109,143,151,170,196,207,208,214,217],modul:[74,88,92,94,103,108,113,151,184,193,221],module_list:74,modulo:102,moment:[14,111,138,146,177,202],mon:[182,185,186],monitor:[91,106,108,116,159,163,188,209,217,225],monolith:179,month:199,more:[1,4,7,9,10,12,14,22,23,30,31,32,36,37,41,45,53,55,59,60,61,63,64,66,82,83,84,87,89,91,94,95,100,101,102,103,104,105,110,117,121,128,141,144,150,152,153,154,155,156,161,162,165,170,172,175,179,180,181,182,184,185,192,193,196,199,200,202,206,207,208,210,212,215,218,221,222,225],moreov:[14,207],mosi:141,mosi_pin:[111,112],most:[1,8,14,16,21,24,25,26,32,63,91,95,96,101,103,104,134,141,162,164,175,196,199,206,208,210,213,215],mostli:[6,9,162,180,181],motor:[9,212],mount:208,mous:[110,132],move:[8,47,59,60,61,83,87,94,102,104,133,162,184,188,208,209,211,215],mp_block_siz:92,mp_flag:92,mp_membuf_addr:92,mp_min_fre:92,mp_num_block:92,mp_num_fre:92,mpe:92,mpool:[193,207],mpstat:[66,80,82,83,84,107,109,190,219],mq_ev:91,mqeueue:91,ms5837:14,msb:138,msdo:95,msec:[14,28,145],msg:167,msg_data:28,msp:[182,188],msy:61,msys2:58,msys2_path_typ:61,msys64:61,msys_1:[75,219],msys_1_block_count:[209,211],msys_1_block_s:[209,211],mtd:111,mtu:[14,22,28,29,176],mu_level:93,mu_own:93,mu_prio:93,much:[14,91,95,100,103,122,207],multi:[1,9,52,64,98,101,138],multilib:[6,7,59],multipl:[4,14,24,28,30,36,37,52,53,57,86,93,94,99,103,105,108,110,132,141,157,165,175,179,180,201],multiplex:[14,32],multiplexor:98,multipli:[92,196],multitask:[94,196],must:[1,2,4,5,7,8,9,11,12,15,16,23,25,26,35,39,43,48,55,57,59,61,63,65,68,70,73,82,87,88,89,91,92,94,95,98,99,101,104,105,106,112,116,124,128,130,131,138,141,143,144,148,149,150,151,152,153,154,156,157,159,161,163,164,165,169,172,175,177,184,187,188,190,192,193,196,200,201,202,208,210,211,213,214,215,218,221,222],mutex:[90,94,100,101],mutual:93,my_at45db_dev:111,my_blinki:52,my_blinky_sim:[7,36,37,45,57,63,172,173,185,186,207],my_blocking_enc_proc:22,my_callout:194,my_conf:105,my_config_nam:165,my_driv:[207,208],my_ev_cb:194,my_eventq:190,my_gpio_irq:194,my_interrupt_ev_cb:194,my_memory_buff:92,my_new_target:52,my_newt_target:52,my_packag:151,my_package_log:151,my_pool:92,my_proj1:172,my_proj:172,my_project:[1,182,200,201,208],my_protocol_head:91,my_protocol_typ:91,my_result_mv:208,my_sensor:215,my_sensor_devic:215,my_sensor_poll_tim:215,my_stack_s:101,my_stat:163,my_stat_sect:163,my_target1:64,my_task:101,my_task_evq:91,my_task_func:101,my_task_handl:91,my_task_pri:101,my_task_prio:101,my_task_rx_data_func:91,my_task_stack:101,my_timer_ev_cb:194,my_timer_interrupt_eventq:194,my_timer_interrupt_task:194,my_timer_interrupt_task_prio:194,my_timer_interrupt_task_stack:194,my_timer_interrupt_task_stack_sz:194,my_timer_interrupt_task_str:194,my_uart:144,myadc:208,myapp1:222,myapp:163,myapp_console_buf:106,myapp_console_ev:106,myapp_init:106,myapp_process_input:106,mybl:[36,37,48,52,68,75,78,79,190],myble2:[39,40,173],myblehostd:68,mybleprph:[68,192],mybletyp:68,myboard:[47,95],myboard_debug:95,myboard_download:95,myconn:190,mycor:73,mydata:91,mydata_length:91,mylora:193,mymcu:97,mymfg:72,mymodul:99,mymodule_has_buff:99,mymodule_perform_sanity_check:99,mymodule_register_sanity_check:99,mynewt:[1,3,4,5,6,10,11,13,15,22,26,31,32,34,39,40,41,45,46,52,53,55,57,58,59,61,62,63,64,73,80,81,82,84,85,86,88,89,90,99,100,101,102,103,104,108,109,110,127,128,130,131,132,133,134,137,138,141,144,151,153,154,161,162,163,164,165,166,167,168,169,171,173,174,176,180,181,182,183,184,185,186,187,188,189,190,192,193,194,196,197,199,200,202,207,208,210,212,214,215,218,219,220,221,222,223,225],mynewt_0_8_0_b2_tag:[201,202],mynewt_0_8_0_tag:201,mynewt_0_9_0_tag:201,mynewt_1_0_0_b1_tag:201,mynewt_1_0_0_b2_tag:201,mynewt_1_0_0_rc1_tag:201,mynewt_1_0_0_tag:201,mynewt_1_3_0_tag:[59,61,82,84],mynewt_arduino_zero:[182,200,201],mynewt_nord:208,mynewt_stm32f3:169,mynewt_v:[153,154,161,163,165,199,208],mynewt_val_:[14,165],mynewt_val_ble_max_connect:14,mynewt_val_log_level:165,mynewt_val_log_newtmgr:165,mynewt_val_msys_1_block_count:165,mynewt_val_msys_1_block_s:165,mynewt_val_my_config_nam:165,mynewtl:209,mynewtsan:77,myperiph:[176,192],mypool:92,myproj2:162,myproj:[2,7,12,95,169,170,182,184,185,186,187,188,189,192,201,207,209,210,212,215,223],myriad:9,myself:14,myseri:[75,78,79],myserial01:68,myserial02:68,myserial03:68,mytarget:14,mytask:196,mytask_handl:196,mytask_prio:196,mytask_stack:196,mytask_stack_s:196,myudp5683:68,myvar:67,n_sampl:210,nad:130,nad_flash_id:130,nad_length:130,nad_offset:130,nak:138,name1:52,name2:52,name:[1,2,4,7,8,10,11,12,14,22,28,30,32,36,37,39,40,44,45,46,47,49,50,52,53,55,57,59,60,61,63,64,66,67,68,69,70,71,72,73,74,75,76,77,78,79,82,83,84,92,95,96,97,99,101,102,103,105,106,110,128,129,131,132,137,149,150,151,152,153,154,155,157,162,164,167,169,172,175,177,179,180,181,182,184,185,186,187,188,189,190,194,196,199,200,201,202,203,207,208,209,210,211,212,215,218,219,221,222],name_is_complet:175,name_len:[128,175],namespac:[90,161,180],nano2:[45,55,95,189],nano2_debug:[95,189],nano:[183,225],nanosecond:[88,143],nativ:[2,3,7,12,45,52,55,57,61,63,68,105,141,164,165,169,173,185,186,194,200,207,208,219,225],natur:95,navig:[10,225],nbuf:91,nc_num_block:130,nc_num_cache_block:130,nc_num_cache_inod:130,nc_num_dir:130,nc_num_fil:130,nc_num_inod:130,nding:179,ndof:210,ndof_fmc_off:210,nearest:185,nearli:14,neatli:175,necessari:[6,25,41,49,59,60,61,91,104,128,169,172,177,182,193,199,208],need:[4,5,6,7,8,9,10,11,12,14,16,24,25,34,45,52,54,57,59,60,61,62,63,66,68,82,83,85,86,87,90,91,92,93,94,95,97,98,99,100,101,104,106,111,116,117,118,128,142,145,151,152,154,155,156,157,161,162,163,164,165,172,173,175,177,178,179,180,181,182,184,185,186,187,188,189,190,192,194,196,199,200,202,203,206,207,208,209,211,212,215,218,219,221],neg:[91,102,161,179],neither:91,ness:141,nest:[93,128],net:[4,7,14,25,53,159,165,172,173,177,179,200,207,208,209,211,214],net_nimble_control:162,net_nimble_host:162,network:[1,9,14,28,33,34,57,91,94,162,193,196,200],never:[14,21,91,94,99,101,165,172,177,196,212],nevq:89,new_btshel:47,new_pool:91,new_slinki:47,newer:6,newest:[116,164,196],newli:[1,10,21,45,104,173,180,181,201],newlib:103,newlin:106,newt:[1,3,5,6,7,13,34,58,63,64,75,78,79,82,83,84,85,94,95,96,98,110,162,163,164,165,167,169,170,171,172,173,176,180,181,182,183,184,185,186,187,188,189,191,192,193,194,196,197,199,200,201,202,203,204,207,208,209,210,211,212,213,215,217,218,219,220,221,222,223,225],newt_1:[59,62],newt_1_1_0_windows_amd64:62,newt_1_3_0_windows_amd64:61,newt_group:2,newt_host:2,newt_us:2,newtgmr:[83,84,85],newtmgr:[1,7,9,13,59,60,61,65,66,80,81,106,107,109,146,151,162,164,165,194,207,208,220,225],newtmgr_1:[82,85],newtmgr_1_1_0_windows_amd64:85,newtmgr_1_3_0_windows_amd64:84,newtmgr_shel:161,newtron:[128,131,164,165],newtvm:11,next:[7,8,25,31,73,79,84,87,91,92,101,104,106,108,116,121,128,146,150,152,156,157,162,165,170,172,175,179,180,181,182,185,188,192,196,202,206,207,208,212],next_checkin:[79,218,221],next_t:87,nff:[7,103,111,128,131,139,164,165,167,199],nffs_area_desc:[14,130],nffs_close:131,nffs_closedir:131,nffs_config:130,nffs_detect:130,nffs_detect_fail:[128,130],nffs_dirent_is_dir:131,nffs_dirent_nam:131,nffs_file_len:131,nffs_filename_max_len:130,nffs_flash:139,nffs_flash_area:[14,164,165],nffs_format:130,nffs_getpo:131,nffs_init:[130,131],nffs_intern:130,nffs_max_area:130,nffs_misc_desc_from_flash_area:130,nffs_mkdir:131,nffs_op:131,nffs_open:131,nffs_opendir:131,nffs_pkg_init:14,nffs_read:131,nffs_readdir:131,nffs_renam:131,nffs_seek:131,nffs_test:199,nffs_test_debug:199,nffs_test_priv:199,nffs_test_system_01:199,nffs_test_util:199,nffs_unlink:131,nffs_write:131,nice:[163,206],nil:69,nim:179,nimbl:[7,24,25,27,30,68,165,171,174,175,176,177,178,179,190,192,206,207,208,209,211],nimble_max_connect:14,nmgr:109,nmgr_o:107,nmgr_shell:[106,165,190],nmgr_shell_pkg_init:165,nmgr_uart:190,nmgr_urart_spe:190,nmxact:11,no_of_sampl:210,no_rsp:29,no_wl:[28,31],no_wl_inita:28,node:[14,32,34,57,128],nodefault:150,nodup:28,nogdb:[40,49],noinputnooutput:28,non:[7,14,20,21,25,28,32,33,34,86,91,92,101,102,105,116,120,124,126,129,133,137,138,141,142,143,144,152,156,157,158,162,165,180,181,193,201,215],none:[4,7,8,12,22,28,31,84,89,95,103,104,157,162,169,182,186,193,215,222,223],nonsens:199,nonzero:[91,117,118,119,121,122,125,126,141,151,178,199],nor:23,nordic:[14,24,95,110,132,136,140,142,185,187,192,194,207,208,210,212,215,220,225],nordicsemi:[185,187,193,207,208,215],normal:[2,100,167,206,210],notat:[57,188],note:[1,2,4,6,7,10,11,12,14,23,24,25,30,32,34,45,49,52,59,60,61,62,63,68,70,73,82,83,84,85,87,88,89,91,92,93,94,95,96,101,104,105,106,112,130,138,141,143,146,152,153,154,155,157,161,162,164,165,169,172,173,175,177,179,180,181,182,184,185,186,187,188,189,190,192,193,196,197,200,201,202,203,208,209,210,211,212,213,215,217,218,219,221,222,225],noth:[11,180,181,208],notic:[7,11,57,63,94,95,131,162,172,196,202,207,208],notif:[10,14,28,29,89,106,152,156,157,158,174,206,208],notifi:[10,29,155,156,157,178,179],notnul:165,nov:8,novelbit:14,now:[2,8,9,14,61,86,88,91,92,93,95,100,101,104,127,128,137,144,162,169,170,172,174,175,176,178,179,180,181,182,185,190,192,193,196,199,201,206,207,208,210,212,215,219,222,223],nreset:182,nrf51:[25,55,95,110,132,197],nrf51dk:[55,162],nrf51xxx:140,nrf52840pdk:34,nrf52:[4,25,63,95,110,132,136,142,153,173,183,184,185,192,193,194,207,209,211,212,215,220,222,223,225],nrf52_bleprph_oic_bno055:209,nrf52_blinki:[184,187,189,222],nrf52_bno055_oic_test:[209,211],nrf52_bno055_test:[210,213],nrf52_boot:[173,187,190,208,209,210,211,218],nrf52_drv2605_test:212,nrf52_hal:95,nrf52_slinki:218,nrf52_thingi:153,nrf52dk:[39,40,55,63,64,95,165,172,173,176,184,187,194,206,207,208,209,210,211,212,218],nrf52dk_debug:[63,95,184],nrf52dk_download:95,nrf52k_flash_dev:[95,136],nrf52pdk:173,nrf52serial:218,nrf52xxx:[50,95,142,185,215],nrf5x:25,nrf:[26,208],nrf_saadc:208,nrf_saadc_channel_config_t:208,nrf_saadc_gain1_6:208,nrf_saadc_input_ain1:208,nrf_saadc_reference_intern:208,nrf_saadc_typ:208,nrfx:208,nrfx_config:208,nrfx_saadc:208,nrfx_saadc_config_t:208,nrfx_saadc_default_channel_config_s:208,nrfx_saadc_default_config:208,nrpa:[21,180,181],nsampl:210,nsec:88,ntoh:91,ntohl:91,ntrst:182,nucleo:55,num:[157,167],num_block:92,num_byt:135,number:[1,8,9,10,23,28,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,62,63,64,66,67,68,69,70,71,72,73,74,75,76,77,78,79,82,83,84,85,86,88,89,91,92,93,94,95,100,101,102,103,104,105,115,116,117,127,129,130,133,137,138,140,141,143,144,146,148,149,150,151,152,157,161,163,164,165,173,179,180,181,182,184,188,190,192,193,194,196,200,201,202,206,207,208,210,211,212,218,221,222],numer:[14,22,23,87,95,104],nvm:182,nxp:[14,110,132],objcopi:[6,14],objdump:6,object:[4,11,50,57,63,83,88,94,95,98,101,108,150,154,156,157,158,161,178,199,210,214],objsiz:[6,50,162],observ:[16,28,152,158,159,173,214],obtain:[14,28,91,93,100,101,143,151,201,207,208],obvious:55,oc_add_devic:209,oc_add_resourc:209,oc_app_resourc:[209,211],oc_get:209,oc_if_rw:209,oc_init_platform:209,oc_main_init:[159,209],oc_new_resourc:209,oc_put:209,oc_resource_bind_resource_interfac:209,oc_resource_bind_resource_typ:209,oc_resource_set_default_interfac:209,oc_resource_set_discover:209,oc_resource_set_periodic_observ:209,oc_resource_set_request_handl:209,oc_serv:[159,190,209,211,214],oc_transport_gatt:190,oc_transport_ip:190,oc_transport_seri:190,occasion:91,occur:[14,27,28,91,93,102,137,138,141,164,177,178,180,181],occurr:165,ocf:[108,207],ocf_sampl:[7,63],ocimgr:107,octet:[28,30,33,104],od_init:110,od_nam:154,odd:144,odditi:14,off:[2,14,22,32,33,34,86,89,91,98,99,101,106,110,116,132,133,138,151,152,154,155,160,170,172,173,180,181,184,188,190,192,194,209,211,213,214,215,217,225],offboard:212,offer:[1,32,108,110,127,135,208],offset1:91,offset2:91,offset:[22,29,73,91,95,102,104,116,124,128,129,150,151,162,164,165,210],often:[9,57,95,138,141],ogf:207,ohm:208,oic:[7,14,53,68,108,155,156,157,215,225],oic_bhd:68,oic_bl:68,oic_seri:68,oic_udp:68,oic_udpconnstr:68,oicmgr:[7,68,107,108,109],okai:14,old:[47,116],older:[14,61,84,185,186],oldest:[116,121,125,164],olimex:[183,207,220,225],olimex_blinki:188,olimex_stm32:[55,188,221],om1:91,om2:91,om_data:91,om_databuf:91,om_flag:91,om_len:91,om_omp:91,om_pkthdr_len:91,om_ptr:151,ome:92,omgr:109,omi_block_s:92,omi_min_fre:92,omi_nam:92,omi_num_block:92,omi_num_fre:92,omit:[14,49,164],omp:91,omp_databuf_len:91,omp_flag:91,omp_len:91,omp_next:91,omp_pool:91,on_reset:27,on_sync:27,onboard:[8,154,155,213,217,222,223,225],onc:[21,30,57,59,63,82,86,88,91,92,93,94,101,104,119,132,141,143,157,169,170,175,180,183,184,190,192,193,201,207,208,212],one:[1,4,7,8,10,11,12,14,21,22,23,24,28,30,31,32,33,36,37,41,45,47,52,53,55,59,60,61,63,69,87,89,91,93,94,95,98,100,101,104,105,106,112,113,116,128,129,130,133,138,141,146,151,152,156,157,162,163,164,165,170,172,173,179,180,181,182,183,184,185,186,187,188,189,193,196,199,200,201,202,203,206,207,208,210,217,218,221,225],ones:[16,91,100,110,132,151,173,225],ongo:28,onli:[1,2,7,8,10,11,12,14,16,21,22,25,28,30,33,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,59,60,61,62,63,64,68,74,82,85,88,89,91,92,94,95,98,99,100,102,104,105,106,107,110,111,112,114,126,128,129,130,138,141,146,151,152,154,155,157,161,162,163,164,165,167,168,170,175,177,180,182,184,190,192,193,196,197,199,200,201,202,203,207,208,209,210,212,214,215,219],onlin:[182,215,222,223],onto:[1,22,44,45,49,86,89,91,95,156,183,185,186,187,188,189,206,207,210,218,221],oob:[14,22,28,30],op_mod:212,opaqu:[128,143,151,152,154,156,215],open:[4,8,9,10,12,14,22,32,40,41,49,57,59,60,61,63,98,108,110,128,130,153,180,182,185,186,188,189,199,207,213,219],open_test:199,openocd:[12,95,182,185,186,188,189,221],openocd_debug:185,oper:[1,9,12,17,20,22,27,32,33,41,59,60,61,86,91,98,99,100,101,102,106,108,110,128,129,130,131,132,133,135,137,144,151,152,157,163,165,166,168,172,173,177,178,179,180,181,182,193,199,200,202,203,206,207,208,210,212,215],oppos:[33,91,157,203],opt:4,optim:[1,25,34,39,40,45,52,63,91,95,96,103,110,162,169,172,173,176,182,185,186,187,188,189,193,196,200,207,208,210,215,218,221],optimis:33,option:[2,3,4,6,7,8,12,14,23,24,28,38,39,48,53,57,64,68,74,86,87,89,92,95,104,108,110,126,127,148,152,154,155,161,162,164,165,167,172,173,179,182,186,188,193,200,201,202,207,210,221],orang:[185,189],order:[1,9,14,15,23,35,57,63,65,87,89,91,92,93,99,101,103,104,105,108,141,152,164,165,170,190,193,196,199,202,204,207,208,212,215,222,223],org:[1,4,10,11,41,59,60,61,63,82,84,103,106,113,180,182,185,186,188,189,199,207,208,215,222,223],organ:[11,110,163,199,201],origin:[11,48,95,104,188],os_align:[91,92],os_arch:[63,92,102],os_bad_mutex:93,os_callout:[63,86,99,105,184,194,215],os_callout_func:[86,91],os_callout_func_init:86,os_callout_init:[86,99,184,194,215],os_callout_queu:86,os_callout_remaining_tick:86,os_callout_reset:[86,99,184,194,215],os_callout_stop:86,os_cfg:63,os_cli:165,os_cputim:[14,63],os_cputime_delay_nsec:88,os_cputime_delay_tick:88,os_cputime_delay_usec:88,os_cputime_freq:25,os_cputime_freq_pwr2:88,os_cputime_get32:88,os_cputime_init:88,os_cputime_nsecs_to_tick:88,os_cputime_ticks_to_nsec:88,os_cputime_ticks_to_usec:88,os_cputime_timer_init:88,os_cputime_timer_num:[25,88],os_cputime_timer_rel:88,os_cputime_timer_start:88,os_cputime_timer_stop:88,os_cputime_usecs_to_tick:88,os_dev:[63,110,152,153,154,213],os_dev_clos:[153,213],os_dev_cr:[110,152,153,154,157],os_dev_init_func_t:[110,154],os_dev_init_primari:153,os_dev_open:[153,208,213],os_einv:[91,102],os_eno:105,os_error_t:[87,92,93,100],os_ev:[86,89,91,99,105,106,184,194,215],os_event_fn:[86,89,91],os_event_queu:89,os_event_t_mqueue_data:91,os_event_t_tim:86,os_eventq:[63,86,89,91,99,106,157,161,194,206,208],os_eventq_dflt_get:[27,89,94,101,106,165,180,181,184,194,213,215],os_eventq_get:[89,99],os_eventq_get_no_wait:89,os_eventq_init:[89,91,99,106,194,206,208],os_eventq_pol:89,os_eventq_put:[89,106,194],os_eventq_remov:89,os_eventq_run:[27,89,91,94,101,165,180,181,184,194,213,215],os_exit_crit:87,os_fault:63,os_get_uptim:102,os_get_uptime_usec:102,os_gettimeofdai:102,os_heap:63,os_init:[88,101],os_invalid_parm:[93,100],os_main_task_prio:[165,196],os_main_task_stack_s:165,os_malloc:[63,90],os_mbuf:[63,91,151,161],os_mbuf_adj:91,os_mbuf_append:[91,206,208],os_mbuf_appendfrom:91,os_mbuf_cmpf:91,os_mbuf_cmpm:91,os_mbuf_concat:91,os_mbuf_copydata:91,os_mbuf_copyinto:91,os_mbuf_count:91,os_mbuf_data:91,os_mbuf_dup:91,os_mbuf_extend:91,os_mbuf_f_:91,os_mbuf_f_mask:91,os_mbuf_fre:91,os_mbuf_free_chain:91,os_mbuf_get:91,os_mbuf_get_pkthdr:91,os_mbuf_is_pkthdr:91,os_mbuf_leadingspac:91,os_mbuf_len:91,os_mbuf_off:91,os_mbuf_pkthdr:91,os_mbuf_pkthdr_to_mbuf:91,os_mbuf_pktlen:91,os_mbuf_pool:91,os_mbuf_pool_init:91,os_mbuf_prepend:91,os_mbuf_prepend_pullup:91,os_mbuf_pullup:91,os_mbuf_trailingspac:91,os_mbuf_trim_front:91,os_mbuf_usrhdr:91,os_mbuf_usrhdr_len:91,os_mbuf_widen:91,os_memblock:92,os_memblock_from:92,os_memblock_get:92,os_memblock_put:92,os_memblock_put_from_cb:92,os_membuf_t:[91,92],os_mempool:[63,91,92],os_mempool_byt:92,os_mempool_clear:92,os_mempool_ext:92,os_mempool_ext_init:92,os_mempool_f_:92,os_mempool_f_ext:92,os_mempool_info:92,os_mempool_info_get_next:92,os_mempool_info_name_len:92,os_mempool_init:[91,92],os_mempool_is_san:92,os_mempool_put_fn:92,os_mempool_s:[91,92],os_mqueu:91,os_mqueue_get:91,os_mqueue_init:91,os_mqueue_put:91,os_msys_count:91,os_msys_get:91,os_msys_get_pkthdr:91,os_msys_num_fre:91,os_msys_regist:91,os_msys_reset:91,os_mutex:[63,87,93,116,152],os_mutex_init:93,os_mutex_pend:93,os_mutex_releas:[87,93],os_ok:[87,93,100],os_pkg_init:165,os_san:[63,99],os_sanity_check:[99,101],os_sanity_check_func_t:99,os_sanity_check_init:99,os_sanity_check_regist:99,os_sanity_check_reset:99,os_sanity_check_setfunc:99,os_sanity_task_checkin:99,os_sch:[63,87],os_sched_get_current_t:196,os_sched_get_current_task:[87,99,196],os_sched_next_task:87,os_sched_set_current_task:87,os_sem:[63,94,100,207],os_sem_get_count:100,os_sem_init:[14,94,100,207],os_sem_pend:[14,94,100,207],os_sem_releas:[14,94,100,207],os_settimeofdai:102,os_stack_align:[196,206,208],os_stack_t:[99,101,194,196,206,208],os_start:101,os_stime_max:102,os_stime_t:102,os_sysview:223,os_task:[63,87,89,93,94,99,101,194,196,206,208],os_task_count:101,os_task_flag_evq_wait:101,os_task_flag_mutex_wait:101,os_task_flag_no_timeout:101,os_task_flag_sem_wait:101,os_task_func_t:[99,101,167],os_task_info:101,os_task_info_get_next:101,os_task_init:[94,99,101,194,196,206,208],os_task_max_name_len:101,os_task_pri_highest:101,os_task_pri_lowest:101,os_task_readi:101,os_task_remov:101,os_task_sleep:101,os_task_st:101,os_task_stack_defin:101,os_task_state_t:101,os_test:63,os_tick_idl:[140,182,185,215],os_tick_init:140,os_tick_per_sec:14,os_ticks_per_sec:[14,86,99,102,105,140,154,184,194,196,206,207,208,215],os_tim:[63,102,199],os_time_adv:102,os_time_delai:[14,101,102,154,170,194,196,206,208],os_time_get:102,os_time_max:102,os_time_ms_to_tick:102,os_time_ms_to_ticks32:102,os_time_t:[86,89,93,99,100,101,102,140,152,154],os_time_tick_geq:102,os_time_tick_gt:102,os_time_tick_lt:102,os_time_ticks_to_m:102,os_time_ticks_to_ms32:102,os_timeout:[93,100,207],os_timeout_nev:[93,94,100,102,152,153,213,215],os_timeradd:102,os_timersub:102,os_timev:[102,199],os_timeval_geq:102,os_timeval_gt:102,os_timeval_leq:102,os_timeval_lt:102,os_timezon:[102,199],os_wait_forev:[89,94,101,194,196,206,208],osmalloc:90,ostask:101,ostick:102,osx:[169,170],ota:190,otg1:188,otg2:[188,221],other:[1,6,8,10,11,14,22,23,25,30,33,52,57,63,88,89,91,92,94,95,96,99,100,101,102,104,105,106,110,128,130,135,138,151,154,156,157,161,162,163,165,169,172,173,174,175,177,178,182,183,184,185,194,196,197,199,201,206,207,208,209,210,211,215,217,222,223],otherwis:[14,91,92,94,101,118,120,123,129,137,141,157,201,202],oti:101,oti_cswcnt:101,oti_last_checkin:101,oti_nam:101,oti_next_checkin:101,oti_prio:101,oti_runtim:101,oti_st:101,oti_stks:101,oti_stkusag:101,oti_taskid:101,oui:[21,193],our:[14,22,57,91,95,162,163,169,170,172,175,180,181,183,184,190,196,199,202,206,208,218,221],our_id_addr:[31,176],our_id_addr_typ:176,our_key_dist:28,our_ota_addr:[31,176],our_ota_addr_typ:[31,176],out:[8,9,11,22,23,24,27,28,32,63,82,83,84,86,91,97,101,104,106,112,116,117,120,122,130,131,132,133,149,162,172,174,176,180,181,183,188,200,212,220],out_cpha:141,out_cpol:141,out_data:[128,129],out_dir:129,out_fil:129,out_id_addr_typ:31,out_len:[128,129],out_m:102,out_nam:[112,128,129],out_name_len:[128,129],out_off:91,out_tick:102,outcom:151,outdat:60,outfil:[1,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,64],outlin:5,output:[1,7,12,14,23,28,31,32,36,37,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,56,59,60,61,64,71,75,77,78,79,83,90,95,101,102,104,132,137,144,151,157,162,164,169,182,184,185,186,188,189,193,194,199,200,207,210,215,219,222],outsid:[22,32,91,166],outweigh:91,over:[14,22,23,24,28,30,32,33,67,68,69,70,71,72,73,74,75,76,77,78,79,91,104,109,110,112,116,118,126,138,144,151,162,177,183,184,186,190,191,193,196,200,206,207,209,210,211,214,217,220,222,225],overal:[10,14,25,91,101,130],overdr:212,overflow:[14,102],overhead:91,overlap:22,overrid:[52,63,66,67,68,69,70,71,72,73,74,75,76,77,78,79,82,83,84,95,151,162,163,173,190,208],overridden:[24,165,173],overview:[104,210,211,215],overwrit:[6,51,52,61,62,84,85,95,106,182,197,200],overwrite_many_test:199,overwrite_one_test:199,overwrite_three_test:199,overwrite_two_test:199,overwritten:104,own:[2,11,14,21,22,41,59,60,61,63,89,93,94,98,100,101,111,141,151,162,163,171,172,208,212],own_addr_t:[180,181],own_addr_typ:[28,68,180,181,207],owner:[89,93,203],ownership:[93,207,208],pacakg:172,pacif:102,pack:[4,57,83,91,185,187,192,200,210,215,218],packag:[6,9,11,14,24,25,27,36,41,42,43,45,47,52,53,54,55,57,58,60,61,62,81,85,89,94,96,101,104,105,107,108,110,113,114,128,130,132,133,146,147,150,153,154,157,159,160,161,162,163,167,169,173,183,184,185,193,194,198,201,202,208,211,212,213,214,225],package1:151,package1_log:151,package2:151,package2_log:151,packet:[22,28,30,32,138,161,180,193],packet_data:91,pacman:[7,61],pad:[91,104],page:[1,4,5,6,7,8,10,14,22,23,59,60,62,82,83,85,95,103,111,131,138,139,152,153,154,155,169,170,172,174,178,180,181,183,208],page_s:111,pair:[14,22,23,28,32,68,104,105,150,165,176,178],pakcag:161,panel:12,paradigm:91,param:[28,161,178],param_nam:161,paramet:[1,14,22,27,28,29,31,63,68,74,86,87,88,89,91,92,93,99,100,101,102,105,112,116,126,129,133,137,138,140,141,143,144,145,151,152,153,154,156,157,158,161,165,175,177,178,179,180,181,190,199],parameter_nam:165,parameter_valu:165,parent:[92,128,157],parenthes:91,pariti:144,parlanc:11,parmaet:28,parmet:[28,29],pars:[57,146,148,161,180,199],part:[14,23,30,91,97,104,116,130,131,151,162,175,176,179,207,208,214],parti:[180,182,200],partial:[66,67,68,69,70,71,72,73,74,75,76,77,78,79,82,83,84,91,104,130],particular:[4,14,22,49,63,91,94,95,98,99,104,106,110,128,132,141,143,150,178,180,181],particularli:197,partit:[22,95,104,130,162],partner:14,pass:[1,7,12,14,22,28,63,86,88,89,91,92,93,99,100,101,105,106,110,111,113,115,116,126,137,138,141,143,144,150,151,152,153,154,156,161,175,179,180,181,199,215],passiv:[14,28],passkei:[14,22,23,28],password:[11,60,82,173,203],past:[22,91],patch:[185,186,189],path:[2,4,6,11,12,14,30,52,59,60,61,62,63,68,82,83,84,85,95,96,128,129,165,201,207,208],pathloss:30,pattern:[28,95,196,212],payload:[14,91,108,109,138],pc6:221,pc7:221,pca100040:173,pca:[187,192,207,208],pcb:207,pci:[110,132],pcmcia:[110,132],pdata:138,pdf:[169,221],pdt:[102,199],pdu:[14,22,28],peek:196,peer:[10,23,29,68,141,177,179,180,181,192],peer_addr:[28,31,68,175],peer_addr_typ:[28,31,68,175],peer_id:68,peer_id_addr:176,peer_id_addr_typ:176,peer_nam:[14,68,192],peer_ota_addr:176,peer_ota_addr_typ:176,pem:[39,48],pencil:10,pend:[22,86,89,93,100,104,138,192],per:[11,14,21,91,93,104,105,130,133,137,141,144,163,196,199,202,212],perfectli:14,perfom:104,perform:[3,4,5,9,11,12,14,22,23,26,28,38,59,60,61,66,82,83,84,87,91,92,94,95,99,101,103,104,106,111,127,128,138,143,157,162,165,169,177,182,184,185,192,193,202,206,208,209,210,211,212,215],perhap:201,period:[9,14,21,23,28,86,99,140,145,194,196],peripher:[9,14,22,25,27,30,31,32,95,98,110,132,133,138,141,163,171,172,175,178,179,180,192,206,207,208],perman:[73,104,162,175,178,192],permiss:[207,208],permit:[22,179,182,215,222,223],persist:[14,104,127],perspect:162,pertain:178,petteriaimonen:103,phdr:91,phone:[14,23,33],php:57,phy:[28,32],phy_init:208,phy_opt:28,physic:[28,30,32,68,106,134,137,144],pick:[87,94,151,180,181],pictur:[169,185],pid:186,piec:[32,95,207],pin:[7,8,22,95,98,101,110,132,134,137,138,141,142,144,152,169,184,185,188,193,194,200,207,208,210,212,215,221],ping:94,pinout:97,pipe:14,piqu:225,pitfal:91,pkcs15:104,pkg1:164,pkg2:164,pkg:[1,7,11,41,45,52,55,57,59,60,61,63,96,97,103,106,110,111,112,127,128,131,132,151,153,161,163,164,165,172,184,190,194,199,207,208,209,215],pkg_init_func1_nam:165,pkg_init_func1_stag:165,pkg_init_func2_nam:165,pkg_init_func2_stag:165,pkg_init_func:165,pkg_init_funcn_nam:165,pkg_init_funcn_stag:165,pkga_syscfg_nam:165,pkga_syscfg_name1:165,pkga_syscfg_name2:165,pkgn_syscfg_name1:165,pkt:207,pkthdr_len:91,pkts_rxd:91,place:[3,14,57,63,89,102,103,104,116,138,141,152,162,165,167,170,172,173,179,180,181,188,190,196,202,217],plai:[12,14,32,217],plain:[162,186,202],plan:[2,14,110,161],platform:[2,7,9,11,12,24,25,59,60,61,68,82,83,84,86,94,95,96,98,110,133,138,141,143,166,167,172,182,184,185,186,188,189,192,196,200,207,208,210,218,219,220,221],pleas:[14,41,59,60,61,96,97,163,169,170,182,183,201,208,215,222,223],plenti:196,plist:63,plu:[91,138],plug:[8,131,169,188,189,208],plumb:206,pmode:210,point:[2,4,6,14,33,87,91,93,95,97,101,103,104,105,106,110,117,118,119,120,121,123,124,125,126,141,151,152,157,172,177,178,180,181,208,209],pointer:[69,86,87,88,89,91,92,93,95,100,101,102,105,106,110,116,117,118,126,129,131,133,138,141,143,148,149,150,151,152,153,154,157,161,177,178,196],poke:208,polici:[28,201],poll:[14,89,94,156,210,215],poll_du:210,poll_dur:210,poll_interv:210,poll_itvl:210,poll_rat:157,poller:[152,156,157,215],pong:94,pool:[75,82,94,193,211,219],popul:[1,7,12,52,64,102,167,183,200,217,220,225],port:[2,12,68,94,104,106,110,137,144,151,163,173,182,184,185,186,187,188,189,190,200,207,210,215,218,219,220,221,225],portabl:[110,132],portingto:96,portion:[104,122,138,208],posit:[91,102,104,116,145,188],posix:61,possibilti:[222,223],possibl:[14,23,25,28,29,31,32,34,38,55,91,93,102,104,110,128,130,132,133,151,162,163,179,201,210,222],post:[51,86,91,110,152,172,194],potenti:[98,162,202],pour:[60,83],power:[2,9,14,22,23,28,30,32,33,57,95,98,106,110,132,133,141,142,154,173,182,187,188,190,192,193,200,209,210,211,212,213,215,218,221],power_mod:212,ppa:4,pre:[4,9,151,163,201,202,207,208],precaut:177,prece:91,preced:24,precis:[6,22,157],predict:196,preempt:[93,94,100,101],preemptiv:[94,101,196],prefer:[3,28,30,114,177,192,207],preference0x01:28,prefix:[14,63,155,165,208],preload:141,prepar:[22,185,187,193,208],prepend:91,preper:212,preprocessor:[161,163],prerequisit:12,presenc:[95,175,180,181,201],present:[1,14,91,95,104,106,146,153,157,162,173,188,199],preserv:91,press:[8,12,14,100,172,194,196,200,210,223],presum:[91,193,212],pretti:[14,208],prev:101,prev_cursor:157,prev_ind:178,prev_notifi:178,prevent:[93,94,104,177],previ:[176,178],preview:173,previou:[32,58,59,60,61,80,81,82,83,84,101,104,142,150,157,164,165,172,173,184,201,206],previous:[6,12,59,60,61,62,82,83,84,85,141,176,190,204,208,210],prevn:[176,178],pri:[79,133,218,221],primari:[28,95,104,108,179,181,192,206],primarili:103,primary_phi:28,primo:[183,207],primo_boot:185,primo_debug:185,primoblinki:185,print:[50,59,60,61,64,105,106,112,128,144,157,161,164],print_statu:128,print_usag:148,printabl:[146,149],printf:[103,112],prio:[99,101,140],prior:[23,25,51,91,94,104,141,143,193],prioriti:[14,79,87,89,93,94,100,101,110,130,133,140,165,173,194,195,225],priv:28,privaci:[21,28,32],privat:[21,23,34,39,48,59,68,82,104,180,181],privileg:2,prng:14,pro:[14,182,185,196],probabl:[7,14,95,174,203,207],probe:[138,185,200,215],problem:[7,14,100,104,162,164],proce:[3,6,11,104,182,185,186,187,188,189,199,200,218,221],procedur:[6,11,14,18,21,22,23,28,29,66,77,82,83,84,104,131,162,207,210,214],proceed:[7,174,180,181],process:[3,6,9,10,14,22,23,27,28,33,63,86,87,89,91,95,101,104,106,107,151,157,159,162,163,165,169,180,181,190,194,196,207,209,213,214,215,222,223],process_rx_data_queu:91,processor:[4,9,91,101,110,132,133,137,182,188,196,215,222,223],produc:[100,104,163,186],product:[14,57,98,137,155,173,207,221],profil:[16,17,18,19,28,29,32,33,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,82,83,84,172,182,218,220,221],profile01:[67,69,70,71,72,73,74,75,76,77,78,79],profile0:79,program:[4,6,8,12,24,87,104,106,139,142,169,182,184,185,187,193,196,200,208,212],programat:106,programm:[186,222,223],programmat:[113,212,215],progress:[7,14,22,104,110,111,141,171],project:[3,6,8,11,15,35,36,41,42,43,46,51,52,54,57,59,60,61,63,65,90,101,103,104,106,111,112,114,127,132,146,151,163,167,170,176,196,199,203,204,209,210,212,215,216,217,222,225],prompt:[7,8,11,12,49,60,61,95,172,182,184,185,186,187,188,189,210,215],prone:179,proper:[110,207],properli:[25,63,94,99,173,177,196,206,208],properti:[12,21,33,61,95,104,109,130,151,169,174,185],propos:10,prot_length:91,prot_tif:91,prot_typ:91,protcol:91,protect:[23,90,104,116],protocol:[14,16,22,29,32,63,68,91,104,108,109,138,211,214,217,220],prototyp:[98,144,165,180,181],provid:[1,2,7,8,9,11,12,14,21,22,23,28,31,32,33,39,41,47,52,59,60,61,68,72,73,74,77,82,86,88,90,91,92,93,94,95,97,98,99,101,102,104,106,110,111,112,116,127,128,129,130,132,137,138,141,143,148,151,152,155,157,159,161,163,167,168,174,180,181,182,190,193,199,200,201,202,207,208,214],provis:[14,32,34],provision:[14,33],proxi:[32,33],pseln:208,pselp:208,pset:141,psm:[14,28],psp:[182,186],pst:[70,102,199],pth:188,ptr:[144,152,157],public_id:28,public_id_addr:31,public_target_address:30,publish:[14,23],pull:[11,14,51,82,84,89,91,110,137,184,188,194],pulldown:137,pullup:[91,137,151],purchas:212,purpos:[4,8,14,23,52,57,95,99,104,132,137,151,154,156,162,163,177,193,196,208,215],push:[10,14],put:[1,2,7,14,45,63,82,84,89,91,92,93,95,100,101,102,109,133,157,175,180,181,196,199,208],putti:[8,184,200,210],pwd:[2,11],pwm:[9,14],pwm_test:63,pwr:[186,188],px4:4,python:[15,35,65],qty:167,qualifi:177,qualiti:216,quat:210,queri:[9,21,52,57,59,60,61,63,64,91,109,152,154,163,175,210,212,219],question:172,queu:[22,86,89,144,194],queue:[14,27,63,86,88,91,94,99,100,101,106,143,157,161,165,180,181,190,195,206,213,215,217,225],quick:[2,3],quickli:[102,132,196,208,210,212,214,215,217],quickstart:[2,196],quiet:[1,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,64],quit:[14,21,95,172,175,180,181,182,185,186,188,189,222],quot:68,radio:[25,32,173],raff:83,rais:93,ram:[50,95,97,130,133,162,172,182,207,209],ram_siz:95,ran:[14,99],rand:[14,28],random:[21,22,26,28,31,68,173,179,180,181,206,208],random_id:28,random_id_addr:31,randomli:21,rang:[9,22,30,32,91,103,148,151,193],rapid:14,rare:91,rate:[14,68,86,106,157,159,173,193,210,212,214,215],rather:[14,16,22,95,102,103,104,128,162,208],raw:[11,59,60,61,82,83,84,106,165,208],rb_blinki:[45,52],rb_blinky_rsa:45,rb_boot:45,rb_btshell:52,rbnano2_blinki:189,rbnano2_boot:189,rdy:87,reach:[14,99,143],read:[4,6,7,11,12,16,20,21,22,24,28,29,57,63,66,67,70,75,78,79,82,83,84,89,91,101,104,105,106,110,111,112,116,118,121,122,126,128,135,137,138,143,150,151,156,157,159,160,165,169,176,178,179,180,181,182,183,186,189,190,192,193,194,196,199,200,201,206,207,208,209,210,211,214,217,220,222,223],read_acceleromet:215,read_cb:215,read_chr:177,read_config:128,read_rsp_rx:78,read_rsp_tx:78,read_sensor_interv:215,read_test:199,read_type_req_rx:78,read_type_req_tx:[78,190],read_type_rsp_rx:[78,190],read_type_rsp_tx:[78,190],readabl:[173,203],readdesc:7,readdir_test:199,reader:[199,206,208],readi:[10,87,89,101,106,144,150,182,196,207,212,222],readili:110,readm:[7,11,57,63,95,172,199],readnow:63,real:[1,7,9,14,89,94,102,106,150,168,172,179,194,207,215,222],realist:199,realli:[14,91,208],rearm:86,rearrang:91,reason:[14,22,27,28,91,92,104,142,176,178,193,196,199,201],reassembl:32,rebas:11,reboot:[7,14,73,104,105,142,162,164,192,209,211],reboot_log:74,reboot_log_flash_area:[164,165],reboot_start:213,rebuild:[14,34,63,84,213],rec0:104,rec1:104,rec2:104,recal:[177,201],receiv:[10,14,16,22,28,30,33,57,83,91,106,107,112,138,141,144,152,156,157,158,161,175,178,179,186,190,193,215,218,221],recent:[185,208],recip:6,recipi:30,recogn:[57,208],recommend:[3,4,7,12,14,59,60,82,83,91,106,139,153,154,161,164,165,175,179,185,189,190,194,197,210,217,222],reconfigur:[141,144,213],reconnect:177,record:[104,154,163,167,223],recov:104,recover:104,recreat:202,recur:145,recurs:[57,63,92],red:[28,29,169,186,188,221],redbear:[183,225],redefin:164,redistribut:[57,182,201,215,222,223],redo:14,reduc:[9,23,25,33,89,103,108,151,190,194,198],redund:162,reenter:197,ref0:69,refer:[7,8,10,14,20,23,24,30,57,69,95,141,155,162,175,180,181,182,184,188,200,208,210,221],referenc:[1,137],reflect:176,refrain:27,refresh:[2,51,182],refus:[215,222],regard:[130,199,207,208],regardless:[43,151],region:[14,91,95,104,130],regist:[14,24,77,87,91,96,105,107,110,113,114,128,129,132,133,138,147,151,152,156,158,159,165,177,179,196,207,208,212,215],registr:[19,105,131,152,163,177,215],registri:[91,154],regress:167,regular:[91,199],reject:[22,199],rel:[14,91,94,124],relai:[32,33],relat:[10,28,33,45,111,162,175,178,182,193,215,222,223],relationship:[28,100],releas:[3,4,7,33,51,58,80,81,91,92,93,94,100,110,137,138,161,165,182,200,201,202,208],release_not:[7,11],relev:[97,104,110,137],reli:[1,7,57,165],reliabl:[14,32,104,127,130,180,181,202],reload:14,remain:[86,95,151,162,177,196],remaind:[95,175,199,201],rememb:[2,43,82,84,93,182],remind:182,remot:[1,7,9,12,22,28,29,51,57,68,80,82,83,84,108,138,169,173,182,183,184,190,192,194,200,207,215,217,219,220,225],remov:[2,4,6,28,37,47,62,85,88,89,91,92,100,101,106,112,152,156,158,162,177,182,215],renam:14,rename_test:199,repeat:[2,11,22,138,170,177],repeatedli:[30,104],replac:[4,6,95,97,103,146,162,165,170,182,184,218,221],repli:28,repo814721459:57,repo:[1,6,7,10,11,14,43,57,59,63,82,95,110,128,162,169,172,182,184,185,186,187,188,189,193,199,200,203,207,209,210,215,218,219,221,222,223],repop:7,report:[1,4,6,10,14,22,95,133,144,163,182,186,199,207,215,222,223],reposistori:7,repositori:[1,4,11,12,14,42,43,46,51,53,54,59,63,82,110,169,171,172,174,182,183,193,200,204,207,208,217,220,225],repres:[1,8,12,14,63,89,91,100,102,104,106,152,154,156,157,161,179,196],represent:[104,108],reproduc:[1,63,104,131,180,181],req_api:[63,106,151],req_len:91,request:[12,14,22,28,68,69,76,80,91,93,95,100,104,108,109,112,116,142,155,156,158,159,161,162,176,177,182,186,188,190,193,201,202,206,208,209,214,215,218,221],requir:[1,2,4,6,9,11,14,22,25,31,33,55,61,63,68,82,84,89,91,92,94,96,97,98,100,104,106,108,111,128,130,143,151,153,161,162,163,164,165,169,172,175,177,182,185,189,190,193,194,196,199,201,202,206,207,210,213,214,215,225],res:209,resch:87,reserv:[22,91,95,98,117,119,152,193,196],reset:[26,66,80,82,83,84,86,99,107,108,142,162,172,173,176,185,186,187,189,190,208,210,212,215,222,223],reset_cb:27,reset_config:182,reset_handl:[95,188],resid:[98,104,170,179,207],resign:[59,60,61],resist:208,resistor:[194,208],resolut:[23,88,143,163],resolv:[1,14,21,22,23,28,34,57,68,83,164,169,180,181,201],resort:157,resourc:[9,22,30,63,90,93,100,109,155,156,157,159,161,169,182,194,208,209,211,214,215,221,222,223],respect:102,respond:[19,26,162,175,177,179,206,207],respons:[14,17,22,29,30,71,87,92,94,106,108,112,159,162,175,177,196,200,207,214,218,219,221],rest:[1,14,48,63,91,148,150],rest_or_0:167,rest_or_0_aux:167,rest_or_0_aux_1:167,rest_or_0_aux_inn:167,rest_or_0_aux_n:167,restart:[2,104,105,116,142,182,212],restor:[14,105,130,185,187,193,208],restrict:[104,116,130,161,165,177,178],restructuredtext:10,result:[12,14,22,60,64,91,102,105,149,152,163,165,167,179,186,199,206,207,208],resum:[32,101,104,175,178],resynchron:51,retain:[104,165,178],retent:133,retransmit:33,retreiv:109,retri:[189,193],retriev:[59,82,89,91,102,108,128,129,133,151,152,154,172,217],reus:[57,83,104,165],reusabl:57,rev:210,revdep:[1,52,64],revers:[1,24,52,64,104,177,188],revert:[104,192],review:[10,162,175,199],revis:[4,148,210,212],revision_num:[201,202],revisit:[172,178],rfc:[70,150,199],ribbon:[188,221],rigado:[50,187,208],right:[2,3,10,14,57,63,105,175,188,208],rimari:179,ring:100,rise:137,ristic:179,robust:127,role:[14,22,31,32,33,100,177],rom:212,room:[91,196],root:[2,4,8,33,82,112,169,201],round:157,routin:[87,103,105,116,117,119,131,150,207],rpa:[21,28],rpa_pub:[28,68],rpa_rnd:[28,68],rsa2048:104,rsa:104,rsp:[14,28],rssi:[28,30,173],rtc:9,rto:[57,94,196],rtt:[8,14,106,207,224,225],rtt_buffer_size_down:222,rubi:[11,57,60],rule:[165,186,199],rumbl:212,run:[2,3,4,5,6,8,9,11,24,25,31,36,41,43,45,52,54,57,59,60,61,62,63,66,68,69,79,80,82,83,84,85,86,87,88,89,91,93,94,95,98,99,100,101,104,105,107,108,111,112,128,143,159,161,162,164,167,168,169,170,172,173,180,181,183,185,186,187,188,189,190,192,193,196,199,200,207,208,209,210,211,212,213,215,218,220,221,225],runner:12,runtest:[7,107,190],runtest_newtmgr:190,runtim:[26,79,101,182,200,218,221],runtimeco:[59,60,61,82,83,84,169,182,200,201],rwx:95,rwxr:[82,84],rx_cb:106,rx_data:207,rx_func:144,rx_off:207,rx_phys_mask:28,rx_power:28,rxbuf:141,rxpkt:91,rxpkt_q:91,s_cnt:163,s_dev:152,s_func:152,s_hdr:163,s_itf:152,s_listener_list:152,s_lock:152,s_map:163,s_map_cnt:163,s_mask:152,s_name:163,s_next:[152,163],s_next_run:152,s_pad1:163,s_poll_rat:152,s_size:163,s_st:[152,215],s_type:152,sad:[152,215],sad_i:215,sad_x:215,sad_x_is_valid:215,sad_y_is_valid:215,sad_z:215,sad_z_is_valid:215,safe:[92,128],safeguard:94,safeti:177,sai:[14,63,91,101,182,200,201,202],said:[137,208],sam0:182,sam3u128:[185,187,193,207,208,215],samd21:[182,200],samd21g18a:182,samd21xx:182,samd:182,same:[6,10,12,14,23,30,36,39,49,53,61,63,80,91,93,95,96,100,104,105,106,127,130,138,157,162,163,164,165,169,170,175,177,178,183,185,187,193,194,196,201,202,203,208,209,212],sampl:[1,12,31,32,63,91,96,110,159,162,165,208,209,211,214,215,220],sample_buffer1:208,sample_buffer2:208,sample_target:55,sane:101,saniti:[79,94,101,172],sanity_interv:99,sanity_itvl:[99,101],sanity_task:99,sanity_task_interv:99,satd:152,satisfactori:201,satisfi:[157,202],sattempt_stat:163,save:[12,33,51,52,73,102,105,106,138,154,177,196,212],saw:178,sbrk:[95,185,186,187,188,189],sc_arg:99,sc_checkin_itvl:99,sc_checkin_last:99,sc_cmd:[161,207],sc_cmd_f:161,sc_cmd_func:[161,207],sc_cmd_func_t:161,sc_func:99,sc_next:128,sc_valtyp:152,scalabl:127,scale:33,scan:[14,17,25,27,28,30,32,173,175,209,211],scan_interv:28,scan_req:28,scan_req_notif:28,scan_result:200,scan_rsp:28,scan_window:28,scannabl:[14,28,31],scd:152,scenario:[23,100,146],scene:33,schedul:[9,14,25,86,89,94,98,101,102,196],schemat:[95,221],scheme:[14,21,30,95],scientif:32,sck_pin:[111,112],scl:[138,210],sco:22,scope:[12,91,196],scratch:[95,104,116,117,119,162],screen:[8,193],script:[7,44,63,113,115,188],scroll:[12,176,190],sd_get_config:[152,154],sd_read:[152,154],sda:[138,210],sdcard:112,sdk:[47,55,165],search:[12,89,96,110,157,172,182,188,201,209,215,222,223],searchabl:[110,157],sec000:104,sec125:104,sec126:104,sec127:104,sec:[14,210,215],second:[14,23,27,28,63,66,67,68,69,70,71,72,73,74,75,76,77,78,79,82,83,84,86,91,92,95,99,101,102,104,116,145,157,161,162,169,170,175,180,181,184,188,196,199,206,208,210,215],secondar:179,secondari:[28,73,95,104,179,192],secondary_phi:28,secret:[23,28],section:[1,5,6,7,11,12,14,16,25,26,30,31,63,91,94,95,101,104,105,129,154,162,164,165,166,171,175,178,179,182,183,190,192,196,200,201,202,208,217,219,220],sector:[104,116,117,122,124,125,126,135,188],sector_address:[111,135],secur:[14,32,104,162,179,192,203,206,208],sed:152,see:[2,4,5,6,7,8,10,11,12,14,15,23,24,25,32,35,38,45,57,59,60,61,63,65,66,68,82,83,84,89,91,93,94,95,98,101,104,105,113,123,132,138,141,150,151,152,153,154,155,156,159,160,161,163,164,165,169,170,172,173,175,176,177,179,180,181,182,183,184,185,186,187,188,189,190,192,193,196,197,200,201,202,203,206,207,208,209,210,211,212,214,215,217,218,220,221,222,223],seek:91,seem:[14,175,208],seen:[92,136,139,201,225],segger:[8,14,106,185,187,192,193,200,207,208,210,215,218,224,225],segger_rtt_conf:222,segment:[32,91,209],sel:221,select:[4,12,14,21,32,57,61,137,141,152,161,182,184,185,186,188,209,211,221,223],selector:152,self:[3,31,96,180,181,199],selftest:199,sem:100,sem_token:100,sema:207,semant:178,semaphor:[14,94,101,207],send:[3,14,16,22,28,29,33,40,44,49,66,68,69,71,76,80,82,83,84,91,106,108,109,138,141,144,152,159,168,169,170,175,183,206,208,214,219,225],send_pkt:91,sender:175,sens:[22,104,162,208],senseair:[206,207],senseair_cmd:207,senseair_co2:[206,207],senseair_init:207,senseair_read:[206,207],senseair_read_typ:[206,207],senseair_rx_char:207,senseair_shell_func:207,senseair_tx:207,senseair_tx_char:207,sensi:209,sensibl:165,sensor:[9,14,33,110,163,212,225],sensor_accel_data:[152,215],sensor_callout:215,sensor_cfg:[152,154],sensor_check_typ:152,sensor_clear_high_thresh:157,sensor_clear_low_thresh:157,sensor_clear_trigger_thresh_t:152,sensor_cli:[160,210,211,215],sensor_color_data:152,sensor_cr:[153,210,213],sensor_data_cmp_gt:152,sensor_data_cmp_lt:152,sensor_data_func_t:[152,154,156],sensor_data_funct_t:154,sensor_data_t:152,sensor_dev_cr:153,sensor_devic:152,sensor_driv:[152,154],sensor_euler_data:152,sensor_event_type_double_tap:152,sensor_event_type_free_fal:152,sensor_event_type_orient_chang:152,sensor_event_type_orient_x_chang:152,sensor_event_type_orient_y_chang:152,sensor_event_type_orient_z_chang:152,sensor_event_type_single_tap:152,sensor_event_type_sleep:152,sensor_event_type_sleep_chang:152,sensor_event_type_t:[152,157],sensor_event_type_wakeup:152,sensor_ftostr:[157,215],sensor_get_config:152,sensor_get_config_func_t:[152,154],sensor_get_devic:152,sensor_get_itf:[152,154],sensor_get_type_traits_bynam:157,sensor_get_type_traits_bytyp:157,sensor_gyro_data:152,sensor_handle_interrupt_t:152,sensor_humid_data:152,sensor_ign_listen:152,sensor_init:[152,154],sensor_itf:[152,153,154],sensor_itf_i2c:[152,153],sensor_itf_spi:152,sensor_itf_uart:152,sensor_light_data:152,sensor_listen:[152,156,215],sensor_lock:152,sensor_mag_data:152,sensor_mgr_compare_func_t:157,sensor_mgr_evq_get:157,sensor_mgr_find_next:157,sensor_mgr_find_next_bydevnam:[157,215],sensor_mgr_find_next_bytyp:157,sensor_mgr_lock:157,sensor_mgr_match_bytyp:157,sensor_mgr_put_interrupt_evt:157,sensor_mgr_put_notify_evt:157,sensor_mgr_put_read_evt:157,sensor_mgr_regist:[152,154,157],sensor_mgr_unlock:157,sensor_mgr_wakeup_r:[157,215],sensor_nam:210,sensor_notifi:[152,158],sensor_notifier_func_t:152,sensor_notify_ev_ctx:157,sensor_o:[159,209,210,211,214,215],sensor_offset:210,sensor_oic_init:[157,159,209],sensor_oic_obs_r:[159,214],sensor_oic_tx_trigg:157,sensor_pkg_init:152,sensor_press_data:152,sensor_quat_data:152,sensor_read:[152,156],sensor_read_ev_ctx:152,sensor_read_func_t:[152,154],sensor_register_listen:[156,215],sensor_register_notifi:158,sensor_set_config_func_t:152,sensor_set_driv:[152,154],sensor_set_interfac:[152,154],sensor_set_n_poll_r:157,sensor_set_notification_t:152,sensor_set_poll_rate_m:[152,157,215],sensor_set_thresh:157,sensor_set_trigger_thresh_t:152,sensor_set_type_mask:[152,154],sensor_shel:210,sensor_temp_data:152,sensor_thresh_algo_userdef:152,sensor_thresh_algo_watermark:152,sensor_thresh_algo_window:152,sensor_timestamp:152,sensor_trigger_cmp_func_t:152,sensor_trigger_init:157,sensor_trigger_notify_func_t:[152,157],sensor_type_acceleromet:[152,153,154,213,215],sensor_type_al:152,sensor_type_altitud:152,sensor_type_ambient_temperatur:152,sensor_type_color:152,sensor_type_eul:[152,154,213],sensor_type_grav:[152,154,213],sensor_type_gyroscop:[152,154,213],sensor_type_light:152,sensor_type_linear_accel:[152,154,213],sensor_type_magnetic_field:[152,154,213],sensor_type_non:152,sensor_type_pressur:152,sensor_type_proxim:152,sensor_type_relative_humid:152,sensor_type_rotation_vector:[152,154,213],sensor_type_t:[152,154,156,157,215],sensor_type_temperatur:[152,154],sensor_type_trait:[152,157],sensor_type_user_defined_1:152,sensor_type_user_defined_2:152,sensor_type_user_defined_3:152,sensor_type_user_defined_4:152,sensor_type_user_defined_5:152,sensor_type_user_defined_6:152,sensor_type_weight:152,sensor_unlock:152,sensor_unregister_listen:[156,215],sensor_unregister_notifi:158,sensor_unset_notification_t:152,sensor_value_type_float:[152,154],sensor_value_type_float_triplet:[152,154],sensor_value_type_int32:152,sensor_value_type_int32_triplet:152,sensor_value_type_opaqu:152,sensor_value_type_temperatur:154,sensorapi:152,sensornam:[152,153,154,155,210,213,215],sensorname_cli:154,sensorname_ofb:210,sensors_o:211,sensors_test:[63,209,210,212,213,214],sensors_test_config_bno055:213,sent:[22,30,106,138,141,144,161,177,179,193],sentenc:64,sep:[4,83,84],separ:[14,22,27,36,37,52,53,68,104,110,148,151,162,163,177,180,181,182,185,186,188,189,193],seper:222,septemb:212,sequenc:[94,104,106,130,212],sequenti:130,seri:[104,128,142,179,225],serial:[68,89,104,105,106,108,109,110,116,133,138,141,163,185,189,190,192,193,194,207,209,210,211,219,220],serror_stat:163,serv:[20,57,95,116,155,162,209],server:[12,14,16,20,22,28,32,33,109,155,156,159,162,179,193,206,209,211,214,215],servic:[14,18,19,28,29,30,32,33,94,98,110,132,168,175,176,177,178,200,202,207,209],service_data_uuid128:[28,30],service_data_uuid16:30,service_data_uuid32:[28,30],sesnor:215,session:[12,40,41,49,57,59,60,61,63,95,182,185,186,188,189,222],set:[1,2,7,8,9,10,12,21,22,24,25,28,29,30,33,34,36,38,39,41,52,55,57,58,60,61,63,64,66,67,68,69,70,71,72,73,74,75,76,77,78,79,81,83,84,86,87,88,91,98,99,100,101,102,104,105,106,110,111,121,128,130,132,137,138,140,141,143,144,145,150,153,155,157,159,160,161,162,163,167,169,173,176,177,180,181,182,183,185,186,187,188,189,192,193,194,196,197,199,200,201,202,203,206,208,210,211,212,214,215,217,218,220,221,222],setting1:164,setting2:164,settl:26,setup:[11,59,61,62,73,82,84,85,154,162,172,173,183,184,190,192,206,207,208,210,212,215,217,218,219,220,221],sever:[3,14,22,24,28,32,63,95,96,98,102,104,151,162,165,168,179,180,181,187,188,201],sgd:152,sgrd:152,sha256:104,sha:104,shadow:105,shall:[14,25,28,30,152],share:[4,14,23,90,91,93,94,100,162,194,201],shdr:163,sheet:154,shell:[1,7,8,14,31,32,57,61,82,98,105,106,113,114,151,155,163,164,165,169,183,190,193,196,197,207,209,210,211,212,217,222],shell_cmd:[161,207],shell_cmd_argc_max:[161,193],shell_cmd_func_t:161,shell_cmd_h:161,shell_cmd_help:[161,197],shell_cmd_regist:[161,207],shell_command:161,shell_compat:161,shell_complet:161,shell_evq_set:161,shell_init:[161,165],shell_max_compat_command:161,shell_max_input_len:114,shell_max_modul:161,shell_modul:161,shell_nam:161,shell_newtmgr:[161,190],shell_nlip_input_func_t:161,shell_nlip_input_regist:161,shell_nlip_output:161,shell_os_modul:[161,197],shell_param:161,shell_prompt_function_t:161,shell_prompt_modul:[161,184],shell_regist:161,shell_register_app_cmd_handl:161,shell_register_default_modul:161,shell_register_prompt_handl:161,shell_stack:114,shell_task:[161,164,165,184,190,197,207,210,215],shell_task_init:114,shell_task_prio:114,shell_task_prior:164,shell_task_stack_s:114,shield:94,shift:[12,32],ship:[6,14],shortcut:12,shorten:175,shorter:170,shorthand:[91,201],shot:193,should:[4,8,10,12,14,21,27,31,34,57,59,61,63,83,86,87,88,89,91,92,95,98,99,100,101,102,104,105,106,110,113,114,116,122,126,128,130,132,133,138,141,143,144,145,148,150,151,154,157,161,163,165,167,169,170,173,175,176,177,178,180,181,182,184,185,186,187,188,189,193,196,199,200,201,204,207,208,209,210,213,215,218,221,222,223],show:[1,4,5,6,7,8,11,12,14,28,29,33,38,41,42,45,52,55,59,60,61,62,63,64,74,82,83,84,85,91,101,105,106,144,151,162,164,165,167,168,169,173,179,182,183,184,185,186,187,188,189,190,192,193,194,196,200,206,207,208,209,210,211,212,213,214,215,217,218,219,221,222,223,225],shown:[6,7,12,45,57,63,91,94,104,111,143,154,163,169,177,182,185,193,199,201,203,208,210,213,215,219],si_addr:[152,153],si_cs_pin:152,si_num:[152,153],si_typ:[152,153],sibl:[11,202],sid:28,side:[12,14,31,32,105,207],sierra:[60,83],sig:[22,30,33],sigh:212,sign:[6,10,39,48,49,59,60,61,82,152,170,173,183],signal:[22,27,30,32,101,141,178],signatuar:12,signatur:[28,48,104],signifi:138,signific:[21,91,141,162,193],significantli:[14,33],signigic:91,silent:[1,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,64,165],silicon:34,sim1:[218,219,221],sim:[6,7,63,96,207,218,220,221],sim_slinki:[164,219],similar:[1,8,12,14,94,95,151,153,173,193,199,208],similarli:[91,151],simpl:[12,22,32,63,87,91,94,95,100,101,103,105,108,110,127,132,163,169,174,175,180,181,184,196,208,215,217],simplehttpserv:[15,35,65],simpler:[95,179],simplest:[91,218,221],simpli:[6,10,14,89,91,92,100,101,106,132,162,169,171,176,182,196,206,207],simplic:[104,180,181],simplifi:[14,22,89,92,138],simul:[2,3,5,6,52,196,215,219],simultaen:91,simultan:[14,28,30,31],simultaneosli:128,sinc:[3,14,22,25,34,63,91,94,95,100,102,104,105,141,161,163,170,172,173,180,181,182,184,192,196,200,201,206,207,208,209],singl:[2,3,7,14,23,41,49,57,59,60,61,89,91,100,101,104,105,110,128,130,151,152,154,163,165,174,175,179,180,199,201],sissu:142,sit:[16,20,110,132,162],site:[174,185,189],situat:[94,162],six:[23,24],size:[9,22,28,30,41,57,59,60,61,63,75,79,89,91,92,95,101,102,103,104,105,106,108,111,130,141,151,162,163,164,165,168,182,186,188,190,193,196,198,211],size_t:[128,129,150],sizeof:[91,105,112,128,153,175,177,178,181,196,206,207,208],skelet:173,skeleton:[7,46,52,169,172,173,182,185,186,187,188,189,193,200,208,218,219,221],skip:[6,11,49,61,104,116,118,151,182,185,186,187,188,189,200,218,221],sl_arg:[156,215],sl_func:[156,215],sl_next:156,sl_sensor_typ:[156,215],slad:152,slave:[28,30,138,141],slave_interval_rang:30,sld:152,sleep:[9,87,89,91,93,100,101,102,133,184,194,196],slightli:[98,162],slink:[218,219,221],slinki:[7,47,63,106,128,162,164,165],slinky_o:[7,63],slinky_sim:164,slinky_task_prior:164,slist_entri:[128,129,152,156],slist_head:[93,152,167],slos854c:212,slot0:104,slot1:104,slot:[7,14,22,63,73,146,162,173,176,182,184,185,186,187,188,189,192,193,197,200,207,210,215,218,221,222,223],slower:[3,98,99],small:[22,25,91,102,106,110,128,162,163,179,186,199,208],smaller:[14,91,108,145,162,182],smallest:91,smart:[32,33,57,63,207,214],smarter:202,smd:152,smp:[22,32],snapshot:[45,185,189,202],snip:[1,38,45,57,63,172,173,190,208],snippet:177,snm_name:163,snm_off:163,soc:[14,98],socket:2,soft:[66,82,83,84,142],softwar:[1,3,4,6,32,40,44,49,52,98,99,104,132,168,182,185,187,188,192,200,201,207,208,210,215,218,222],solder:207,solut:[57,132,180,181],solv:[104,162],some:[1,8,12,14,31,66,78,91,92,94,95,98,100,101,103,104,106,112,116,127,128,130,133,141,144,151,157,164,167,169,174,175,176,177,178,180,181,184,185,186,189,190,193,196,197,199,200,201,207,212,215,218,221,222,223,225],somebodi:[105,207],somehow:63,someon:[10,87,208],someth:[14,22,169,172,173,200,203,206,222],sometim:[105,182,200,222],somewhat:[94,104],somewher:[14,104,162,208],soon:[32,202],sooner:145,sophist:196,sort:176,sound:14,sourc:[1,4,9,15,25,32,52,58,60,62,63,81,83,85,91,98,104,105,110,154,155,165,167,174,182,185,186,188,194,200,201,202,208,215,217,221],space:[12,14,32,36,37,52,53,68,91,98,116,117,130,138,146,149,161,162,163,172,180,183,200,217,220,225],spare:14,spd:152,spec:[14,22],specfi:210,special:[8,91,98,111,162,179,180,181,199,200,201,202,210],specif:[11,14,22,23,24,30,32,33,59,60,61,63,64,87,89,91,92,94,95,97,98,102,104,108,110,126,128,130,132,137,138,140,141,142,143,144,146,151,152,154,157,162,165,167,173,175,177,178,180,181,182,188,190,193,196,199,200,201,207,208,218,221],specifi:[1,4,6,7,11,12,14,22,28,31,36,37,39,41,43,45,47,48,52,53,55,57,59,60,61,63,67,68,69,70,71,72,73,74,75,76,77,78,79,86,88,89,91,92,95,98,99,101,102,103,106,108,109,126,133,137,138,146,151,152,153,154,155,156,157,159,160,161,164,167,172,175,177,178,179,180,181,182,187,188,190,192,197,200,201,202,203,208,210,214,215,218,221,222],spectrum:32,speed:[9,32,144,182,185,186,187,193,208,222],spew:200,sphinx:[15,35,65],spi:[8,14,32,98,110,111,112,137],spi_cfg:[111,112],spi_miso_pin:[111,112],spi_mosi_pin:[111,112],spi_num:[111,112,141],spi_sck_pin:[111,112],spi_ss_pin:[111,112],spi_typ:141,spitest:[7,63],split:[7,14,73,95,142,164,192,207,208,218,219,221],split_app:7,split_app_init:165,split_config:[218,219],split_elf_nam:63,split_file_test:199,split_load:165,splitti:[7,63,162,164],spot:95,spread:32,spuriou:199,sqd:152,squar:138,sram:188,src:[6,7,11,14,47,52,57,63,72,82,84,91,95,97,110,131,132,135,139,140,142,148,165,167,170,172,182,185,186,187,188,189,193,196,199,200,206,207,208,210,213,215,218,219,221],src_off:91,srhd:152,ss_op_wr:177,ss_pin:[111,112],ssec:28,st_cputim:215,st_ostv:215,stabil:[201,202],stabl:[1,7,59,60,82,83,201,202],stack:[1,9,14,20,25,27,28,31,32,57,79,87,89,91,94,101,162,165,171,172,173,174,175,177,178,179,193,207],stack_bottom:101,stack_siz:[99,101],staff:[82,83],stage:[99,104,110,152,153,162,165],stai:14,stailq_entri:[151,163],stale:[2,182],stand:[14,91],standalon:[14,162],standard:[7,32,33,102,108,109,110,111,127,128,132,175,180,181,193,206,207],standard_accel_grav:152,standbi:[32,146,212],start:[2,4,8,9,10,12,14,27,28,29,31,40,49,61,64,73,84,88,90,91,92,93,94,95,97,101,104,110,113,116,117,119,122,128,138,139,141,142,143,144,145,151,157,162,165,169,171,172,175,182,183,184,185,186,188,189,192,193,196,199,201,206,207,208,209,210,211,213,215,219,223,225],starter:170,startup:[21,27,31,32,104,162,165,180,181,196,212],startup_stm32f40x:[186,188],stash:51,stat:[1,7,14,66,80,82,83,84,107,108,165,172,190,193,197,207,208,215,222],state:[6,14,27,32,33,54,57,87,89,95,99,101,102,109,116,132,133,137,150,182,188,192,194,196,202,204],statement:[11,165,190],statist:[1,50,66,75,78,79,82,83,84,166,193,218,219,221,222],stats_clear:163,stats_cli:[1,197],stats_get:163,stats_group_find:163,stats_group_walk:163,stats_group_walk_func_t:163,stats_hdr:[154,163],stats_inc:163,stats_incn:163,stats_init:[154,163],stats_init_and_reg:163,stats_module_init:165,stats_my_stat_sect:163,stats_nam:[1,39,40,78,154,163],stats_name_end:[154,163],stats_name_init_parm:[154,163],stats_name_map:163,stats_name_map_nam:163,stats_name_start:[154,163],stats_newtmgr:[1,164,165,190],stats_nmgr_register_group:163,stats_regist:[154,163],stats_reset:163,stats_sect_decl:[154,163],stats_sect_end:[154,163],stats_sect_entri:[154,163],stats_sect_entry16:163,stats_sect_entry32:163,stats_sect_entry64:163,stats_sect_start:[154,163],stats_sect_var:163,stats_shell_regist:163,stats_size_16:163,stats_size_32:[154,163],stats_size_64:163,stats_size_init_parm:[154,163],stats_walk:163,stats_walk_func_t:163,statu:[10,11,22,112,128,162,176,178,180,182,192,193,207,212,218,219,221],std:152,stderr:148,step:[2,4,6,7,12,49,57,59,61,82,84,94,95,96,104,106,138,153,162,163,172,173,180,181,182,185,186,187,188,189,193,200,201,208,218,219,221],sterli:202,sterlinghugh:202,stic:[177,179],still:[5,14,61,68,88,98,99,157,176,208,217,222],stitch:1,stksz:[79,218,221],stkuse:[79,218,221],stlink:186,stm32:[186,188,221],stm32_boot:221,stm32_slinki:221,stm32f2x:186,stm32f303vc:[169,170],stm32f3discoveri:169,stm32f4:[110,111,112,183],stm32f4_adc_dev_init:110,stm32f4_hal_spi_cfg:[111,112],stm32f4disc_blinki:186,stm32f4disc_boot:186,stm32f4discoveri:[55,186],stm32f4discovery_debug:186,stm32f4x:186,stm32f4xx:137,stm32f4xxi:137,stm32l072czy6tr_boot:14,stm32serial:221,stm32x:186,stm34f4xx:137,stm:221,stmf303:169,stmf32f4xx:137,stmf3:169,stmf3_blinki:[169,170],stmf3_boot:[169,170],stop:[2,28,86,88,116,126,138,139,143,144,158,175,200,210],stopbit:144,storag:[14,22,105,116,173,201],store:[1,11,14,23,28,33,36,37,39,52,57,59,61,63,82,87,89,91,102,105,106,116,123,141,146,149,150,163,172,175,177,178,201,207,208,209,212,215,217],stori:91,str:[105,106,144,150,167],straight:[175,207],straightforward:[172,208],strategi:196,strcmp:[105,207],stream:[32,150,151],strength:30,strict:[177,182],strictli:[130,208],string:[1,14,28,30,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,64,66,67,68,69,70,71,72,73,74,75,76,77,78,79,82,83,84,103,105,106,109,115,128,142,146,148,149,150,157,161,163,165,180,181,199,201,202,206,207,208,219],strip:[48,91],strlen:[175,177],strongli:128,struct:[86,87,88,89,91,92,93,94,95,99,100,101,102,104,105,106,110,111,112,116,117,118,119,120,121,122,123,124,125,126,129,130,131,133,136,138,141,143,146,148,149,150,151,152,153,154,156,157,158,161,163,167,175,177,178,179,180,181,184,194,196,199,206,207,208,213,215],structur:[7,11,12,20,29,57,63,80,86,89,91,92,93,94,95,100,101,104,105,106,110,112,122,138,143,148,149,151,153,154,155,163,177,183,199,200,207,208,213,217,220,225],struggl:14,strutur:91,stt:[152,157],stub:[14,63,103,151,180,181,184,194,199,207,208],stuctur:152,studio:[5,13],stuff:201,style:106,sub:[29,45,47,52,72,73,74,77,78,110,181,204],subcommand:[47,52,64,66,68,72,73,74,77,78],subcompon:32,subdirectori:[2,167,199],subfold:185,submit:11,submodul:14,subrang:22,subscrib:[14,29,176,178,208],subsequ:[14,23,32,104,162,175,178,199],subset:[23,152,154,157,210],substitut:[6,172,173],subsystem:[31,61,89,105,106,111,112,161],subtract:[100,102],subtre:105,succe:199,succeed:212,succesfulli:[170,172,173,176,182,184,185,186,187,188,189,192,193,200,207,210,212,215,218,221,222,223],success:[3,14,22,57,86,88,91,94,99,101,102,105,112,117,118,119,120,121,122,124,125,126,129,133,137,138,141,143,144,145,148,151,152,156,157,158,161,169,170,177,179,188,193,199],successfuli:[95,199,215],successfulli:[7,14,22,57,92,95,99,151,152,162,169,170,172,173,176,178,180,181,182,185,186,187,188,189,190,192,193,200,207,208,209,210,211,212,215,218,219,221],sucess:157,sudo:[4,6,7,11,59,60,62,82,85,173],suffici:[14,91,92],suffix:199,suggest:[3,6,14,157,168,197,225],suit:[6,57,167,172,198],suitabl:[14,22,95,130],suite_nam:167,summar:[95,162],summari:[6,11,21,38,161,181],supervision_timeout:[31,176],supplement:[30,175],supplementari:95,suppli:[142,151,199],supplier:212,support:[1,3,4,6,7,12,16,21,22,23,30,31,32,34,55,60,68,83,88,94,95,97,103,104,106,108,109,110,111,112,127,133,137,141,150,151,152,153,154,157,161,162,163,165,172,173,174,175,179,180,182,183,185,192,194,200,201,202,207,211,212,217,219,220,225],suppos:[14,45,93,100,137,163],suppress:219,suppresstasknam:12,sure:[2,7,8,14,59,91,149,172,173,175,177,182,184,193,199,201,206,208],suspend:210,svc:179,sw_rev:210,swap:[2,87,95,130,131,162,182,212,222],swclk:182,swd:[182,185,186,187,188,189,193,200,208,215],swdio:182,swim:186,swo:[185,200,215],symbol:[4,7,12,14,63,162,182,186,215,222,223],symlink:[62,85],sync:[22,26,41,59,60,61],sync_cb:[27,180,181],synchron:[22,41,51,59,60,61,98,100,110,141],syntax:[165,193,197,210],synthes:25,sys:[1,7,14,57,59,63,105,106,107,131,151,161,163,164,165,172,184,190,194,199,200,207,208,210,215,223],sys_:91,sys_config:162,sys_config_test:7,sys_console_ful:162,sys_einv:[154,215],sys_enodev:154,sys_flash_map:[186,188],sys_log:162,sys_mfg:[7,182,185,186,187,188,210,218,221],sys_shel:162,sys_stat:162,sys_sysinit:[7,182,185,186,187,188,189,210,218,221],syscfg:[14,24,25,34,39,40,52,63,95,99,105,106,128,130,153,154,155,157,159,160,161,163,164,173,182,184,185,190,192,193,197,199,200,207,208,210,211,212,214,215,222,223],sysclock:14,sysconfig:[105,190],sysflash:[182,188],sysinit:[7,26,27,94,101,106,147,153,165,180,181,182,184,193,194,199,200,207,208,215],sysinit_assert_act:165,sysinit_panic_assert:[153,154,165],sysresetreq:182,system:[1,3,6,8,9,26,41,52,59,60,61,63,64,88,91,92,95,98,99,101,102,103,104,105,106,107,116,130,133,137,141,144,146,147,151,157,162,163,168,172,173,182,184,185,188,193,196,197,200,201,202,207,215,223],system_l:137,system_stm32f4xx:[186,188],systemview:225,sysview:[223,224],sysview_mynewt:223,sytem:139,syuu:61,t_arg:101,t_arrai:150,t_boolean:150,t_charact:150,t_check:150,t_ctx_sw_cnt:101,t_flag:101,t_func:[101,196],t_ignor:150,t_integ:150,t_name:101,t_next_wakeup:101,t_obj:101,t_object:150,t_prio:[87,101],t_real:150,t_run_tim:101,t_sanity_check:101,t_stackptr:101,t_stacksiz:101,t_stacktop:101,t_string:150,t_structobject:150,t_taskid:101,t_uinteg:150,tab:[31,38],tabl:[14,21,22,95,104,107,127,129,165,177,179,193,210],tag:202,tail:91,tailq_entri:143,take:[6,7,14,24,47,52,57,64,91,94,105,117,146,149,162,163,175,177,178,179,180,181,196,199,206,208],taken:[7,14,63,89,94,177,201,202,206],talk:[14,173,175,212,219],tap:[4,58,81],tar:[4,59,60,61,62,83,84,85],tarbal:4,target:[3,4,5,7,12,14,26,30,34,36,37,38,39,40,41,44,45,48,49,50,55,57,59,60,61,64,66,67,68,69,70,71,72,73,74,75,76,77,78,79,82,83,84,98,105,146,152,162,163,164,165,167,171,180,181,183,192,196,197,199,207,209,211,214,220],target_nam:36,targetin:[180,181],task1:[94,99,218,221],task1_evq:99,task1_handl:94,task1_init:94,task1_prio:94,task1_sanity_checkin_itvl:99,task1_sem:94,task1_stack:94,task1_stack_s:94,task2:[94,218,221],task2_handl:94,task2_init:94,task2_prio:94,task2_sem:94,task2_stack:94,task2_stack_s:94,task:[9,11,57,66,79,82,83,84,86,87,89,91,92,93,94,95,97,98,100,102,106,110,113,115,157,161,165,167,177,184,190,193,195,206,207,209,213,215,218,219,221,225],task_l:194,task_prior:[164,165],tasknam:12,taskstat:[66,80,82,83,84,107,109,190,218,221],taught:212,tbd:179,tc_case_fail_arg:167,tc_case_fail_cb:167,tc_case_init_arg:167,tc_case_init_cb:167,tc_case_pass_arg:167,tc_case_pass_cb:167,tc_config:167,tc_current_config:167,tc_print_result:167,tc_restart_arg:167,tc_restart_cb:167,tc_suite_init_arg:167,tc_suite_init_cb:167,tc_system_assert:167,tck:182,tcp:[182,186],tdi:182,tdo:182,teach:196,team:[4,132],technic:[10,169,212],technolog:[32,111],tee:[1,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,64],teh:152,telee02:193,telee02_boot:193,telemetri:180,telenor:193,teli:[180,181],tell:[14,31,57,116,144,146,150,152,162,163,165,169,175,177,180,181,188,202,206],telnet:[200,207,215,222],tem:210,temperatur:[128,152,210],templat:[7,47,172,199,206,207,215],temporari:[22,99,104],temporarili:[93,99],ten:141,term:[3,104,110,128,137,140,201],termin:[2,4,7,8,10,12,14,22,28,32,61,84,105,106,128,130,161,173,175,178,179,182,184,185,186,187,188,189,193,200,207,213,215,222],terribl:[7,172],test:[4,6,12,14,41,52,59,60,61,66,69,73,77,82,83,84,104,106,107,132,154,155,162,165,167,173,179,180,181,182,184,185,187,190,198,201,206,208,219,222,225],test_assert:[167,199],test_assert_fat:[167,199],test_assert_ful:167,test_cas:[167,199],test_case_decl:167,test_case_defn:167,test_case_task:167,test_datetime_parse_simpl:199,test_datetime_suit:199,test_json:199,test_json_util:199,test_pass:167,test_project:46,test_suit:[167,199],test_suite_decl:167,test_suite_regist:167,test_task_handl:167,test_task_nam:167,testbench:[7,63],testcas:[7,199],testnam:77,testutil:[7,131,199],text:[41,50,71,91,106,128,161,162,186,218,221],textual:1,tgt:105,tgz:4,than:[3,7,14,16,22,30,74,91,93,94,95,98,100,101,102,103,104,108,128,141,145,151,157,161,162,164,173,179,180,181,185,196,208,215,222],thank:31,thee:98,thei:[1,6,14,22,30,31,63,86,89,91,92,94,95,100,101,104,105,110,143,162,163,165,167,168,170,175,176,177,179,180,181,193,197,199,201,202,204,206,210],their_key_dist:28,them:[2,9,14,57,91,95,100,101,146,162,163,165,173,175,180,181,182,196,199,200,201,208,209,212,225],themselv:[91,94,179],theori:[14,57,165],therebi:[100,116],therefor:[22,92,104,124,128,196,203],thi:[1,2,3,4,5,6,7,8,9,10,11,12,14,15,16,20,22,23,24,25,26,27,28,30,31,32,33,34,35,36,43,45,54,55,57,59,60,61,62,63,65,66,68,73,74,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,108,110,111,112,113,114,116,117,118,119,122,128,129,130,131,132,133,134,136,137,138,139,141,143,144,145,146,147,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,192,193,194,196,197,199,200,201,202,203,206,207,208,209,210,211,212,213,214,215,217,218,219,220,221,222,223,225],thing:[1,14,25,27,32,57,63,92,95,98,99,110,138,152,162,180,181,199,202,206,207,208,213,215],thingi:[153,222,223],thingy_boot:215,thingy_debug:[215,222,223],thingy_my_sensor:215,think:[10,14,104,208],third:[6,21,102,173,175,182,200,208],thorough:202,those:[1,14,33,34,41,57,59,60,61,63,95,98,104,113,117,162,168,202,206,207,208,212],though:[14,91,104,138,157,162],thought:[14,208],thread:[9,172,182,186,188],three:[2,11,21,61,63,91,104,106,151,162,163,165,172,174,175,181,182,188,193,194,196],threshold:[152,157],through:[8,14,24,32,63,64,91,101,104,109,116,122,127,128,130,132,141,150,157,174,176,178,181,182,184,188,190,199,200,206,208,211,212,214,217],throughout:[1,95,199],throughput:[14,32],thrown:6,thu:[91,95,100,104,110,130,137,138,141,196],tick:[14,86,88,93,98,99,100,102,106,138,143,161,184,185,196,215],ticker:86,ticket:10,tickl:[99,145],tid:[79,218,221],tie:162,tied:[14,128],ties:[91,172],time:[1,7,9,11,12,21,22,23,26,28,32,33,36,45,59,60,61,62,63,79,84,85,86,89,91,94,95,98,99,100,101,104,106,112,116,127,132,145,152,158,161,162,163,168,170,172,175,177,179,180,181,185,187,193,194,196,199,200,206,207,208,210,212,215,217,222],time_datetim:[162,215],time_datetime_test:199,time_in_flight:91,timelin:14,timeout:[22,28,66,67,68,69,70,71,72,73,74,75,76,77,78,79,82,83,84,89,93,100,138,152,192,207],timer:[14,25,86,88,89,95,99,132,140,145,157,215],timer_0:25,timer_4:193,timer_5:25,timer_ev_cb:[184,215],timer_interrupt_task:194,timer_num:143,timestamp:[74,152],timev:102,timezon:[102,199],timo:89,timo_func:86,timtest:[7,63],ting:[180,181],tini:[188,221],tinycbor:[7,209],tinycrypt:[7,14],tinyprintf:103,tip:99,titl:[8,220],tlm:180,tlv:[28,104],tmp:[59,61,82,84,162],tmpstr:215,tmr:143,todo:[63,110,180,181],togeth:[1,45,57,63,91,113,162,176,188,208],togetherth:14,toggl:[7,101,137,184,194,196],token:[77,94,100,161,203],told:146,too:[22,91,94,102,110,133,164],took:186,tool:[1,2,3,5,6,7,9,12,13,14,41,56,59,60,63,64,65,68,80,81,82,83,94,95,96,98,109,110,163,164,165,167,169,171,172,173,182,183,188,190,192,193,194,197,199,200,201,202,203,208,209,215,217,219,220,222,223,225],toolbox:2,toolchain:[2,3,5,7,12,14,15,35,61,65,173,183,190,192,200,217,220,225],toolkit:3,tools_1:[59,60,61,83,84],top:[1,10,12,14,37,63,91,101,110,130,138,164,173,180,181,199,208],topic:1,total:[9,57,66,67,68,69,70,71,72,73,74,75,76,77,78,79,82,83,84,91,101,103,104,185,187,193,208],tour:174,track:[21,23,32,102,104],tradeoff:162,trail:[91,104],trailer:104,trait:[152,157],transact:[22,138,141],transfer:[23,141,207],transit:104,translat:[137,180],transmiss:[22,28,141,144,193],transmit:[14,30,33,106,138,141,157,193],transmitt:144,transport:[22,28,32,82,106,109,165,172,173,182,186,192,207,208,209,211,214,217],travers:[91,128],traverse_dir:128,treat:116,tree:[1,6,7,14,52,57,63,95,128,172],tri:[3,66,67,68,69,70,71,72,73,74,75,76,77,78,79,82,83,84,105,112,164,193],trial:95,tricki:101,trig:137,trigger:[6,10,89,137,152,157,212],trim:91,trip:99,triplet:152,trng_test:63,troubleshoot:[163,164],truncate_test:199,trust:[23,28,207],ts_config:167,ts_current_config:167,ts_suit:167,ts_testsuite_list:167,tt_chr_f:179,tt_svc_type_p:179,ttl:[173,221],tty:[8,184,200,210,218,221],ttys002:68,ttys003:68,ttys005:219,ttys012:[218,221],ttys10:8,ttys2:[8,184,200,210,218,221],ttys5:8,ttyusb0:[14,68,173],ttyusb2:[8,200,218,221],ttyusb:[8,184,200,210,218,221],tu_any_fail:[167,199],tu_case_complet:167,tu_case_fail:167,tu_case_fail_assert:167,tu_case_idx:167,tu_case_init:167,tu_case_init_fn_t:167,tu_case_jb:167,tu_case_nam:167,tu_case_pass:167,tu_case_pass_manu:167,tu_case_post_test:167,tu_case_pre_test:167,tu_case_report:167,tu_case_report_fn_t:167,tu_case_set_init_cb:167,tu_case_set_post_cb:167,tu_case_set_pre_cb:167,tu_case_write_pass_auto:167,tu_config:167,tu_init:167,tu_init_test_fn_t:167,tu_post_test_fn_t:167,tu_pre_test_fn_t:167,tu_restart:167,tu_restart_fn_t:167,tu_start_o:167,tu_suite_complet:167,tu_suite_fail:167,tu_suite_init:167,tu_suite_init_fn_t:167,tu_suite_nam:167,tu_suite_post_test:167,tu_suite_pre_test:167,tu_suite_regist:167,tu_suite_restart_fn_t:167,tu_suite_set_complete_cb:167,tu_suite_set_fail_cb:167,tu_suite_set_init_cb:167,tu_suite_set_pass_cb:167,tu_suite_set_post_test_cb:167,tu_suite_set_pre_test_cb:167,tu_testsuite_fn_t:167,tupl:102,turn:[14,25,110,132,133,137,162,172,173,183,184,187,190,201,202,210,218],tutiori:[75,78],tutori:[2,3,6,7,8,12,14,24,32,61,79,153,154,159,160,161,167,169,171,172,173,174,175,176,177,178,179,180,181,182,184,185,186,187,188,189,190,192,193,194,196,199,200,207,208,209,210,211,212,213,214,215,218,219,221],tv_sec:[102,199,215],tv_usec:[102,199,215],tvp:102,tweak:127,two:[2,3,12,14,20,21,23,24,28,32,33,45,47,52,57,63,68,91,92,93,94,95,97,101,102,104,106,108,130,138,151,152,161,162,163,164,165,169,172,173,175,177,180,181,182,184,185,186,187,188,189,190,193,194,196,199,200,201,202,203,204,208,209,210,214,215,218,221],tx_data:207,tx_done:144,tx_func:144,tx_len:207,tx_off:207,tx_phys_mask:28,tx_power_level:[28,30],tx_time_on_air:193,txbuf:141,txd:193,txpower:193,txrx:141,txrx_cb:141,txt:[14,72,128,223],type:[1,7,8,10,12,14,21,22,24,28,30,31,33,41,45,47,48,55,57,59,60,61,63,68,86,91,92,95,98,101,104,105,106,109,137,141,144,150,151,153,156,159,161,164,165,169,172,173,175,176,177,178,179,180,182,185,186,187,188,192,193,194,196,199,200,201,202,203,206,207,208,213,214,215,218,219,221,222,223],typedef:[27,89,92,99,101,102,105,106,116,126,137,141,143,144,150,151,152,157,161,163,167],typic:[3,9,27,32,33,57,63,91,94,95,96,99,104,106,110,130,132,134,137,138,141,151,152,162,163,165,167,175,180,181,199],tz_dsttime:[102,199],tz_minuteswest:[102,199],u8_len:112,uart0:[106,219],uart:[7,8,14,32,57,98,106,110,139,172,173,185,186,187,188,189,190,193,207,215,222],uart_bitbang:[139,185],uart_flow_control_non:106,uart_hal:[7,186,187,188],uart_rx_char:144,uartno:207,ubuntu:[4,6,7,59,82],uci:24,udev:186,udp:68,uext:221,uicr:24,uid:180,uint16:[28,29],uint16_max:28,uint16_t:[22,91,92,93,99,100,101,104,111,116,117,138,141,150,151,152,163,177,206,207,208],uint32:[28,73],uint32_max:28,uint32_t:[88,91,92,101,102,104,111,116,124,128,129,130,133,135,138,140,141,143,145,151,152,154,157,163],uint64:28,uint64_t:150,uint8:28,uint8_max:28,uint8_t:[24,34,89,91,92,93,95,99,101,104,106,110,111,116,124,128,129,130,133,135,136,138,141,144,150,151,152,154,163,175,177,180,181,207,208],uinteg:150,ultim:177,umbrella:162,unabl:[2,182,185,186,189],unaccept:22,unadorn:22,unam:2,unc_t:161,unchang:95,unconfigur:151,unconfirm:193,und:[28,31],undefin:[84,133,165],under:[4,7,10,11,12,14,22,27,36,57,63,73,103,105,110,161,179,182,186,187,189,207,208],underli:[98,110,116,128,131,132,141,152],understand:[7,14,102,152,162,168,169,192,193,201,208,212],underwai:104,undesir:94,undirect:[28,175],unexpect:[22,128],unexpectedli:[22,199],unfortun:14,unicast:33,unicod:127,unidirect:28,unifi:110,uniform:[30,61],uniformli:64,uninstal:7,unint32:73,uninterpret:165,union:[150,152,177],uniqu:[9,21,34,95,133,151,163,164,165,180,193],unit:[1,7,14,22,28,41,53,59,60,61,86,101,104,165,199,225],unittest:[7,47,57,63,165,172,199,207],univers:[14,144],unix:[2,61,128,169],unknown:[22,164],unlabel:207,unless:[28,101,104,130,138,146,165,207,208],unlicens:32,unlik:[22,92,199],unlink:[60,62,83,85],unlink_test:199,unlock:[152,157],unmet:95,unpack:[59,61],unplug:189,unprovis:33,unrecogn:14,unregist:156,unresolv:[132,199],unrespons:22,unset:[52,104,152],unsign:[101,150,163,189,215],unspecifi:[22,44],unstabl:[59,60,82,83],unsuccess:138,unsupport:[22,179],unsync:27,untar:4,until:[14,22,27,63,88,89,91,94,100,106,116,138,141,144,152,175,180,181,193,201],unuesd:178,unus:[73,116,206,208],unwritten:104,updat:[2,4,14,17,22,28,31,38,39,51,54,59,60,61,62,82,83,85,91,104,118,151,165,176,178,184,185,197,199,206,208,209,215],upgrad:[2,41,58,61,81,95,104,106,169,173,182,190,191,200,208,222,225],uplink:193,uplink_cntr:193,uplink_freq:193,upload:[14,45,72,73,128,146,162,185],upon:[1,3,10,27,57,91,104,163,178],upper:[24,144,165],uppercas:155,upstream:108,uri:[28,30,109],url:[28,180,199,201],url_bodi:180,url_body_len:180,url_schem:180,url_suffix:180,usabl:[1,92,95,172,180],usag:[1,9,59,60,61,64,82,83,84,91,101,110,111,128,130,138,152,161,163,165,193,196,207,219],usart6_rx:221,usart6_tx:221,usb:[2,3,14,32,44,68,173,182,183,185,186,187,188,189,190,192,193,194,196,200,208,210,217,218,220,221],usbmodem1411:8,usbmodem14211:68,usbmodem14221:68,usbmodem401322:8,usbmodem:8,usbseri:[8,184,200,210,218,221],usbttlseri:173,use:[1,4,5,6,7,8,11,12,14,16,21,22,23,25,28,31,32,34,43,47,52,53,57,58,60,61,63,66,67,68,69,70,71,72,73,74,75,76,77,78,79,81,83,84,86,88,89,95,96,98,100,101,104,105,106,107,110,112,116,117,127,128,130,131,138,141,143,150,151,152,153,154,155,156,157,161,162,163,164,165,167,169,170,171,172,173,175,176,177,178,180,181,182,183,184,185,188,190,192,193,194,196,197,199,200,202,203,206,207,208,209,210,212,214,215,217,218,219,220,221,222,223],use_wl:28,use_wl_inita:28,usec:[88,210,215],used:[6,7,11,12,14,21,22,23,24,25,28,30,31,33,36,48,51,63,68,74,86,88,91,92,93,95,100,101,102,103,104,105,106,111,112,116,119,127,128,135,138,139,141,143,145,150,152,153,154,161,162,163,164,165,168,169,170,173,175,177,178,179,180,181,182,193,196,199,200,201,202,206,207,209,210],useful:[3,14,22,94,154,172,201],user:[1,2,4,6,7,8,9,14,20,22,23,25,50,57,60,61,63,80,82,83,84,86,89,91,92,95,96,99,104,106,107,110,111,116,122,128,130,133,141,142,143,144,152,160,162,163,164,165,169,179,182,188,193,194,200,201,202,203,207,208,215,221],user_defined_head:91,user_hdr:91,user_hdr_len:91,user_id:[164,165],user_manu:169,user_pkthdr_len:91,usernam:[10,50,61,201],uses:[2,4,6,7,8,12,14,16,22,23,24,25,31,32,34,57,67,68,69,70,71,72,73,74,75,76,77,78,79,80,88,89,95,99,102,103,104,106,107,108,109,110,112,116,127,128,132,137,138,151,152,153,154,156,157,161,164,165,167,177,178,179,182,184,187,190,192,194,200,201,203,209,210,211,212,215,218,221],using:[1,2,4,6,7,8,10,11,12,15,21,22,25,27,28,29,30,32,33,35,38,39,45,46,59,60,61,62,63,65,68,78,82,83,84,85,86,88,89,91,93,94,96,97,98,99,100,101,102,103,104,105,110,116,119,121,126,127,128,132,137,138,140,141,143,145,150,154,155,157,161,162,163,165,167,169,172,173,179,181,182,183,184,185,186,187,188,189,190,192,193,194,196,199,200,207,208,209,211,212,215,219,220,222,223],usr:[4,6,11,38,59,60,61,62,82,83,84,85],usu:97,usual:[14,25,91,92,103,110,151],utc01_01_2016:151,utc:[70,102,199],utctim:102,utf:30,util:[7,11,22,32,33,94,103,106,127,139,141,151,165,190,199,208],util_cbmem:215,util_cbmem_test:7,util_crc:[215,219,221],util_mem:[7,182,184,185,186,187,188,189,193,200,210,215,218,219,221],util_pars:[193,210,215],uuid128:[28,30,177,179,181],uuid128_is_complet:[28,30],uuid16:[28,29,30,177,206,208],uuid16_is_complet:[28,30],uuid32:[28,30],uuid32_is_complet:[28,30],uuid:[28,29,30,31,34,68,177,179,181,206,208,209],uvp:102,v10:215,v14:186,v25:186,val:[24,25,41,52,59,60,61,63,95,105,134,137,141,150,151,163,164,165,180,181,184,190,193,207,208,209],val_len_max:105,val_str:105,valid:[22,41,52,55,59,60,61,63,68,74,91,104,111,116,126,128,129,138,141,152,177,199,207,208],valu:[1,4,7,12,22,24,25,28,29,30,31,39,41,44,48,52,55,59,60,61,63,64,66,67,68,70,73,74,77,82,83,84,87,91,92,95,100,101,102,104,105,110,116,133,137,138,141,142,143,144,145,150,151,153,155,157,161,162,163,173,176,177,178,179,180,181,190,192,194,197,201,202,206,207,208,210,211,212,214,215,217,222],valuabl:201,value1:[52,165],value2:[52,165],valuen:165,vanilla:127,vari:[9,91,98,104],variabl:[1,4,11,14,25,36,39,52,61,63,64,67,91,92,101,105,106,130,150,151,152,153,154,162,169,175,177,193,196,201,202,209,210,211,212,215],variant:[23,97,137],variat:12,varieti:[4,178],variou:[24,25,63,91,104,108,110,132,178,183,193],vdd:14,vector:210,vendor:201,ver:[1,7,57,148,149,169,173,182,200,201,202,203,207,208],ver_len:149,ver_str:149,verb:64,verbos:[1,7,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,64,182,200],veri:[1,9,33,57,91,101,103,104,153,171,179,184,185,201,208,209,222],verif:23,verifi:[23,59,61,82,84,104,132,154,162,185,186,187,189,192,193,196,199,207,208,209],versa:[8,162],version:[1,2,4,6,7,11,12,23,32,36,39,41,43,45,49,57,58,62,81,85,86,106,116,146,148,149,151,162,165,169,173,181,182,184,185,186,187,188,189,190,192,193,200,204,207,210,212,215,218,221,222,223],via:[8,14,22,27,44,57,91,92,104,106,110,128,130,131,132,138,151,157,161,162,163,165,173,174,175,177,185,187,192,193,201,207,210,211,212,214,217],vice:[8,162],vid:186,view:[1,7,10,12,31,52,64,68,155,160,161,162,163,165,201,206,212,214,223],vim:61,vin:210,violat:22,viper:11,virtual:[14,68,134,137],virtualbox:182,visibl:[2,29],visit:[14,41,59,60,61],visual:[5,13,223],visualstudio:12,vol:23,volatil:186,voltag:[110,112,132,142,186,208,212],volum:[30,127],vp_len:105,vscode:12,vtref:[185,187,193,208],vvp:102,wai:[2,3,9,14,31,32,33,61,63,86,89,94,101,102,106,128,137,138,139,151,162,164,201,202,203,207,208,212],wait:[14,86,87,88,89,91,93,94,100,101,112,133,138,141,152,165,188,193,194,196,206,207,208,217],waitin:93,wake:[14,87,91,94,100,101,133,157,196],wakeup:[101,157],walk:[91,101,116,122,126,151,208],walk_body_func:151,walk_func:151,wall:6,wallclock:[86,102],wanda:83,want:[1,3,11,14,20,52,59,60,61,62,63,82,85,86,87,91,92,93,94,99,100,101,104,105,106,116,126,128,137,151,152,153,156,157,163,168,170,172,174,175,177,179,180,181,182,183,185,186,187,188,190,193,197,199,201,207,208,211,212,222,225],warn:[1,6,14,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,64,164,177,185],warranti:[4,182,207,208,215,222,223],wasn:14,watch:172,watchdog:[94,99,142],watchpoint:[182,186],waveform:212,wdog:69,wear:172,wear_level_test:199,wearabl:9,web:169,webfreak:12,weird:14,welcom:[8,110,171,200,210],well:[8,14,23,42,57,91,92,98,100,104,105,110,146,168,176,193,206,208],were:[30,75,87,91,104,132,162,202,207],werror:[6,52],wes:193,west:102,wfi:186,wget:[59,61,82,84],what:[7,8,14,22,43,57,98,100,111,116,130,153,154,162,165,175,178,179,180,181,196,199,202,206,207,208],whatev:[24,100,200,208],wheel:[8,169],when:[1,2,6,7,8,10,12,14,16,22,23,24,25,27,30,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,59,60,61,63,64,68,74,83,86,87,88,89,90,91,92,93,94,95,96,98,99,100,101,102,104,105,106,107,110,116,117,118,121,127,128,130,137,138,141,143,144,146,150,152,153,154,156,157,159,161,162,163,164,165,167,172,173,174,175,178,179,180,181,182,185,186,188,189,190,192,194,196,199,201,202,203,207,208,209,210,211,212,213,214,215,219,222],whenev:[27,32,92,110,150,156,177,179,215],where:[8,9,10,11,14,23,30,33,37,39,52,57,61,62,63,85,91,92,95,97,98,101,102,104,105,106,116,117,118,121,124,126,137,140,141,144,149,150,151,162,164,165,179,180,181,184,185,190,193,196,200,208,210,218,221],wherea:[91,202],whether:[10,12,14,23,86,89,92,102,104,116,138,141,142,153,154,155,157,159,160,161,163,165,175,177,179,199,210,213,214,215],which:[1,2,4,8,11,14,16,21,22,31,32,34,36,41,57,59,60,61,63,64,68,82,83,84,86,87,88,91,92,94,95,98,99,100,101,102,103,104,105,110,111,113,116,126,127,128,133,134,137,138,141,143,146,150,151,152,154,157,162,163,164,169,175,176,177,178,179,180,181,182,192,193,196,199,200,201,202,207,208,219,222],white:[23,28],whitelist:28,who:[10,152,157],whole:[14,111],whose:[63,64,151,157],why:[10,14,196],wide:[32,162],widen:91,wifi:[7,200],wifi_connect:200,wifi_init:200,wifi_request_scan:200,wikipedia:[138,141],winc1500_wifi:200,window:[5,6,7,9,12,14,28,58,68,80,81,95,106,173,182,184,185,186,187,188,189,192,193,200,210,218,221,222],winusb:[186,188,221],wipe:120,wire:[8,138,141,193,207,208,221],wireless:32,wish:[6,10,130,138,196,201,220],withdraw:10,within:[1,12,14,22,33,43,57,91,95,96,98,104,110,116,121,124,126,130,132,137,148,150,151,154,155,156,161,163,167,178,188,196,199,201,207,212],without:[6,10,14,23,25,29,31,92,104,128,130,131,151,161,162,163,165,167,182,192,199,207,208,213],wno:6,won:[8,14,162,208],wont:212,word:[6,57,91,94,100,104,141,177,182,201,215,222,223],word_siz:141,work:[2,4,8,10,11,14,23,25,57,63,64,87,91,93,94,95,97,98,100,101,104,106,110,111,132,163,169,170,172,173,176,182,184,185,190,193,196,199,204,206,207,208,211,212,214,217],work_stack:196,work_stack_s:196,work_task:196,work_task_handl:196,work_task_prio:196,workaround:14,workspac:[1,2,11,41,59,60,61,62,82,84,85],workspaceroot:12,world:[12,32,144,175,180,181,183,203,225],worri:94,worth:[1,96],would:[5,12,14,60,61,83,84,86,91,94,100,104,105,106,113,116,132,137,138,141,162,163,167,172,188,193,196,199,201,202,207,208,217,221],wrap:[102,163,184],wrapper:89,write:[1,9,16,22,29,63,66,67,82,83,84,96,104,105,106,110,111,112,116,117,118,122,127,128,130,132,135,137,138,144,146,148,151,163,171,176,178,179,193,194,196,198,207,208,209,217],write_cmd_rx:[78,190],write_cmd_tx:[78,190],write_id:128,write_req_rx:[78,190],write_req_tx:[78,190],write_rsp_rx:[78,190],write_rsp_tx:[78,190],written:[11,14,22,24,61,84,94,104,116,117,118,121,126,130,138,141,177,179,184,202],wrong:[14,44,208],wsl:[12,61],www:[14,103,169,173,182,207,208,215,221,222,223],x03:207,x86:[4,12],x86_64:[182,215,222,223],xml:[7,90],xpf:4,xpsr:[182,186,188],xstr:167,xtal_32768:95,xtal_32768_synth:25,xxx:[6,95,101,111],xxx_branch_0_8_0:[201,202],xxx_branch_1_0_0:[201,202],xxx_branch_1_0_2:[201,202],xxx_branch_1_1_0:[201,202],xxx_branch_1_1_2:[201,202],xxx_branch_1_2_0:[201,202],xxx_branch_1_2_1:[201,202],xxxx:132,xzf:[59,61,62,84,85],yai:207,yaml:11,year:33,yes:[23,105,193],yesno:28,yet:[7,14,94,98,105,172,192,201,202,208],yield:94,yml:[1,6,7,43,45,52,54,55,57,63,96,97,103,105,106,111,112,128,130,131,151,153,161,162,163,164,165,169,172,173,182,184,190,193,194,197,199,200,201,203,204,207,209,210,212,215],you:[1,3,4,5,6,7,8,9,10,11,12,14,15,20,21,31,35,36,37,41,43,45,47,48,49,52,53,54,55,56,57,59,60,61,62,63,65,66,68,70,78,82,83,84,85,86,91,94,95,96,97,98,103,104,105,106,107,108,110,113,114,116,117,118,122,130,131,132,134,137,138,140,150,151,152,153,155,156,157,161,162,163,164,165,166,167,168,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,192,193,194,196,197,199,200,201,202,203,206,207,208,209,210,211,212,213,214,215,217,218,219,220,221,222,223,225],youll:212,your:[1,3,4,6,8,10,14,21,31,41,52,54,57,58,60,61,62,63,72,73,81,83,84,85,86,94,95,96,97,98,99,101,107,108,109,110,111,112,114,116,127,130,132,151,153,161,162,164,165,167,170,171,172,173,174,175,176,178,179,180,181,183,184,192,193,194,197,202,206,207,208,209,211,212,213,217,218,220,221,222,223,225],your_target:14,yourself:[2,10,14,31,94,95,174,207,225],ype:[180,181],yym:6,zadig:[186,188,221],zero:[12,25,86,91,92,95,101,102,105,116,120,124,126,129,133,137,138,141,142,143,144,150,152,156,157,158,165,179,180,181,183,193,196,199,200,201,215,225],zillion:14,zip:[4,185],zone:102},titles:["&lt;no title&gt;","Concepts","Everything You Need in a Docker Container","Setup &amp; Get Started","Installing the Cross Tools for ARM","Native Installation","Installing Native Toolchain","Creating Your First Mynewt Project","Using the Serial Port with Mynewt OS","Mynewt Documentation","FAQ - Administrative","Contributing to Newt or Newtmgr Tools","Developing Mynewt Applications with Visual Studio Code","Appendix","Mynewt OS related FAQ","NimBLE Bluetooth Stack Documentation","NimBLE Host ATT Client Reference","NimBLE Host GAP Reference","NimBLE Host GATT Client Reference","NimBLE Host GATT Server Reference","NimBLE Host","NimBLE Host Identity Reference","NimBLE Host Return Codes","NimBLE Security","Configure device address","Configure clock for controller","NimBLE Setup","Respond to <em>sync</em> and <em>reset</em> events","GAP API for btshell","GATT feature API for btshell","Advertisement Data Fields","API for btshell app","BLE User Guide","Bluetooth Mesh","Sample application","Mynewt Newt Tool Documentation","newt build","newt clean","newt complete","newt create-image","newt debug","newt help","newt info","newt install","newt load","newt mfg","newt new","newt pkg","newt resign-image","newt run","newt size","newt sync","newt target","newt test","newt upgrade","newt vals","newt version","Newt Tool Guide","Install","Installing Newt on Linux","Installing Newt on Mac OS","Installing Newt on Windows","Installing Previous Releases of Newt","Theory of Operations","Command Structure","Mynewt Newt Manager Documentation","Command List","newtmgr config","newtmgr conn","newtmgr crash","newtmgr datetime","newtmgr echo","newtmgr fs","newtmgr image","newtmgr log","newtmgr mpstat","newtmgr reset","newtmgr run","newtmgr stat","newtmgr taskstat","Newt Manager Guide","Install","Installing Newtmgr on Linux","Installing Newtmgr on Mac OS","Installing Newtmgr on Windows","Installing Previous Releases of Newtmgr","Callout","Scheduler","CPU Time","Event Queues","Heap","Mbufs","Memory Pools","Mutex","Apache Mynewt Operating System Kernel","BSP Porting","Porting Mynewt to a new CPU Architecture","Porting Mynewt to a new MCU","Porting Mynewt OS","Sanity","Semaphore","Task","OS Time","Baselibc","Bootloader","Config","Console","Customizing Newt Manager Usage with mgmt","Newt Manager","Using the OIC Framework","Drivers","flash","mmc","elua","lua_init","lua_main","Flash Circular Buffer (FCB)","fcb_append","fcb_append_finish","fcb_append_to_scratch","fcb_clear","fcb_getnext","fcb_init","fcb_is_empty","fcb_offset_last_n","fcb_rotate","fcb_walk","The FAT File System","File System Abstraction","Adding a new file system","Newtron Flash Filesystem (nffs)","Other File Systems","Hardware Abstraction Layer","BSP","Creating New HAL Interfaces","Flash","hal_flash_int","GPIO","I2C","Using HAL in Your Libraries","OS Tick","SPI","System","Timer","UART","Watchdog","Image Manager","imgmgr_module_init","imgr_ver_parse","imgr_ver_str","JSON","Logging","Sensor API","Creating and Configuring a Sensor Device","Sensor Device Driver","Mynewt Sensor Framework Overview","Sensor Listener API","Sensor Manager API","Sensor Notifier API","OIC Sensor Support","Sensor Shell Command","Shell","Split Images","Statistics Module","Validation and Error Messages","Compile-Time Configuration and Initialization","System Modules","testutil","OS User Guide","Blinky, your \u201cHello World!\u201d, on STM32F303 Discovery","Pin Wheel Modifications to \u201cBlinky\u201d on STM32F3 Discovery","Bluetooth Low Energy","Set up a bare bones NimBLE application","Use HCI access to NimBLE controller","BLE Peripheral Project","Advertising","BLE Peripheral App","Characteristic Access","GAP Event callbacks","Service Registration","BLE Eddystone","BLE iBeacon","Blinky, your \u201cHello World!\u201d, on Arduino Zero","Project Blinky","Enabling The Console and Shell for Blinky","Blinky, your \u201cHello World!\u201d, on Arduino Primo","Blinky, your \u201cHello World!\u201d, on STM32F4-Discovery","Blinky, your \u201cHello World!\u201d, on a nRF52 Development Kit","Blinky, your \u201cHello World!\u201d, on Olimex","Blinky, your \u201cHello World!\u201d, on RedBear Nano 2","Enabling Newt Manager in Your Application","Remote Device Management","Over-the-Air Image Upgrade","LoRaWAN App","How to Use Event Queues to Manage Multiple Events","OS Fundamentals","Tasks and Priority Management","How to Reduce Application Code Size","Other","Write a Test Suite for a Package","Enable Wi-Fi on Arduino MKR1000","Adding Repositories to your Project","Create a Repo out of a Project","Accessing a private repository","Upgrade a repo","Air Quality Sensor Project","Air Quality Sensor Project via Bluetooth","Air Quality Sensor Project","Adding an Analog Sensor on nRF52","Adding OIC Sensor Support to the bleprph_oic Application","Enabling an Off-Board Sensor in an Existing Application","Enabling OIC Sensor Data Monitoring in the sensors_test Application","Enabling and Calibrating Off-Board DRV2605 LRA Actuator","Changing the Default Configuration for a Sensor","Enabling OIC Sensor Data Monitoring","Developing an Application for an Onboard Sensor","Sensors","Sensor Tutorials Overview","Project Slinky using the Nordic nRF52 Board","Project Sim Slinky","Project Slinky","Project Slinky Using Olimex Board","SEGGER RTT Console","SEGGER SystemView","Tooling","Tutorials"],titleterms:{"abstract":[128,132],"default":[184,196,213],"function":[14,95,102,103,113,146,152,154,165,177,179,196,209,213],"import":169,"new":[7,46,96,97,129,134,176,196,213,215,218,219,221],"public":24,"return":[22,112,114,115,117,118,119,120,121,122,123,124,125,126,147,148,149],"switch":[103,196],"try":199,"while":14,Adding:[60,83,129,163,201,208,209,213,215],For:[4,207],One:14,The:[127,184],Use:[2,173,184,190,194,215,218,221],Used:152,Uses:151,Using:[8,59,82,91,106,109,139,207,210,215,221],acceleromet:213,access:[173,177,203],actual:212,actuat:212,adafruit:14,adc:208,add:[68,95,180,181,206,207,209,215],addit:201,address:[21,24,31,180,181],administr:10,advertis:[14,28,30,31,175,180,181],air:[192,205,206,207],all:[14,194],altern:14,ambigu:164,analog:[14,208],apach:[9,33,94],api:[14,28,29,31,86,87,88,89,90,91,92,93,99,100,101,102,105,106,116,127,128,129,130,131,133,134,135,137,138,140,141,142,143,144,145,150,151,152,156,157,158,161,163,167,215],app:[9,31,63,162,173,176,193,208,215,217,223],app_get_light:209,app_set_light:209,appendix:[13,95],applic:[7,12,14,34,94,151,152,153,162,169,172,173,180,181,182,184,185,186,187,188,189,190,193,194,196,197,200,208,209,210,211,212,213,215,218,221],apt:[59,82],architectur:96,arduino:[8,182,185,200],area:[130,164],argument:[114,115,117,118,119,120,121,122,123,124,125,126,147,148,149],arm:[4,14],artifact:63,assert:199,assign:164,associ:12,att:[16,22],attach:173,attribut:[31,179],autocomplet:38,avail:[28,29,41,45,52,183,201,217,220],bare:172,baselibc:103,bash:38,basic:94,beacon:[180,181],bearer:33,begin:[31,175],being:177,belong:31,between:[14,200],binari:[59,61,82,84],bit:6,bitbang:14,ble:[14,32,172,174,176,180,181,208,209],ble_gap_disc_param:14,blehci:[14,173],blemesh:14,bleprph_gap_ev:178,bleprph_oic:209,blink:169,blink_rigado:50,blinki:[7,169,170,182,183,184,185,186,187,188,189],block:14,bluetooth:[14,15,32,33,171,173,206,208],bluez:173,bno055:210,board:[8,98,153,182,185,186,187,188,189,193,200,208,209,210,211,212,218,221],bone:172,boot:[14,104,162],bootload:[14,104,173,182,185,186,187,188,189,193,200,210,215,218,221],branch:[60,83],breakout:8,brew:6,bsp:[55,95,98,133,164],btmgmt:173,btmon:173,btshell:[14,28,29,31],buffer:116,bug:10,build:[7,9,12,14,36,57,63,169,170,172,173,182,184,185,186,187,188,189,190,193,196,200,208,209,210,211,213,215,218,219,221],calibr:212,call:[14,213],callback:178,callout:[86,194],can:10,cannot:213,categori:225,central:14,chang:[15,35,65,208,213],channel:28,characterist:[31,174,177],check:[59,60,61,82,83,84,95,99,104,157],choos:199,circular:116,clean:37,clear:189,cli:[105,207],client:[16,18],clock:25,close:193,cmsis_nvic:14,code:[12,14,22,95,96,163,197,199],command:[12,14,28,29,41,45,52,64,66,68,108,154,160,161,173,190,207,219],committ:10,commun:[8,184,190,212],compil:[14,96,165],complet:[38,161],compon:[32,201],comput:[59,82,200,210,215],concept:[1,162],conclus:[172,180,181,208,212],condit:165,config:[67,105],configur:[1,12,14,24,25,28,29,31,105,127,151,152,153,154,157,164,165,169,180,181,184,190,213],confirm:192,conflict:165,congratul:199,conn:68,connect:[14,28,31,173,182,184,185,186,187,188,189,190,192,193,200,208,209,210,211,215,218,219,221,222],consider:196,consol:[106,161,163,184,200,210,215,222],contain:2,content:[15,35,65],context:196,contribut:11,control:[14,25,173,180,181,209,210,211,217],copi:[95,209],core:[14,22,94,98],correct:14,cpu:[88,96,98],crash:[14,69],creat:[7,39,91,95,96,134,153,169,172,173,176,180,181,182,185,186,187,188,189,190,192,193,194,196,199,200,202,207,208,209,210,211,212,215,218,219,221],creation:94,cross:4,crystal:25,current:162,custom:[99,107,190],data:[30,102,113,116,128,130,138,146,150,152,154,156,157,161,167,175,193,208,209,210,211,213,214,215],datetim:70,debian:[59,82],debug:[12,40,63,95],debugg:[4,12],declar:163,decod:150,defin:[12,95,154,163],definit:[136,164,165],delai:14,delet:[68,209],depend:[7,63,95,98,111,112,131,132,169,184,190,202,209,215],descript:[36,37,39,40,42,43,44,45,46,47,48,49,50,51,52,53,54,55,67,68,69,70,71,72,73,74,75,76,77,78,79,86,87,88,89,90,92,93,98,99,100,101,102,103,106,110,113,116,127,128,130,132,133,135,136,137,138,140,141,142,143,144,145,146,150,161,162,167,210],descriptor:[31,174,179,201],design:[110,132],detail:163,detect:14,determin:177,develop:[12,187,215],devic:[2,14,24,28,31,105,152,153,154,173,191,192,209,210,211,212,213,217],differ:14,direct:31,directori:63,disabl:28,disconnect:14,discov:31,discoveri:[28,169,170,186],disk_op:128,displai:31,docker:2,document:[10,14,15,35,65],doe:201,download:[11,59,63,82,95,169,170,193,208],driver:[14,110,152,154,207,208,213],drv2605:212,duplic:164,eabi:14,earli:14,echo:71,eddyston:180,edit:10,editor:10,elf:14,elua:113,empti:[180,181],emul:210,enabl:[2,14,28,38,161,162,163,184,190,200,209,210,211,212,214,215],encod:150,end:14,energi:171,enhanc:130,enter:172,environ:11,equip:196,equival:14,eras:185,error:[14,164],establish:[31,173,200],etap:208,event:[27,89,178,184,194],everyth:[2,193,208],exactli:14,exampl:[8,22,27,32,36,37,39,40,41,45,46,47,48,49,50,52,53,55,56,67,68,69,70,71,72,73,74,75,76,77,78,79,89,94,105,110,111,112,114,115,117,118,119,120,121,122,123,124,125,126,127,128,132,136,144,148,149,164,165,167,194],execut:[6,169,170,185,186,187,189,193,208,219,222,223],exist:[184,190,201,210],explor:7,express:164,extend:[14,28,215],extens:[2,12],extern:[169,182,200],faq:[10,14],fat:127,fcb:116,fcb_append:117,fcb_append_finish:118,fcb_append_to_scratch:119,fcb_clear:120,fcb_getnext:121,fcb_init:122,fcb_is_empti:123,fcb_offset_last_n:124,fcb_rotat:125,fcb_walk:126,featur:[7,10,23,29,32,33,94],fetch:[7,182,200],field:30,file:[14,95,111,112,127,128,129,131,163,202,209,213,215],filesystem:[128,130],fill:95,find:201,firmwar:14,first:[7,9],flag:[36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,67,68,69,70,71,72,73,74,75,76,77,78,79],flash:[95,104,111,116,130,135,164,185,189],forget:14,format:[14,104],framework:[109,154,155,190,214],from:[14,59,60,61,82,83,84,106,209,211,213],ft232h:8,full:106,fundament:195,futur:130,gap:[17,28,178],gatt:[18,19,29,206],gcc:[6,14],gdb:6,gener:[23,31,110,132,165,194],get:[3,59,82,154],git:[10,14,61],global:[36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,67,68,69,70,71,72,73,74,75,76,77,78,79],gpio:137,grei:14,group:14,guarante:178,guid:[32,57,80,168],hal:[98,134,139,207],hal_flash_int:136,hal_i2c:138,handler:[105,151,161],hardcod:24,hardwar:[24,132,169,193,208,210,222,223],hci:[22,173],header:[16,17,18,19,21,22,91,111,112,128,131,163,209,213],heap:90,hello:[169,182,185,186,187,188,189],help:[41,161],high:104,hold:163,homebrew:[60,83],host:[16,17,18,19,20,21,22,180,181],how:[10,103,165,194,197,201,209,213],i2c:138,iOS:14,ibeacon:181,ident:21,identifi:201,ignor:164,imag:[14,39,48,73,104,146,162,169,170,173,185,186,187,188,189,190,192,193,200,208,209,210,211,212,213,215,218,221],imgmgr_module_init:147,imgr_ver_pars:148,imgr_ver_str:149,immedi:14,implement:[96,110,151,154,163],includ:[31,163,179],indefinit:[180,181],info:42,inform:161,initi:[31,111,112,130,152,154,163,165,196,213],input:[106,161],instal:[2,4,5,6,11,12,14,38,43,58,59,60,61,62,81,82,83,84,85,169,193,208],instead:215,integr:104,interfac:[131,134,152],intern:130,interrupt:194,introduct:[9,16,17,18,19,20,21,22,33,57,95,174,194,199],invalid:164,invert:14,invok:108,issu:14,join:193,json:150,kei:[14,23,28],kernel:94,kit:187,l2cap:[14,22,28],laptop:10,latest:[59,60,61,82,83,84],launch:223,layer:132,lead:14,led:[169,170],legaci:28,level:[104,151,192],libc:6,librari:[139,169],like:10,limit:104,line:161,link:4,linker:95,linux:[2,4,6,8,11,59,62,82,85],list:[10,66,103,113,146,162,180,181,210,215],listen:[156,215],load:[44,173,182,185,186,187,188,189,190,200,209,210,211,212,213,215,218,221],loader:162,log:[74,151,154,192],look:157,lorawan:193,low:171,lra:212,lua_init:114,lua_main:115,mac:[2,4,6,8,11,60,62,83,85],macro:102,main:[184,196,209,213,215],make:10,manag:[9,22,57,65,80,107,108,146,157,190,191,194,196],manual:[59,82],map:[95,104],master:[60,83],maximum:14,mbuf:91,mcu:[14,95,97,98],measur:130,memori:[92,189],merg:10,mesh:[14,32,33],messag:[14,164],method:[24,59,82],mfg:45,mfghash:14,mgmt:107,mingw:61,minim:106,miscellan:[14,130],mkr1000:200,mmc:112,model:33,modif:170,modifi:[184,190,209,215],modul:[14,161,163,166],monitor:[173,211,214],more:[57,169],mpstat:75,mqueue:91,msy:91,msys2:61,multicast:14,multipl:[12,128,163,164,194],mutex:93,my_sensor_app:215,mynewt:[2,7,8,9,12,14,24,33,35,60,65,83,94,95,96,97,98,106,155,172,201,209,211,217],name:[31,161,163,165],nano:189,nativ:[5,6],need:[2,169,170,193,201,210,222,223],newt:[2,9,11,12,14,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,59,60,61,62,65,80,107,108,190],newtmgr:[11,14,67,68,69,70,71,72,73,74,75,76,77,78,79,82,83,84,85,108,161,163,190,192,218,219,221],newtron:130,next:[6,210],nfc:14,nff:[14,130],nimbl:[14,15,16,17,18,19,20,21,22,23,26,32,172,173,180,181],nmp:14,node:33,none:14,nordic:[8,218],normal:91,note:[57,102,113,114,115,117,118,119,120,121,122,123,124,125,126,147,148,149,163],notifi:158,notnul:164,nrf52840:14,nrf52:[14,187,208,210,218],nrf52_adc:208,nrf52dk:[8,14],nrf:24,number:14,object:[152,169,170,183,193,222,223],off:[153,210,212],oic:[109,159,209,211,214,217],oicmgr:190,olimex:[188,221],omgr_app_init:209,onboard:[153,215],onto:[182,200],open:[173,193],openocd:4,oper:[14,57,63,94,104,138,141,162],option:[185,190],orient:28,ota:193,other:[7,12,131,190,198,202],out:[14,199,201,202],output:[50,55,106],over:[161,192],overrid:[164,165],overview:[66,155,174,175,176,178,183,209,213,214,217,220],own:10,pack:2,packag:[1,7,59,63,82,95,98,106,131,151,152,155,164,165,172,182,190,199,200,207,209,210,215],packet:91,passiv:31,patch:10,peer:[22,31],perform:31,peripher:[174,176],persist:105,pin:[14,170],pkg:[14,47,95],platform:[8,132],poll:[152,157],pool:[91,92],port:[8,14,95,96,97,98,193],precis:14,preempt:196,prerequisit:[7,173,176,182,183,184,185,186,187,188,189,190,192,194,196,200,207,209,210,211,212,213,214,215,217,218,219,220,221,225],preview:[15,35,65],previou:[62,85],primo:185,principl:[110,132],printf:14,prioriti:[164,196],privaci:23,privat:203,pro:8,process:[161,184],produc:[6,63],profil:[14,190,192,219],project:[1,7,10,12,14,32,169,172,173,174,182,183,184,185,186,187,188,189,190,193,194,200,201,202,205,206,207,208,218,219,220,221],prompt:161,protect:189,protocol:[161,180,181,190],provis:33,pull:[2,10],put:194,qualiti:[205,206,207],queri:[218,221],question:[10,14],queue:[89,184,194],radio:14,random:[14,24],rate:152,rational:57,read:[31,152,154,177,213,215],reboot:213,rebuild:[11,215],reconfigur:153,recoveri:104,redbear:189,reduc:[14,192,197],refer:[16,17,18,19,21,22,165],referenc:165,regist:[99,131,154,157,161,163,210],registr:179,relat:14,releas:[59,60,61,62,82,83,84,85],remot:[191,208],repo:[201,202,204,208],repositori:[7,10,57,201,202,203],request:10,requir:[95,208],reset:[27,76,104],resign:48,resolut:202,resolv:[63,165,202],respond:27,restart:14,restrict:164,retriev:[162,163],review:[177,196],round:170,rtt:[215,222],run:[7,12,14,49,77,182,184,219,222,223],runtim:[24,105],safeti:128,sampl:[34,210,213],saniti:99,satisfi:95,scale:199,scan:31,schedul:87,script:[2,95],section:163,secur:[22,23,28],segger:[4,222,223],select:2,semant:14,semaphor:100,semiconductor:8,send:[31,173,193],sensor:[152,153,154,155,156,157,158,159,160,205,206,207,208,209,210,211,213,214,215,216,217],sensor_read:215,sensors_test:211,sequenc:162,serial:[8,14,161,173,184,200,218,221],server:19,servic:[31,174,179,206,208],set:[6,11,14,31,59,82,95,151,152,154,164,165,172,175,179,184,190,207,209,213,219],settl:25,setup:[3,8,14,26,200,222,223],shell:[154,160,161,184,215],should:202,show:[31,68],sign:[104,169,185,186,187,188,189,193,200,208,218,221],signatur:177,sim:219,simul:7,singl:162,size:[14,50,197],skeleton:215,sleep:14,slinki:[218,219,220,221],slot:104,smart:[209,211,217],softwar:223,some:10,sourc:[7,11,57,59,61,82,84,180,181,190,207,209],special:102,specif:[96,202],specifi:[131,165],spi:141,split:162,stack:[15,180,181,196],start:[3,173,200],startup:95,stat:[78,154,163],state:[104,105,162],statist:163,statu:104,step:[11,183,192,209,210,211,212,213,215,220],stm32f303:169,stm32f3:[169,170],stm32f4:186,storag:28,struct:128,structur:[64,102,113,116,128,130,146,150,152,156,157,161,167],stub:106,studio:12,sub:68,submit:10,suit:199,summari:22,support:[2,14,33,63,98,128,132,155,159,169,190,209,210,214,215],swap:104,sync:[14,27,51,180,181],syntax:14,syscfg:[151,162,165,209],sysinit_app:165,system:[14,25,57,94,127,128,129,131,142,164,165,166],systemview:223,tabl:163,talk:200,tap:[60,83],target:[1,24,52,63,95,169,170,172,173,176,182,184,185,186,187,188,189,190,193,200,208,210,212,215,218,219,221,222,223],task:[12,14,99,101,164,194,196,208],taskstat:79,tcp:200,templat:95,termin:210,test:[7,53,95,192,199,207],testutil:167,theori:[63,138,141,162],thingi:215,thread:128,through:163,tick:140,time:[14,25,88,102,165],timer:[143,184,194],togeth:194,tool:[4,11,35,57,61,84,224],toolchain:[4,6],topolog:33,trace:14,transceiv:14,transport:[161,190],tree:207,trigger:14,troubleshoot:14,tutori:[162,183,217,220,225],type:[152,154,157,210],uart:144,undefin:164,under:199,undirect:31,unifi:162,unix:14,unsatisfi:14,updat:11,upgrad:[14,54,59,60,82,83,162,192,204],upload:[184,192],usag:[36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,67,68,69,70,71,72,73,74,75,76,77,78,79,107,116],usb2:2,usb:8,use:[10,59,82,91,94,201],user:[32,168],using:[14,57,218,221],val:55,valid:164,valu:[14,112,114,115,117,118,119,120,121,122,123,124,125,126,147,148,149,152,154,164,165,209,213],variabl:163,vector:104,verif:[104,213],verifi:213,version:[14,56,59,60,61,82,83,84,201,202,208],via:[200,206,208,215],view:[208,209,210,211,215],violat:164,virtualbox:2,visual:12,wait:[180,181],want:[10,169],watch:[169,170],watchdog:145,water:208,welcom:9,what:[10,169,170,201],wheel:170,where:202,why:[91,94,201],window:[2,4,8,11,61,62,84,85],work:12,workspac:12,world:[169,182,185,186,187,188,189],would:10,wrapper:2,write:[14,15,31,35,65,177,189,199],yml:[14,95,202,208],you:[2,169,170],your:[2,7,9,11,12,59,82,131,139,163,169,182,185,186,187,188,189,190,196,199,200,201,210,215,219],zero:[14,182]}})
\ No newline at end of file
+Search.setIndex({docnames:["_static/common","concepts","get_started/docker","get_started/index","get_started/native_install/cross_tools","get_started/native_install/index","get_started/native_install/native_tools","get_started/project_create","get_started/serial_access","index","misc/faq","misc/go_env","misc/ide","misc/index","mynewt_faq","network/docs/README","network/docs/ble_hs/ble_att","network/docs/ble_hs/ble_gap","network/docs/ble_hs/ble_gattc","network/docs/ble_hs/ble_gatts","network/docs/ble_hs/ble_hs","network/docs/ble_hs/ble_hs_id","network/docs/ble_hs/ble_hs_return_codes","network/docs/ble_sec","network/docs/ble_setup/ble_addr","network/docs/ble_setup/ble_lp_clock","network/docs/ble_setup/ble_setup_intro","network/docs/ble_setup/ble_sync_cb","network/docs/btshell/btshell_GAP","network/docs/btshell/btshell_GATT","network/docs/btshell/btshell_advdata","network/docs/btshell/btshell_api","network/docs/index","network/docs/mesh/index","network/docs/mesh/sample","newt/README","newt/command_list/newt_build","newt/command_list/newt_clean","newt/command_list/newt_complete","newt/command_list/newt_create_image","newt/command_list/newt_debug","newt/command_list/newt_help","newt/command_list/newt_info","newt/command_list/newt_install","newt/command_list/newt_load","newt/command_list/newt_mfg","newt/command_list/newt_new","newt/command_list/newt_pkg","newt/command_list/newt_resign_image","newt/command_list/newt_run","newt/command_list/newt_size","newt/command_list/newt_sync","newt/command_list/newt_target","newt/command_list/newt_test","newt/command_list/newt_upgrade","newt/command_list/newt_vals","newt/command_list/newt_version","newt/index","newt/install/index","newt/install/newt_linux","newt/install/newt_mac","newt/install/newt_windows","newt/install/prev_releases","newt/newt_operation","newt/newt_ops","newtmgr/README","newtmgr/command_list/index","newtmgr/command_list/newtmgr_config","newtmgr/command_list/newtmgr_conn","newtmgr/command_list/newtmgr_crash","newtmgr/command_list/newtmgr_datetime","newtmgr/command_list/newtmgr_echo","newtmgr/command_list/newtmgr_fs","newtmgr/command_list/newtmgr_image","newtmgr/command_list/newtmgr_logs","newtmgr/command_list/newtmgr_mpstats","newtmgr/command_list/newtmgr_reset","newtmgr/command_list/newtmgr_run","newtmgr/command_list/newtmgr_stat","newtmgr/command_list/newtmgr_taskstats","newtmgr/index","newtmgr/install/index","newtmgr/install/install_linux","newtmgr/install/install_mac","newtmgr/install/install_windows","newtmgr/install/prev_releases","os/core_os/callout/callout","os/core_os/context_switch/context_switch","os/core_os/cputime/os_cputime","os/core_os/event_queue/event_queue","os/core_os/heap/heap","os/core_os/mbuf/mbuf","os/core_os/memory_pool/memory_pool","os/core_os/mutex/mutex","os/core_os/mynewt_os","os/core_os/porting/port_bsp","os/core_os/porting/port_cpu","os/core_os/porting/port_mcu","os/core_os/porting/port_os","os/core_os/sanity/sanity","os/core_os/semaphore/semaphore","os/core_os/task/task","os/core_os/time/os_time","os/modules/baselibc","os/modules/bootloader/bootloader","os/modules/config/config","os/modules/console/console","os/modules/devmgmt/customize_newtmgr","os/modules/devmgmt/newtmgr","os/modules/devmgmt/oicmgr","os/modules/drivers/driver","os/modules/drivers/flash","os/modules/drivers/mmc","os/modules/elua/elua","os/modules/elua/lua_init","os/modules/elua/lua_main","os/modules/fcb/fcb","os/modules/fcb/fcb_append","os/modules/fcb/fcb_append_finish","os/modules/fcb/fcb_append_to_scratch","os/modules/fcb/fcb_clear","os/modules/fcb/fcb_getnext","os/modules/fcb/fcb_init","os/modules/fcb/fcb_is_empty","os/modules/fcb/fcb_offset_last_n","os/modules/fcb/fcb_rotate","os/modules/fcb/fcb_walk","os/modules/fs/fatfs","os/modules/fs/fs","os/modules/fs/fs_add","os/modules/fs/nffs","os/modules/fs/otherfs","os/modules/hal/hal","os/modules/hal/hal_bsp/hal_bsp","os/modules/hal/hal_creation","os/modules/hal/hal_flash/hal_flash","os/modules/hal/hal_flash/hal_flash_int","os/modules/hal/hal_gpio/hal_gpio","os/modules/hal/hal_i2c/hal_i2c","os/modules/hal/hal_in_libraries","os/modules/hal/hal_os_tick/hal_os_tick","os/modules/hal/hal_spi/hal_spi","os/modules/hal/hal_system/hal_sys","os/modules/hal/hal_timer/hal_timer","os/modules/hal/hal_uart/hal_uart","os/modules/hal/hal_watchdog/hal_watchdog","os/modules/imgmgr/imgmgr","os/modules/imgmgr/imgmgr_module_init","os/modules/imgmgr/imgr_ver_parse","os/modules/imgmgr/imgr_ver_str","os/modules/json/json","os/modules/logs/logs","os/modules/sensor_framework/sensor_api","os/modules/sensor_framework/sensor_create","os/modules/sensor_framework/sensor_driver","os/modules/sensor_framework/sensor_framework","os/modules/sensor_framework/sensor_listener_api","os/modules/sensor_framework/sensor_mgr_api","os/modules/sensor_framework/sensor_notifier_api","os/modules/sensor_framework/sensor_oic","os/modules/sensor_framework/sensor_shell","os/modules/shell/shell","os/modules/split/split","os/modules/stats/stats","os/modules/sysinitconfig/sysconfig_error","os/modules/sysinitconfig/sysinitconfig","os/modules/system_modules","os/modules/testutil/testutil","os/os_user_guide","os/tutorials/STM32F303","os/tutorials/pin-wheel-mods","tutorials/ble/ble","tutorials/ble/ble_bare_bones","tutorials/ble/blehci_project","tutorials/ble/bleprph/bleprph","tutorials/ble/bleprph/bleprph-sections/bleprph-adv","tutorials/ble/bleprph/bleprph-sections/bleprph-app","tutorials/ble/bleprph/bleprph-sections/bleprph-chr-access","tutorials/ble/bleprph/bleprph-sections/bleprph-gap-event","tutorials/ble/bleprph/bleprph-sections/bleprph-svc-reg","tutorials/ble/eddystone","tutorials/ble/ibeacon","tutorials/blinky/arduino_zero","tutorials/blinky/blinky","tutorials/blinky/blinky_console","tutorials/blinky/blinky_primo","tutorials/blinky/blinky_stm32f4disc","tutorials/blinky/nRF52","tutorials/blinky/olimex","tutorials/blinky/rbnano2","tutorials/devmgmt/add_newtmgr","tutorials/devmgmt/devmgmt","tutorials/devmgmt/ota_upgrade_nrf52","tutorials/lora/lorawanapp","tutorials/os_fundamentals/event_queue","tutorials/os_fundamentals/os_fundamentals","tutorials/os_fundamentals/tasks_lesson","tutorials/other/codesize","tutorials/other/other","tutorials/other/unit_test","tutorials/other/wi-fi_on_arduino","tutorials/repo/add_repos","tutorials/repo/create_repo","tutorials/repo/private_repo","tutorials/repo/upgrade_repo","tutorials/sensors/air_quality","tutorials/sensors/air_quality_ble","tutorials/sensors/air_quality_sensor","tutorials/sensors/nrf52_adc","tutorials/sensors/sensor_bleprph_oic","tutorials/sensors/sensor_nrf52_bno055","tutorials/sensors/sensor_nrf52_bno055_oic","tutorials/sensors/sensor_nrf52_drv2605","tutorials/sensors/sensor_offboard_config","tutorials/sensors/sensor_oic_overview","tutorials/sensors/sensor_thingy_lis2dh12_onb","tutorials/sensors/sensors","tutorials/sensors/sensors_framework","tutorials/slinky/project-nrf52-slinky","tutorials/slinky/project-sim-slinky","tutorials/slinky/project-slinky","tutorials/slinky/project-stm32-slinky","tutorials/tooling/segger_rtt","tutorials/tooling/segger_sysview","tutorials/tooling/tooling","tutorials/tutorials"],envversion:52,filenames:["_static/common.rst","concepts.rst","get_started/docker.rst","get_started/index.rst","get_started/native_install/cross_tools.rst","get_started/native_install/index.rst","get_started/native_install/native_tools.rst","get_started/project_create.rst","get_started/serial_access.rst","index.rst","misc/faq.rst","misc/go_env.rst","misc/ide.rst","misc/index.rst","mynewt_faq.rst","network/docs/README.rst","network/docs/ble_hs/ble_att.rst","network/docs/ble_hs/ble_gap.rst","network/docs/ble_hs/ble_gattc.rst","network/docs/ble_hs/ble_gatts.rst","network/docs/ble_hs/ble_hs.rst","network/docs/ble_hs/ble_hs_id.rst","network/docs/ble_hs/ble_hs_return_codes.rst","network/docs/ble_sec.rst","network/docs/ble_setup/ble_addr.rst","network/docs/ble_setup/ble_lp_clock.rst","network/docs/ble_setup/ble_setup_intro.rst","network/docs/ble_setup/ble_sync_cb.rst","network/docs/btshell/btshell_GAP.rst","network/docs/btshell/btshell_GATT.rst","network/docs/btshell/btshell_advdata.rst","network/docs/btshell/btshell_api.rst","network/docs/index.rst","network/docs/mesh/index.rst","network/docs/mesh/sample.rst","newt/README.rst","newt/command_list/newt_build.rst","newt/command_list/newt_clean.rst","newt/command_list/newt_complete.rst","newt/command_list/newt_create_image.rst","newt/command_list/newt_debug.rst","newt/command_list/newt_help.rst","newt/command_list/newt_info.rst","newt/command_list/newt_install.rst","newt/command_list/newt_load.rst","newt/command_list/newt_mfg.rst","newt/command_list/newt_new.rst","newt/command_list/newt_pkg.rst","newt/command_list/newt_resign_image.rst","newt/command_list/newt_run.rst","newt/command_list/newt_size.rst","newt/command_list/newt_sync.rst","newt/command_list/newt_target.rst","newt/command_list/newt_test.rst","newt/command_list/newt_upgrade.rst","newt/command_list/newt_vals.rst","newt/command_list/newt_version.rst","newt/index.rst","newt/install/index.rst","newt/install/newt_linux.rst","newt/install/newt_mac.rst","newt/install/newt_windows.rst","newt/install/prev_releases.rst","newt/newt_operation.rst","newt/newt_ops.rst","newtmgr/README.rst","newtmgr/command_list/index.rst","newtmgr/command_list/newtmgr_config.rst","newtmgr/command_list/newtmgr_conn.rst","newtmgr/command_list/newtmgr_crash.rst","newtmgr/command_list/newtmgr_datetime.rst","newtmgr/command_list/newtmgr_echo.rst","newtmgr/command_list/newtmgr_fs.rst","newtmgr/command_list/newtmgr_image.rst","newtmgr/command_list/newtmgr_logs.rst","newtmgr/command_list/newtmgr_mpstats.rst","newtmgr/command_list/newtmgr_reset.rst","newtmgr/command_list/newtmgr_run.rst","newtmgr/command_list/newtmgr_stat.rst","newtmgr/command_list/newtmgr_taskstats.rst","newtmgr/index.rst","newtmgr/install/index.rst","newtmgr/install/install_linux.rst","newtmgr/install/install_mac.rst","newtmgr/install/install_windows.rst","newtmgr/install/prev_releases.rst","os/core_os/callout/callout.rst","os/core_os/context_switch/context_switch.rst","os/core_os/cputime/os_cputime.rst","os/core_os/event_queue/event_queue.rst","os/core_os/heap/heap.rst","os/core_os/mbuf/mbuf.rst","os/core_os/memory_pool/memory_pool.rst","os/core_os/mutex/mutex.rst","os/core_os/mynewt_os.rst","os/core_os/porting/port_bsp.rst","os/core_os/porting/port_cpu.rst","os/core_os/porting/port_mcu.rst","os/core_os/porting/port_os.rst","os/core_os/sanity/sanity.rst","os/core_os/semaphore/semaphore.rst","os/core_os/task/task.rst","os/core_os/time/os_time.rst","os/modules/baselibc.rst","os/modules/bootloader/bootloader.rst","os/modules/config/config.rst","os/modules/console/console.rst","os/modules/devmgmt/customize_newtmgr.rst","os/modules/devmgmt/newtmgr.rst","os/modules/devmgmt/oicmgr.rst","os/modules/drivers/driver.rst","os/modules/drivers/flash.rst","os/modules/drivers/mmc.rst","os/modules/elua/elua.rst","os/modules/elua/lua_init.rst","os/modules/elua/lua_main.rst","os/modules/fcb/fcb.rst","os/modules/fcb/fcb_append.rst","os/modules/fcb/fcb_append_finish.rst","os/modules/fcb/fcb_append_to_scratch.rst","os/modules/fcb/fcb_clear.rst","os/modules/fcb/fcb_getnext.rst","os/modules/fcb/fcb_init.rst","os/modules/fcb/fcb_is_empty.rst","os/modules/fcb/fcb_offset_last_n.rst","os/modules/fcb/fcb_rotate.rst","os/modules/fcb/fcb_walk.rst","os/modules/fs/fatfs.rst","os/modules/fs/fs.rst","os/modules/fs/fs_add.rst","os/modules/fs/nffs.rst","os/modules/fs/otherfs.rst","os/modules/hal/hal.rst","os/modules/hal/hal_bsp/hal_bsp.rst","os/modules/hal/hal_creation.rst","os/modules/hal/hal_flash/hal_flash.rst","os/modules/hal/hal_flash/hal_flash_int.rst","os/modules/hal/hal_gpio/hal_gpio.rst","os/modules/hal/hal_i2c/hal_i2c.rst","os/modules/hal/hal_in_libraries.rst","os/modules/hal/hal_os_tick/hal_os_tick.rst","os/modules/hal/hal_spi/hal_spi.rst","os/modules/hal/hal_system/hal_sys.rst","os/modules/hal/hal_timer/hal_timer.rst","os/modules/hal/hal_uart/hal_uart.rst","os/modules/hal/hal_watchdog/hal_watchdog.rst","os/modules/imgmgr/imgmgr.rst","os/modules/imgmgr/imgmgr_module_init.rst","os/modules/imgmgr/imgr_ver_parse.rst","os/modules/imgmgr/imgr_ver_str.rst","os/modules/json/json.rst","os/modules/logs/logs.rst","os/modules/sensor_framework/sensor_api.rst","os/modules/sensor_framework/sensor_create.rst","os/modules/sensor_framework/sensor_driver.rst","os/modules/sensor_framework/sensor_framework.rst","os/modules/sensor_framework/sensor_listener_api.rst","os/modules/sensor_framework/sensor_mgr_api.rst","os/modules/sensor_framework/sensor_notifier_api.rst","os/modules/sensor_framework/sensor_oic.rst","os/modules/sensor_framework/sensor_shell.rst","os/modules/shell/shell.rst","os/modules/split/split.rst","os/modules/stats/stats.rst","os/modules/sysinitconfig/sysconfig_error.rst","os/modules/sysinitconfig/sysinitconfig.rst","os/modules/system_modules.rst","os/modules/testutil/testutil.rst","os/os_user_guide.rst","os/tutorials/STM32F303.rst","os/tutorials/pin-wheel-mods.rst","tutorials/ble/ble.rst","tutorials/ble/ble_bare_bones.rst","tutorials/ble/blehci_project.rst","tutorials/ble/bleprph/bleprph.rst","tutorials/ble/bleprph/bleprph-sections/bleprph-adv.rst","tutorials/ble/bleprph/bleprph-sections/bleprph-app.rst","tutorials/ble/bleprph/bleprph-sections/bleprph-chr-access.rst","tutorials/ble/bleprph/bleprph-sections/bleprph-gap-event.rst","tutorials/ble/bleprph/bleprph-sections/bleprph-svc-reg.rst","tutorials/ble/eddystone.rst","tutorials/ble/ibeacon.rst","tutorials/blinky/arduino_zero.rst","tutorials/blinky/blinky.rst","tutorials/blinky/blinky_console.rst","tutorials/blinky/blinky_primo.rst","tutorials/blinky/blinky_stm32f4disc.rst","tutorials/blinky/nRF52.rst","tutorials/blinky/olimex.rst","tutorials/blinky/rbnano2.rst","tutorials/devmgmt/add_newtmgr.rst","tutorials/devmgmt/devmgmt.rst","tutorials/devmgmt/ota_upgrade_nrf52.rst","tutorials/lora/lorawanapp.rst","tutorials/os_fundamentals/event_queue.rst","tutorials/os_fundamentals/os_fundamentals.rst","tutorials/os_fundamentals/tasks_lesson.rst","tutorials/other/codesize.rst","tutorials/other/other.rst","tutorials/other/unit_test.rst","tutorials/other/wi-fi_on_arduino.rst","tutorials/repo/add_repos.rst","tutorials/repo/create_repo.rst","tutorials/repo/private_repo.rst","tutorials/repo/upgrade_repo.rst","tutorials/sensors/air_quality.rst","tutorials/sensors/air_quality_ble.rst","tutorials/sensors/air_quality_sensor.rst","tutorials/sensors/nrf52_adc.rst","tutorials/sensors/sensor_bleprph_oic.rst","tutorials/sensors/sensor_nrf52_bno055.rst","tutorials/sensors/sensor_nrf52_bno055_oic.rst","tutorials/sensors/sensor_nrf52_drv2605.rst","tutorials/sensors/sensor_offboard_config.rst","tutorials/sensors/sensor_oic_overview.rst","tutorials/sensors/sensor_thingy_lis2dh12_onb.rst","tutorials/sensors/sensors.rst","tutorials/sensors/sensors_framework.rst","tutorials/slinky/project-nrf52-slinky.rst","tutorials/slinky/project-sim-slinky.rst","tutorials/slinky/project-slinky.rst","tutorials/slinky/project-stm32-slinky.rst","tutorials/tooling/segger_rtt.rst","tutorials/tooling/segger_sysview.rst","tutorials/tooling/tooling.rst","tutorials/tutorials.rst"],objects:{"":{"HALGpio::HAL_GPIO_MODE_IN":[137,1,1,"c.HALGpio::HAL_GPIO_MODE_IN"],"HALGpio::HAL_GPIO_MODE_NC":[137,1,1,"c.HALGpio::HAL_GPIO_MODE_NC"],"HALGpio::HAL_GPIO_MODE_OUT":[137,1,1,"c.HALGpio::HAL_GPIO_MODE_OUT"],"HALGpio::HAL_GPIO_PULL_DOWN":[137,1,1,"c.HALGpio::HAL_GPIO_PULL_DOWN"],"HALGpio::HAL_GPIO_PULL_NONE":[137,1,1,"c.HALGpio::HAL_GPIO_PULL_NONE"],"HALGpio::HAL_GPIO_PULL_UP":[137,1,1,"c.HALGpio::HAL_GPIO_PULL_UP"],"HALGpio::HAL_GPIO_TRIG_BOTH":[137,1,1,"c.HALGpio::HAL_GPIO_TRIG_BOTH"],"HALGpio::HAL_GPIO_TRIG_FALLING":[137,1,1,"c.HALGpio::HAL_GPIO_TRIG_FALLING"],"HALGpio::HAL_GPIO_TRIG_HIGH":[137,1,1,"c.HALGpio::HAL_GPIO_TRIG_HIGH"],"HALGpio::HAL_GPIO_TRIG_LOW":[137,1,1,"c.HALGpio::HAL_GPIO_TRIG_LOW"],"HALGpio::HAL_GPIO_TRIG_NONE":[137,1,1,"c.HALGpio::HAL_GPIO_TRIG_NONE"],"HALGpio::HAL_GPIO_TRIG_RISING":[137,1,1,"c.HALGpio::HAL_GPIO_TRIG_RISING"],"HALGpio::hal_gpio_irq_trigger":[137,2,1,"c.HALGpio::hal_gpio_irq_trigger"],"HALGpio::hal_gpio_mode_e":[137,2,1,"c.HALGpio::hal_gpio_mode_e"],"HALGpio::hal_gpio_pull":[137,2,1,"c.HALGpio::hal_gpio_pull"],"HALSystem::HAL_RESET_BROWNOUT":[142,1,1,"c.HALSystem::HAL_RESET_BROWNOUT"],"HALSystem::HAL_RESET_PIN":[142,1,1,"c.HALSystem::HAL_RESET_PIN"],"HALSystem::HAL_RESET_POR":[142,1,1,"c.HALSystem::HAL_RESET_POR"],"HALSystem::HAL_RESET_REQUESTED":[142,1,1,"c.HALSystem::HAL_RESET_REQUESTED"],"HALSystem::HAL_RESET_SOFT":[142,1,1,"c.HALSystem::HAL_RESET_SOFT"],"HALSystem::HAL_RESET_WATCHDOG":[142,1,1,"c.HALSystem::HAL_RESET_WATCHDOG"],"HALSystem::hal_reset_reason":[142,2,1,"c.HALSystem::hal_reset_reason"],"HALUart::HAL_UART_FLOW_CTL_NONE":[144,1,1,"c.HALUart::HAL_UART_FLOW_CTL_NONE"],"HALUart::HAL_UART_FLOW_CTL_RTS_CTS":[144,1,1,"c.HALUart::HAL_UART_FLOW_CTL_RTS_CTS"],"HALUart::HAL_UART_PARITY_EVEN":[144,1,1,"c.HALUart::HAL_UART_PARITY_EVEN"],"HALUart::HAL_UART_PARITY_NONE":[144,1,1,"c.HALUart::HAL_UART_PARITY_NONE"],"HALUart::HAL_UART_PARITY_ODD":[144,1,1,"c.HALUart::HAL_UART_PARITY_ODD"],"HALUart::hal_uart_flow_ctl":[144,2,1,"c.HALUart::hal_uart_flow_ctl"],"HALUart::hal_uart_parity":[144,2,1,"c.HALUart::hal_uart_parity"],"OSTask::OS_TASK_READY":[101,1,1,"c.OSTask::OS_TASK_READY"],"OSTask::OS_TASK_SLEEP":[101,1,1,"c.OSTask::OS_TASK_SLEEP"],"OSTask::os_task_state":[101,2,1,"c.OSTask::os_task_state"],"SensorAPI::SENSOR_EVENT_TYPE_DOUBLE_TAP":[152,1,1,"c.SensorAPI::SENSOR_EVENT_TYPE_DOUBLE_TAP"],"SensorAPI::SENSOR_EVENT_TYPE_FREE_FALL":[152,1,1,"c.SensorAPI::SENSOR_EVENT_TYPE_FREE_FALL"],"SensorAPI::SENSOR_EVENT_TYPE_ORIENT_CHANGE":[152,1,1,"c.SensorAPI::SENSOR_EVENT_TYPE_ORIENT_CHANGE"],"SensorAPI::SENSOR_EVENT_TYPE_ORIENT_X_CHANGE":[152,1,1,"c.SensorAPI::SENSOR_EVENT_TYPE_ORIENT_X_CHANGE"],"SensorAPI::SENSOR_EVENT_TYPE_ORIENT_Y_CHANGE":[152,1,1,"c.SensorAPI::SENSOR_EVENT_TYPE_ORIENT_Y_CHANGE"],"SensorAPI::SENSOR_EVENT_TYPE_ORIENT_Z_CHANGE":[152,1,1,"c.SensorAPI::SENSOR_EVENT_TYPE_ORIENT_Z_CHANGE"],"SensorAPI::SENSOR_EVENT_TYPE_SINGLE_TAP":[152,1,1,"c.SensorAPI::SENSOR_EVENT_TYPE_SINGLE_TAP"],"SensorAPI::SENSOR_EVENT_TYPE_SLEEP":[152,1,1,"c.SensorAPI::SENSOR_EVENT_TYPE_SLEEP"],"SensorAPI::SENSOR_EVENT_TYPE_SLEEP_CHANGE":[152,1,1,"c.SensorAPI::SENSOR_EVENT_TYPE_SLEEP_CHANGE"],"SensorAPI::SENSOR_EVENT_TYPE_WAKEUP":[152,1,1,"c.SensorAPI::SENSOR_EVENT_TYPE_WAKEUP"],"SensorAPI::SENSOR_TYPE_ACCELEROMETER":[152,1,1,"c.SensorAPI::SENSOR_TYPE_ACCELEROMETER"],"SensorAPI::SENSOR_TYPE_ALL":[152,1,1,"c.SensorAPI::SENSOR_TYPE_ALL"],"SensorAPI::SENSOR_TYPE_ALTITUDE":[152,1,1,"c.SensorAPI::SENSOR_TYPE_ALTITUDE"],"SensorAPI::SENSOR_TYPE_AMBIENT_TEMPERATURE":[152,1,1,"c.SensorAPI::SENSOR_TYPE_AMBIENT_TEMPERATURE"],"SensorAPI::SENSOR_TYPE_COLOR":[152,1,1,"c.SensorAPI::SENSOR_TYPE_COLOR"],"SensorAPI::SENSOR_TYPE_EULER":[152,1,1,"c.SensorAPI::SENSOR_TYPE_EULER"],"SensorAPI::SENSOR_TYPE_GRAVITY":[152,1,1,"c.SensorAPI::SENSOR_TYPE_GRAVITY"],"SensorAPI::SENSOR_TYPE_GYROSCOPE":[152,1,1,"c.SensorAPI::SENSOR_TYPE_GYROSCOPE"],"SensorAPI::SENSOR_TYPE_LIGHT":[152,1,1,"c.SensorAPI::SENSOR_TYPE_LIGHT"],"SensorAPI::SENSOR_TYPE_LINEAR_ACCEL":[152,1,1,"c.SensorAPI::SENSOR_TYPE_LINEAR_ACCEL"],"SensorAPI::SENSOR_TYPE_MAGNETIC_FIELD":[152,1,1,"c.SensorAPI::SENSOR_TYPE_MAGNETIC_FIELD"],"SensorAPI::SENSOR_TYPE_NONE":[152,1,1,"c.SensorAPI::SENSOR_TYPE_NONE"],"SensorAPI::SENSOR_TYPE_PRESSURE":[152,1,1,"c.SensorAPI::SENSOR_TYPE_PRESSURE"],"SensorAPI::SENSOR_TYPE_PROXIMITY":[152,1,1,"c.SensorAPI::SENSOR_TYPE_PROXIMITY"],"SensorAPI::SENSOR_TYPE_RELATIVE_HUMIDITY":[152,1,1,"c.SensorAPI::SENSOR_TYPE_RELATIVE_HUMIDITY"],"SensorAPI::SENSOR_TYPE_ROTATION_VECTOR":[152,1,1,"c.SensorAPI::SENSOR_TYPE_ROTATION_VECTOR"],"SensorAPI::SENSOR_TYPE_TEMPERATURE":[152,1,1,"c.SensorAPI::SENSOR_TYPE_TEMPERATURE"],"SensorAPI::SENSOR_TYPE_USER_DEFINED_1":[152,1,1,"c.SensorAPI::SENSOR_TYPE_USER_DEFINED_1"],"SensorAPI::SENSOR_TYPE_USER_DEFINED_2":[152,1,1,"c.SensorAPI::SENSOR_TYPE_USER_DEFINED_2"],"SensorAPI::SENSOR_TYPE_USER_DEFINED_3":[152,1,1,"c.SensorAPI::SENSOR_TYPE_USER_DEFINED_3"],"SensorAPI::SENSOR_TYPE_USER_DEFINED_4":[152,1,1,"c.SensorAPI::SENSOR_TYPE_USER_DEFINED_4"],"SensorAPI::SENSOR_TYPE_USER_DEFINED_5":[152,1,1,"c.SensorAPI::SENSOR_TYPE_USER_DEFINED_5"],"SensorAPI::SENSOR_TYPE_USER_DEFINED_6":[152,1,1,"c.SensorAPI::SENSOR_TYPE_USER_DEFINED_6"],"SensorAPI::SENSOR_TYPE_WEIGHT":[152,1,1,"c.SensorAPI::SENSOR_TYPE_WEIGHT"],"SensorAPI::sensor_event_type_t":[152,2,1,"c.SensorAPI::sensor_event_type_t"],"SensorAPI::sensor_type_t":[152,2,1,"c.SensorAPI::sensor_type_t"],"SysConfig::CONF_EXPORT_PERSIST":[105,1,1,"c.SysConfig::CONF_EXPORT_PERSIST"],"SysConfig::CONF_EXPORT_SHOW":[105,1,1,"c.SysConfig::CONF_EXPORT_SHOW"],"SysConfig::conf_export_tgt":[105,2,1,"c.SysConfig::conf_export_tgt"],"SysConfig::conf_type":[105,2,1,"c.SysConfig::conf_type"],"conf_handler::ch_commit":[105,5,1,"c.conf_handler::ch_commit"],"conf_handler::ch_export":[105,5,1,"c.conf_handler::ch_export"],"conf_handler::ch_get":[105,5,1,"c.conf_handler::ch_get"],"conf_handler::ch_name":[105,5,1,"c.conf_handler::ch_name"],"conf_handler::ch_set":[105,5,1,"c.conf_handler::ch_set"],"console_input::line":[106,5,1,"c.console_input::line"],"fcb::f_active":[116,5,1,"c.fcb::f_active"],"fcb::f_active_id":[116,5,1,"c.fcb::f_active_id"],"fcb::f_align":[116,5,1,"c.fcb::f_align"],"fcb::f_magic":[116,5,1,"c.fcb::f_magic"],"fcb::f_mtx":[116,5,1,"c.fcb::f_mtx"],"fcb::f_oldest":[116,5,1,"c.fcb::f_oldest"],"fcb::f_scratch_cnt":[116,5,1,"c.fcb::f_scratch_cnt"],"fcb::f_sector_cnt":[116,5,1,"c.fcb::f_sector_cnt"],"fcb::f_sectors":[116,5,1,"c.fcb::f_sectors"],"fcb::f_version":[116,5,1,"c.fcb::f_version"],"fcb_entry::fe_area":[116,5,1,"c.fcb_entry::fe_area"],"fcb_entry::fe_data_len":[116,5,1,"c.fcb_entry::fe_data_len"],"fcb_entry::fe_data_off":[116,5,1,"c.fcb_entry::fe_data_off"],"fcb_entry::fe_elem_off":[116,5,1,"c.fcb_entry::fe_elem_off"],"fcb_log::fl_entries":[116,5,1,"c.fcb_log::fl_entries"],"fcb_log::fl_fcb":[116,5,1,"c.fcb_log::fl_fcb"],"fops_container::fops":[129,5,1,"c.fops_container::fops"],"fs_ops::SLIST_ENTRY":[129,3,1,"c.fs_ops::SLIST_ENTRY"],"fs_ops::f_close":[129,5,1,"c.fs_ops::f_close"],"fs_ops::f_closedir":[129,5,1,"c.fs_ops::f_closedir"],"fs_ops::f_dirent_is_dir":[129,5,1,"c.fs_ops::f_dirent_is_dir"],"fs_ops::f_dirent_name":[129,5,1,"c.fs_ops::f_dirent_name"],"fs_ops::f_filelen":[129,5,1,"c.fs_ops::f_filelen"],"fs_ops::f_getpos":[129,5,1,"c.fs_ops::f_getpos"],"fs_ops::f_mkdir":[129,5,1,"c.fs_ops::f_mkdir"],"fs_ops::f_name":[129,5,1,"c.fs_ops::f_name"],"fs_ops::f_open":[129,5,1,"c.fs_ops::f_open"],"fs_ops::f_opendir":[129,5,1,"c.fs_ops::f_opendir"],"fs_ops::f_read":[129,5,1,"c.fs_ops::f_read"],"fs_ops::f_readdir":[129,5,1,"c.fs_ops::f_readdir"],"fs_ops::f_rename":[129,5,1,"c.fs_ops::f_rename"],"fs_ops::f_seek":[129,5,1,"c.fs_ops::f_seek"],"fs_ops::f_unlink":[129,5,1,"c.fs_ops::f_unlink"],"fs_ops::f_write":[129,5,1,"c.fs_ops::f_write"],"hal_i2c_master_data::address":[138,5,1,"c.hal_i2c_master_data::address"],"hal_i2c_master_data::buffer":[138,5,1,"c.hal_i2c_master_data::buffer"],"hal_spi_settings::baudrate":[141,5,1,"c.hal_spi_settings::baudrate"],"hal_spi_settings::data_mode":[141,5,1,"c.hal_spi_settings::data_mode"],"hal_spi_settings::data_order":[141,5,1,"c.hal_spi_settings::data_order"],"hal_spi_settings::word_size":[141,5,1,"c.hal_spi_settings::word_size"],"hal_timer::bsp_timer":[143,5,1,"c.hal_timer::bsp_timer"],"hal_timer::cb_arg":[143,5,1,"c.hal_timer::cb_arg"],"hal_timer::cb_func":[143,5,1,"c.hal_timer::cb_func"],"hal_timer::expiry":[143,5,1,"c.hal_timer::expiry"],"json_array_t::arr":[150,5,1,"c.json_array_t::arr"],"json_array_t::count":[150,5,1,"c.json_array_t::count"],"json_array_t::element_type":[150,5,1,"c.json_array_t::element_type"],"json_array_t::maxlen":[150,5,1,"c.json_array_t::maxlen"],"json_attr_t::addr":[150,5,1,"c.json_attr_t::addr"],"json_attr_t::attribute":[150,5,1,"c.json_attr_t::attribute"],"json_attr_t::dflt":[150,5,1,"c.json_attr_t::dflt"],"json_attr_t::len":[150,5,1,"c.json_attr_t::len"],"json_attr_t::map":[150,5,1,"c.json_attr_t::map"],"json_attr_t::nodefault":[150,5,1,"c.json_attr_t::nodefault"],"json_attr_t::type":[150,5,1,"c.json_attr_t::type"],"json_buffer::jb_read_next":[150,5,1,"c.json_buffer::jb_read_next"],"json_buffer::jb_read_prev":[150,5,1,"c.json_buffer::jb_read_prev"],"json_buffer::jb_readn":[150,5,1,"c.json_buffer::jb_readn"],"json_encoder::je_arg":[150,5,1,"c.json_encoder::je_arg"],"json_encoder::je_wr_commas":[150,5,1,"c.json_encoder::je_wr_commas"],"json_encoder::je_write":[150,5,1,"c.json_encoder::je_write"],"json_enum_t::name":[150,5,1,"c.json_enum_t::name"],"json_enum_t::value":[150,5,1,"c.json_enum_t::value"],"json_value::jv_len":[150,5,1,"c.json_value::jv_len"],"json_value::jv_pad1":[150,5,1,"c.json_value::jv_pad1"],"json_value::jv_type":[150,5,1,"c.json_value::jv_type"],"json_value::jv_val":[150,5,1,"c.json_value::jv_val"],"log::STAILQ_ENTRY":[151,3,1,"c.log::STAILQ_ENTRY"],"log::l_arg":[151,5,1,"c.log::l_arg"],"log::l_level":[151,5,1,"c.log::l_level"],"log::l_log":[151,5,1,"c.log::l_log"],"log::l_name":[151,5,1,"c.log::l_name"],"log_handler::log_append":[151,5,1,"c.log_handler::log_append"],"log_handler::log_append_body":[151,5,1,"c.log_handler::log_append_body"],"log_handler::log_append_mbuf":[151,5,1,"c.log_handler::log_append_mbuf"],"log_handler::log_append_mbuf_body":[151,5,1,"c.log_handler::log_append_mbuf_body"],"log_handler::log_flush":[151,5,1,"c.log_handler::log_flush"],"log_handler::log_read":[151,5,1,"c.log_handler::log_read"],"log_handler::log_read_mbuf":[151,5,1,"c.log_handler::log_read_mbuf"],"log_handler::log_registered":[151,5,1,"c.log_handler::log_registered"],"log_handler::log_type":[151,5,1,"c.log_handler::log_type"],"log_handler::log_walk":[151,5,1,"c.log_handler::log_walk"],"log_info::li_next_index":[151,5,1,"c.log_info::li_next_index"],"log_info::li_version":[151,5,1,"c.log_info::li_version"],"log_offset::lo_arg":[151,5,1,"c.log_offset::lo_arg"],"log_offset::lo_data_len":[151,5,1,"c.log_offset::lo_data_len"],"log_offset::lo_index":[151,5,1,"c.log_offset::lo_index"],"log_offset::lo_ts":[151,5,1,"c.log_offset::lo_ts"],"nffs_area_desc::nad_flash_id":[130,5,1,"c.nffs_area_desc::nad_flash_id"],"nffs_area_desc::nad_length":[130,5,1,"c.nffs_area_desc::nad_length"],"nffs_area_desc::nad_offset":[130,5,1,"c.nffs_area_desc::nad_offset"],"nffs_config::nc_num_blocks":[130,5,1,"c.nffs_config::nc_num_blocks"],"nffs_config::nc_num_cache_blocks":[130,5,1,"c.nffs_config::nc_num_cache_blocks"],"nffs_config::nc_num_cache_inodes":[130,5,1,"c.nffs_config::nc_num_cache_inodes"],"nffs_config::nc_num_dirs":[130,5,1,"c.nffs_config::nc_num_dirs"],"nffs_config::nc_num_files":[130,5,1,"c.nffs_config::nc_num_files"],"nffs_config::nc_num_inodes":[130,5,1,"c.nffs_config::nc_num_inodes"],"os_callout::c_ev":[86,5,1,"c.os_callout::c_ev"],"os_callout::c_evq":[86,5,1,"c.os_callout::c_evq"],"os_callout::c_ticks":[86,5,1,"c.os_callout::c_ticks"],"os_event::ev_arg":[89,5,1,"c.os_event::ev_arg"],"os_event::ev_cb":[89,5,1,"c.os_event::ev_cb"],"os_event::ev_queued":[89,5,1,"c.os_event::ev_queued"],"os_eventq::evq_owner":[89,5,1,"c.os_eventq::evq_owner"],"os_eventq::evq_task":[89,5,1,"c.os_eventq::evq_task"],"os_mbuf::om_data":[91,5,1,"c.os_mbuf::om_data"],"os_mbuf::om_flags":[91,5,1,"c.os_mbuf::om_flags"],"os_mbuf::om_len":[91,5,1,"c.os_mbuf::om_len"],"os_mbuf::om_omp":[91,5,1,"c.os_mbuf::om_omp"],"os_mbuf::om_pkthdr_len":[91,5,1,"c.os_mbuf::om_pkthdr_len"],"os_mbuf_pkthdr::omp_flags":[91,5,1,"c.os_mbuf_pkthdr::omp_flags"],"os_mbuf_pkthdr::omp_len":[91,5,1,"c.os_mbuf_pkthdr::omp_len"],"os_mbuf_pool::omp_databuf_len":[91,5,1,"c.os_mbuf_pool::omp_databuf_len"],"os_mbuf_pool::omp_pool":[91,5,1,"c.os_mbuf_pool::omp_pool"],"os_mempool::mp_block_size":[92,5,1,"c.os_mempool::mp_block_size"],"os_mempool::mp_flags":[92,5,1,"c.os_mempool::mp_flags"],"os_mempool::mp_membuf_addr":[92,5,1,"c.os_mempool::mp_membuf_addr"],"os_mempool::mp_min_free":[92,5,1,"c.os_mempool::mp_min_free"],"os_mempool::mp_num_blocks":[92,5,1,"c.os_mempool::mp_num_blocks"],"os_mempool::mp_num_free":[92,5,1,"c.os_mempool::mp_num_free"],"os_mempool::name":[92,5,1,"c.os_mempool::name"],"os_mempool_info::omi_block_size":[92,5,1,"c.os_mempool_info::omi_block_size"],"os_mempool_info::omi_min_free":[92,5,1,"c.os_mempool_info::omi_min_free"],"os_mempool_info::omi_num_blocks":[92,5,1,"c.os_mempool_info::omi_num_blocks"],"os_mempool_info::omi_num_free":[92,5,1,"c.os_mempool_info::omi_num_free"],"os_mqueue::mq_ev":[91,5,1,"c.os_mqueue::mq_ev"],"os_mutex::SLIST_HEAD":[93,3,1,"c.os_mutex::SLIST_HEAD"],"os_mutex::_pad":[93,5,1,"c.os_mutex::_pad"],"os_mutex::mu_level":[93,5,1,"c.os_mutex::mu_level"],"os_mutex::mu_owner":[93,5,1,"c.os_mutex::mu_owner"],"os_mutex::mu_prio":[93,5,1,"c.os_mutex::mu_prio"],"os_sanity_check::sc_arg":[99,5,1,"c.os_sanity_check::sc_arg"],"os_sanity_check::sc_checkin_itvl":[99,5,1,"c.os_sanity_check::sc_checkin_itvl"],"os_sanity_check::sc_checkin_last":[99,5,1,"c.os_sanity_check::sc_checkin_last"],"os_sanity_check::sc_func":[99,5,1,"c.os_sanity_check::sc_func"],"os_sem::sem_tokens":[100,5,1,"c.os_sem::sem_tokens"],"os_task::t_arg":[101,5,1,"c.os_task::t_arg"],"os_task::t_ctx_sw_cnt":[101,5,1,"c.os_task::t_ctx_sw_cnt"],"os_task::t_flags":[101,5,1,"c.os_task::t_flags"],"os_task::t_func":[101,5,1,"c.os_task::t_func"],"os_task::t_name":[101,5,1,"c.os_task::t_name"],"os_task::t_next_wakeup":[101,5,1,"c.os_task::t_next_wakeup"],"os_task::t_obj":[101,5,1,"c.os_task::t_obj"],"os_task::t_prio":[101,5,1,"c.os_task::t_prio"],"os_task::t_run_time":[101,5,1,"c.os_task::t_run_time"],"os_task::t_sanity_check":[101,5,1,"c.os_task::t_sanity_check"],"os_task::t_stackptr":[101,5,1,"c.os_task::t_stackptr"],"os_task::t_stacksize":[101,5,1,"c.os_task::t_stacksize"],"os_task::t_stacktop":[101,5,1,"c.os_task::t_stacktop"],"os_task::t_taskid":[101,5,1,"c.os_task::t_taskid"],"os_task_info::oti_cswcnt":[101,5,1,"c.os_task_info::oti_cswcnt"],"os_task_info::oti_last_checkin":[101,5,1,"c.os_task_info::oti_last_checkin"],"os_task_info::oti_next_checkin":[101,5,1,"c.os_task_info::oti_next_checkin"],"os_task_info::oti_prio":[101,5,1,"c.os_task_info::oti_prio"],"os_task_info::oti_runtime":[101,5,1,"c.os_task_info::oti_runtime"],"os_task_info::oti_state":[101,5,1,"c.os_task_info::oti_state"],"os_task_info::oti_stksize":[101,5,1,"c.os_task_info::oti_stksize"],"os_task_info::oti_stkusage":[101,5,1,"c.os_task_info::oti_stkusage"],"os_task_info::oti_taskid":[101,5,1,"c.os_task_info::oti_taskid"],"os_timezone::tz_dsttime":[102,5,1,"c.os_timezone::tz_dsttime"],"os_timezone::tz_minuteswest":[102,5,1,"c.os_timezone::tz_minuteswest"],"sensor::s_poll_rate":[152,5,1,"c.sensor::s_poll_rate"],"sensor_data_t::sad":[152,5,1,"c.sensor_data_t::sad"],"sensor_data_t::satd":[152,5,1,"c.sensor_data_t::satd"],"sensor_data_t::scd":[152,5,1,"c.sensor_data_t::scd"],"sensor_data_t::sed":[152,5,1,"c.sensor_data_t::sed"],"sensor_data_t::sgd":[152,5,1,"c.sensor_data_t::sgd"],"sensor_data_t::sgrd":[152,5,1,"c.sensor_data_t::sgrd"],"sensor_data_t::slad":[152,5,1,"c.sensor_data_t::slad"],"sensor_data_t::sld":[152,5,1,"c.sensor_data_t::sld"],"sensor_data_t::smd":[152,5,1,"c.sensor_data_t::smd"],"sensor_data_t::spd":[152,5,1,"c.sensor_data_t::spd"],"sensor_data_t::sqd":[152,5,1,"c.sensor_data_t::sqd"],"sensor_data_t::srhd":[152,5,1,"c.sensor_data_t::srhd"],"sensor_data_t::std":[152,5,1,"c.sensor_data_t::std"],"shell_cmd::help":[161,5,1,"c.shell_cmd::help"],"shell_cmd::sc_cmd":[161,5,1,"c.shell_cmd::sc_cmd"],"shell_cmd::sc_cmd_func":[161,5,1,"c.shell_cmd::sc_cmd_func"],"shell_cmd_help::params":[161,5,1,"c.shell_cmd_help::params"],"shell_cmd_help::summary":[161,5,1,"c.shell_cmd_help::summary"],"shell_cmd_help::usage":[161,5,1,"c.shell_cmd_help::usage"],"shell_module::commands":[161,5,1,"c.shell_module::commands"],"shell_module::name":[161,5,1,"c.shell_module::name"],"shell_param::help":[161,5,1,"c.shell_param::help"],"shell_param::param_name":[161,5,1,"c.shell_param::param_name"],"stats_hdr::STAILQ_ENTRY":[163,3,1,"c.stats_hdr::STAILQ_ENTRY"],"stats_hdr::s_cnt":[163,5,1,"c.stats_hdr::s_cnt"],"stats_hdr::s_map":[163,5,1,"c.stats_hdr::s_map"],"stats_hdr::s_map_cnt":[163,5,1,"c.stats_hdr::s_map_cnt"],"stats_hdr::s_name":[163,5,1,"c.stats_hdr::s_name"],"stats_hdr::s_pad1":[163,5,1,"c.stats_hdr::s_pad1"],"stats_hdr::s_size":[163,5,1,"c.stats_hdr::s_size"],"stats_name_map::snm_name":[163,5,1,"c.stats_name_map::snm_name"],"stats_name_map::snm_off":[163,5,1,"c.stats_name_map::snm_off"],ARG10:[167,0,1,"c.ARG10"],ASSERT_IF_TEST:[167,0,1,"c.ASSERT_IF_TEST"],CONF_STR_FROM_BYTES_LEN:[105,0,1,"c.CONF_STR_FROM_BYTES_LEN"],CONF_VALUE_SET:[105,0,1,"c.CONF_VALUE_SET"],CPUTIME_GEQ:[88,0,1,"c.CPUTIME_GEQ"],CPUTIME_GT:[88,0,1,"c.CPUTIME_GT"],CPUTIME_LEQ:[88,0,1,"c.CPUTIME_LEQ"],CPUTIME_LT:[88,0,1,"c.CPUTIME_LT"],FCB_ERR_ARGS:[116,0,1,"c.FCB_ERR_ARGS"],FCB_ERR_CRC:[116,0,1,"c.FCB_ERR_CRC"],FCB_ERR_FLASH:[116,0,1,"c.FCB_ERR_FLASH"],FCB_ERR_MAGIC:[116,0,1,"c.FCB_ERR_MAGIC"],FCB_ERR_NOMEM:[116,0,1,"c.FCB_ERR_NOMEM"],FCB_ERR_NOSPACE:[116,0,1,"c.FCB_ERR_NOSPACE"],FCB_ERR_NOVAR:[116,0,1,"c.FCB_ERR_NOVAR"],FCB_ERR_VERSION:[116,0,1,"c.FCB_ERR_VERSION"],FCB_MAX_LEN:[116,0,1,"c.FCB_MAX_LEN"],FCB_OK:[116,0,1,"c.FCB_OK"],FIRST:[167,0,1,"c.FIRST"],FIRST_AUX:[167,0,1,"c.FIRST_AUX"],FS_ACCESS_APPEND:[128,0,1,"c.FS_ACCESS_APPEND"],FS_ACCESS_READ:[128,0,1,"c.FS_ACCESS_READ"],FS_ACCESS_TRUNCATE:[128,0,1,"c.FS_ACCESS_TRUNCATE"],FS_ACCESS_WRITE:[128,0,1,"c.FS_ACCESS_WRITE"],FS_EACCESS:[128,0,1,"c.FS_EACCESS"],FS_ECORRUPT:[128,0,1,"c.FS_ECORRUPT"],FS_EEMPTY:[128,0,1,"c.FS_EEMPTY"],FS_EEXIST:[128,0,1,"c.FS_EEXIST"],FS_EFULL:[128,0,1,"c.FS_EFULL"],FS_EHW:[128,0,1,"c.FS_EHW"],FS_EINVAL:[128,0,1,"c.FS_EINVAL"],FS_ENOENT:[128,0,1,"c.FS_ENOENT"],FS_ENOMEM:[128,0,1,"c.FS_ENOMEM"],FS_EOFFSET:[128,0,1,"c.FS_EOFFSET"],FS_EOK:[128,0,1,"c.FS_EOK"],FS_EOS:[128,0,1,"c.FS_EOS"],FS_EUNEXP:[128,0,1,"c.FS_EUNEXP"],FS_EUNINIT:[128,0,1,"c.FS_EUNINIT"],FS_NMGR_ID_FILE:[128,0,1,"c.FS_NMGR_ID_FILE"],FS_NMGR_MAX_NAME:[128,0,1,"c.FS_NMGR_MAX_NAME"],HAL_BSP_MAX_ID_LEN:[133,0,1,"c.HAL_BSP_MAX_ID_LEN"],HAL_BSP_POWER_DEEP_SLEEP:[133,0,1,"c.HAL_BSP_POWER_DEEP_SLEEP"],HAL_BSP_POWER_OFF:[133,0,1,"c.HAL_BSP_POWER_OFF"],HAL_BSP_POWER_ON:[133,0,1,"c.HAL_BSP_POWER_ON"],HAL_BSP_POWER_PERUSER:[133,0,1,"c.HAL_BSP_POWER_PERUSER"],HAL_BSP_POWER_SLEEP:[133,0,1,"c.HAL_BSP_POWER_SLEEP"],HAL_BSP_POWER_WFI:[133,0,1,"c.HAL_BSP_POWER_WFI"],HAL_SPI_LSB_FIRST:[141,0,1,"c.HAL_SPI_LSB_FIRST"],HAL_SPI_MODE0:[141,0,1,"c.HAL_SPI_MODE0"],HAL_SPI_MODE1:[141,0,1,"c.HAL_SPI_MODE1"],HAL_SPI_MODE2:[141,0,1,"c.HAL_SPI_MODE2"],HAL_SPI_MODE3:[141,0,1,"c.HAL_SPI_MODE3"],HAL_SPI_MSB_FIRST:[141,0,1,"c.HAL_SPI_MSB_FIRST"],HAL_SPI_TYPE_MASTER:[141,0,1,"c.HAL_SPI_TYPE_MASTER"],HAL_SPI_TYPE_SLAVE:[141,0,1,"c.HAL_SPI_TYPE_SLAVE"],HAL_SPI_WORD_SIZE_8BIT:[141,0,1,"c.HAL_SPI_WORD_SIZE_8BIT"],HAL_SPI_WORD_SIZE_9BIT:[141,0,1,"c.HAL_SPI_WORD_SIZE_9BIT"],INT32_MAX:[102,0,1,"c.INT32_MAX"],JSON_ATTR_MAX:[150,0,1,"c.JSON_ATTR_MAX"],JSON_ERR_ARRAYSTART:[150,0,1,"c.JSON_ERR_ARRAYSTART"],JSON_ERR_ATTRLEN:[150,0,1,"c.JSON_ERR_ATTRLEN"],JSON_ERR_ATTRSTART:[150,0,1,"c.JSON_ERR_ATTRSTART"],JSON_ERR_BADATTR:[150,0,1,"c.JSON_ERR_BADATTR"],JSON_ERR_BADENUM:[150,0,1,"c.JSON_ERR_BADENUM"],JSON_ERR_BADNUM:[150,0,1,"c.JSON_ERR_BADNUM"],JSON_ERR_BADSTRING:[150,0,1,"c.JSON_ERR_BADSTRING"],JSON_ERR_BADSUBTRAIL:[150,0,1,"c.JSON_ERR_BADSUBTRAIL"],JSON_ERR_BADTRAIL:[150,0,1,"c.JSON_ERR_BADTRAIL"],JSON_ERR_CHECKFAIL:[150,0,1,"c.JSON_ERR_CHECKFAIL"],JSON_ERR_MISC:[150,0,1,"c.JSON_ERR_MISC"],JSON_ERR_NOARRAY:[150,0,1,"c.JSON_ERR_NOARRAY"],JSON_ERR_NOBRAK:[150,0,1,"c.JSON_ERR_NOBRAK"],JSON_ERR_NONQSTRING:[150,0,1,"c.JSON_ERR_NONQSTRING"],JSON_ERR_NOPARSTR:[150,0,1,"c.JSON_ERR_NOPARSTR"],JSON_ERR_NULLPTR:[150,0,1,"c.JSON_ERR_NULLPTR"],JSON_ERR_OBJARR:[150,0,1,"c.JSON_ERR_OBJARR"],JSON_ERR_OBSTART:[150,0,1,"c.JSON_ERR_OBSTART"],JSON_ERR_QNONSTRING:[150,0,1,"c.JSON_ERR_QNONSTRING"],JSON_ERR_STRLONG:[150,0,1,"c.JSON_ERR_STRLONG"],JSON_ERR_SUBTOOLONG:[150,0,1,"c.JSON_ERR_SUBTOOLONG"],JSON_ERR_SUBTYPE:[150,0,1,"c.JSON_ERR_SUBTYPE"],JSON_ERR_TOKLONG:[150,0,1,"c.JSON_ERR_TOKLONG"],JSON_NITEMS:[150,0,1,"c.JSON_NITEMS"],JSON_STRUCT_ARRAY:[150,0,1,"c.JSON_STRUCT_ARRAY"],JSON_STRUCT_OBJECT:[150,0,1,"c.JSON_STRUCT_OBJECT"],JSON_VALUE_BOOL:[150,0,1,"c.JSON_VALUE_BOOL"],JSON_VALUE_INT:[150,0,1,"c.JSON_VALUE_INT"],JSON_VALUE_STRING:[150,0,1,"c.JSON_VALUE_STRING"],JSON_VALUE_STRINGN:[150,0,1,"c.JSON_VALUE_STRINGN"],JSON_VALUE_TYPE_ARRAY:[150,0,1,"c.JSON_VALUE_TYPE_ARRAY"],JSON_VALUE_TYPE_BOOL:[150,0,1,"c.JSON_VALUE_TYPE_BOOL"],JSON_VALUE_TYPE_INT64:[150,0,1,"c.JSON_VALUE_TYPE_INT64"],JSON_VALUE_TYPE_OBJECT:[150,0,1,"c.JSON_VALUE_TYPE_OBJECT"],JSON_VALUE_TYPE_STRING:[150,0,1,"c.JSON_VALUE_TYPE_STRING"],JSON_VALUE_TYPE_UINT64:[150,0,1,"c.JSON_VALUE_TYPE_UINT64"],JSON_VALUE_UINT:[150,0,1,"c.JSON_VALUE_UINT"],JSON_VAL_MAX:[150,0,1,"c.JSON_VAL_MAX"],LOGS_NMGR_OP_APPEND:[151,0,1,"c.LOGS_NMGR_OP_APPEND"],LOGS_NMGR_OP_CLEAR:[151,0,1,"c.LOGS_NMGR_OP_CLEAR"],LOGS_NMGR_OP_LEVEL_LIST:[151,0,1,"c.LOGS_NMGR_OP_LEVEL_LIST"],LOGS_NMGR_OP_LOGS_LIST:[151,0,1,"c.LOGS_NMGR_OP_LOGS_LIST"],LOGS_NMGR_OP_MODULE_LIST:[151,0,1,"c.LOGS_NMGR_OP_MODULE_LIST"],LOGS_NMGR_OP_READ:[151,0,1,"c.LOGS_NMGR_OP_READ"],LOG_CRITICAL:[151,0,1,"c.LOG_CRITICAL"],LOG_DEBUG:[151,0,1,"c.LOG_DEBUG"],LOG_ENTRY_HDR_SIZE:[151,0,1,"c.LOG_ENTRY_HDR_SIZE"],LOG_ERROR:[151,0,1,"c.LOG_ERROR"],LOG_ETYPE_STRING:[151,0,1,"c.LOG_ETYPE_STRING"],LOG_INFO:[151,0,1,"c.LOG_INFO"],LOG_LEVEL_CRITICAL:[151,0,1,"c.LOG_LEVEL_CRITICAL"],LOG_LEVEL_DEBUG:[151,0,1,"c.LOG_LEVEL_DEBUG"],LOG_LEVEL_ERROR:[151,0,1,"c.LOG_LEVEL_ERROR"],LOG_LEVEL_INFO:[151,0,1,"c.LOG_LEVEL_INFO"],LOG_LEVEL_MAX:[151,0,1,"c.LOG_LEVEL_MAX"],LOG_LEVEL_STR:[151,0,1,"c.LOG_LEVEL_STR"],LOG_LEVEL_WARN:[151,0,1,"c.LOG_LEVEL_WARN"],LOG_MODULE_DEFAULT:[151,0,1,"c.LOG_MODULE_DEFAULT"],LOG_MODULE_IOTIVITY:[151,0,1,"c.LOG_MODULE_IOTIVITY"],LOG_MODULE_MAX:[151,0,1,"c.LOG_MODULE_MAX"],LOG_MODULE_NEWTMGR:[151,0,1,"c.LOG_MODULE_NEWTMGR"],LOG_MODULE_NFFS:[151,0,1,"c.LOG_MODULE_NFFS"],LOG_MODULE_NIMBLE_CTLR:[151,0,1,"c.LOG_MODULE_NIMBLE_CTLR"],LOG_MODULE_NIMBLE_HOST:[151,0,1,"c.LOG_MODULE_NIMBLE_HOST"],LOG_MODULE_OS:[151,0,1,"c.LOG_MODULE_OS"],LOG_MODULE_PERUSER:[151,0,1,"c.LOG_MODULE_PERUSER"],LOG_MODULE_REBOOT:[151,0,1,"c.LOG_MODULE_REBOOT"],LOG_MODULE_STR:[151,0,1,"c.LOG_MODULE_STR"],LOG_MODULE_TEST:[151,0,1,"c.LOG_MODULE_TEST"],LOG_NAME_MAX_LEN:[151,0,1,"c.LOG_NAME_MAX_LEN"],LOG_PRINTF_MAX_ENTRY_LEN:[151,0,1,"c.LOG_PRINTF_MAX_ENTRY_LEN"],LOG_STORE_CBMEM:[151,0,1,"c.LOG_STORE_CBMEM"],LOG_STORE_CONSOLE:[151,0,1,"c.LOG_STORE_CONSOLE"],LOG_STORE_FCB:[151,0,1,"c.LOG_STORE_FCB"],LOG_SYSLEVEL:[151,0,1,"c.LOG_SYSLEVEL"],LOG_TYPE_MEMORY:[151,0,1,"c.LOG_TYPE_MEMORY"],LOG_TYPE_STORAGE:[151,0,1,"c.LOG_TYPE_STORAGE"],LOG_TYPE_STREAM:[151,0,1,"c.LOG_TYPE_STREAM"],LOG_VERSION_V1:[151,0,1,"c.LOG_VERSION_V1"],LOG_VERSION_V2:[151,0,1,"c.LOG_VERSION_V2"],LOG_VERSION_V3:[151,0,1,"c.LOG_VERSION_V3"],LOG_WARN:[151,0,1,"c.LOG_WARN"],NFFS_FILENAME_MAX_LEN:[130,0,1,"c.NFFS_FILENAME_MAX_LEN"],NFFS_MAX_AREAS:[130,0,1,"c.NFFS_MAX_AREAS"],NUM:[167,0,1,"c.NUM"],OS_EVENT_QUEUED:[89,0,1,"c.OS_EVENT_QUEUED"],OS_MBUF_DATA:[91,0,1,"c.OS_MBUF_DATA"],OS_MBUF_F_MASK:[91,0,1,"c.OS_MBUF_F_MASK"],OS_MBUF_IS_PKTHDR:[91,0,1,"c.OS_MBUF_IS_PKTHDR"],OS_MBUF_LEADINGSPACE:[91,0,1,"c.OS_MBUF_LEADINGSPACE"],OS_MBUF_PKTHDR:[91,0,1,"c.OS_MBUF_PKTHDR"],OS_MBUF_PKTHDR_TO_MBUF:[91,0,1,"c.OS_MBUF_PKTHDR_TO_MBUF"],OS_MBUF_PKTLEN:[91,0,1,"c.OS_MBUF_PKTLEN"],OS_MBUF_TRAILINGSPACE:[91,0,1,"c.OS_MBUF_TRAILINGSPACE"],OS_MBUF_USRHDR:[91,0,1,"c.OS_MBUF_USRHDR"],OS_MBUF_USRHDR_LEN:[91,0,1,"c.OS_MBUF_USRHDR_LEN"],OS_MEMPOOL_BYTES:[92,0,1,"c.OS_MEMPOOL_BYTES"],OS_MEMPOOL_F_EXT:[92,0,1,"c.OS_MEMPOOL_F_EXT"],OS_MEMPOOL_INFO_NAME_LEN:[92,0,1,"c.OS_MEMPOOL_INFO_NAME_LEN"],OS_MEMPOOL_SIZE:[92,0,1,"c.OS_MEMPOOL_SIZE"],OS_SANITY_CHECK_SETFUNC:[99,0,1,"c.OS_SANITY_CHECK_SETFUNC"],OS_STIME_MAX:[102,0,1,"c.OS_STIME_MAX"],OS_TASK_FLAG_EVQ_WAIT:[101,0,1,"c.OS_TASK_FLAG_EVQ_WAIT"],OS_TASK_FLAG_MUTEX_WAIT:[101,0,1,"c.OS_TASK_FLAG_MUTEX_WAIT"],OS_TASK_FLAG_NO_TIMEOUT:[101,0,1,"c.OS_TASK_FLAG_NO_TIMEOUT"],OS_TASK_FLAG_SEM_WAIT:[101,0,1,"c.OS_TASK_FLAG_SEM_WAIT"],OS_TASK_MAX_NAME_LEN:[101,0,1,"c.OS_TASK_MAX_NAME_LEN"],OS_TASK_PRI_HIGHEST:[101,0,1,"c.OS_TASK_PRI_HIGHEST"],OS_TASK_PRI_LOWEST:[101,0,1,"c.OS_TASK_PRI_LOWEST"],OS_TASK_STACK_DEFINE:[101,0,1,"c.OS_TASK_STACK_DEFINE"],OS_TIMEOUT_NEVER:[102,0,1,"c.OS_TIMEOUT_NEVER"],OS_TIMEVAL_GEQ:[102,0,1,"c.OS_TIMEVAL_GEQ"],OS_TIMEVAL_GT:[102,0,1,"c.OS_TIMEVAL_GT"],OS_TIMEVAL_LEQ:[102,0,1,"c.OS_TIMEVAL_LEQ"],OS_TIMEVAL_LT:[102,0,1,"c.OS_TIMEVAL_LT"],OS_TIME_MAX:[102,0,1,"c.OS_TIME_MAX"],OS_TIME_TICK_GEQ:[102,0,1,"c.OS_TIME_TICK_GEQ"],OS_TIME_TICK_GT:[102,0,1,"c.OS_TIME_TICK_GT"],OS_TIME_TICK_LT:[102,0,1,"c.OS_TIME_TICK_LT"],REST_OR_0:[167,0,1,"c.REST_OR_0"],REST_OR_0_AUX:[167,0,1,"c.REST_OR_0_AUX"],REST_OR_0_AUX_1:[167,0,1,"c.REST_OR_0_AUX_1"],REST_OR_0_AUX_INNER:[167,0,1,"c.REST_OR_0_AUX_INNER"],REST_OR_0_AUX_N:[167,0,1,"c.REST_OR_0_AUX_N"],SENSOR_DATA_CMP_GT:[152,0,1,"c.SENSOR_DATA_CMP_GT"],SENSOR_DATA_CMP_LT:[152,0,1,"c.SENSOR_DATA_CMP_LT"],SENSOR_GET_DEVICE:[152,0,1,"c.SENSOR_GET_DEVICE"],SENSOR_GET_ITF:[152,0,1,"c.SENSOR_GET_ITF"],SENSOR_IGN_LISTENER:[152,0,1,"c.SENSOR_IGN_LISTENER"],SENSOR_ITF_I2C:[152,0,1,"c.SENSOR_ITF_I2C"],SENSOR_ITF_SPI:[152,0,1,"c.SENSOR_ITF_SPI"],SENSOR_ITF_UART:[152,0,1,"c.SENSOR_ITF_UART"],SENSOR_THRESH_ALGO_USERDEF:[152,0,1,"c.SENSOR_THRESH_ALGO_USERDEF"],SENSOR_THRESH_ALGO_WATERMARK:[152,0,1,"c.SENSOR_THRESH_ALGO_WATERMARK"],SENSOR_THRESH_ALGO_WINDOW:[152,0,1,"c.SENSOR_THRESH_ALGO_WINDOW"],SENSOR_VALUE_TYPE_FLOAT:[152,0,1,"c.SENSOR_VALUE_TYPE_FLOAT"],SENSOR_VALUE_TYPE_FLOAT_TRIPLET:[152,0,1,"c.SENSOR_VALUE_TYPE_FLOAT_TRIPLET"],SENSOR_VALUE_TYPE_INT32:[152,0,1,"c.SENSOR_VALUE_TYPE_INT32"],SENSOR_VALUE_TYPE_INT32_TRIPLET:[152,0,1,"c.SENSOR_VALUE_TYPE_INT32_TRIPLET"],SENSOR_VALUE_TYPE_OPAQUE:[152,0,1,"c.SENSOR_VALUE_TYPE_OPAQUE"],SLIST_HEAD:[167,3,1,"c.SLIST_HEAD"],STANDARD_ACCEL_GRAVITY:[152,0,1,"c.STANDARD_ACCEL_GRAVITY"],STATS_CLEAR:[163,0,1,"c.STATS_CLEAR"],STATS_GET:[163,0,1,"c.STATS_GET"],STATS_HDR:[163,0,1,"c.STATS_HDR"],STATS_INC:[163,0,1,"c.STATS_INC"],STATS_INCN:[163,0,1,"c.STATS_INCN"],STATS_NAME:[163,0,1,"c.STATS_NAME"],STATS_NAME_END:[163,0,1,"c.STATS_NAME_END"],STATS_NAME_INIT_PARMS:[163,0,1,"c.STATS_NAME_INIT_PARMS"],STATS_NAME_MAP_NAME:[163,0,1,"c.STATS_NAME_MAP_NAME"],STATS_NAME_START:[163,0,1,"c.STATS_NAME_START"],STATS_RESET:[163,0,1,"c.STATS_RESET"],STATS_SECT_DECL:[163,0,1,"c.STATS_SECT_DECL"],STATS_SECT_END:[163,0,1,"c.STATS_SECT_END"],STATS_SECT_ENTRY16:[163,0,1,"c.STATS_SECT_ENTRY16"],STATS_SECT_ENTRY32:[163,0,1,"c.STATS_SECT_ENTRY32"],STATS_SECT_ENTRY64:[163,0,1,"c.STATS_SECT_ENTRY64"],STATS_SECT_ENTRY:[163,0,1,"c.STATS_SECT_ENTRY"],STATS_SECT_START:[163,0,1,"c.STATS_SECT_START"],STATS_SECT_VAR:[163,0,1,"c.STATS_SECT_VAR"],STATS_SIZE_16:[163,0,1,"c.STATS_SIZE_16"],STATS_SIZE_32:[163,0,1,"c.STATS_SIZE_32"],STATS_SIZE_64:[163,0,1,"c.STATS_SIZE_64"],STATS_SIZE_INIT_PARMS:[163,0,1,"c.STATS_SIZE_INIT_PARMS"],STR:[167,0,1,"c.STR"],TEST_ASSERT:[167,0,1,"c.TEST_ASSERT"],TEST_ASSERT_FATAL:[167,0,1,"c.TEST_ASSERT_FATAL"],TEST_ASSERT_FULL:[167,0,1,"c.TEST_ASSERT_FULL"],TEST_CASE:[167,0,1,"c.TEST_CASE"],TEST_CASE_DECL:[167,0,1,"c.TEST_CASE_DECL"],TEST_CASE_DEFN:[167,0,1,"c.TEST_CASE_DEFN"],TEST_CASE_TASK:[167,0,1,"c.TEST_CASE_TASK"],TEST_PASS:[167,0,1,"c.TEST_PASS"],TEST_SUITE:[167,0,1,"c.TEST_SUITE"],TEST_SUITE_DECL:[167,0,1,"c.TEST_SUITE_DECL"],TEST_SUITE_REGISTER:[167,0,1,"c.TEST_SUITE_REGISTER"],UTC01_01_2016:[151,0,1,"c.UTC01_01_2016"],XSTR:[167,0,1,"c.XSTR"],_sbrk:[133,3,1,"c._sbrk"],completion_cb:[106,4,1,"c.completion_cb"],conf_bytes_from_str:[105,3,1,"c.conf_bytes_from_str"],conf_commit:[105,3,1,"c.conf_commit"],conf_commit_handler_t:[105,4,1,"c.conf_commit_handler_t"],conf_ensure_loaded:[105,3,1,"c.conf_ensure_loaded"],conf_export_func_t:[105,4,1,"c.conf_export_func_t"],conf_export_handler_t:[105,4,1,"c.conf_export_handler_t"],conf_export_tgt_t:[105,4,1,"c.conf_export_tgt_t"],conf_get_handler_t:[105,4,1,"c.conf_get_handler_t"],conf_get_value:[105,3,1,"c.conf_get_value"],conf_handler:[105,8,1,"_CPPv312conf_handler"],conf_init:[105,3,1,"c.conf_init"],conf_load:[105,3,1,"c.conf_load"],conf_register:[105,3,1,"c.conf_register"],conf_save:[105,3,1,"c.conf_save"],conf_save_one:[105,3,1,"c.conf_save_one"],conf_save_tree:[105,3,1,"c.conf_save_tree"],conf_set_from_storage:[105,3,1,"c.conf_set_from_storage"],conf_set_handler_t:[105,4,1,"c.conf_set_handler_t"],conf_set_value:[105,3,1,"c.conf_set_value"],conf_store_init:[105,3,1,"c.conf_store_init"],conf_str_from_bytes:[105,3,1,"c.conf_str_from_bytes"],conf_str_from_value:[105,3,1,"c.conf_str_from_value"],conf_value_from_str:[105,3,1,"c.conf_value_from_str"],console_append_char_cb:[106,4,1,"c.console_append_char_cb"],console_blocking_mode:[106,3,1,"c.console_blocking_mode"],console_echo:[106,3,1,"c.console_echo"],console_handle_char:[106,3,1,"c.console_handle_char"],console_init:[106,3,1,"c.console_init"],console_input:[106,6,1,"c.console_input"],console_is_init:[106,3,1,"c.console_is_init"],console_is_midline:[106,5,1,"c.console_is_midline"],console_line_event_put:[106,3,1,"c.console_line_event_put"],console_line_queue_set:[106,3,1,"c.console_line_queue_set"],console_non_blocking_mode:[106,3,1,"c.console_non_blocking_mode"],console_out:[106,3,1,"c.console_out"],console_printf:[106,3,1,"c.console_printf"],console_read:[106,3,1,"c.console_read"],console_rx_cb:[106,4,1,"c.console_rx_cb"],console_rx_restart:[106,3,1,"c.console_rx_restart"],console_set_completion_cb:[106,3,1,"c.console_set_completion_cb"],console_write:[106,3,1,"c.console_write"],fcb_append:[116,3,1,"c.fcb_append"],fcb_append_finish:[116,3,1,"c.fcb_append_finish"],fcb_append_to_scratch:[116,3,1,"c.fcb_append_to_scratch"],fcb_clear:[116,3,1,"c.fcb_clear"],fcb_entry:[116,8,1,"_CPPv39fcb_entry"],fcb_free_sector_cnt:[116,3,1,"c.fcb_free_sector_cnt"],fcb_getnext:[116,3,1,"c.fcb_getnext"],fcb_init:[116,3,1,"c.fcb_init"],fcb_is_empty:[116,3,1,"c.fcb_is_empty"],fcb_log:[116,8,1,"_CPPv37fcb_log"],fcb_offset_last_n:[116,3,1,"c.fcb_offset_last_n"],fcb_rotate:[116,3,1,"c.fcb_rotate"],fcb_walk:[116,3,1,"c.fcb_walk"],fcb_walk_cb:[116,4,1,"c.fcb_walk_cb"],fops_container:[129,6,1,"c.fops_container"],fs_close:[128,3,1,"c.fs_close"],fs_closedir:[128,3,1,"c.fs_closedir"],fs_dirent_is_dir:[128,3,1,"c.fs_dirent_is_dir"],fs_dirent_name:[128,3,1,"c.fs_dirent_name"],fs_filelen:[128,3,1,"c.fs_filelen"],fs_getpos:[128,3,1,"c.fs_getpos"],fs_mkdir:[128,3,1,"c.fs_mkdir"],fs_open:[128,3,1,"c.fs_open"],fs_opendir:[128,3,1,"c.fs_opendir"],fs_ops:[129,6,1,"c.fs_ops"],fs_ops_for:[129,3,1,"c.fs_ops_for"],fs_ops_from_container:[129,3,1,"c.fs_ops_from_container"],fs_ops_try_unique:[129,3,1,"c.fs_ops_try_unique"],fs_read:[128,3,1,"c.fs_read"],fs_readdir:[128,3,1,"c.fs_readdir"],fs_register:[129,3,1,"c.fs_register"],fs_rename:[128,3,1,"c.fs_rename"],fs_seek:[128,3,1,"c.fs_seek"],fs_unlink:[128,3,1,"c.fs_unlink"],fs_write:[128,3,1,"c.fs_write"],fsutil_read_file:[128,3,1,"c.fsutil_read_file"],fsutil_write_file:[128,3,1,"c.fsutil_write_file"],g_log_info:[151,5,1,"c.g_log_info"],g_ts_suites:[167,5,1,"c.g_ts_suites"],hal_bsp_core_dump:[133,3,1,"c.hal_bsp_core_dump"],hal_bsp_flash_dev:[133,3,1,"c.hal_bsp_flash_dev"],hal_bsp_get_nvic_priority:[133,3,1,"c.hal_bsp_get_nvic_priority"],hal_bsp_hw_id:[133,3,1,"c.hal_bsp_hw_id"],hal_bsp_hw_id_len:[133,3,1,"c.hal_bsp_hw_id_len"],hal_bsp_init:[133,3,1,"c.hal_bsp_init"],hal_bsp_power_state:[133,3,1,"c.hal_bsp_power_state"],hal_debugger_connected:[142,3,1,"c.hal_debugger_connected"],hal_flash_align:[135,3,1,"c.hal_flash_align"],hal_flash_erase:[135,3,1,"c.hal_flash_erase"],hal_flash_erase_sector:[135,3,1,"c.hal_flash_erase_sector"],hal_flash_init:[135,3,1,"c.hal_flash_init"],hal_flash_ioctl:[135,3,1,"c.hal_flash_ioctl"],hal_flash_read:[135,3,1,"c.hal_flash_read"],hal_flash_write:[135,3,1,"c.hal_flash_write"],hal_gpio_init_in:[137,3,1,"c.hal_gpio_init_in"],hal_gpio_init_out:[137,3,1,"c.hal_gpio_init_out"],hal_gpio_irq_disable:[137,3,1,"c.hal_gpio_irq_disable"],hal_gpio_irq_enable:[137,3,1,"c.hal_gpio_irq_enable"],hal_gpio_irq_handler_t:[137,4,1,"c.hal_gpio_irq_handler_t"],hal_gpio_irq_init:[137,3,1,"c.hal_gpio_irq_init"],hal_gpio_irq_release:[137,3,1,"c.hal_gpio_irq_release"],hal_gpio_irq_trig_t:[137,4,1,"c.hal_gpio_irq_trig_t"],hal_gpio_mode_t:[137,4,1,"c.hal_gpio_mode_t"],hal_gpio_pull_t:[137,4,1,"c.hal_gpio_pull_t"],hal_gpio_read:[137,3,1,"c.hal_gpio_read"],hal_gpio_toggle:[137,3,1,"c.hal_gpio_toggle"],hal_gpio_write:[137,3,1,"c.hal_gpio_write"],hal_i2c_init:[138,3,1,"c.hal_i2c_init"],hal_i2c_master_data:[138,8,1,"_CPPv319hal_i2c_master_data"],hal_i2c_master_probe:[138,3,1,"c.hal_i2c_master_probe"],hal_i2c_master_read:[138,3,1,"c.hal_i2c_master_read"],hal_i2c_master_write:[138,3,1,"c.hal_i2c_master_write"],hal_reset_cause:[142,3,1,"c.hal_reset_cause"],hal_reset_cause_str:[142,3,1,"c.hal_reset_cause_str"],hal_spi_abort:[141,3,1,"c.hal_spi_abort"],hal_spi_config:[141,3,1,"c.hal_spi_config"],hal_spi_data_mode_breakout:[141,3,1,"c.hal_spi_data_mode_breakout"],hal_spi_disable:[141,3,1,"c.hal_spi_disable"],hal_spi_enable:[141,3,1,"c.hal_spi_enable"],hal_spi_init:[141,3,1,"c.hal_spi_init"],hal_spi_set_txrx_cb:[141,3,1,"c.hal_spi_set_txrx_cb"],hal_spi_settings:[141,8,1,"_CPPv316hal_spi_settings"],hal_spi_slave_set_def_tx_val:[141,3,1,"c.hal_spi_slave_set_def_tx_val"],hal_spi_tx_val:[141,3,1,"c.hal_spi_tx_val"],hal_spi_txrx:[141,3,1,"c.hal_spi_txrx"],hal_spi_txrx_cb:[141,4,1,"c.hal_spi_txrx_cb"],hal_spi_txrx_noblock:[141,3,1,"c.hal_spi_txrx_noblock"],hal_system_clock_start:[142,3,1,"c.hal_system_clock_start"],hal_system_reset:[142,3,1,"c.hal_system_reset"],hal_system_restart:[142,3,1,"c.hal_system_restart"],hal_system_start:[142,3,1,"c.hal_system_start"],hal_timer:[143,8,1,"_CPPv39hal_timer"],hal_timer_cb:[143,4,1,"c.hal_timer_cb"],hal_timer_config:[143,3,1,"c.hal_timer_config"],hal_timer_deinit:[143,3,1,"c.hal_timer_deinit"],hal_timer_delay:[143,3,1,"c.hal_timer_delay"],hal_timer_get_resolution:[143,3,1,"c.hal_timer_get_resolution"],hal_timer_init:[143,3,1,"c.hal_timer_init"],hal_timer_read:[143,3,1,"c.hal_timer_read"],hal_timer_set_cb:[143,3,1,"c.hal_timer_set_cb"],hal_timer_start:[143,3,1,"c.hal_timer_start"],hal_timer_start_at:[143,3,1,"c.hal_timer_start_at"],hal_timer_stop:[143,3,1,"c.hal_timer_stop"],hal_uart_blocking_tx:[144,3,1,"c.hal_uart_blocking_tx"],hal_uart_close:[144,3,1,"c.hal_uart_close"],hal_uart_config:[144,3,1,"c.hal_uart_config"],hal_uart_init:[144,3,1,"c.hal_uart_init"],hal_uart_init_cbs:[144,3,1,"c.hal_uart_init_cbs"],hal_uart_rx_char:[144,4,1,"c.hal_uart_rx_char"],hal_uart_start_rx:[144,3,1,"c.hal_uart_start_rx"],hal_uart_start_tx:[144,3,1,"c.hal_uart_start_tx"],hal_uart_tx_char:[144,4,1,"c.hal_uart_tx_char"],hal_uart_tx_done:[144,4,1,"c.hal_uart_tx_done"],hal_watchdog_enable:[145,3,1,"c.hal_watchdog_enable"],hal_watchdog_init:[145,3,1,"c.hal_watchdog_init"],hal_watchdog_tickle:[145,3,1,"c.hal_watchdog_tickle"],json_array_t:[150,6,1,"c.json_array_t"],json_attr_t:[150,6,1,"c.json_attr_t"],json_buffer:[150,6,1,"c.json_buffer"],json_buffer_read_next_byte_t:[150,4,1,"c.json_buffer_read_next_byte_t"],json_buffer_read_prev_byte_t:[150,4,1,"c.json_buffer_read_prev_byte_t"],json_buffer_readn_t:[150,4,1,"c.json_buffer_readn_t"],json_encode_array_finish:[150,3,1,"c.json_encode_array_finish"],json_encode_array_name:[150,3,1,"c.json_encode_array_name"],json_encode_array_start:[150,3,1,"c.json_encode_array_start"],json_encode_array_value:[150,3,1,"c.json_encode_array_value"],json_encode_object_entry:[150,3,1,"c.json_encode_object_entry"],json_encode_object_finish:[150,3,1,"c.json_encode_object_finish"],json_encode_object_key:[150,3,1,"c.json_encode_object_key"],json_encode_object_start:[150,3,1,"c.json_encode_object_start"],json_encoder:[150,6,1,"c.json_encoder"],json_enum_t:[150,6,1,"c.json_enum_t"],json_read_array:[150,3,1,"c.json_read_array"],json_read_object:[150,3,1,"c.json_read_object"],json_type:[150,2,1,"c.json_type"],json_value:[150,6,1,"c.json_value"],json_write_func_t:[150,4,1,"c.json_write_func_t"],lh_append_body_func_t:[151,4,1,"c.lh_append_body_func_t"],lh_append_func_t:[151,4,1,"c.lh_append_func_t"],lh_append_mbuf_body_func_t:[151,4,1,"c.lh_append_mbuf_body_func_t"],lh_append_mbuf_func_t:[151,4,1,"c.lh_append_mbuf_func_t"],lh_flush_func_t:[151,4,1,"c.lh_flush_func_t"],lh_read_func_t:[151,4,1,"c.lh_read_func_t"],lh_read_mbuf_func_t:[151,4,1,"c.lh_read_mbuf_func_t"],lh_registered_func_t:[151,4,1,"c.lh_registered_func_t"],lh_walk_func_t:[151,4,1,"c.lh_walk_func_t"],log:[151,6,1,"c.log"],log_append:[151,3,1,"c.log_append"],log_append_body:[151,3,1,"c.log_append_body"],log_append_mbuf:[151,3,1,"c.log_append_mbuf"],log_append_mbuf_body:[151,3,1,"c.log_append_mbuf_body"],log_append_mbuf_no_free:[151,3,1,"c.log_append_mbuf_no_free"],log_append_mbuf_typed:[151,3,1,"c.log_append_mbuf_typed"],log_append_mbuf_typed_no_free:[151,3,1,"c.log_append_mbuf_typed_no_free"],log_append_typed:[151,3,1,"c.log_append_typed"],log_cbmem_handler:[151,5,1,"c.log_cbmem_handler"],log_console_get:[151,3,1,"c.log_console_get"],log_console_handler:[151,5,1,"c.log_console_handler"],log_console_init:[151,3,1,"c.log_console_init"],log_fcb_handler:[151,5,1,"c.log_fcb_handler"],log_fcb_slot1_handler:[151,5,1,"c.log_fcb_slot1_handler"],log_flush:[151,3,1,"c.log_flush"],log_handler:[151,6,1,"c.log_handler"],log_info:[151,6,1,"c.log_info"],log_init:[151,3,1,"c.log_init"],log_level_get:[151,3,1,"c.log_level_get"],log_level_set:[151,3,1,"c.log_level_set"],log_list_get_next:[151,3,1,"c.log_list_get_next"],log_module_get_name:[151,3,1,"c.log_module_get_name"],log_module_register:[151,3,1,"c.log_module_register"],log_nmgr_register_group:[151,3,1,"c.log_nmgr_register_group"],log_offset:[151,6,1,"c.log_offset"],log_printf:[151,3,1,"c.log_printf"],log_read:[151,3,1,"c.log_read"],log_read_body:[151,3,1,"c.log_read_body"],log_read_hdr:[151,3,1,"c.log_read_hdr"],log_read_mbuf:[151,3,1,"c.log_read_mbuf"],log_read_mbuf_body:[151,3,1,"c.log_read_mbuf_body"],log_register:[151,3,1,"c.log_register"],log_walk:[151,3,1,"c.log_walk"],log_walk_body:[151,3,1,"c.log_walk_body"],log_walk_body_func_t:[151,4,1,"c.log_walk_body_func_t"],log_walk_func_t:[151,4,1,"c.log_walk_func_t"],nffs_area_desc:[130,6,1,"c.nffs_area_desc"],nffs_config:[130,5,1,"c.nffs_config"],nffs_detect:[130,3,1,"c.nffs_detect"],nffs_format:[130,3,1,"c.nffs_format"],nffs_init:[130,3,1,"c.nffs_init"],nffs_misc_desc_from_flash_area:[130,3,1,"c.nffs_misc_desc_from_flash_area"],os_callout:[86,8,1,"_CPPv310os_callout"],os_callout_init:[86,3,1,"c.os_callout_init"],os_callout_queued:[86,3,1,"c.os_callout_queued"],os_callout_remaining_ticks:[86,3,1,"c.os_callout_remaining_ticks"],os_callout_reset:[86,3,1,"c.os_callout_reset"],os_callout_stop:[86,3,1,"c.os_callout_stop"],os_cputime_delay_nsecs:[88,3,1,"c.os_cputime_delay_nsecs"],os_cputime_delay_ticks:[88,3,1,"c.os_cputime_delay_ticks"],os_cputime_delay_usecs:[88,3,1,"c.os_cputime_delay_usecs"],os_cputime_get32:[88,3,1,"c.os_cputime_get32"],os_cputime_init:[88,3,1,"c.os_cputime_init"],os_cputime_nsecs_to_ticks:[88,3,1,"c.os_cputime_nsecs_to_ticks"],os_cputime_ticks_to_nsecs:[88,3,1,"c.os_cputime_ticks_to_nsecs"],os_cputime_ticks_to_usecs:[88,3,1,"c.os_cputime_ticks_to_usecs"],os_cputime_timer_init:[88,3,1,"c.os_cputime_timer_init"],os_cputime_timer_relative:[88,3,1,"c.os_cputime_timer_relative"],os_cputime_timer_start:[88,3,1,"c.os_cputime_timer_start"],os_cputime_timer_stop:[88,3,1,"c.os_cputime_timer_stop"],os_cputime_usecs_to_ticks:[88,3,1,"c.os_cputime_usecs_to_ticks"],os_event:[89,8,1,"_CPPv38os_event"],os_event_fn:[89,4,1,"c.os_event_fn"],os_eventq:[89,8,1,"_CPPv39os_eventq"],os_eventq_dflt_get:[89,3,1,"c.os_eventq_dflt_get"],os_eventq_get:[89,3,1,"c.os_eventq_get"],os_eventq_get_no_wait:[89,3,1,"c.os_eventq_get_no_wait"],os_eventq_init:[89,3,1,"c.os_eventq_init"],os_eventq_inited:[89,3,1,"c.os_eventq_inited"],os_eventq_poll:[89,3,1,"c.os_eventq_poll"],os_eventq_put:[89,3,1,"c.os_eventq_put"],os_eventq_remove:[89,3,1,"c.os_eventq_remove"],os_eventq_run:[89,3,1,"c.os_eventq_run"],os_get_uptime:[102,3,1,"c.os_get_uptime"],os_get_uptime_usec:[102,3,1,"c.os_get_uptime_usec"],os_gettimeofday:[102,3,1,"c.os_gettimeofday"],os_mbuf:[91,8,1,"_CPPv37os_mbuf"],os_mbuf_adj:[91,3,1,"c.os_mbuf_adj"],os_mbuf_append:[91,3,1,"c.os_mbuf_append"],os_mbuf_appendfrom:[91,3,1,"c.os_mbuf_appendfrom"],os_mbuf_cmpf:[91,3,1,"c.os_mbuf_cmpf"],os_mbuf_cmpm:[91,3,1,"c.os_mbuf_cmpm"],os_mbuf_concat:[91,3,1,"c.os_mbuf_concat"],os_mbuf_copydata:[91,3,1,"c.os_mbuf_copydata"],os_mbuf_copyinto:[91,3,1,"c.os_mbuf_copyinto"],os_mbuf_dup:[91,3,1,"c.os_mbuf_dup"],os_mbuf_extend:[91,3,1,"c.os_mbuf_extend"],os_mbuf_free:[91,3,1,"c.os_mbuf_free"],os_mbuf_free_chain:[91,3,1,"c.os_mbuf_free_chain"],os_mbuf_get:[91,3,1,"c.os_mbuf_get"],os_mbuf_get_pkthdr:[91,3,1,"c.os_mbuf_get_pkthdr"],os_mbuf_len:[91,3,1,"c.os_mbuf_len"],os_mbuf_off:[91,3,1,"c.os_mbuf_off"],os_mbuf_pkthdr:[91,8,1,"_CPPv314os_mbuf_pkthdr"],os_mbuf_pool:[91,8,1,"_CPPv312os_mbuf_pool"],os_mbuf_pool_init:[91,3,1,"c.os_mbuf_pool_init"],os_mbuf_prepend:[91,3,1,"c.os_mbuf_prepend"],os_mbuf_prepend_pullup:[91,3,1,"c.os_mbuf_prepend_pullup"],os_mbuf_pullup:[91,3,1,"c.os_mbuf_pullup"],os_mbuf_trim_front:[91,3,1,"c.os_mbuf_trim_front"],os_mbuf_widen:[91,3,1,"c.os_mbuf_widen"],os_memblock:[92,8,1,"_CPPv311os_memblock"],os_memblock_from:[92,3,1,"c.os_memblock_from"],os_memblock_get:[92,3,1,"c.os_memblock_get"],os_memblock_put:[92,3,1,"c.os_memblock_put"],os_memblock_put_from_cb:[92,3,1,"c.os_memblock_put_from_cb"],os_membuf_t:[92,4,1,"c.os_membuf_t"],os_mempool:[92,8,1,"_CPPv310os_mempool"],os_mempool_clear:[92,3,1,"c.os_mempool_clear"],os_mempool_ext_init:[92,3,1,"c.os_mempool_ext_init"],os_mempool_info:[92,8,1,"_CPPv315os_mempool_info"],os_mempool_info_get_next:[92,3,1,"c.os_mempool_info_get_next"],os_mempool_init:[92,3,1,"c.os_mempool_init"],os_mempool_is_sane:[92,3,1,"c.os_mempool_is_sane"],os_mempool_put_fn:[92,4,1,"c.os_mempool_put_fn"],os_mqueue:[91,8,1,"_CPPv39os_mqueue"],os_mqueue_get:[91,3,1,"c.os_mqueue_get"],os_mqueue_init:[91,3,1,"c.os_mqueue_init"],os_mqueue_put:[91,3,1,"c.os_mqueue_put"],os_msys_count:[91,3,1,"c.os_msys_count"],os_msys_get:[91,3,1,"c.os_msys_get"],os_msys_get_pkthdr:[91,3,1,"c.os_msys_get_pkthdr"],os_msys_num_free:[91,3,1,"c.os_msys_num_free"],os_msys_register:[91,3,1,"c.os_msys_register"],os_msys_reset:[91,3,1,"c.os_msys_reset"],os_mutex:[93,8,1,"_CPPv38os_mutex"],os_mutex_init:[93,3,1,"c.os_mutex_init"],os_mutex_pend:[93,3,1,"c.os_mutex_pend"],os_mutex_release:[93,3,1,"c.os_mutex_release"],os_sanity_check:[99,8,1,"_CPPv315os_sanity_check"],os_sanity_check_func_t:[99,4,1,"c.os_sanity_check_func_t"],os_sanity_check_init:[99,3,1,"c.os_sanity_check_init"],os_sanity_check_register:[99,3,1,"c.os_sanity_check_register"],os_sanity_check_reset:[99,3,1,"c.os_sanity_check_reset"],os_sanity_task_checkin:[99,3,1,"c.os_sanity_task_checkin"],os_sched:[87,3,1,"c.os_sched"],os_sched_get_current_task:[87,3,1,"c.os_sched_get_current_task"],os_sched_next_task:[87,3,1,"c.os_sched_next_task"],os_sched_set_current_task:[87,3,1,"c.os_sched_set_current_task"],os_sem:[100,8,1,"_CPPv36os_sem"],os_sem_get_count:[100,3,1,"c.os_sem_get_count"],os_sem_init:[100,3,1,"c.os_sem_init"],os_sem_pend:[100,3,1,"c.os_sem_pend"],os_sem_release:[100,3,1,"c.os_sem_release"],os_settimeofday:[102,3,1,"c.os_settimeofday"],os_stime_t:[102,4,1,"c.os_stime_t"],os_task:[101,8,1,"_CPPv37os_task"],os_task_count:[101,3,1,"c.os_task_count"],os_task_func_t:[101,4,1,"c.os_task_func_t"],os_task_info:[101,8,1,"_CPPv312os_task_info"],os_task_info_get_next:[101,3,1,"c.os_task_info_get_next"],os_task_init:[101,3,1,"c.os_task_init"],os_task_remove:[101,3,1,"c.os_task_remove"],os_task_state_t:[101,4,1,"c.os_task_state_t"],os_tick_idle:[140,3,1,"c.os_tick_idle"],os_tick_init:[140,3,1,"c.os_tick_init"],os_time_advance:[102,3,1,"c.os_time_advance"],os_time_delay:[102,3,1,"c.os_time_delay"],os_time_get:[102,3,1,"c.os_time_get"],os_time_ms_to_ticks32:[102,3,1,"c.os_time_ms_to_ticks32"],os_time_ms_to_ticks:[102,3,1,"c.os_time_ms_to_ticks"],os_time_t:[102,4,1,"c.os_time_t"],os_time_ticks_to_ms32:[102,3,1,"c.os_time_ticks_to_ms32"],os_time_ticks_to_ms:[102,3,1,"c.os_time_ticks_to_ms"],os_timeradd:[102,0,1,"c.os_timeradd"],os_timersub:[102,0,1,"c.os_timersub"],os_timeval:[102,8,1,"_CPPv310os_timeval"],os_timezone:[102,8,1,"_CPPv311os_timezone"],sensor:[152,8,1,"_CPPv36sensor"],sensor_cfg:[152,8,1,"_CPPv310sensor_cfg"],sensor_check_type:[152,3,1,"c.sensor_check_type"],sensor_clear_high_thresh:[157,3,1,"c.sensor_clear_high_thresh"],sensor_clear_low_thresh:[157,3,1,"c.sensor_clear_low_thresh"],sensor_clear_trigger_thresh_t:[152,4,1,"c.sensor_clear_trigger_thresh_t"],sensor_data_func_t:[152,4,1,"c.sensor_data_func_t"],sensor_data_t:[152,9,1,"_CPPv313sensor_data_t"],sensor_ftostr:[157,3,1,"c.sensor_ftostr"],sensor_get_config:[152,3,1,"c.sensor_get_config"],sensor_get_config_func_t:[152,4,1,"c.sensor_get_config_func_t"],sensor_get_type_traits_byname:[157,3,1,"c.sensor_get_type_traits_byname"],sensor_get_type_traits_bytype:[157,3,1,"c.sensor_get_type_traits_bytype"],sensor_handle_interrupt_t:[152,4,1,"c.sensor_handle_interrupt_t"],sensor_init:[152,3,1,"c.sensor_init"],sensor_lock:[152,3,1,"c.sensor_lock"],sensor_mgr_compare_func_t:[157,4,1,"c.sensor_mgr_compare_func_t"],sensor_mgr_evq_get:[157,3,1,"c.sensor_mgr_evq_get"],sensor_mgr_find_next:[157,3,1,"c.sensor_mgr_find_next"],sensor_mgr_find_next_bydevname:[157,3,1,"c.sensor_mgr_find_next_bydevname"],sensor_mgr_find_next_bytype:[157,3,1,"c.sensor_mgr_find_next_bytype"],sensor_mgr_lock:[157,3,1,"c.sensor_mgr_lock"],sensor_mgr_match_bytype:[157,3,1,"c.sensor_mgr_match_bytype"],sensor_mgr_put_interrupt_evt:[157,3,1,"c.sensor_mgr_put_interrupt_evt"],sensor_mgr_put_notify_evt:[157,3,1,"c.sensor_mgr_put_notify_evt"],sensor_mgr_put_read_evt:[157,3,1,"c.sensor_mgr_put_read_evt"],sensor_mgr_register:[157,3,1,"c.sensor_mgr_register"],sensor_mgr_unlock:[157,3,1,"c.sensor_mgr_unlock"],sensor_notifier:[152,8,1,"_CPPv315sensor_notifier"],sensor_notifier_func_t:[152,4,1,"c.sensor_notifier_func_t"],sensor_oic_init:[157,3,1,"c.sensor_oic_init"],sensor_oic_tx_trigger:[157,3,1,"c.sensor_oic_tx_trigger"],sensor_pkg_init:[152,3,1,"c.sensor_pkg_init"],sensor_read:[152,3,1,"c.sensor_read"],sensor_read_ev_ctx:[152,8,1,"_CPPv318sensor_read_ev_ctx"],sensor_read_func_t:[152,4,1,"c.sensor_read_func_t"],sensor_register_listener:[156,3,1,"c.sensor_register_listener"],sensor_register_notifier:[158,3,1,"c.sensor_register_notifier"],sensor_set_config_func_t:[152,4,1,"c.sensor_set_config_func_t"],sensor_set_driver:[152,3,1,"c.sensor_set_driver"],sensor_set_interface:[152,3,1,"c.sensor_set_interface"],sensor_set_n_poll_rate:[157,3,1,"c.sensor_set_n_poll_rate"],sensor_set_notification_t:[152,4,1,"c.sensor_set_notification_t"],sensor_set_poll_rate_ms:[157,3,1,"c.sensor_set_poll_rate_ms"],sensor_set_thresh:[157,3,1,"c.sensor_set_thresh"],sensor_set_trigger_thresh_t:[152,4,1,"c.sensor_set_trigger_thresh_t"],sensor_set_type_mask:[152,3,1,"c.sensor_set_type_mask"],sensor_trigger_cmp_func_t:[152,4,1,"c.sensor_trigger_cmp_func_t"],sensor_trigger_init:[157,3,1,"c.sensor_trigger_init"],sensor_trigger_notify_func_t:[152,4,1,"c.sensor_trigger_notify_func_t"],sensor_type_traits:[152,8,1,"_CPPv318sensor_type_traits"],sensor_unlock:[152,3,1,"c.sensor_unlock"],sensor_unregister_listener:[156,3,1,"c.sensor_unregister_listener"],sensor_unregister_notifier:[158,3,1,"c.sensor_unregister_notifier"],sensor_unset_notification_t:[152,4,1,"c.sensor_unset_notification_t"],shell_cmd:[161,6,1,"c.shell_cmd"],shell_cmd_func_t:[161,4,1,"c.shell_cmd_func_t"],shell_cmd_help:[161,6,1,"c.shell_cmd_help"],shell_cmd_register:[161,3,1,"c.shell_cmd_register"],shell_evq_set:[161,3,1,"c.shell_evq_set"],shell_module:[161,6,1,"c.shell_module"],shell_nlip_input_func_t:[161,4,1,"c.shell_nlip_input_func_t"],shell_nlip_input_register:[161,3,1,"c.shell_nlip_input_register"],shell_nlip_output:[161,3,1,"c.shell_nlip_output"],shell_param:[161,6,1,"c.shell_param"],shell_prompt_function_t:[161,4,1,"c.shell_prompt_function_t"],shell_register:[161,3,1,"c.shell_register"],shell_register_app_cmd_handler:[161,3,1,"c.shell_register_app_cmd_handler"],shell_register_default_module:[161,3,1,"c.shell_register_default_module"],shell_register_prompt_handler:[161,3,1,"c.shell_register_prompt_handler"],snm_name:[163,5,1,"c.snm_name"],snm_off:[163,5,1,"c.snm_off"],stats_group_find:[163,3,1,"c.stats_group_find"],stats_group_walk:[163,3,1,"c.stats_group_walk"],stats_group_walk_func_t:[163,4,1,"c.stats_group_walk_func_t"],stats_hdr:[163,6,1,"c.stats_hdr"],stats_init:[163,3,1,"c.stats_init"],stats_init_and_reg:[163,3,1,"c.stats_init_and_reg"],stats_name_map:[163,6,1,"c.stats_name_map"],stats_nmgr_register_group:[163,3,1,"c.stats_nmgr_register_group"],stats_register:[163,3,1,"c.stats_register"],stats_reset:[163,3,1,"c.stats_reset"],stats_shell_register:[163,3,1,"c.stats_shell_register"],stats_walk:[163,3,1,"c.stats_walk"],stats_walk_func_t:[163,4,1,"c.stats_walk_func_t"],t_array:[150,1,1,"c.t_array"],t_boolean:[150,1,1,"c.t_boolean"],t_character:[150,1,1,"c.t_character"],t_check:[150,1,1,"c.t_check"],t_ignore:[150,1,1,"c.t_ignore"],t_integer:[150,1,1,"c.t_integer"],t_object:[150,1,1,"c.t_object"],t_real:[150,1,1,"c.t_real"],t_string:[150,1,1,"c.t_string"],t_structobject:[150,1,1,"c.t_structobject"],t_uinteger:[150,1,1,"c.t_uinteger"],tc_config:[167,5,1,"c.tc_config"],tc_current_config:[167,5,1,"c.tc_current_config"],ts_config:[167,5,1,"c.ts_config"],ts_current_config:[167,5,1,"c.ts_current_config"],tu_any_failed:[167,5,1,"c.tu_any_failed"],tu_case_complete:[167,3,1,"c.tu_case_complete"],tu_case_fail:[167,3,1,"c.tu_case_fail"],tu_case_fail_assert:[167,3,1,"c.tu_case_fail_assert"],tu_case_failed:[167,5,1,"c.tu_case_failed"],tu_case_idx:[167,5,1,"c.tu_case_idx"],tu_case_init:[167,3,1,"c.tu_case_init"],tu_case_jb:[167,5,1,"c.tu_case_jb"],tu_case_name:[167,5,1,"c.tu_case_name"],tu_case_pass:[167,3,1,"c.tu_case_pass"],tu_case_pass_manual:[167,3,1,"c.tu_case_pass_manual"],tu_case_post_test:[167,3,1,"c.tu_case_post_test"],tu_case_pre_test:[167,3,1,"c.tu_case_pre_test"],tu_case_report_fn_t:[167,4,1,"c.tu_case_report_fn_t"],tu_case_reported:[167,5,1,"c.tu_case_reported"],tu_case_set_init_cb:[167,3,1,"c.tu_case_set_init_cb"],tu_case_set_post_cb:[167,3,1,"c.tu_case_set_post_cb"],tu_case_set_pre_cb:[167,3,1,"c.tu_case_set_pre_cb"],tu_case_write_pass_auto:[167,3,1,"c.tu_case_write_pass_auto"],tu_init_test_fn_t:[167,4,1,"c.tu_init_test_fn_t"],tu_post_test_fn_t:[167,4,1,"c.tu_post_test_fn_t"],tu_pre_test_fn_t:[167,4,1,"c.tu_pre_test_fn_t"],tu_restart:[167,3,1,"c.tu_restart"],tu_start_os:[167,3,1,"c.tu_start_os"],tu_suite_complete:[167,3,1,"c.tu_suite_complete"],tu_suite_failed:[167,5,1,"c.tu_suite_failed"],tu_suite_init:[167,3,1,"c.tu_suite_init"],tu_suite_name:[167,5,1,"c.tu_suite_name"],tu_suite_post_test:[167,3,1,"c.tu_suite_post_test"],tu_suite_pre_test:[167,3,1,"c.tu_suite_pre_test"],tu_suite_register:[167,3,1,"c.tu_suite_register"],tu_suite_restart_fn_t:[167,4,1,"c.tu_suite_restart_fn_t"],tu_suite_set_complete_cb:[167,3,1,"c.tu_suite_set_complete_cb"],tu_suite_set_fail_cb:[167,3,1,"c.tu_suite_set_fail_cb"],tu_suite_set_init_cb:[167,3,1,"c.tu_suite_set_init_cb"],tu_suite_set_pass_cb:[167,3,1,"c.tu_suite_set_pass_cb"],tu_suite_set_post_test_cb:[167,3,1,"c.tu_suite_set_post_test_cb"],tu_suite_set_pre_test_cb:[167,3,1,"c.tu_suite_set_pre_test_cb"],tu_testsuite_fn_t:[167,4,1,"c.tu_testsuite_fn_t"]},"json_array_t.arr":{booleans:[150,6,1,"c.json_array_t.arr.booleans"],integers:[150,6,1,"c.json_array_t.arr.integers"],objects:[150,6,1,"c.json_array_t.arr.objects"],reals:[150,6,1,"c.json_array_t.arr.reals"],strings:[150,6,1,"c.json_array_t.arr.strings"],uintegers:[150,6,1,"c.json_array_t.arr.uintegers"]},"json_value.jv_val":{composite:[150,6,1,"c.json_value.jv_val.composite"]},json_array_t:{arr:[150,7,1,"c.json_array_t.arr"]},json_attr_t:{addr:[150,7,1,"c.json_attr_t.addr"],dflt:[150,7,1,"c.json_attr_t.dflt"]},json_value:{jv_val:[150,7,1,"c.json_value.jv_val"]}},objnames:{"0":["c","define","define"],"1":["c","enumvalue","enumvalue"],"2":["c","enum","enum"],"3":["c","function","C function"],"4":["c","typedef","typedef"],"5":["c","variable","variable"],"6":["c","struct","struct"],"7":["c","union","union"],"8":["cpp","class","C++ class"],"9":["cpp","type","C++ type"]},objtypes:{"0":"c:define","1":"c:enumvalue","2":"c:enum","3":"c:function","4":"c:typedef","5":"c:variable","6":"c:struct","7":"c:union","8":"cpp:class","9":"cpp:type"},terms:{"000s":[185,187,193,208],"008s":[185,187,193,208],"00z":199,"01t22":70,"02d":14,"02t22":199,"04x":22,"05t02":199,"093s":[185,187,193,208],"0b1000110":138,"0mb":11,"0ubuntu5":6,"0x0":[182,189,207,208],"0x00":[22,189,193,207],"0x0000":[173,207],"0x00000000":[162,164,165],"0x00000001":104,"0x00000002":[104,189],"0x00000004":104,"0x00000008":104,"0x00000010":104,"0x000000b8":182,"0x000000d8":[222,223],"0x000000dc":[172,215,222,223],"0x00004000":[162,164,165],"0x00008000":[95,162,164,165],"0x00009ef4":189,"0x0000fca6":182,"0x00023800":162,"0x0003f000":162,"0x0003f800":162,"0x0006":[30,207],"0x0007d000":[14,165],"0x000a":207,"0x000e0000":164,"0x0010":28,"0x01":[22,28,31,104,193,207],"0x0100":28,"0x01000000":188,"0x0101":22,"0x0102":22,"0x0103":22,"0x0104":22,"0x0105":22,"0x0106":22,"0x0107":22,"0x0108":22,"0x0109":22,"0x010a":22,"0x010b":22,"0x010c":22,"0x010d":22,"0x010e":22,"0x010f":22,"0x0110":22,"0x0111":22,"0x02":[22,28,31,104,193,207],"0x0201":22,"0x0202":22,"0x0203":22,"0x0204":22,"0x0205":22,"0x0206":22,"0x0207":22,"0x0208":22,"0x0209":22,"0x020a":22,"0x020b":22,"0x020c":22,"0x020d":22,"0x020e":22,"0x020f":22,"0x0210":22,"0x0211":22,"0x0212":22,"0x0213":22,"0x0214":22,"0x0215":22,"0x0216":22,"0x0217":22,"0x0218":22,"0x0219":22,"0x021a":22,"0x021b":22,"0x021c":22,"0x021d":22,"0x021e":22,"0x021f":22,"0x0220":22,"0x0221":22,"0x0222":22,"0x0223":22,"0x0224":22,"0x0225":22,"0x0226":22,"0x0227":22,"0x0228":22,"0x0229":22,"0x022a":22,"0x022c":22,"0x022d":22,"0x022e":22,"0x022f":22,"0x0230":22,"0x0232":22,"0x0234":22,"0x0235":22,"0x0236":22,"0x0237":22,"0x0238":22,"0x0239":22,"0x023a":22,"0x023b":22,"0x023c":22,"0x023d":22,"0x023e":22,"0x023f":22,"0x0240":22,"0x03":[22,31,104,207],"0x0300":[22,28],"0x0301":22,"0x0302":22,"0x04":[22,28],"0x0401":22,"0x0402":22,"0x0403":22,"0x0404":22,"0x0405":22,"0x0406":22,"0x0407":22,"0x0408":22,"0x0409":22,"0x040a":22,"0x040b":22,"0x040c":22,"0x040d":22,"0x040e":22,"0x0483":186,"0x05":22,"0x0501":22,"0x0502":22,"0x0503":22,"0x0504":22,"0x0505":22,"0x0506":22,"0x0507":22,"0x0508":22,"0x0509":22,"0x050a":22,"0x050b":22,"0x050c":22,"0x050d":22,"0x050e":22,"0x06":[22,173,207],"0x07":[22,207,212],"0x08":[22,28,207],"0x08000000":188,"0x08000020":188,"0x08000250":188,"0x08021e90":186,"0x09":[22,207,212],"0x0a":[22,207],"0x0b":22,"0x0bc11477":182,"0x0c":22,"0x0c80":30,"0x0d":22,"0x0e":22,"0x0f":[22,207,210],"0x0f505235":104,"0x1":[208,210,213,215],"0x10":[22,182,189,193,210],"0x100":22,"0x1000":[91,210,213],"0x10000":95,"0x10010000":188,"0x10036413":188,"0x10076413":186,"0x1010":91,"0x103":22,"0x11":[22,24,181,193,207],"0x12":22,"0x13":22,"0x14":22,"0x1400":207,"0x15":[22,206,208,210],"0x16":22,"0x17":22,"0x18":[22,207],"0x1800":31,"0x1808":31,"0x180a":31,"0x19":[22,153],"0x1a":22,"0x1b":22,"0x1c":[22,206,208],"0x1d":22,"0x1e":22,"0x1f":22,"0x2":[210,213],"0x20":[22,34,95,182,189,206,207,208],"0x200":[22,210,213],"0x2000":[210,213],"0x20000":208,"0x20000000":95,"0x20002290":186,"0x20002408":182,"0x20008000":182,"0x21":[22,34],"0x21000000":182,"0x22":[22,24,34,193],"0x23":[22,34],"0x24":22,"0x25":[22,207],"0x26":22,"0x27":22,"0x28":22,"0x2800":207,"0x29":22,"0x2a":22,"0x2ba01477":189,"0x2c":22,"0x2d":[22,207],"0x2e":22,"0x2f":22,"0x30":[22,182,189,207],"0x300":22,"0x311":210,"0x32":[22,210],"0x33":24,"0x34":22,"0x35":22,"0x36":22,"0x37":22,"0x374b":186,"0x38":22,"0x39":22,"0x3a":22,"0x3a000":95,"0x3b":22,"0x3c":22,"0x3c00":207,"0x3d":22,"0x3e":22,"0x3f":22,"0x4":[210,213],"0x40":[22,182,189,206,208],"0x400":22,"0x4000":[210,213],"0x40007000":208,"0x4001e504":189,"0x4001e50c":189,"0x40number":138,"0x41000000":186,"0x42000":63,"0x44":[24,207],"0x4400":207,"0x46":138,"0x4f":[206,208],"0x50":[182,189],"0x500":22,"0x5000":207,"0x53":212,"0x55":24,"0x6":207,"0x60":[182,189,207],"0x61":[206,208],"0x62":207,"0x65":207,"0x66":24,"0x68":207,"0x69":[207,212],"0x6c":207,"0x6c00":207,"0x6d":207,"0x6e":207,"0x70":[182,189,207],"0x72":[206,207,208],"0x7800":207,"0x79":212,"0x7fefd260":104,"0x7fff8000":208,"0x8":207,"0x80":[206,208],"0x8000":63,"0x8000000":188,"0x8079b62c":104,"0x81":138,"0x8801":207,"0x8c":138,"0x8d":138,"0x90":[206,208],"0x96f3b83c":104,"0x9c01":207,"0x9f":207,"0xa":207,"0xa0":210,"0xa001":207,"0xa7":[206,208],"0xaf":[206,208],"0xb3":[206,208],"0xb401":207,"0xb5":[206,208],"0xbead":[206,208],"0xcc01":207,"0xd2":[206,208],"0xd801":207,"0xdead":[206,208],"0xe401":207,"0xe7":[206,208],"0xf":207,"0xf001":207,"0xf395c277":104,"0xfb":210,"0xfe":207,"0xff":104,"0xffff":[30,141,207],"0xffffffff":[104,152,182],"0xffffffff0xffffffff0xffffffff0xffffffff":189,"100kb":103,"1024kbyte":[186,188],"103kb":162,"10m":28,"110kb":162,"128hz":14,"128kb":[9,164],"12c":[185,187,193,208],"12kb":[14,165],"12mhz":9,"132425ssb":31,"132428ssb":31,"132433ssb":31,"132437ssb":31,"132441ssb":31,"14e":222,"14h":[215,222],"1503a0":200,"16kb":[9,164,165],"16kbram":55,"16mb":9,"190a192":207,"1_amd64":[59,62,82,85],"1c15":[206,208],"1d11":218,"1d13":[200,221],"1d560":162,"1eec4":162,"1kb":162,"1mhz":14,"1ms":14,"1st":[14,70],"1ubuntu1":6,"1wx":189,"200mhz":9,"2015q2":[4,12],"2022609336ssb":176,"2022687456ssb":176,"2022789012ssb":176,"2022851508ssb":176,"2042859320ssb":176,"2042937440ssb":176,"248m":6,"250m":194,"256kb":182,"262s":[185,187,193,208],"28a29":207,"28t22":199,"291ebc02a8c345911c96fdf4e7b9015a843697658fd6b5faa0eb257a23e93682":192,"296712s":188,"2a24":50,"2d5217f":83,"2m_interval_max":28,"2m_interval_min":28,"2m_latenc":28,"2m_max_conn_event_len":28,"2m_min_conn_event_len":28,"2m_scan_interv":28,"2m_scan_window":28,"2m_timeout":28,"2msym":32,"300v":[185,187,193,208],"30j":207,"32kb":[165,182],"32mb":9,"32wx":[182,189],"363s":[185,187,193,208],"3_1":38,"3mb":83,"46872ssb":207,"4_9":4,"4fa7":[206,208],"500m":194,"512kb":95,"54684ssb":207,"575c":162,"5kb":103,"5ms":14,"6lowpan":32,"73d77f":73,"78e4d263eeb5af5635705b7cae026cc184f14aa6c6c59c6e80616035cd2efc8f":162,"7b3w9m4n2mg3sqmgw2q1b9p80000gn":57,"7kb":162,"8ab6433f8971b05c2a9c3341533e8ddb754e404":203,"948f118966f7989628f8f3be28840fd23a200fc219bb72acdfe9096f06c4b39b":162,"9cf8af22b1b573909a8290a90c066d4e190407e97680b7a32243960ec2bf3a7f":221,"9mb":60,"abstract":[9,22,97,98,110,127,130,131,152,154,155,194,207,225],"boolean":[150,165],"break":[22,91,112,177,207],"byte":[14,21,24,28,48,68,73,75,91,92,101,104,105,106,108,116,117,128,130,133,138,141,144,150,151,162,180,181,192,193,196],"case":[2,6,7,14,22,31,32,57,66,67,68,69,70,71,72,73,74,75,76,77,78,79,82,83,84,91,94,95,99,100,101,102,104,110,130,134,157,161,162,163,165,167,169,173,177,178,180,181,182,196,199,200,206,207,208,212,223],"catch":22,"char":[92,94,99,101,105,106,110,114,115,128,129,142,144,148,149,150,151,157,161,163,165,167,177,180,181,184,194,196,199,207,213,215],"class":[110,193],"const":[89,91,92,95,101,104,105,106,111,128,129,130,131,133,135,136,142,150,151,154,161,163,167,177,179,180,181,199,206,207,208],"default":[1,2,4,6,7,8,12,14,22,25,27,28,29,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,63,64,66,67,68,69,70,71,72,73,74,75,76,77,78,79,82,83,84,89,91,93,94,95,96,98,99,101,106,107,109,110,111,127,130,141,150,151,152,153,154,155,157,159,160,161,162,163,164,165,169,173,175,177,180,181,182,183,190,192,193,194,201,206,207,208,210,211,212,214,215,217,222],"enum":[101,105,137,142,144,150,152,206,207],"export":[1,11,24,62,63,82,84,85,89,105,106,110,112,151,152,153,154,155,190,209,210,213],"final":[8,57,91,93,95,104,118,132,162,170,172,175,196,206,208],"float":[66,67,68,69,70,71,72,73,74,75,76,77,78,79,82,83,84,103,150,152,157,209],"function":[1,7,9,16,22,24,33,63,86,87,88,89,90,91,92,94,96,97,98,99,101,104,105,106,110,111,112,114,116,122,126,127,128,129,130,131,132,134,137,138,139,140,141,142,143,144,147,149,150,151,153,155,156,157,159,161,162,163,166,167,169,172,175,176,178,180,181,183,184,190,192,193,194,199,201,206,207,208,210,212,215,220,222,223,225],"goto":[99,128,154,206,207,208],"i\u00b2c":138,"import":[11,57,59,82,91,95,102,103,138,172,175,178,196,208],"int":[1,14,22,27,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,64,66,67,68,69,70,71,72,73,74,75,76,77,78,79,82,83,84,86,88,89,91,92,94,99,101,102,105,106,110,111,112,114,115,116,117,118,119,120,121,122,123,124,125,126,128,129,130,131,133,134,135,137,138,140,141,142,143,144,145,148,149,150,151,152,153,154,156,157,158,161,163,165,167,170,175,177,178,179,180,181,184,194,196,199,206,207,208,213,215],"long":[3,14,25,29,32,91,94,100,103,127,138,150,162,189,215],"new":[2,3,4,6,10,11,14,24,25,28,31,32,33,36,41,43,47,48,52,55,59,60,61,63,87,91,95,98,101,104,106,116,117,118,127,128,130,132,138,146,152,161,162,163,165,169,171,172,173,178,179,180,181,182,185,186,187,188,189,192,193,199,200,201,207,208,209,211,212,225],"null":[86,87,88,89,91,92,93,94,95,99,100,101,105,106,111,128,129,130,136,141,151,152,153,154,157,161,164,165,175,178,179,180,181,184,194,196,206,207,208,209,213,215],"public":[21,26,28,30,31,34,59,68,82,86,89,91,92,93,99,100,101,102,104,105,106,129,130,138,141,143,150,151,152,161,163,180,181],"return":[20,27,86,87,88,89,91,92,93,94,95,99,100,101,102,105,106,111,116,128,129,133,136,137,138,141,142,143,144,145,150,151,152,153,154,156,157,158,161,165,175,177,178,179,182,184,193,194,196,199,206,207,208,210,213,215,219],"short":[91,93,161,196],"static":[21,27,68,86,89,92,94,95,99,100,105,106,111,115,131,149,151,152,153,154,169,173,175,177,178,179,180,181,184,194,206,207,208,209,213,215],"switch":[10,12,22,60,73,79,83,87,94,95,101,104,132,146,161,172,173,177,178,190,206,207,208,215,222],"transient":178,"true":[8,12,14,88,92,99,102,162,192,199,208,218,221],"try":[2,14,22,24,32,91,128,138,169,170,172,173,176,182,183,184,185,186,187,189,200,202,207,208,210,212,215,217,222],"var":[52,57,67,68,99,105],"void":[22,27,86,87,88,89,91,92,94,99,101,102,105,106,110,111,112,114,116,126,128,129,130,131,133,134,135,137,138,140,141,142,143,144,145,147,149,150,151,152,153,154,156,157,161,163,165,167,175,177,178,179,180,181,184,194,196,206,207,208,209,213,215],"while":[4,6,7,8,24,27,32,51,57,63,91,92,94,95,99,101,103,106,112,114,128,144,154,162,165,167,180,181,184,190,194,196,197,199,206,207,208,213,215,222,223],AES:23,ANS:174,Adding:[58,81,225],And:[63,104,116,162,164,170,171,176,196,206,207,208],Are:14,But:[14,208],CTS:[144,173],FOR:4,For:[2,3,5,6,7,8,11,12,14,22,23,24,25,30,31,36,39,41,52,55,57,59,60,61,62,63,64,68,85,86,91,94,95,98,102,103,104,110,111,128,130,131,134,137,138,141,150,151,152,153,154,155,156,162,163,164,165,167,169,172,177,178,179,180,181,182,184,186,187,188,192,193,194,199,200,201,202,208,210,213,215,218,221,222,223,225],IDE:[5,12],IDs:104,Its:[96,102,103,169,202],NOT:[138,143,208],Not:[7,22,30,88,91,132,137,141,162,208],One:[6,22,94,103,162,169,175,200,212],PCs:8,QoS:[22,32],RTS:[144,173],Such:[180,181,202],TMS:182,That:[2,14,22,63,116,165,180,181,182,193,200,201,207,208],The:[1,2,3,4,5,6,7,8,10,11,12,14,15,16,17,18,19,20,21,22,23,24,25,27,28,30,31,32,33,35,36,39,45,47,48,49,52,57,59,60,61,63,65,66,68,72,73,74,75,77,78,79,80,82,83,84,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,116,128,130,131,132,133,134,135,136,137,138,140,141,142,143,144,145,146,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,167,168,169,170,171,172,173,175,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,196,197,199,200,201,202,207,208,209,210,211,212,213,214,215,217,218,219,220,221,222,223,225],Then:[10,14,15,35,65,104,116,162,169,173,199,207,208,222],There:[4,8,14,23,24,29,59,63,82,86,91,93,95,96,100,101,102,103,105,106,110,132,137,151,152,157,161,162,163,177,182,193,199,203,208,215,222,223],Theres:212,These:[5,22,28,52,63,91,95,96,98,100,104,105,110,138,155,161,164,171,175,179,180,181,182,183,188,190,201,202,209,210],Use:[1,7,8,11,28,29,52,59,60,61,64,73,82,83,84,95,108,116,118,162,169,177,180,181,182,185,193,200,201,207,208,209,211,220],Used:[95,141,144,151],Useful:152,Uses:[33,44,109,164],Using:[22,51,93,184,220,225],Was:193,Will:[22,129],With:[9,14,22,31,32,91,94,98,104,162,164,170,172,196,222,223,225],Yes:[10,14,21,91,104,109],__arg:99,__asm:186,__builtin_offsetof:163,__d:152,__entri:163,__etext:188,__ev:89,__f:[99,152],__hdr:91,__itvl:99,__jv:150,__l:151,__len:150,__mod:151,__msg:151,__n:[91,163],__name:[101,163],__om:91,__omp:91,__s:152,__sc:99,__sectnam:163,__sectvarnam:163,__size:[101,163],__str:150,__t1:[88,102],__t2:[88,102],__t:152,__type:91,__v:150,__var:163,__wfi:186,_access:177,_adc:208,_addr:180,_addr_:[180,181],_app:180,_build:[15,35,65],_cfg:[153,154],_cli:[154,155,210],_cnt:116,_config:[152,153,154,213],_creat:153,_dev:153,_gatt_ac:177,_imghdr_siz:95,_init:[152,153,154],_log:154,_name:165,_nrf52_adc_h_:208,_ofb:[153,155,210],_onb:[153,155,215],_pad1:104,_pad2:104,_pad3:104,_pad:[93,104],_param:161,_pars:146,_reserv:152,_resource_t:209,_sbrk:133,_senseair_h_:207,_sensor:153,_set:180,_shell_init:[154,210],_stage:165,_stat:154,_str:146,_va_args_:154,_val:[153,154],a10:167,a600anj1:162,abbrevi:175,abc:199,abil:[6,23,33,57,91,196],abl:[2,14,91,95,110,111,176,180,181,182,190,201,207,208],abort:[51,141,151,152,164,165,199,213],about:[1,3,10,14,24,30,42,59,60,61,64,66,82,83,84,92,94,95,99,101,102,116,117,121,150,156,162,163,168,169,175,178,179,180,181,185,189,193,194,196,202,208],abov:[9,14,16,21,91,94,99,102,104,138,141,161,162,163,164,165,172,175,177,180,181,184,190,193,199,201,206,208],absent:104,absolut:[91,143],abstrat:116,acc:210,accel:[210,215],accel_rev:210,acceleromet:[152,154,209,210,211,215],accept:[14,22,28,112,138,144,146,169,182,186,188,193,201],access:[8,17,22,28,32,61,63,66,72,82,83,84,88,90,91,93,94,95,100,110,111,112,116,128,130,131,132,138,146,151,152,154,155,157,162,165,167,172,179,182,194,199,207],access_:179,access_cb:[177,179,206,208],access_flag:[128,129],accgyro:210,accommod:[25,91,98,104,180],accompani:14,accomplish:[9,14,57,130,177],accord:[14,95,104,167],accordingli:[14,25,91,95,101],account:[10,63,91,104],accur:188,achiev:[27,180,181],ack_rxd:193,acknowledg:193,acl:22,acquir:[27,93,100,138,152],acquisit:138,across:[31,33,57,63,64,110,132],act:[23,31,146,162],action:[9,14,28,64,169,175,179,193,196,208],activ:[12,14,18,19,32,49,73,95,101,105,141,146,162,169,175,192,193,212,218,221,222,223],actual:[2,7,14,36,79,91,95,101,104,134,145,151,162,164,168,172,180,181,182,196,201,202,203,208],actuat:216,adafruit:[8,208,210,212],adapt:[32,98,182,185,186,200,215],adapter_nsrst_delai:[182,186],adaptor:188,adc0:208,adc:[9,14,55,110],adc_0:208,adc_buf_read:208,adc_buf_releas:208,adc_buf_s:208,adc_buf_set:208,adc_chan_config:208,adc_config:208,adc_dev:208,adc_event_handler_set:208,adc_evq:208,adc_hw_impl:55,adc_init:208,adc_number_channel:208,adc_number_sampl:208,adc_read:208,adc_read_ev:208,adc_result:208,adc_result_mv:208,adc_sampl:208,adc_sns_str:208,adc_sns_typ:208,adc_sns_val:208,adc_stack:208,adc_stack_s:208,adc_stm32f4:110,adc_task:208,adc_task_handl:208,adc_task_prio:208,add:[1,2,4,6,7,11,12,14,28,39,41,52,57,59,60,61,63,64,82,89,91,94,98,100,102,103,106,107,116,128,132,138,153,154,163,165,169,170,172,173,176,182,183,184,190,192,194,196,197,199,200,201,208,210,211,212,213,214,216,218,219,220,221,225],added:[10,12,34,55,57,83,91,95,100,101,104,106,111,113,128,138,161,182,184,192,194,200,202,206,207,218,219,221,225],adding:[2,14,33,39,57,91,95,96,102,116,163,172,184,199,201,202,206,207,208],addit:[1,12,14,30,32,45,57,63,64,91,95,96,98,104,110,138,151,162,165,169,172,175,182,183,185,186,188,189,190,193,196,207,208,219],addition:64,addr:[28,31,111,150,173,180,181,210],addr_typ:[28,31],address:[14,22,23,26,28,30,32,33,34,57,68,91,92,94,104,110,111,112,127,135,138,141,150,151,152,154,162,173,177,192,193,200,215,222],aditihilbert:4,adjust:[14,22,91,95,170,194],admin:[4,173],administr:[11,13],adress:28,adsertis:28,adv:[14,28,31,32,33],adv_channel_map:207,adv_data:28,adv_field:[175,180],adv_filter_polici:207,adv_itvl_max:207,adv_itvl_min:207,adv_param:[175,178,180,181],advanc:[61,222,223],advantag:[178,208],advantang:175,adverb:64,adverti:[180,181],advertis:[17,22,25,27,32,33,34,68,174,176,178,192,206,207,208,209],advertise_128bit_uuid:209,advertise_16bit_uuid:209,advertising_interv:[28,30],advic:[96,97],advinterv:30,aes:[182,185,187,189,200,218,219,221],aesni:[218,219],af80:[206,208],affect:[104,130,131,151,162,172,197],aflag:[1,52,63],after:[4,8,11,14,23,27,31,43,52,57,59,60,63,82,83,88,91,92,96,101,102,104,105,110,114,118,122,128,130,138,141,144,152,154,162,164,169,173,175,177,178,179,182,183,190,192,196,200,201,210,212,215],afterward:207,again:[8,14,22,27,59,61,82,95,101,104,116,162,163,175,182,185,186,187,188,189,193,196,208,212,221],against:[14,23,91,94,102,157],agnost:128,agre:[207,208],agreement:[207,208],ahead:102,aid:[63,154],aim:[22,111,128,174,225],ain0:208,ain1:208,air:[22,91,162,190,191,193,216,225],air_q:207,air_qual:[206,207],albeit:171,alert:174,algo:157,algorithm:[32,87],align:[91,92,116,196],all201612161220:77,all:[1,2,3,6,7,8,9,10,12,16,17,18,19,20,22,23,25,27,28,29,30,31,32,33,37,42,43,45,51,52,53,54,55,57,63,68,74,77,91,93,94,95,96,98,99,101,102,104,105,106,110,116,120,126,128,130,131,132,134,141,150,151,152,153,154,155,156,157,159,161,162,163,164,165,167,168,169,170,172,173,174,175,176,177,178,179,180,181,184,186,188,190,193,197,199,201,202,203,204,206,207,208,210,213,215,218,221],alloc:[75,79,89,90,91,92,127,151,175,177],allow:[2,3,4,6,8,9,12,14,22,28,32,33,41,52,57,59,60,61,66,67,68,69,70,71,72,73,74,75,76,77,78,79,82,83,84,89,91,93,94,98,100,104,106,110,128,130,133,138,141,142,151,155,156,157,158,160,161,162,163,165,169,173,175,178,180,184,185,190,193,194,196,200,208,210,212,215,217],almost:[8,196],alon:14,along:[14,63,91,92,101,152,157,207],alongsid:[180,196],alphabet:165,alreadi:[6,7,8,11,14,22,25,33,45,60,61,83,84,88,97,98,104,111,122,137,143,169,170,171,172,182,184,185,186,187,188,189,193,200,206,208,209,218,221,222,223],also:[1,3,5,6,7,8,11,12,14,15,24,25,28,32,36,39,42,57,59,60,61,62,63,68,82,85,91,92,94,95,98,100,101,102,104,105,106,107,110,111,116,128,130,141,144,146,151,152,153,154,156,159,161,162,163,164,165,169,172,175,178,179,183,184,190,193,194,196,197,199,200,201,202,206,207,208,210,211,212,213,214,215,218,219,221],alt:221,altern:[6,91,104,116,162,177],although:201,altogeth:[86,206],alwai:[8,14,63,95,102,104,134,151,161,171,177,180,181,188,199,201,202,207,225],ambigu:22,ambiti:172,amd64:[59,82],amend:[1,14,34,52,64,192,197,222,223],amg:210,among:[87,95,104,162],amongst:91,amount:[25,91,92,97,128,151,162,175,196],analog:[110,216],analyz:[12,223],android:[209,211,214,217],ani:[1,4,8,10,14,15,16,23,28,32,35,51,52,61,63,65,66,68,75,78,79,82,83,84,86,88,89,91,92,93,94,95,97,99,100,101,102,104,106,111,112,116,128,129,130,141,144,151,154,155,158,161,162,163,165,169,173,175,184,185,190,191,192,193,202,206,207,208,215,220,225],announc:[175,180,181],annoy:[177,203],anonym:28,anoth:[10,14,27,28,31,32,63,91,93,94,95,96,97,100,101,102,106,137,146,162,164,169,175,177,193,196,207,208,219,222,223],ans:[207,208],answer:94,anymor:[91,196],anyon:14,anyth:[1,8,24,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,64,162,169,170,172,180,181,183,202,208],apach:[1,2,6,7,10,11,12,14,15,32,34,35,39,40,41,45,46,52,53,55,57,59,60,61,63,64,65,82,83,84,86,95,104,106,109,110,128,134,162,163,165,166,169,172,173,174,176,180,182,183,184,185,186,187,188,189,193,199,200,201,202,207,208,209,210,211,212,215,217,218,219,220,221,222,223,225],apart:102,api:[1,15,18,19,20,21,22,32,55,57,63,94,98,110,111,132,136,154,155,181,186,209,214],app:[1,7,8,12,14,27,30,32,34,36,39,40,44,45,47,48,49,50,52,55,57,64,75,78,79,95,104,106,110,128,132,142,161,163,164,165,169,170,172,174,175,178,179,180,181,182,184,185,186,187,188,189,190,191,192,194,196,199,200,206,207,209,210,211,212,213,214,218,219,220,221,222,225],app_log_init:151,appear:[14,28,30,98,138,177,179,196],append:[91,116,199],append_loc:[116,117,118],append_test:199,appl:[182,215,217,222,223],appli:[12,14,25,102,104,105,106,130,144,151,162,165,193,199],applic:[1,2,4,5,6,8,9,11,13,16,20,22,24,25,26,27,29,31,32,36,41,44,49,52,57,59,60,61,62,63,75,78,79,80,84,85,89,91,95,99,101,104,106,107,108,109,110,128,130,135,141,154,155,156,157,158,159,160,161,163,164,165,168,171,174,177,178,183,192,198,199,206,207,214,217,219,220,223,225],applicaton:1,applict:12,approach:[33,95,165],appropri:[64,91,95,98,101,108,110,138,141,165,169,170,172,175,178,180,181,183,208,214],approv:10,apps_air_qu:207,apps_bleprph:162,apps_blinki:[57,63],apps_my_sensor_app:215,apr:[8,185,187,193,208],apropo:[182,215,222,223],apt:[4,6,7,58,62,81,85,173],arbitrari:[104,169,173,182,185,186,187,188,189,193,200,208,210,212,218,219,221],arbitrarili:[104,181],arc4:182,arch:[63,95,98,167,185,186,187,188,189,193,215],arch_sim:[184,215],architectur:[59,82,87,92,95,97,98,102,104,110,127,132,137,196],archiv:[4,7,59,61,63,169,172,182,184,185,186,187,188,189,190,193,200,207,208,210,215,218,219,221],arduino:[12,183,196,198,201,207,225],arduino_101:55,arduino_blinki:[12,182,196],arduino_boot:[12,182],arduino_mkr1000:200,arduino_primo_nrf52:[55,185],arduino_primoo_nrf52:185,arduino_zero:182,arduino_zero_debug:182,arduinowifi:200,area:[14,91,95,104,105,116,126,133,151,165],area_cnt:133,area_desc:130,aren:[14,103],arg10:167,arg:[12,88,91,92,94,99,101,110,116,126,135,137,141,143,144,151,152,154,157,161,167,177,178,194,196,206,207,208,215],argc:[94,101,105,114,115,148,161,165,180,181,184,194,196,199,207,213,215],argument:[11,12,14,22,47,52,57,64,86,89,91,92,99,101,102,106,113,116,134,137,138,141,143,150,151,152,154,156,157,161,175,178,179,180,181,185,187,196,201,202,215],argv:[101,105,114,115,148,161,165,180,181,184,194,196,199,207,213,215],arm:[5,6,7,12,86,95,103,182,188,215,221,222,223],around:[31,91,104,208,209,211],arr:150,arrai:[24,89,105,115,116,126,130,141,150,161,165,170,175,179,196],arrang:[95,162],arriv:91,articl:203,artifact:[37,41,52,57,59,60,61,201],asf:[1,201,207,208],ask:[10,14,94,105,144,188,196,201,202],aspect:[28,91,104,196],assembl:[1,63,95,98,185,186,187,188,189,193,215],assert:[14,69,91,99,106,141,153,163,177,178,179,180,181,184,194,196,206,207,208,213,215],assert_if_test:167,assign:[10,14,21,24,30,32,39,52,55,68,92,94,95,101,116,131,151,165,169,177,182,185,186,187,188,189,193,200,208,210,212,218,221],associ:[14,23,25,89,91,99,101,104,143,152,165,175,178],assum:[7,12,14,31,45,61,62,84,85,89,91,95,101,104,111,141,146,165,169,170,171,172,184,190,193,194,206,208,209,211,212,214,215,222,223],assumpt:14,asynchron:144,at45db:[14,111],at45db_default_config:111,at45db_dev:111,at45db_erase_sector:111,at45db_init:111,at45db_read:111,at45db_sector_info:111,at45db_writ:111,at45dbxxx:111,at91samd21g18:182,at91samd:182,atmel:[2,182,200],atop:[110,132],att:[20,29,32,177],attach:[8,12,91,95,137,142,172,185,193,208,215,222,223],attempt:[14,22,24,28,91,92,93,101,104,138,165,177,178,179,193],attempt_stat:163,attent:3,attr:[29,31],attr_handl:[176,177,178,206,208],attribut:[16,18,19,22,29,32,52,55,64,68,92,96,98,150,165,174,177],auth:[14,28,203],authent:[22,23,31,176],author:[1,14,22,45,63,106,199,207,208],auto:[30,111,212],autocalibr:212,autocomplet:57,autoconf:57,autogener:14,autom:33,automat:[1,10,25,26,32,44,57,63,96,147,161,163,165,172,174,175,182,185,186,188,189,190,199,201,207,208,209,225],autoselect:182,avaial:193,avail:[1,2,3,4,7,9,14,22,24,25,30,31,32,33,34,49,59,60,61,64,66,75,82,83,84,89,91,92,93,99,100,103,104,106,108,110,144,146,152,156,157,162,165,168,180,184,190,193,202,214,222,223],avail_queu:106,avoid:[63,91,93,94,99,161,196,209],awai:[22,95,105,177,208],await:3,awar:[175,180,181],b0_0:188,b0_1:188,b1_0:188,b1_1:188,b5729002b340:[206,208],b8d17c77a03b37603cd9f89fdcfe0ba726f8ddff6eac63011dee2e959cc316c2:192,bab:151,back:[8,14,60,66,71,82,83,84,91,92,102,103,104,105,106,138,151,152,159,179,188,189,190,207,214,218,219,221],backend:105,backward:[32,104,106,116,161],bad:[14,104,162,202],badli:94,bake:14,band:[23,28,32],bank:188,bar:[12,14,105,225],bare:[86,174,180,181,225],base64:[7,105,106,193,215],base:[1,2,4,6,7,12,14,22,25,32,33,36,41,57,59,60,61,63,91,103,108,110,112,132,133,138,157,164,173,179,182,185,186,188,189,196,200,209,210,212,215],baselibc:[7,14,50,95],baselin:109,bash:[2,12,57,61,95],bash_complet:38,bash_profil:[11,60,62,83,85],bashrc:57,basi:[9,21,23,101,202,207,208],basic:[1,14,16,30,31,32,33,63,91,95,101,103,110,133,135,137,144,162,172,173,190,193,201,203,205,206,217,219,220],batch:95,batteri:[9,25,33,98,180],baud:[68,106,173],baudrat:[111,141,144],bbno055_cli:210,bc_acc_bw:[154,213],bc_acc_rang:[154,213],bc_mask:[154,213],bc_opr_mod:[154,213],bc_placement:154,bc_pwr_mode:[154,213],bc_unit:[154,213],bc_use_ext_xt:213,bcfg:213,bd_addr:22,be9699809a049:73,beacon:[16,171,172,183],bearer:[14,32,34],becaus:[8,12,14,22,23,27,31,52,89,104,131,138,141,152,154,157,162,164,196,199,201,203,207,209,210,211,215],becom:[14,23,33,104,175,178],been:[4,10,14,22,27,38,45,57,60,61,63,79,83,84,90,91,92,101,104,105,114,116,128,130,141,144,151,157,162,165,173,178,182,185,193,200,206,207,208],befor:[2,4,7,8,12,14,22,43,52,59,63,82,86,88,90,91,93,94,95,99,101,102,103,104,105,106,116,122,130,141,143,144,145,150,152,156,157,161,162,163,165,167,172,173,174,175,177,180,181,183,184,186,190,193,194,196,199,200,208,214,217,220],begin:[14,27,91,101,105,116,124,144,157,173,176,178,180,181,199,201],beginn:225,behav:[22,31,94,180,181,199],behavior:[61,94,98,130,177,179,196,199,200,223],behaviour:91,behind:[91,102],being:[14,22,91,92,94,99,101,102,104,105,111,128,137,138,139,148,149,152,162,176,178,196,199,225],bell:100,belong:[16,92,104,179],below:[1,2,4,6,8,12,14,20,22,23,24,25,31,45,64,91,94,95,96,100,101,104,106,108,111,128,131,143,154,162,169,172,177,179,182,185,186,188,189,193,196,197,199,201,202,203,208,209,210,213,217,225],benefit:[10,94,165,168,194],best:[14,91,95,150,202],beta:110,better:[14,104,163],between:[7,12,27,28,32,33,39,48,57,100,102,106,137,138,148,150,155,157,162,164,165,173,185,190,193,194,202,208,210,212,215],beyond:91,bhd:68,big:[24,63,91,193,202],bigger:162,bin:[2,4,7,11,12,14,36,37,39,40,45,48,50,52,57,59,60,61,62,63,82,83,84,85,95,162,165,169,170,172,173,176,182,184,185,186,187,188,189,190,192,193,199,200,207,208,210,212,215,218,219,221,222,223],bin_basenam:63,binari:[4,7,11,14,36,39,41,57,60,62,63,81,83,85,103,108,138,184],binutil:4,bit:[7,14,16,24,26,28,30,59,60,61,68,83,84,88,91,92,101,102,103,104,138,139,141,144,152,154,156,157,162,163,172,177,178,179,180,181,196,200,202,206,208,209,215,222,223],bitbang:139,bitfield:152,bitmap:92,bitmask:101,bits0x00:28,bl_rev:210,bla:151,blank:14,ble:[16,20,21,24,27,31,33,63,66,67,68,69,70,71,72,73,74,75,76,77,78,79,82,83,84,89,91,104,108,109,162,165,171,173,175,177,178,179,183,190,192,205,206,207,211,214,217,225],ble_:177,ble_addr_t:[180,181],ble_addr_type_publ:178,ble_app:[172,180,181],ble_app_advertis:[180,181],ble_app_on_sync:[180,181],ble_app_set_addr:[180,181],ble_att:[78,177,190],ble_att_err_attr_not_found:22,ble_att_err_attr_not_long:22,ble_att_err_insufficient_authen:22,ble_att_err_insufficient_author:22,ble_att_err_insufficient_enc:22,ble_att_err_insufficient_key_sz:22,ble_att_err_insufficient_r:[22,206,208],ble_att_err_invalid_attr_value_len:[22,177],ble_att_err_invalid_handl:22,ble_att_err_invalid_offset:22,ble_att_err_invalid_pdu:22,ble_att_err_prepare_queue_ful:22,ble_att_err_read_not_permit:22,ble_att_err_req_not_support:22,ble_att_err_unlik:[22,206,208],ble_att_err_unsupported_group:22,ble_att_err_write_not_permit:22,ble_att_svr_entry_pool:75,ble_att_svr_prep_entry_pool:75,ble_eddystone_set_adv_data_uid:180,ble_eddystone_set_adv_data_url:180,ble_eddystone_url_scheme_http:180,ble_eddystone_url_suffix_org:180,ble_err_acl_conn_exist:22,ble_err_auth_fail:22,ble_err_chan_class:22,ble_err_cmd_disallow:22,ble_err_coarse_clk_adj:22,ble_err_conn_accept_tmo:22,ble_err_conn_establish:22,ble_err_conn_limit:22,ble_err_conn_parm:22,ble_err_conn_rej_bd_addr:22,ble_err_conn_rej_channel:22,ble_err_conn_rej_resourc:22,ble_err_conn_rej_secur:22,ble_err_conn_spvn_tmo:22,ble_err_conn_term_loc:22,ble_err_conn_term_m:22,ble_err_ctlr_busi:22,ble_err_diff_trans_col:22,ble_err_dir_adv_tmo:22,ble_err_encryption_mod:22,ble_err_host_busy_pair:22,ble_err_hw_fail:22,ble_err_inq_rsp_too_big:22,ble_err_instant_pass:22,ble_err_insufficient_sec:22,ble_err_inv_hci_cmd_parm:22,ble_err_inv_lmp_ll_parm:22,ble_err_link_key_chang:22,ble_err_lmp_collis:22,ble_err_lmp_ll_rsp_tmo:22,ble_err_lmp_pdu:22,ble_err_mac_conn_fail:22,ble_err_mem_capac:22,ble_err_no_pair:22,ble_err_no_role_chang:22,ble_err_page_tmo:22,ble_err_parm_out_of_rang:22,ble_err_pending_role_sw:22,ble_err_pinkey_miss:22,ble_err_qos_parm:22,ble_err_qos_reject:22,ble_err_rd_conn_term_pwroff:22,ble_err_rd_conn_term_resrc:22,ble_err_rem_user_conn_term:22,ble_err_repeated_attempt:22,ble_err_reserved_slot:22,ble_err_role_sw_fail:22,ble_err_sco_air_mod:22,ble_err_sco_itvl:22,ble_err_sco_offset:22,ble_err_sec_simple_pair:22,ble_err_synch_conn_limit:22,ble_err_unit_key_pair:22,ble_err_unk_conn_id:22,ble_err_unk_lmp:22,ble_err_unknown_hci_cmd:22,ble_err_unspecifi:22,ble_err_unsupp_lmp_ll_parm:22,ble_err_unsupp_qo:22,ble_err_unsupp_rem_featur:22,ble_err_unsupport:22,ble_ext_adv:14,ble_ext_adv_max_s:14,ble_ga:179,ble_gap:78,ble_gap_adv_param:[180,181],ble_gap_adv_set_field:175,ble_gap_adv_start:[175,178,180,181],ble_gap_chr_uuid16_appear:[177,179],ble_gap_chr_uuid16_device_nam:[177,179],ble_gap_chr_uuid16_periph_pref_conn_param:177,ble_gap_chr_uuid16_periph_priv_flag:177,ble_gap_chr_uuid16_reconnect_addr:177,ble_gap_conn_desc:178,ble_gap_conn_find:178,ble_gap_conn_fn:175,ble_gap_conn_mode_und:[175,178],ble_gap_disc_mode_gen:[175,178],ble_gap_ev:178,ble_gap_event_conn_upd:178,ble_gap_event_connect:178,ble_gap_event_disconnect:178,ble_gap_event_enc_chang:178,ble_gap_event_fn:[180,181],ble_gap_event_subscrib:178,ble_gap_svc_uuid16:[177,179],ble_gap_upd:75,ble_gap_update_param:14,ble_gatt:78,ble_gatt_access_ctxt:[177,206,208],ble_gatt_access_op_read_chr:[177,206,208],ble_gatt_access_op_write_chr:[177,206,208],ble_gatt_chr_def:[177,179,206,208],ble_gatt_chr_f_notifi:[206,208],ble_gatt_chr_f_read:[177,179,206,208],ble_gatt_chr_f_read_enc:[206,208],ble_gatt_chr_f_writ:[206,208],ble_gatt_chr_f_write_enc:[206,208],ble_gatt_register_fn:179,ble_gatt_svc_def:[177,179,206,208],ble_gatt_svc_type_primari:[177,179,206,208],ble_gattc:78,ble_gattc_proc_pool:75,ble_gattc_write_flat:14,ble_gatts_chr_upd:[206,208],ble_gatts_clt_cfg_pool:75,ble_gatts_find_chr:[206,208],ble_gatts_register_svc:179,ble_h:[16,17,18,19,21,22,24,27,78,180,181,206],ble_hci_ram_evt_hi_pool:75,ble_hci_ram_evt_lo_pool:75,ble_hci_uart_baud:173,ble_hs_:179,ble_hs_adv_field:[175,180],ble_hs_att_err:22,ble_hs_cfg:[27,180,181],ble_hs_conn_pool:75,ble_hs_eagain:22,ble_hs_ealreadi:22,ble_hs_eapp:22,ble_hs_eauthen:22,ble_hs_eauthor:22,ble_hs_ebaddata:22,ble_hs_ebusi:22,ble_hs_econtrol:22,ble_hs_edon:22,ble_hs_eencrypt:22,ble_hs_eencrypt_key_sz:22,ble_hs_einv:[14,22],ble_hs_emsgs:22,ble_hs_eno:22,ble_hs_enoaddr:22,ble_hs_enomem:22,ble_hs_enomem_evt:22,ble_hs_enotconn:22,ble_hs_enotsup:22,ble_hs_enotsync:22,ble_hs_eo:22,ble_hs_ereject:22,ble_hs_erol:22,ble_hs_err_sm_peer_bas:22,ble_hs_err_sm_us_bas:22,ble_hs_estore_cap:22,ble_hs_estore_fail:22,ble_hs_etimeout:22,ble_hs_etimeout_hci:22,ble_hs_eunknown:22,ble_hs_ev_tx_notif:89,ble_hs_event_tx_notifi:89,ble_hs_forev:[178,180,181],ble_hs_hci_cmd_send:207,ble_hs_hci_err:22,ble_hs_hci_ev_pool:75,ble_hs_id:24,ble_hs_id_gen_rnd:[24,180,181],ble_hs_id_set_rnd:[21,24,180,181],ble_hs_l2c_err:22,ble_hs_reset_fn:27,ble_hs_sm_peer_err:22,ble_hs_sm_us_err:22,ble_hs_sync_fn:27,ble_ibeacon_set_adv_data:181,ble_l2cap:78,ble_l2cap_chan_pool:75,ble_l2cap_sig_err_cmd_not_understood:22,ble_l2cap_sig_err_invalid_cid:22,ble_l2cap_sig_err_mtu_exceed:22,ble_l2cap_sig_proc_pool:75,ble_ll:[78,79],ble_ll_cfg_feat_le_encrypt:162,ble_ll_conn:78,ble_ll_prio:165,ble_lp_clock:25,ble_max_connect:[14,209,211],ble_mesh_dev_uuid:34,ble_mesh_pb_gatt:34,ble_own:[180,181],ble_own_addr_random:[180,181],ble_phi:78,ble_public_dev_addr:24,ble_rigado:49,ble_role_broadcast:211,ble_role_peripher:211,ble_sm_err_alreadi:22,ble_sm_err_authreq:22,ble_sm_err_cmd_not_supp:22,ble_sm_err_confirm_mismatch:22,ble_sm_err_cross_tran:22,ble_sm_err_dhkei:22,ble_sm_err_enc_key_sz:22,ble_sm_err_inv:22,ble_sm_err_numcmp:22,ble_sm_err_oob:22,ble_sm_err_pair_not_supp:22,ble_sm_err_passkei:22,ble_sm_err_rep:22,ble_sm_err_unspecifi:22,ble_sm_legaci:162,ble_store_config:14,ble_svc_gap_device_name_set:208,ble_tgt:[172,180,181],ble_uu:179,ble_uuid128_init:[206,208],ble_uuid128_t:[206,208],ble_uuid16:[177,179],ble_uuid16_declar:[206,208],ble_uuid:[206,208],ble_uuid_128_to_16:177,ble_uuid_u16:[206,208],ble_xtal_settle_tim:25,blecent:[7,63],blecsc:63,blehci:[7,63],blehciproj:173,blehostd:68,blehr:63,blemesh:[32,34,63],blemesh_light:63,blemesh_shel:63,blenano:55,bleprph:[7,14,32,63,68,162,174,175,176,177,178,179,192,206,207,208,209,223],bleprph_advertis:[175,178],bleprph_appear:177,bleprph_device_nam:[175,177],bleprph_le_phy_support:208,bleprph_log:[175,178,206,208],bleprph_oic:[7,63,214],bleprph_oic_sensor:209,bleprph_on_connect:175,bleprph_pref_conn_param:177,bleprph_print_conn_desc:178,bleprph_privacy_flag:177,bleprph_reconnect_addr:177,blesplit:[7,63],bletest:[7,63],bletoh:91,bleuart:[7,63],bleuartx000:14,blink:[1,7,63,95,101,170,182,183,185,186,187,188,189,194,196,208,225],blink_nord:223,blink_rigado:49,blinki:[1,12,14,36,45,46,50,57,63,95,172,173,193,194,196,200,207,208,217,218,219,221,222,223,225],blinky_callout:184,blinky_sim:63,blksize:92,blksz:[75,219],blob:[22,134],block:[22,30,75,88,89,91,92,100,110,116,119,130,138,141,143,144,152,194,207,219],block_addr:92,block_siz:92,blocks_siz:92,blue:189,bluetooth:[1,9,22,23,24,25,28,30,34,91,162,174,175,180,181,183,192,207,225],bmd300eval:[50,55,187,208],bmd:[187,208],bmp280:14,bno055:[153,154,209,211,213],bno055_0:[153,210,213],bno055_acc_cfg_bw_125hz:213,bno055_acc_cfg_rng_16g:213,bno055_acc_unit_ms2:213,bno055_angrate_unit_dp:213,bno055_cfg:[154,213],bno055_cli:[210,211],bno055_config:[154,213],bno055_default_cfg:154,bno055_do_format_android:213,bno055_err:154,bno055_euler_unit_deg:213,bno055_get_chip_id:154,bno055_id:154,bno055_info:154,bno055_init:[153,154],bno055_log:154,bno055_ofb:[153,209,210,211],bno055_opr_mode_ndof:213,bno055_pwr_mode_norm:213,bno055_sensor_get_config:154,bno055_sensor_read:154,bno055_shel:210,bno055_shell_init:210,bno055_stat:154,bno055_stat_sect:154,bno055_temp_unit_degc:213,board:[1,2,4,5,7,12,14,24,25,31,41,44,49,55,57,59,60,61,63,94,95,110,132,133,138,154,155,160,162,164,165,169,170,173,176,180,181,183,184,190,192,194,196,206,207,213,214,215,217,220,222,223,225],bodi:[104,151,167,213],body_len:151,bold:169,bond:[23,28,30,31,176],bondabl:28,bone:[86,174,180,181,225],bookkeep:116,bool:[92,150],boot:[7,45,63,95,102,103,106,146,169,173,182,185,186,187,188,189,190,192,193,200,207,208,210,212,215,218,219,221],boot_boot_serial_test:7,boot_bootutil:162,boot_img_mag:104,boot_load:95,boot_mag:104,boot_nrf52dk:207,boot_olimex:188,boot_seri:[7,14,106],boot_serial_setup:7,boot_test:7,bootabl:[162,192,218,221],bootload:[1,12,45,49,95,98,103,106,142,146,169,183,184,192,196,207,208,209,211,212,220],bootutil:[7,14,103,104,106,182,185,186,187,188,189,193,200,207,208,210,218,219,221],bootutil_misc:[7,182,185,186,187,189,210,218,219,221],both:[6,9,11,14,16,22,23,28,30,41,57,59,60,61,64,91,93,95,100,104,105,107,110,130,138,141,150,151,162,164,165,168,182,184,193,199,200,203,208],bottl:[60,83],bottom:[12,95,99,101,176],bound:[91,95,128],boundari:[91,92,95],box:[12,223],bps:144,branch:[1,4,7,10,11,14,57,58,59,61,62,81,82,84,85,104,182,200,201,202],branchnam:10,brand:189,bread:208,breadboard:208,breakdown:162,breakpoint:[182,186],breviti:[162,169,219],brew:[3,4,7,11,38,57,60,62,83,85],brick:104,brief:[14,21,137,180,181,193],briefli:95,bring:[12,95,132,210,214,217],broad:225,broadca:[180,181],broadcast:[14,16,28,33,175,180,181],brows:[176,185,201],bsd:103,bsncent:63,bsnprph:63,bsp:[1,7,14,25,34,36,39,40,44,45,47,49,52,57,63,64,94,105,110,130,132,136,137,143,144,152,153,154,155,157,162,165,169,172,173,176,182,184,185,186,187,188,189,193,194,200,207,208,209,210,211,212,213,215,218,219,221,222,223,225],bsp_arduino_zero:182,bsp_arduino_zero_pro:[182,200],bsp_timer:143,bsppackag:95,bss:[14,50,95,162],bssnz_t:[206,208],bt_mesh_provis:14,btattach:173,btmesh_shel:14,btshell:[7,30,32,39,40,47,48,52,63,73,176,190],btshell_chr_pool:75,btshell_dsc_pool:75,btshell_svc_pool:75,buad:68,buf:[105,111,128,150,151],buf_len:[91,105],buffer:[14,22,91,92,94,98,99,105,106,110,138,141,150,151,164,181,208],buffer_len:208,buffer_size_down:222,bug:[4,7,11,182,186,215,222,223],bui:208,build:[1,2,3,4,5,6,11,33,34,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,64,82,84,94,95,96,98,104,110,132,138,149,151,155,162,163,164,165,167,174,175,176,183,192,194,199,206,207,212,217,220,225],build_arduino_blinki:12,build_arduino_boot:12,build_numb:148,build_profil:[1,34,39,40,45,52,55,63,95,162,169,172,173,176,182,185,186,187,188,189,193,200,207,208,209,210,211,212,215,218,219,221],buildabl:7,built:[1,4,7,8,9,14,15,32,35,36,40,41,44,45,57,59,60,61,62,63,65,83,84,85,91,104,141,151,162,167,169,172,173,176,180,181,182,183,184,185,186,187,188,189,190,193,199,200,206,207,208,209,210,215,218,219,221],bundl:[14,57,103],burn:[14,180,181],bus:[2,138],buse:[110,132],busi:[22,92,93,196,207],button1_pin:194,button:[2,4,10,12,14,100,182,185,194],bytes_read:128,c_ev:86,c_evq:86,c_tick:86,cabl:[173,182,183,185,186,187,188,190,192,193,194,196,200,208,215,217,218,220,221],cach:[60,83,110,130,132],cache_large_file_test:199,cal:212,calcul:[22,30,50,91,92,102,104,116],calendar:9,call:[6,7,9,11,21,24,27,32,38,63,86,87,88,89,90,91,92,93,94,95,99,100,101,102,103,104,105,106,107,108,110,111,114,116,117,118,119,121,122,126,131,134,137,138,140,141,142,143,144,145,147,150,151,152,153,154,156,157,158,159,161,163,165,167,171,172,175,176,177,178,179,180,181,182,184,190,193,194,196,199,201,207,208,209,210,212,215,220],callback:[14,22,27,88,89,91,92,106,116,121,126,137,141,143,144,151,152,153,154,156,158,159,161,165,175,177,179,180,181,184,194,207,215],caller:[91,92,106,116,143,149,150,151],callout:[89,94,99,157,184,215],callout_l:194,callout_reset:105,came:173,can:[1,2,3,4,5,6,7,8,9,11,12,14,15,21,22,23,24,25,28,31,32,33,35,36,37,44,47,52,57,59,60,61,62,63,64,65,66,68,74,78,82,83,84,85,86,87,88,89,91,92,93,94,95,96,98,99,100,101,103,104,105,106,107,110,111,112,113,116,117,119,121,122,126,127,128,130,131,132,137,139,140,141,143,144,145,146,150,151,152,153,154,155,156,157,161,162,163,164,165,167,168,169,170,172,173,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,192,193,194,196,197,199,200,201,202,206,207,208,209,210,211,212,213,215,217,218,219,221,222,223,225],cancel:[22,28,86],candid:201,cannot:[4,14,21,22,73,88,90,93,94,100,104,127,133,141,143,165,182,190,200,201,202,203],cap:14,capabl:[14,22,23,28,30,97,106,110,151,162,184,196,222],capac:22,captian:83,carbon:206,card:[110,112,127],care:[14,91,94,101,180,181,201,202,206],carri:91,cascad:[1,63],case_nam:167,cast:[91,92,177],cat:[14,82,207,208],catastroph:27,categor:95,categori:[14,98],caus:[14,92,94,100,138,142,164,192,196,208,222],caveat:[14,104],cb_arg:[116,126,143,167,175,179,180,181],cb_func:143,cbmem:[7,151],cbmem_buf:151,cbmem_init:151,cbor:[108,109],cborattr:7,cccd:28,ccm:23,cdc:185,cell:23,cellar:[4,6,11,38,60,62,83,85],central:[22,31,174,175,176,178],certain:[1,32,91,92,94,95,110,173,202],certainli:[14,208],cess_op_:177,cfg:[72,128,138,141,143,144,152,153,154,186],cflag:[1,14,52,63,95],cgi:103,ch_commit:105,ch_export:105,ch_get:105,ch_get_handler_t:105,ch_name:105,ch_set:105,chain:[91,92,150],challeng:197,chanc:[94,101],chang:[1,4,6,7,10,11,14,21,22,23,25,29,31,32,48,51,52,54,59,63,64,82,91,95,96,104,105,137,141,151,152,153,161,162,164,165,169,170,173,176,178,180,181,182,185,186,190,194,196,206,207,209,210,211,212,215,217,222,223],channel:[14,22,30,32,110,208],channel_map:28,chapter:[2,32,98,108],charact:[106,115,130,144,146,148,149,150,161,165,179,200,207,215,222],character:25,characteri:[177,179],characterist:[9,14,18,19,28,29,32,104,176,179,206,208],check:[4,6,8,11,14,22,23,57,58,81,86,89,92,101,102,105,150,152,154,162,164,165,169,172,173,174,185,188,192,193,199,202,210,213,220],checkbox:61,checkin:[79,99,101],checkout:[10,82,84,183],checksum:[116,118],child:[92,128],chip:[4,98,110,111,132,137,141,142,152,154,182,183,185,186,189,200,201,210,212],chip_id:[210,212],chipset:[110,132,182,200],choic:[2,10,130,173,210],choos:[6,7,10,14,91,101,103,162,163,172,175,184,185,187,190,196,206,208],chose:163,chosen:[91,95,104,127,208],chr:[177,206,208],chr_access:177,chr_val_handl:[206,208],chunk:[14,91],ci40:55,cid:176,circuit:138,circular:[14,151,164,165],circularli:202,clamp:212,clang:6,clarif:10,clarifi:110,clariti:112,classif:22,clean:[1,11,15,35,41,52,59,60,61,65,83,128,193,196],cleanli:165,clear:[74,86,91,92,101,104,116,152,156,157],clearli:[8,22],cli:106,click:[2,4,10,12,176,180,181,182,185,186,188,212,221],client:[12,14,19,20,22,28,32,33,128,131,155,180,206],clk:141,clock:[22,26,88,142,182,186,210],clock_freq:88,clone:[10,11,47,52,57,60,83],close:[2,61,110,128,144,153,182,185,186,188,189,213],closer:[61,84],closest:143,clue:14,cmake:1,cmd:[57,63,95,135,161,207,210],cmd_len:207,cmd_pkt:207,cmd_read_co2:207,cmp:207,cmsi:[2,7,14,50,182,185,186,187,188,189,215],cmsis_nvic:[185,186,187,188,189,215],cn4:169,cnt:[75,106,130,141,163,219],co2:[206,207],co2_evq:206,co2_read_ev:206,co2_sns_str:206,co2_sns_typ:206,co2_sns_val:206,co2_stack:206,co2_stack_s:206,co2_task:206,co2_task_handl:206,co2_task_prio:206,coap:[109,155,159,209,214],coars:22,coc:28,code:[1,5,7,9,10,11,13,15,20,25,27,28,30,32,57,87,91,92,94,97,98,99,102,103,104,105,106,108,110,112,115,116,128,131,132,133,137,138,141,143,144,146,151,152,153,154,155,156,157,158,162,165,167,174,175,177,178,179,182,183,184,190,193,194,196,198,200,201,207,208,209,212,213,214,215,217,219,220,225],codebas:[182,200],coded_interval_max:28,coded_interval_min:28,coded_lat:28,coded_max_conn_event_len:28,coded_min_conn_event_len:28,coded_scan_interv:28,coded_scan_window:28,coded_timeout:28,codepag:127,coding_standard:7,coexist:104,collect:[1,7,45,57,63,91,92,108,116,131,150,162,169,201],collis:22,colon:[14,68],color:170,column:21,com11:8,com1:68,com3:[8,184,200,210,218,221],com6:8,com:[8,10,11,12,15,35,57,59,60,61,65,82,83,84,103,134,169,173,184,200,201,203,210,218,219,221],combin:[1,22,23,27,45,63,94,95,138,172,180,181,201,202],combo:162,come:[3,31,32,57,63,95,103,105,106,110,151,182,188,189,200,207,208,221],comm:[169,183],comma:[53,68],command:[1,2,4,7,8,11,22,31,36,37,38,39,40,42,43,44,46,47,48,49,50,51,53,54,55,56,59,60,61,62,63,69,70,72,73,74,77,78,80,82,83,84,85,95,98,104,107,109,112,113,114,138,146,147,151,155,162,163,164,165,167,169,170,172,180,181,182,184,185,186,187,188,189,192,193,196,197,199,200,201,203,204,208,209,210,211,212,213,215,218,221,222,223],comment:[3,10,14,15,95,168,212,225],commerci:207,commit:[10,11,105,208],common:[57,63,89,91,98,100,101,110,111,129,132,137,154,155,162,179,186],commonli:[100,141,180],commun:[9,14,27,28,32,33,68,80,106,108,112,138,141,152,153,154,169,170,173,175,178,183,192,193,194,196,200,201,208,210,215,218,219,220,221,225],compani:30,compar:[10,22,91,152,185,186,187,193,196,204,208],compare_func:157,comparison:[22,23,91,102,157],compat:[4,14,32,57,104,106,111,161,162,182,193,200,207,210,212,213,215,222],compens:102,compil:[1,4,5,6,7,8,11,22,36,49,55,57,60,63,83,91,94,95,98,103,110,161,163,167,168,169,172,182,185,186,187,188,189,190,193,194,200,207,208,209,210,215,218,219,221],complaint:32,complementari:33,complet:[9,12,15,22,23,28,30,31,35,57,61,65,95,97,98,101,104,106,116,128,132,138,141,144,151,162,168,173,175,180,181,186,194,196,201,207,208,209,213,214,215,218,219,221],completion_cb:106,complex:[9,33,94,95,110,132,171,196],compli:32,complianc:[207,208],compliant:32,complic:[57,94,162],compon:[1,7,12,20,41,50,57,59,60,61,63,87,95,98,105,110,132,138,141,162,163,173,180,181,183,190,192,194,200,207,217,220],compos:[41,59,60,61,168],composit:150,comprehens:168,compress:[57,83,130,180],compris:[7,104,130],comput:[3,4,6,8,12,14,33,58,60,61,81,83,106,118,127,172,173,182,183,185,186,187,188,189,192,196,209,211,212,217,218,220,221],concept:[12,23,91,94,161,165,171,172,174,182,183,192,196,200,217,220],conceptu:14,concern:[3,91],concis:108,conclud:[180,181,208],concurr:[1,14,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,64,86,90,174,175],condit:[4,22,104,138,153,157,161,164,199,207,208],condition:[57,153,164,165,210,212],conduct:[104,108],conf:193,conf_bytes_from_str:105,conf_commit:105,conf_commit_handler_t:105,conf_ensure_load:105,conf_export_func_t:105,conf_export_handler_t:105,conf_export_persist:105,conf_export_show:105,conf_export_tgt:105,conf_export_tgt_t:105,conf_fcb_dst:105,conf_fcb_src:105,conf_file_dst:105,conf_file_src:105,conf_get_handler_t:105,conf_get_valu:105,conf_handl:105,conf_init:105,conf_int8:105,conf_load:[105,208],conf_regist:105,conf_sav:105,conf_save_on:105,conf_save_tre:105,conf_set_from_storag:105,conf_set_handler_t:105,conf_set_valu:105,conf_store_init:105,conf_str_from_byt:105,conf_str_from_bytes_len:105,conf_str_from_valu:105,conf_typ:105,conf_value_from_str:105,conf_value_set:105,confidenti:23,config:[1,7,14,34,52,63,64,66,80,82,83,84,107,111,127,128,143,164,165,172,190,207,208,210],config_:153,config_bno055_sensor:[153,213],config_cli:105,config_fcb:[105,164],config_fcb_flash_area:[164,165],config_lis2dh12_sensor:153,config_newtmgr:[52,190],config_nff:[105,128,164],config_pkg_init:165,configur:[6,7,9,21,22,26,27,33,34,52,57,59,60,61,63,64,88,92,94,95,96,98,104,106,108,110,128,130,132,133,137,138,141,143,144,145,155,156,159,162,166,172,175,179,182,185,188,189,193,194,196,197,203,207,208,210,212,214,215,217,219,222,223],configuraton:127,confirm:[8,14,22,28,73,104,162,193,218,221],confirmbe9699809a049:73,conflict:[63,164,202],confluenc:10,confus:[201,208],congratul:[7,169,176,206,207,208],conifgur:105,conjunct:[33,156],conn:[14,28,29,31,66,67,69,70,71,72,73,74,75,76,77,78,79,80,82,83,84,178,180,181,192,218,219,221],conn_handl:[22,176,177,178,206,208],conn_interval_max:30,conn_interval_min:30,conn_itvl:[31,176],conn_lat:[31,176],conn_mod:178,conn_profil:[67,68,69,70,71,72,73,74,75,76,77,78,79],conn_upd:178,connect:[4,7,8,9,12,17,22,23,25,27,29,30,32,33,40,44,45,57,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,82,83,84,98,106,108,109,110,132,137,138,141,142,162,169,174,175,176,177,178,180,181,183,194,206,207,212,216,217,220],connect_don:200,connectable_mod:175,connection_profil:73,connectionless:28,connector:[4,173,185,188,190,193,221],connextra:14,connintervalmax:30,connintervalmin:30,connstr:[14,68,192,218,219,221],conntyp:14,consecut:99,consequ:[22,104,162],conserv:[9,91,98],consid:[8,32,64,91,94,100,118,138,179,201],consist:[1,32,33,63,100,101,104,105,108,110,141,162,164,165,167,179],consol:[1,7,8,12,14,27,57,63,98,103,105,113,128,144,151,165,172,173,176,180,181,183,194,199,207,208,212,219],console_append_char_cb:106,console_blocking_mod:106,console_compat:106,console_echo:106,console_handle_char:106,console_init:106,console_input:106,console_is_init:106,console_is_midlin:106,console_line_event_put:106,console_line_queue_set:106,console_max_input_len:106,console_non_blocking_mod:106,console_out:106,console_pkg_init:165,console_printf:[14,22,27,106,128,206,207,208,215],console_read:106,console_rtt:[106,207,215,222],console_rx_cb:106,console_rx_restart:106,console_set_completion_cb:106,console_set_queu:106,console_tick:106,console_uart:[106,207,215,222],console_uart_baud:106,console_uart_dev:106,console_uart_flow_control:106,console_uart_tx_buf_s:106,console_writ:106,consortium:108,constant:[14,141,151,152],constantli:[175,200,208,225],constitu:45,constrain:[9,57,109,197],constraint:182,construct:[11,14,91,100],consult:[128,132],consum:[89,100,144],consumpt:23,contact:[96,97,169],contain:[1,3,7,11,14,15,30,33,36,52,57,63,86,91,92,95,97,98,100,101,102,104,105,106,108,110,113,116,128,129,133,137,144,146,148,149,150,152,156,157,162,163,165,167,168,172,173,175,177,179,180,181,193,199,201,202,210,225],content:[12,14,51,63,82,91,95,104,116,117,118,128,143,150,151,162,169,175,179,180,181,188,193,196,199,202,203,210,212,213],context:[14,57,79,87,88,89,94,101,106,110,113,115,141,143,152,157,161,165,178,184,190,194],contigu:[91,104,116],continu:[6,14,95,100,105,161,162,170,173,182,183,188,190,194,196,200,208,211,213,214,215,217,219,220,222],contrast:165,contribut:[13,23,59,60,61,82,83,84,171,199,208,217],contributor:[132,207,208],control:[8,9,20,21,22,23,24,26,27,30,32,33,57,68,98,106,110,116,130,132,134,141,144,151,154,161,165,172,186,188,201,202,207,212,214],contruct:176,convei:91,conveni:[12,22,91,105,149],convent:[193,199,210,215],convers:[102,103,110,177],convert:[1,8,22,73,86,88,91,102,105,110,141,150,157,165,177,179,208],convini:157,cooper:14,coordin:[209,211],copi:[1,4,47,51,52,64,82,84,91,96,97,104,105,116,150,153,162,163,175,178,182,192,207,208,213,215,222,223],copy_don:104,copyright:[4,182,188,207,208,215,222,223],core:[1,6,7,12,30,32,34,39,40,45,50,52,53,55,57,63,64,73,90,95,97,99,108,110,128,132,134,162,163,166,169,172,173,174,175,176,182,183,184,185,186,187,188,189,193,196,199,200,201,202,207,208,209,210,211,212,215,217,218,219,220,221,222,223,225],core_cminstr:186,core_cmx:14,core_o:106,core_path:63,coreconvert:73,coredownload:73,coredump:[7,133],coredump_flash_area:165,coreeras:73,corelist:73,corner:188,corp:[2,182],correct:[1,2,4,43,92,95,102,104,130,162,165,173,186,187,188,193,196,199,208,210],correctli:[2,14,91,170,173,182,186,199,207,209],correspo:179,correspond:[12,22,88,91,92,95,104,131,151,152,157,175,177,180,181,202,208],corrupt:[14,92],corrupt_block_test:199,corrupt_scratch_test:199,cortex:[4,103,185,187,193,200,208,215],cortex_m0:63,cortex_m4:[63,95,185,186,187,188,189,193,215],cortex_m:182,cost:9,could:[14,22,91,100,148,177,212],couldn:175,count:[14,57,83,91,100,101,104,105,150,166],counter:[87,91,163,193],countri:32,coupl:[1,14,188,208],cours:[14,206],cover:[8,63,110,165,166,168,179,196,212],cpha:141,cpol:141,cpptool:12,cpu:[14,87,95,97,110,132,133,140,182,186,196],cputim:[25,88,210,215],cputime_geq:88,cputime_gt:88,cputime_leq:88,cputime_lt:88,crank:208,crash:[66,80,82,83,84,99,104,107,142,144,190],crash_test:[7,107,190],crash_test_newtmgr:190,crc:[7,106,112,207],creat:[1,2,3,4,5,6,8,10,11,12,14,23,28,34,36,41,43,45,46,47,48,49,52,57,59,60,61,63,64,68,73,82,83,84,89,92,93,94,97,99,100,101,103,106,110,119,128,130,151,152,154,155,157,159,162,163,164,165,167,170,174,179,183,184,201,203,206,213,214,217,220,225],create_arduino_blinki:12,create_mbuf_pool:91,create_path:128,creation:[49,110,169,193,208],creator:[152,153,154,155,157,209,210,212,213,215],credenti:203,criteria:[22,151],critic:3,cross:[5,6,7,9,98],crt0:50,crti:50,crtn:50,crw:8,crypto:[7,14,182,185,187,189,200,218,219,221],crypto_mbedtl:162,cryptograph:[23,104],cryptographi:23,crystal:26,csrk:28,cssv6:30,csw:[79,218,221],ctlr_name:68,ctlr_path:68,ctrl:[12,172,210,222],ctx:157,ctxt:[177,178,206,208],cur_ind:178,cur_notifi:178,curi:[176,178],curiou:3,curl:[11,60],curn:[176,178],curr:200,currantlab:[83,84],current:[11,14,25,28,33,41,42,43,46,47,48,52,53,59,60,61,62,73,83,84,85,86,87,88,91,92,93,94,95,99,100,101,102,104,105,106,110,111,112,113,115,116,127,128,137,138,141,143,146,152,157,161,163,164,169,180,182,183,186,188,190,192,193,196,197,201,202,204,210,215],cursor:157,custom:[14,24,73,92,131,133,151,161,165],cvs:[182,188,215,222,223],cwd:12,cycl:[21,32,33],cylind:208,daemon:[2,173],dai:[102,161],dap:[2,182,185,189],darwin10:[182,215,222,223],darwin:6,data:[9,14,16,22,28,29,31,32,33,45,50,66,71,82,83,84,86,88,91,92,94,95,98,101,104,105,106,108,109,117,118,119,120,121,122,126,129,139,141,144,151,153,155,159,160,162,165,166,177,178,180,181,196,206,207,212,217,223,225],data_func:152,data_len:207,data_mod:141,data_ord:141,databas:29,databit:144,databuf:[91,215],datalen:28,datasheet:[95,212],date:[11,70,127,193,199,207],datetim:[7,66,80,82,83,84,106,107,109,190,199],datetime_pars:199,daunt:175,daylight:102,dbm:[28,30,32],deactiv:162,deal:[91,94,95,110],deb:[59,62,82,85],debian:[4,6],debug:[1,2,4,5,6,7,14,41,45,49,52,57,59,60,61,64,96,154,155,164,169,172,173,182,184,185,186,187,188,189,192,200,207,208,209,210,211,212,215,218,219,221,222,223],debug_arduino_blinki:12,debug_arduinoblinki:12,debugg:[5,14,40,41,57,59,60,61,63,142,182,185,186,188,189,193,221,222,223],dec:[50,162],decemb:23,decid:[57,87,98,196],decim:[23,138],decis:138,declar:[12,93,101,105,134,143,153,194,199,201,213,215],decod:[105,161],decompress:180,dedic:[89,95,98,161,162,177,190,194,222,223],deep:133,deeper:[91,169,193,208],def:[7,153,164,165,215],defaultdevic:84,defin:[1,6,14,21,22,25,28,29,30,32,33,36,44,45,49,52,55,63,86,88,89,91,92,94,99,101,104,105,107,109,110,128,130,133,134,136,137,141,150,151,152,153,155,156,157,159,160,161,162,164,165,167,169,171,173,175,177,183,185,193,194,196,199,201,202,206,207,208,209,210,214,215,218,220,221,222],defininig:33,defininit:149,definit:[1,12,30,37,39,44,52,63,86,91,92,95,104,161,163,167,173,177,179,201,206],defint:[91,164],del:28,delai:[27,88,102,143,170,193,196,212],deleg:162,delet:[1,6,10,12,28,37,41,47,51,52,57,59,60,61,63,64,130,170,197,213,215],delimit:[52,105],deliv:[86,127],delta:[57,83,169],demo:206,demonstr:[22,27,91,128,193,210,215],denable_trac:14,denot:91,dep:[1,52,57,63,64,95,106,111,112,127,128,131,132,151,153,161,163,165,172,184,190,194,199,207,208,209,215],depend:[1,4,6,8,14,22,23,25,28,41,43,51,52,54,57,59,60,61,64,68,86,91,97,103,104,106,127,128,137,138,141,151,153,161,163,165,167,172,182,196,199,200,201,204,207,208,210,212,218,220,221],depict:132,deploi:[45,162,184],deploy:33,deprec:165,depth:[4,97],dequeu:[89,194],deriv:22,desc:178,descend:104,describ:[1,2,7,10,11,12,15,25,29,35,65,92,94,95,96,98,101,104,105,108,116,122,127,129,130,137,139,141,142,151,152,153,154,161,162,164,165,167,169,172,174,179,180,186,189,190,193,201,207,208,209,210,213,217],descript:[1,7,10,14,21,28,29,31,57,63,91,95,96,97,105,112,115,117,118,119,120,121,122,123,124,125,126,148,149,151,153,163,164,165,169,193,197,199,201,202,207,208,223],descriptor:[18,19,28,29,63,130,177],design:[23,24,32,57,98,99,102,104,130,161,162,179,196,199],desir:[88,91,100,143,153,157,199,204],desktop:10,destin:[4,14,33,91,138,149,151],detail:[1,10,12,14,23,30,32,57,94,101,104,105,128,130,138,141,152,153,154,162,169,172,175,177,179,180,181,182,190,193,201,215,222,223],detect:[22,57,92,116,128,130,142,164,165,173],determin:[22,89,91,92,101,104,116,143,161,162,165,168,175,178,201,213],determinist:14,dev:[1,2,3,4,7,8,10,11,12,14,50,63,68,84,106,110,111,152,153,154,165,168,169,170,172,173,176,182,184,185,186,187,188,189,192,193,200,201,202,203,207,208,209,210,212,213,215,218,219,221,225],dev_found:173,develop:[3,5,6,7,8,9,13,14,22,57,61,63,84,91,92,94,96,97,98,101,108,110,152,155,159,161,165,168,173,174,177,180,182,183,185,188,189,192,196,201,202,207,208,214,217,221,222,223,225],devic:[3,4,8,9,16,21,22,23,26,29,30,32,33,34,45,57,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,82,83,84,98,104,106,108,109,110,111,112,128,132,134,137,138,141,155,156,157,159,162,163,164,165,166,171,172,174,175,176,177,179,180,181,182,184,185,186,187,188,189,190,193,200,206,208,214,215,216,218,219,220,221,222,223,225],device_id:134,deviceaddr:24,deviceaddrtyp:24,devnam:157,dflt:150,dhcp:200,dhkei:22,diag:[144,212],diagnost:212,diagram:[108,186,188,196],dialog:[12,61,223],dictat:[11,64],did:[14,162],didn:212,diff:207,differ:[4,6,7,8,11,12,22,25,28,31,47,57,59,82,86,91,93,94,95,96,97,98,101,105,110,130,132,137,144,153,162,163,164,165,172,173,184,185,186,188,190,192,194,196,197,199,200,201,202,204,207,210,212,213,215,221,223],differenti:[91,201],difficult:[32,97,104,164],dig:[7,174],digit:[23,110,137,208],dioxid:206,dir:[28,112,128,129],direct:[10,22,28,138,161,163,202],direct_addr:[180,181],directli:[7,8,11,16,20,38,128,143,144,151,162,165,180,182,197,199,200,209,213],directori:[1,4,6,7,8,10,11,12,14,36,37,39,43,45,47,52,57,59,61,62,82,84,85,90,95,96,97,110,112,128,130,140,142,167,169,170,172,173,182,183,185,186,187,188,189,199,200,201,202,207,208,209,210,212,215,217,218,220,221,223,225],dirent:[112,128,129],dirnam:128,dirti:169,disabl:[6,14,22,23,25,31,87,88,106,127,137,141,144,151,153,154,161,162,164,165,178,190,197,200,208,209,210,211,215,222],disable_auto_eras:111,disallow:[22,130],disbl:161,disc_mod:[178,207],discard:[151,200],disciplin:173,disclaim:[7,11,57,172],disconnec:28,disconnect:[28,178],discontigu:104,discov:[14,23,28,29,173],discover:[14,28,30,109,159,175,214],discoverable_mod:175,discoveri:[14,29,108,110,112,173,178,183],discret:130,discuss:[10,91,96,153,162,175,210],disjoint:22,disk:[7,104,116,128,130],disk_nam:128,disk_op:112,disk_regist:[112,128],dispatch:[94,165,194],displai:[1,6,14,23,28,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,63,64,66,68,71,73,74,75,78,79,82,83,84,105,110,132,165,173,188,193,209,211,217,218,221],displayonli:28,displayyesno:28,dist:[59,82],distanc:[32,163],distinct:23,distinguish:14,distribut:[1,4,6,22,28,32,57,103,104,201,207,208],distro:6,div0:69,dive:91,divid:[20,22,69,105,107,130,162],dle:28,dll:[185,187,193,208],dm00063382:169,dma:110,dndebug:52,dnrf52:95,do_task:163,doc:[4,6,7,10,15,24,35,65,182,186],docker:[3,7,182,225],dockertest:2,document:[1,4,8,12,16,20,22,24,26,61,64,66,95,99,103,113,127,128,131,132,134,156,162,167,169,174,177,179,180,181,182,185,187,192,196,199,200,201,210,215,218,219,222,223],doe:[7,14,22,23,37,52,63,68,73,89,91,92,94,95,96,101,102,104,105,106,108,110,116,130,138,141,146,151,153,154,156,163,164,165,172,175,182,185,186,187,189,190,192,193,194,196,197,203,215,220],doesn:[8,14,22,34,99,104,112,157,162,170,172,173,175,185,196],doing:[14,90,102,110,177,184,196],domain:2,don:[1,10,14,33,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,64,89,91,105,113,116,169,177,179,180,181,201,207,208],done:[6,7,8,14,24,26,57,83,93,94,95,102,104,106,116,117,145,146,157,169,173,179,180,181,182,185,186,187,190,192,193,196,200,208,215,222,223],dont:[212,222],doorbel:57,dop:128,doubl:[2,150,188],doubt:[14,179],down:[1,12,63,82,84,137,162,186,188,190,221],downgrad:[6,7],download:[1,2,4,7,10,12,14,30,41,43,44,57,60,61,62,72,73,83,84,85,128,146,172,173,182,185,186,187,188,189,199,200,203,215,217,218,219,221,222,223],doxygen:[4,7,15,90,182,186],doxygengroup:90,dpidr:189,dpkg:[59,62,82,85],dptr:151,drag:22,drain:25,draw:25,drive:[9,14,63,102,110,138],drive_tim:212,driver:[7,57,111,112,128,132,136,137,139,141,143,144,153,155,163,172,182,185,186,187,188,189,200,210,212,215,221,222],drop:[12,14,27,144,186,188,221],drv2605:216,drv2605_calibrated_bemf:212,drv2605_calibrated_bemf_gain:212,drv2605_calibrated_comp:212,drv2605_cli:212,drv2605_drive_tim:212,drv2605_en_pin:212,drv2605_od_clamp:212,drv2605_ofb:212,drv2605_rated_voltag:212,drv2605_shell:212,drv2605_shell_init:212,dsc:177,dsize:91,dst:[14,47,52,72,91,128,135,149],dsym:[57,63],dtest:52,due:[14,22,92,104,111,116,127,142,157,182,186,188],dump:[14,105,212,222],dump_cal:212,dumpreg:210,duplex:32,duplic:[28,91],durat:[14,21,28,31,102,177,210],duration_m:[180,181],dure:[14,22,23,73,87,95,99,101,104,106,147,151,152,153,162,165,167,172,177,184,196,209,213],duti:[32,33],dwarf:63,dylib:4,dyn:[61,84],dynam:[90,92],e407:[188,221],e407_:188,e407_devboard:[55,188,221],e407_devboard_download:188,e407_sch:221,e761d2af:[206,208],e_gatt:179,eabi:[4,7,12,95,103,182,215,222,223],each:[1,2,10,11,12,14,21,22,23,24,29,32,34,45,50,51,52,63,64,66,68,75,79,89,91,92,94,95,100,102,104,106,110,128,130,132,137,151,152,154,155,156,157,159,161,162,163,165,177,178,179,180,181,182,190,194,196,199,201,210,213,214,215,225],eager:3,earlier:[10,31,59,60,61,82,83,84,105,177,180,181,207,208,222],eas:111,easi:[1,2,3,8,9,110,132,138,163,164,185,208,209,212],easier:[14,25,95,207],easili:[9,155,165,215],east:102,eavesdropp:21,ecdsa256:104,ecdsa:104,echo:[12,14,62,66,80,82,83,84,85,106,107,109,190,200,218,219,221],echocommand:12,eclips:12,ectabl:[180,181],edbg:[2,182],eddyston:[28,183],eddystone_url:[28,30],edg:137,edit:[7,96,127,169,170,193,197,201,213],editor:[61,63,169,170,186],ediv:28,edr:[22,30,173],edu:[185,222],ee02:193,eeprom:111,effect:[100,102,105,128,130,208],effici:[14,32,33,91,92,182],effort:208,eid:180,eight:108,einval:88,eir:30,eir_len:173,either:[1,4,6,8,11,14,28,30,31,32,59,61,63,82,86,87,89,91,92,101,105,106,107,113,116,137,138,141,142,162,165,180,181,190,193,207,208,217],elaps:[22,88,102],electron:225,elem:161,element:[41,55,57,59,60,61,91,92,101,104,105,115,116,117,118,121,123,124,150,161,196],element_typ:150,elev:93,elf:[7,12,36,40,50,57,63,73,162,169,172,173,176,182,184,185,186,187,188,189,190,193,199,200,207,208,210,215,218,219,221,222,223],elfifi:73,elicit:162,els:[24,87,99,104,128,154,162,206,207,208,222],elsewher:[174,177,201],emac:207,email:[3,168,225],emb:111,embed:[1,3,4,12,14,41,57,59,60,61,103,104,130,141,168,169,182,188,215,222,223],emit:[57,63],emploi:32,empti:[52,91,101,116,161,165,171,179,199],emptiv:9,emul:[193,200,213],enabl:[1,8,9,25,31,33,34,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,59,60,61,64,75,78,79,80,89,95,105,106,107,108,110,111,127,132,137,141,145,151,153,154,155,157,159,160,164,165,169,172,175,178,183,191,192,194,198,205,206,207,208,213,217,220,222,223,225],enc:149,enc_chang:178,encapsul:32,encod:[7,53,105,106,108,109,159,161,193,199,209,214,215],encoding_cborattr:162,encoding_tinycbor:162,encompass:[16,22],encount:[7,14,22,59,91,105,126,196],encourag:110,encrypt:[22,23,28,31,130,176,178],encrypt_connect:22,end:[9,22,29,31,57,91,104,116,138,165,171,172,193,207],endian:[24,63,91,104,141,193],endif:[153,154,163,165,184,199,207,208,215],energi:[9,23,32,91,183,225],english:104,enjoi:208,enough:[57,91,98,102,104,146,149],enqueu:[91,143],ensur:[11,12,32,61,91,95,99,102,103,132,138,162,163,164,165,173,177,183,190,192,194,196,200,201,202,210,214,217,220],entail:162,enter:[12,23,49,95,161,163,182,184,186,196,210,212,215],entir:[2,14,91,92,95,104,130,179,196,207],entirelai:212,entireti:128,entiti:[45,174],entri:[14,22,23,74,105,116,117,118,121,124,126,128,130,151,154,157,161,162,179,211],enumer:[104,134,142,152],environ:[3,4,9,12,14,57,60,61,63,84,98,103,110,141,173,219],eof:[59,82],ephemer:180,epoch:102,equal:[14,30,74,91,151,164,165],equat:[30,212],equival:[48,63,111,132,208,225],eras:[14,73,104,111,112,116,125,130,135,182,186,187,188,193,208],erase_sector:188,erm:212,err:[99,128,154,163,206,208],error:[1,2,4,6,7,22,27,32,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,64,82,84,88,91,93,94,95,99,100,105,111,112,116,128,130,133,137,138,141,143,144,151,152,154,156,157,158,161,162,165,175,177,178,179,182,185,186,188,189,193,199,200,202,206,207,208,209,213,215,221],error_rsp_rx:[78,190],error_rsp_tx:[78,190],error_stat:163,escap:[200,207,215,222],especi:[14,102],essenti:[45,63,165,196],establish:[22,28,80,175,176,178,185,187,190,193,194,208],estim:91,etc:[1,14,25,27,32,38,45,59,82,91,92,94,97,98,104,108,110,132,133,144,148,171,178,196,208],ethernet:[110,132],etyp:[151,208],eui:193,eul:210,euler:210,ev_arg:[86,89,99,106],ev_cb:[86,89,91,106,194],ev_queu:89,eval:[187,208],evalu:[12,88,102,164,165,187,193,201,208],evalut:102,even:[4,10,14,88,91,98,104,127,144,150,157,162,206,208,213],event:[14,22,25,26,28,86,91,94,99,101,106,110,151,152,157,158,161,163,165,173,175,176,180,181,190,195,196,206,208,213,215,225],event_q:208,event_queu:106,eventq:[91,157,206,208],eventq_exampl:194,eventu:[4,101,102,207],ever:[91,92,104,116,212],everi:[1,14,34,63,99,100,101,110,116,126,141,178,180,182,184,202,212,215],everyon:[10,196],everyth:[1,14,95,99,105,162,196,199,200,207],evq:[86,89,91,106,157,161],evq_own:89,evq_task:89,evtyp:157,exact:[98,104,137,143,163],exactli:[91,95,100,165],examin:[143,175,177,219],exampl:[1,2,3,6,7,9,12,14,23,24,25,26,31,33,57,59,60,61,62,63,64,66,82,84,85,87,91,92,93,95,96,98,99,100,101,102,103,104,106,109,130,131,134,137,138,139,151,153,154,155,156,161,162,163,168,169,171,173,174,178,182,184,186,190,193,196,199,200,201,202,203,209,210,211,212,213,214,215,218,219,221,222,223,225],example1:91,example2:91,exce:222,exceed:22,except:[7,53,89,104,151,163,175,180,181,207,208],excerpt:[106,152,153,154,164,165,177,179,213],exchang:[16,23,28,29,32],excit:[7,169,172],exclud:[53,104,162,210],exclus:[23,93,100],exe:[12,61,62,84,85],exec:14,exec_write_req_rx:[78,190],exec_write_req_tx:[78,190],exec_write_rsp_rx:[78,190],exec_write_rsp_tx:[78,190],execut:[1,2,7,11,12,14,31,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,59,60,61,63,64,69,82,84,87,89,92,94,95,98,101,103,109,112,113,115,141,146,165,167,175,177,178,179,180,181,184,190,196,199],exhaust:[22,99,116],exisit:28,exist:[2,14,22,25,30,43,48,51,52,73,96,116,122,127,130,137,152,154,160,165,170,176,182,185,186,187,188,189,200,202,208,209,211,213,214,215,217,218,220,221,222,223,225],exit:[8,82,185,187,193,208,222],expect:[6,14,22,45,63,86,94,99,105,106,110,152,162,173,180,181,193,196,199],experi:[14,23,197,210],experienc:14,experiment:101,expertis:201,expir:[86,88,89,143,145,194],expire_msec:145,expire_sec:145,expiri:[86,143],explain:[4,12,14,100,171,172,173,180,181,183,190,200,202,217,220,225],explan:[36,37,39,40,41,45,46,47,48,49,50,52,53,55,56,67,68,69,70,71,72,73,74,75,76,77,78,79,128,175],explanatori:[31,96,180,181],explic:210,explicit:199,explicitli:175,explor:[104,162,177,217],export_func:105,expos:[1,14,16,32,94,109,130,155,161,165,174,179],expr:167,express:[24,165,179,207,208],ext:[12,14,186],extend:[22,30,31,91,92,211,214],extended_dur:28,extended_period:28,extens:[14,31,32,113,193],extent:[182,215,222,223],extern:[8,12,30,42,95,99,110,111,132,137,151,163,167,201,202,222,223],extra:[14,40,44,49,91,110,128,141,175,192,215,222],extra_gdb_cmd:63,extract:[4,11,60,61,62,84,85,141,169,185],extrajtagcmd:[40,44,49],extrem:9,f401re:55,f411a55d7a5f54eb8880d380bf47521d8c41ed77fd0a7bd5373b0ae87ddabd42:218,f4discoveri:186,f_activ:116,f_active_id:116,f_align:116,f_close:[129,131],f_closedir:[129,131],f_dirent_is_dir:[129,131],f_dirent_nam:[129,131],f_filelen:[129,131],f_getpo:[129,131],f_magic:116,f_mkdir:[129,131],f_mtx:116,f_name:[129,131],f_oldest:116,f_open:[129,131],f_opendir:[129,131],f_read:[129,131],f_readdir:[129,131],f_renam:[129,131],f_scratch:116,f_scratch_cnt:116,f_sector:116,f_sector_cnt:116,f_seek:[129,131],f_unlink:[129,131],f_version:116,f_write:[129,131],face:162,facil:[21,103,167,194],fact:[14,111,201],factor:9,factori:189,fail:[14,22,44,59,82,91,99,116,119,130,172,178,185,186,189,193,199,201,208,222],failov:162,failur:[22,86,91,99,101,102,104,105,112,117,118,119,121,122,124,125,126,128,129,133,137,138,141,143,144,145,151,152,156,157,158,177,178,179,199],fair:91,fairli:[25,57,63,91,100],fall:[98,103,137,225],fallback:28,fals:[92,162,164],famili:[4,103,111,127,173],familiar:[3,12,165,169,171,172,174,190,208,215,222,225],famliar:207,fanci:101,faq:[11,13],far:[172,215],fashion:[94,116,169],fast:14,fat2n:7,fatal:167,fatf:[7,112,127,128],fault:106,favorit:[169,170],fcb:[7,105,117,118,119,120,121,122,123,124,125,126,151],fcb_append:[116,118,119],fcb_append_finish:[116,117],fcb_append_to_scratch:[116,117],fcb_clear:116,fcb_entri:[116,117,118,121,126],fcb_err_arg:116,fcb_err_crc:116,fcb_err_flash:116,fcb_err_mag:116,fcb_err_nomem:116,fcb_err_nospac:[116,117],fcb_err_novar:[116,121],fcb_err_vers:116,fcb_free_sector_cnt:116,fcb_getnext:116,fcb_init:116,fcb_is_empti:116,fcb_log:[116,151],fcb_max_len:116,fcb_offset_last_n:116,fcb_ok:116,fcb_rotat:[116,117],fcb_walk:116,fcb_walk_cb:[116,126],fe80:222,fe_area:[116,121,126],fe_data_:116,fe_data_len:[116,121,126],fe_data_off:[116,121,126],fe_elem_:116,fe_elem_off:116,feat:208,feather:14,featur:[1,3,11,14,21,22,31,92,98,101,161,162,165,168,175,193,210,217],feedback:[169,170,183,208],feel:3,femal:221,fetch:[1,12,14,42,59,82,173,183,190,192,194,201,202,207,217,220],few:[1,6,14,16,26,33,57,63,92,95,96,163,172,177,180,193,199,208,225],ffconf:127,ffffffff:188,ffs2nativ:[7,63],fhss:32,ficr:24,fictiti:[201,202],field:[14,22,28,86,87,91,95,104,106,138,152,153,154,161,162,163,165,175,177,179,180,181,201,202,208,210,213],fifo:116,figur:[91,104,105,116,212],file:[1,2,4,6,7,10,11,12,36,38,39,43,45,48,50,52,57,59,60,61,62,63,66,72,73,82,83,84,85,96,97,98,103,104,105,106,110,130,134,137,139,146,151,152,153,161,162,164,165,167,169,170,172,173,179,182,184,185,186,188,189,190,193,194,197,199,200,201,203,206,207,208,210,212,219,223],file_nam:63,filenam:[1,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,64,72,73,95,127,128,129,130,162,173],filesystem:[57,105,127,129,146],fill:[10,50,97,101,105,116,117,119,121,122,133,149,150,172,177,180,181,199,207,208],filter:[2,14,23,28,31,74,182],filter_dupl:14,filter_polici:14,find:[1,2,3,14,22,29,36,57,63,90,91,96,98,105,122,132,157,163,164,168,169,172,173,182,185,186,189,200,215,218,221,222,223,225],find_info_req_rx:[78,190],find_info_req_tx:[78,190],find_info_rsp_rx:[78,190],find_info_rsp_tx:[78,190],find_type_value_req_rx:[78,190],find_type_value_req_tx:78,find_type_value_rsp_rx:78,find_type_value_rsp_tx:78,fine:[9,14,180,181],finish:[4,100,101,116,117,144,193,207],fip:32,fire:[86,143,145,176,196,215],firmwar:[104,128,185,187,190,193,200,208,222,223],first:[2,3,6,8,12,14,15,23,30,32,35,59,60,61,62,65,84,85,86,89,91,92,93,95,101,102,103,104,105,116,130,131,134,141,148,150,157,161,162,165,167,169,171,174,175,176,177,179,180,181,183,184,190,193,196,200,206,207,208,210,212,215,217,220,225],first_aux:167,fit:[4,91,102,175,176,197],five:[22,23,32,190],fix:[6,11,14,92,102,104,203],fl_area:[116,117],fl_data_off:[116,117],fl_entri:116,fl_fcb:116,flag:[1,6,12,14,28,30,57,59,60,61,63,64,66,82,83,84,91,96,101,104,128,162,173,177,179,192,206,208,210,218,221],flash0:128,flash:[1,9,14,41,45,50,57,59,60,61,63,97,98,105,110,117,118,122,128,131,132,136,137,139,146,151,162,165,182,186,187,188,190,193,197,208],flash_area:[116,126],flash_area_bootload:[95,104,164,165],flash_area_image_0:[95,104],flash_area_image_1:[95,104,165],flash_area_image_scratch:[95,104,164],flash_area_nff:[164,165],flash_area_noexist:164,flash_area_read:[116,121,126],flash_area_reboot_log:[164,165],flash_area_writ:[116,117],flash_area_x:116,flash_id:[111,133,135],flash_map:[7,105,133,164,165],flash_map_init:165,flash_own:[164,165],flash_spi_chip_select:137,flash_test:[7,106],flat:[91,150,151],flavor:182,flexibl:[91,98,168,175,201,202],flicker:14,flight:91,float_us:209,flood:33,flow:[32,106,144,173,180,181],flow_ctl:144,flra:212,fltstr:157,fly:141,fmt:106,focu:196,folder:[4,10,12,15,35,57,61,65,170,185],follow:[1,2,3,4,6,7,8,11,12,14,21,22,24,25,27,28,30,31,32,33,34,39,40,45,52,53,57,59,60,61,62,63,66,68,69,73,74,75,79,80,82,83,84,85,91,93,95,96,98,100,101,102,103,104,106,107,109,110,111,112,116,128,130,131,132,138,140,141,151,152,153,154,155,157,159,162,163,164,165,167,169,170,172,173,174,175,177,179,180,181,182,183,184,185,186,187,188,189,190,192,193,194,196,199,200,201,202,203,206,207,208,209,210,211,212,213,214,215,217,218,220,221],foo:[14,105],foo_callout:105,foo_conf_export:105,foo_conf_set:105,foo_val:105,footer:[104,184],footprint:[9,108,110],fop:129,fops_contain:129,forc:[43,51,54,91,162],forev:[89,93,100,101],forgeri:23,forget:[82,169,206,208],fork:10,form:[1,21,23,24,27,68,91,101,165,177,178,180,193,199,201,212],formal:[7,22],format:[8,15,30,52,68,70,73,74,91,105,106,108,127,128,130,146,148,149,150,152,163,165,167,173,180,184,200,201,202,210,218,221],formula:[3,62,85],forth:[105,150],fortun:57,forver:28,forward:[14,102,175],found:[1,14,15,22,35,57,65,92,95,124,130,150,157,161,173,178,179,180,182,186,188,221],foundat:[4,32,33,104,108,182,188,201,207,208,215,222,223],four:[21,23,49,104,128,212],fraction:[102,199],frame:[161,193,196],framerwork:107,framework:[29,32,99,108,152,159,160,167,173,209,210,211,215,216,217],frdm:55,free:[2,4,75,90,91,92,116,151,162,176,178,182,188,215,219,222,223],freebsd:103,freed:[91,92],freedom:[178,180,181],freq_hz:143,frequenc:[14,25,32,88,95,99,102,110,132,140,143,145,163,193,196],frequent:[10,14,21,23,32,99,180,181,215],fresh:212,freshli:91,friend:33,friendli:[14,110],from:[1,4,6,7,8,9,10,11,12,15,21,22,23,24,27,28,31,33,34,37,38,40,41,43,45,46,47,48,49,51,52,53,57,58,62,63,64,66,67,68,70,71,72,73,74,75,78,79,81,85,86,87,88,89,90,91,92,94,95,96,97,98,101,102,103,104,105,107,108,109,111,112,113,115,116,122,128,129,131,133,137,138,141,143,144,146,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,167,169,171,172,173,174,177,178,179,180,181,182,183,184,185,186,187,188,189,190,192,193,194,196,199,200,201,202,207,208,210,212,215,217,218,219,221,222,223],front:91,fs_access_append:128,fs_access_read:128,fs_access_trunc:128,fs_access_writ:128,fs_cli:7,fs_close:128,fs_closedir:[112,128],fs_dir:[128,129],fs_dirent:[7,128,129],fs_dirent_is_dir:128,fs_dirent_nam:[112,128],fs_eaccess:128,fs_ealreadi:128,fs_ecorrupt:128,fs_eempti:128,fs_eexist:128,fs_eful:128,fs_ehw:128,fs_einval:128,fs_enoent:[112,128],fs_enomem:128,fs_eo:128,fs_eoffset:128,fs_eok:128,fs_eunexp:128,fs_euninit:128,fs_fcb:162,fs_file:[7,128,129],fs_filelen:128,fs_getpo:128,fs_if:[129,131],fs_mkdir:[7,128],fs_mount:7,fs_name:128,fs_nmgr:7,fs_nmgr_id_fil:128,fs_nmgr_max_nam:128,fs_op:[129,131],fs_open:128,fs_opendir:[112,128],fs_ops_for:129,fs_ops_from_contain:129,fs_ops_try_uniqu:129,fs_read:128,fs_readdir:[112,128],fs_regist:[129,131],fs_renam:128,fs_seek:128,fs_unlink:128,fs_write:128,fssl:[11,60],fsutil:7,fsutil_read_fil:128,fsutil_write_fil:128,ftdichip:173,fulfil:177,full:[1,7,8,14,22,29,31,32,50,57,95,104,105,111,117,133,146,151,161,162,164,165,170,172,175,178,179,184,190,207,208,210,215,225],fulli:[9,32,104,130,162,172,181,201,202,208],fun:[169,207],func:[91,99,101,105,138,143,145],fundament:[1,225],funtion:150,further:[6,95,99,138],furthermor:[94,104,130,162,180,181,196],fuse:57,futur:[86,91,138,152,161,165,193,201,202,203],fyi:14,g_bno055_sensor_driv:154,g_bno055stat:154,g_led_pin:[170,184,196],g_log_info:151,g_mbuf_buff:91,g_mbuf_mempool:91,g_mbuf_pool:91,g_mystat:163,g_os_run_list:87,g_os_sleep_list:87,g_stats_map_my_stat_sect:163,g_task1_loop:184,g_ts_suit:167,gain:[93,100,131,172,208],gap:[14,20,21,22,31,32,91,174,177,179,207,208,209],garbag:116,gatewai:193,gatt:[14,16,20,28,31,32,33,34,174,177,179,207,208,209],gatt_acc:177,gatt_adc_v:208,gatt_co2_v:206,gatt_co2_val_len:206,gatt_svr:[179,206,208,210],gatt_svr_chr_access_gap:[177,179],gatt_svr_chr_access_sec_test:[179,206,208],gatt_svr_chr_sec_test_rand_uuid:[179,206,208],gatt_svr_chr_sec_test_static_uuid:[179,206,208],gatt_svr_chr_writ:[206,208],gatt_svr_register_cb:179,gatt_svr_sns_access:[206,208],gatt_svr_svc:[177,179,206,208],gatt_svr_svc_adc_uuid:208,gatt_svr_svc_co2_uuid:206,gatt_svr_svc_sec_test_uuid:[179,206,208],gaussian:32,gavin:60,gc_on_oom_test:199,gc_test:199,gcc:[4,7,59,103],gcc_startup_:95,gcc_startup_myboard:95,gcc_startup_myboard_split:95,gcc_startup_nrf52:[95,185,187,215],gcc_startup_nrf52_split:[185,187,189,193,215],gdb:[4,7,12,14,40,49,63,64,95,172,182,184,185,186,188,189,196,208,215,222,223],gdb_arduino_blinki:12,gdbmacro:7,gdbpath:12,gdbserver:6,gear:103,gen:[28,31],gen_task:194,gen_task_ev:194,gen_task_prio:194,gen_task_stack:194,gen_task_stack_sz:194,gen_task_str:194,gener:[1,11,14,17,18,19,20,21,22,24,28,29,30,32,33,36,37,45,57,63,64,89,91,92,93,95,101,104,112,130,137,150,162,164,169,170,172,173,175,176,179,180,181,182,183,184,185,186,187,188,189,190,192,193,196,199,200,201,206,207,208,210,212,215,218,221,222,223],get:[2,4,6,7,8,9,10,11,14,24,57,58,60,61,62,63,66,78,81,83,84,85,87,89,91,92,93,94,95,97,98,99,100,101,102,104,105,109,110,116,126,133,137,141,143,150,152,156,157,159,161,162,165,169,170,171,173,175,177,179,180,181,182,183,185,186,188,189,192,193,194,196,199,200,206,207,208,214,215,221,225],gettng:197,gfsk:32,ggdb:6,ghz:[32,200],gist:[110,137],git:[11,57,60,82,83,84,103,182,200,201,202,203],github:[1,7,10,11,15,35,57,59,60,61,65,82,83,84,103,134,169,182,200,201,202,203,207,208,217],githublogin:203,githubpassword:203,githubusercont:[11,59,60,82,83],gitignor:14,give:[14,57,137,162,169,172,180,181,193,196,201,202,207,208],given:[12,14,22,44,86,88,89,91,92,98,101,102,104,112,113,115,116,121,122,128,133,137,141,143,144,146,152,156,157,196,202],glanc:175,glibc:59,global:[1,14,30,64,91,92,93,151,152,154,157,163,167,177],gmt:102,gnd:[8,193,208,210,221],gnu:[3,4,12,14,40,49,182,186,188,189,215,222,223],goal:[57,103,157,220],gobjcopi:6,gobjdump:6,gobl:83,goe:[14,63,167,199],going:[14,98,105,162,180,184,207,208],golang:[11,61,84],gone:176,good:[7,9,14,23,57,93,95,99,104,127,162,172,175,181,193],googl:[180,217],gopath:[11,59,60,61,62,82,83,84,85],got:[14,206,207,208],govern:[207,208],gpg:[59,82],gpio:[8,14,98,110,139,141,144,194,212],gpio_ev:194,gpio_l:194,gpl:[4,182,186,188,189,215,222,223],gplv3:[182,188,215,222,223],gpo:132,gpregret:14,grab:90,graduat:208,grain:9,grant:93,granular:102,graph:[1,52,64],graviti:210,great:[8,32,104,164,170,208],greater:[30,32,91,164],greatest:104,green:[2,10,12,182,186,187,200,210,218],grid:57,ground:[208,210],group:[2,22,78,107,110,161,163,165,190,193],grow:[55,196],guarante:[14,91,92],guard:94,guid:[7,8,11,12,14,20,61,64,66,84,154,155,165,174,179,181,190,194,196,197,199,201,218,221],gyro:210,gyro_rev:210,gyroscop:[152,210],h_mynewt_syscfg_:165,hack:[7,9,12,14,169,170,208],had:[91,94,104,162],hal:[1,7,9,14,50,57,63,88,97,110,111,131,132,138,141,143,144,154,172,182,186,188,194,208,210,212,215,225],hal_bsp:[7,14,95,110,136,153,182,185,186,188,213],hal_bsp_core_dump:133,hal_bsp_flash_dev:[95,111,133,136],hal_bsp_get_nvic_prior:133,hal_bsp_hw_id:133,hal_bsp_hw_id_len:133,hal_bsp_init:[133,153],hal_bsp_max_id_len:133,hal_bsp_mem_dump:133,hal_bsp_power_deep_sleep:133,hal_bsp_power_off:133,hal_bsp_power_on:133,hal_bsp_power_perus:133,hal_bsp_power_sleep:133,hal_bsp_power_st:133,hal_bsp_power_wfi:133,hal_common:[7,172,186,188],hal_debugger_connect:142,hal_flash:[7,95,111,128,133,136,182,186,188],hal_flash_align:135,hal_flash_eras:135,hal_flash_erase_sector:135,hal_flash_init:135,hal_flash_ioctl:135,hal_flash_read:135,hal_flash_writ:135,hal_gpio:[7,112,134,137,194],hal_gpio_init_in:137,hal_gpio_init_out:[101,137,170,184,194,196],hal_gpio_irq_dis:137,hal_gpio_irq_en:[137,194],hal_gpio_irq_handler_t:137,hal_gpio_irq_init:[137,194],hal_gpio_irq_releas:137,hal_gpio_irq_trig_t:137,hal_gpio_irq_trigg:137,hal_gpio_mode_:137,hal_gpio_mode_in:137,hal_gpio_mode_nc:137,hal_gpio_mode_out:137,hal_gpio_mode_t:137,hal_gpio_pul:137,hal_gpio_pull_down:137,hal_gpio_pull_non:137,hal_gpio_pull_t:137,hal_gpio_pull_up:[137,194],hal_gpio_read:137,hal_gpio_toggl:[101,137,170,184,194],hal_gpio_trig_both:137,hal_gpio_trig_fal:137,hal_gpio_trig_high:137,hal_gpio_trig_low:137,hal_gpio_trig_non:137,hal_gpio_trig_ris:[137,194],hal_gpio_writ:[14,134,137,196],hal_i2c_begin:138,hal_i2c_end:138,hal_i2c_init:138,hal_i2c_master_data:138,hal_i2c_master_prob:138,hal_i2c_master_read:138,hal_i2c_master_writ:138,hal_i2c_prob:138,hal_i2c_read:138,hal_i2c_writ:138,hal_os_tick:[140,185,215],hal_reset_brownout:142,hal_reset_caus:[142,213],hal_reset_cause_str:142,hal_reset_pin:142,hal_reset_por:142,hal_reset_reason:142,hal_reset_request:142,hal_reset_soft:142,hal_reset_watchdog:142,hal_rtc:127,hal_spi:[112,141],hal_spi_abort:141,hal_spi_config:141,hal_spi_data_mode_breakout:141,hal_spi_dis:141,hal_spi_en:141,hal_spi_init:[112,141],hal_spi_lsb_first:141,hal_spi_mod:141,hal_spi_mode0:141,hal_spi_mode1:141,hal_spi_mode2:141,hal_spi_mode3:141,hal_spi_moden:141,hal_spi_msb_first:141,hal_spi_set:[111,141],hal_spi_set_txrx_cb:141,hal_spi_slave_set_def_tx_v:141,hal_spi_tx_v:141,hal_spi_txrx:141,hal_spi_txrx_cb:141,hal_spi_txrx_noblock:141,hal_spi_type_mast:141,hal_spi_type_slav:141,hal_spi_word_size_8bit:141,hal_spi_word_size_9bit:141,hal_system:142,hal_system_clock_start:142,hal_system_reset:142,hal_system_restart:142,hal_system_start:142,hal_tim:[88,143],hal_timer_cb:[88,143],hal_timer_config:143,hal_timer_deinit:143,hal_timer_delai:143,hal_timer_get_resolut:143,hal_timer_init:[14,143],hal_timer_read:143,hal_timer_set_cb:143,hal_timer_start:143,hal_timer_start_at:143,hal_timer_stop:143,hal_uart:207,hal_uart_blocking_tx:144,hal_uart_clos:144,hal_uart_config:[144,207],hal_uart_flow_ctl:144,hal_uart_flow_ctl_non:[144,207],hal_uart_flow_ctl_rts_ct:144,hal_uart_init:144,hal_uart_init_cb:[144,207],hal_uart_par:144,hal_uart_parity_even:144,hal_uart_parity_non:[144,207],hal_uart_parity_odd:144,hal_uart_rx_char:144,hal_uart_start_rx:144,hal_uart_start_tx:[144,207],hal_uart_tx_char:144,hal_uart_tx_don:144,hal_watchdog_en:145,hal_watchdog_init:145,hal_watchdog_tickl:145,hal_xxxx:132,half:[18,19,95,102],halfwai:104,halgpio:137,halsystem:142,halt:[94,140,141,182,186,188],haluart:144,hand:[162,169,196,199],handbook:[185,189],handi:[14,95,208],handl:[14,19,22,28,29,31,63,91,103,110,111,112,128,151,152,155,156,161,176,177,178,190,194,206,208,215],handler:[14,89,94,95,107,137,156,159,194,196,206,208,209],happen:[9,14,22,27,105,116,176,179,180,181,182,200,202],happi:[7,9],har:221,hard:[99,106,212],hardcod:[26,28],hardwar:[2,3,5,6,7,9,14,22,25,26,32,33,36,88,95,97,98,104,110,130,133,134,135,136,137,138,140,142,143,144,145,154,162,165,172,173,180,181,182,184,185,186,187,194,196,197,200,201,207,215,225],harm:104,has:[2,3,4,7,10,11,12,14,22,23,25,27,31,36,38,45,52,57,59,60,61,63,64,79,82,83,84,87,88,89,90,91,92,94,95,98,99,100,101,104,105,106,108,110,114,116,128,130,137,138,141,143,144,146,154,156,157,162,163,165,167,177,178,179,182,184,185,186,190,192,193,196,199,200,201,202,206,207,208,214,215,222,223,225],hash:[36,39,45,48,73,104,162,192,218,221],hasn:105,have:[1,2,3,6,7,8,9,10,11,12,14,21,22,23,25,31,34,45,52,54,56,57,59,60,61,62,63,64,66,82,83,84,85,86,89,91,92,94,95,97,98,99,100,101,103,104,106,108,110,111,113,116,119,130,132,136,137,143,144,151,152,161,162,163,164,165,168,169,170,171,172,173,176,177,179,180,181,182,183,184,185,186,187,188,189,190,192,193,194,199,200,201,202,204,206,207,208,209,210,211,212,213,214,215,217,218,219,220,221,222,223,225],haven:[3,14,112,168,202,208,225],hci1:173,hci:[14,32,171],hci_adv_param:175,hci_common:190,hdr:[104,151],hdr_ver:148,head:[11,60,82,83,84,89,91,156],header:[1,14,39,41,48,57,59,60,61,63,95,104,108,116,117,134,137,151,153,165,167,184,185,190,206,207,208],headless:2,health:180,heap:[92,94,95],heart:196,held:201,hello:[12,14,71,144,183,190,200,218,219,221,225],help:[1,8,12,14,33,36,37,39,40,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,64,66,67,69,70,71,72,73,74,75,76,77,78,79,82,83,84,94,96,97,102,110,150,162,164,171,172,175,182,184,185,187,193,196,197,199,200,203,207,208,210,212,215,222,223],helper:[1,63,91,96,111,180,181],henc:[104,168],her:94,here:[1,3,8,10,11,14,30,34,57,75,78,79,86,89,91,92,95,96,99,101,104,105,106,116,130,137,141,150,151,152,154,161,162,163,164,165,168,169,173,177,179,180,181,182,184,185,186,189,193,194,199,200,201,202,207,208,212,219,225],hertz:88,hex:[7,39,45,50,73,138,162,188,193,206,215],hexidecim:68,hfxo:25,hidapi:4,hidraw:4,hierarchi:[128,165,167],high:[9,14,20,32,66,88,100,110,137,152,157,194,196,222],high_duti:28,high_thresh:152,higher:[11,14,16,22,32,57,60,61,74,82,83,84,93,94,100,101,132,151,157,164,165,168,173,196,199,202],highest:[87,93,94,101,164,165,196],highli:168,highlight:[2,6,31,103,169,182,185,187,189,200,208,209,215],hint:57,his:94,histori:164,hit:[38,184],hmac:14,hog:196,hold:[15,35,45,65,91,92,138,149,154,161,169,193,196,201,208],hole:208,home:[7,11,61,95,162,172,184,199,203,207],homebrew:[4,6,7,11,38,58,62,81,85],homepag:[1,14,45,63,106,199,207,208],honor:14,hook:[99,188,207,221],hop:[32,110],hope:14,host:[7,9,14,23,24,27,30,31,32,68,72,73,86,89,91,104,159,172,173,177,178,179,182,199,200,206,207,208,209,214,215,222,223],hotkei:222,hour:102,how:[2,3,4,5,6,7,8,11,12,14,22,24,31,32,57,59,60,61,62,68,82,83,84,85,91,93,95,98,102,104,105,106,116,122,124,130,138,141,151,153,154,162,163,166,167,168,169,170,171,172,173,176,177,178,180,181,182,183,184,185,186,187,188,189,190,192,193,196,198,199,200,206,207,210,211,212,214,215,217,218,219,220,221,225],howev:[3,14,59,82,91,98,101,103,104,106,130,137,163,185,192,201],htm:173,html:[4,15,35,65,113,128,182,186,188,215,222,223],http:[1,4,10,11,12,14,15,35,41,57,59,60,61,63,65,82,83,84,103,106,113,134,169,173,180,182,185,186,188,189,199,201,203,207,208,215,221,222,223],httperror404:[59,82],hub:200,human:[173,201],hw_bsp_nativ:63,hw_drivers_nimble_nrf51:162,hw_hal:57,hw_mcu_nordic_nrf51xxx:162,hypothet:22,i2c:[8,110,111,132,210,211,212,215],i2c_0:[209,210,211,212,215],i2c_0_itf_bno:153,i2c_0_itf_li:153,i2c_num:138,i2s:182,i2s_callback:182,i386:[4,6],iOS:[176,206,208,209,211,214,217],ibeacon:[24,172,183,225],icloud:14,icon:[10,12,14],id16:179,id3:[15,35,65],id_init:165,idcod:182,idea:[14,63,91,93,99,175],ideal:[14,32],ident:[14,20,22,23,24,28,31,68,91,103,109,162,163,167],identifi:[1,8,14,21,22,28,30,36,73,95,101,104,105,133,138,180,181,185,187,193,200,208,218,221],idl:[28,79,99,172,196,218,221],idx:[28,111,130],ietf:150,if_rw:109,ifdef:[162,165,184,215],ifndef:[165,207,208],ignor:[6,14,28,84,92,128,130,165,222],ih_flag:104,ih_hdr_siz:104,ih_img_s:104,ih_key_id:104,ih_mag:104,ih_tlv_siz:104,ih_ver:104,iii:104,illustr:[12,91,93,94,104,196,208,215],imag:[2,6,7,12,33,36,40,41,44,45,49,57,59,60,61,63,66,80,82,83,84,95,96,98,103,106,107,147,148,149,163,164,168,172,176,182,183,184,191,197,206,207,219,220,222,223,225],image_ec256:[182,185,186,187,188,189,193,200,210,218,219,221],image_ec:[7,182,185,186,187,188,189,193,200,210,218,219,221],image_f_ecdsa224_sha256:104,image_f_non_boot:104,image_f_p:104,image_f_pkcs15_rsa2048_sha256:104,image_f_sha256:104,image_head:104,image_header_s:104,image_mag:104,image_magic_non:104,image_ok:104,image_rsa:[7,182,185,186,187,188,189,193,200,210,218,219,221],image_tlv:104,image_tlv_:104,image_tlv_ecdsa224:104,image_tlv_rsa2048:104,image_tlv_sha256:104,image_valid:[7,182,186,187,189,200,210,218,219,221],image_vers:[104,146,148,149],img:[14,39,48,73,169,170,172,173,176,182,185,186,187,188,189,190,192,193,200,207,210,212,215,218,221,222,223],img_start:142,imgmgr:[7,106,107,128,146,165,190,207,208],imgmgr_max_ver_str:149,imgmgr_module_init:165,imgr_ver:146,imgr_ver_jsonstr:149,immedi:[27,89,95,104,141,143,152,175,180,181],impact:25,impl:63,implemen:68,implement:[9,10,14,32,34,63,68,89,91,92,95,97,98,104,105,106,107,127,128,130,132,134,136,137,138,139,140,141,142,146,150,152,153,155,157,160,161,165,167,174,177,179,180,193,194,199,208,209,210,212,215],impli:[14,180,181,199,202,207,208],implicit:199,impos:[104,130],imposs:21,impract:179,impress:208,improv:184,imuplu:210,inc:[4,182,188,215,222,223],includ:[1,4,7,9,10,14,16,17,18,19,21,22,23,27,28,29,32,33,45,52,61,63,86,89,91,92,93,95,97,98,99,100,101,102,104,105,106,109,110,111,112,114,116,127,128,129,130,131,132,133,134,138,141,143,144,146,150,151,152,153,154,157,159,161,162,164,165,166,167,169,173,174,175,177,180,181,185,190,192,194,196,199,201,202,206,207,208,209,210,212,213,214,215,220,222],include_tx_pow:28,inclus:151,incom:[22,89,144,146,161,194],incompat:[59,82,201],incomplet:[30,95,128],incomplete_block_test:199,incorrect:[44,102],incr:133,increas:[23,32,91,161,165,196,222],increasin:116,increment:[91,102,105,163],incub:[7,57,134,165,169,208],inde:[94,188],indefini:[180,181],indent:6,independ:[23,98,104,110,132,133,135,137,138,140,142,143,144,145,165],indetermin:[91,199],index:[33,74,104,173],indian:102,indic:[7,14,21,22,27,29,30,31,89,92,95,99,104,106,108,137,138,143,151,161,162,164,165,177,179,182,185,186,189,192,199,200,215,217],indirect:208,indirectli:151,individu:[11,101,104,105,110,137,165,190,201],industri:[32,127],infinit:[89,92,94,165,184,196],info:[14,41,59,60,61,63,66,67,68,69,70,71,72,73,74,75,76,77,78,79,82,83,84,92,101,105,116,117,121,178,182,186,188,189,192,200,206,208],inform:[1,6,7,12,14,22,23,24,28,30,36,39,41,42,59,60,61,63,64,66,68,73,82,83,84,89,91,92,95,97,98,101,102,104,108,109,121,151,152,154,155,156,162,163,165,168,169,172,175,178,179,180,181,182,184,192,193,194,196,201,202,203,207,208,210,215,218,221,223],infrastructur:172,ing:[110,180,181],inher:[1,24,177],inherit:[1,4,61,93,152],ininclud:163,init:[52,57,152,153,157,165,207,208],init_app_task:94,init_func_nam:165,init_funct:165,init_stag:165,init_task:[194,196],init_tim:[184,215],initi:[14,18,21,24,26,27,28,29,32,63,86,88,89,91,92,93,94,95,99,100,101,105,106,110,114,122,128,132,133,135,137,138,141,143,144,147,150,151,153,156,157,159,161,167,170,173,174,178,180,181,184,190,194,199,206,207,208,209,210,212,215],initialis:[154,182],inlin:15,inod:130,inoper:[27,180,181],input:[22,23,28,102,110,132,137,141,188,194,199,222],inquiri:[22,30],insert:[91,101],insid:[14,25,91,94,133,184,188,199],insight:[110,196],inspect:[14,50,104,105,178],instal:[3,7,9,15,35,41,56,57,65,80,94,95,96,112,156,170,171,172,173,182,183,185,186,187,188,189,190,192,194,196,199,200,202,204,207,209,210,211,214,215,217,218,219,220,221,222,225],instanc:[2,3,9,14,28,64,91,151,163,175,180,181,182],instant:22,instantan:196,instanti:[94,110],instantli:100,instead:[7,8,11,12,14,25,89,92,100,104,106,162,165,176,182,184,185,186,187,188,189,190,194,199,203,206,207,208,209,213],instruct:[3,4,7,8,11,57,59,64,82,87,98,182,185,189,190,194,209,210,211,213,215,219,222,223],insuffici:[22,91],insur:[92,101],int16_t:102,int32_max:[28,102],int32_t:[102,144,180,181],int64_t:[102,151],int8:105,int_max:91,integ:[14,150,152,163,165],integr:[12,14,23,92,138,163,208],intellig:132,intend:[14,25,30,38,138,168],inter:[138,194],interact:[2,8,106,108,146,176,184,197,222],interchang:150,interconnect:[9,108],interdepend:[105,165],interest:[7,16,20,91,95,132,162,170,172,175,180,225],interfac:[4,20,31,32,33,91,101,104,109,110,111,112,127,128,129,132,133,135,137,138,140,141,142,144,145,151,154,155,169,171,173,174,182,186,188,207,210,211,212,215,221],interleav:14,intern:[7,14,22,91,94,95,99,110,111,116,136,143,145,146,150,182,208,212],internet:[7,12,32,173,183,190,192,194,200,217,220],interoper:[108,109],interpret:[113,115,152,156],interrupt:[14,87,88,89,95,104,133,137,140,141,143,144,152,157],interv:[14,22,28,30,99,101,152,156,157,194,210,215],interval_max:28,interval_min:28,intervent:98,intiat:95,introduc:[1,31,164,165],introduct:[196,225],introductori:217,intuit:104,invalid:[22,88,104,112,118,141,143,177,199],invers:[93,100],invert:100,invoc:[6,179],invok:[2,199,203,215],involv:[18,19,21,23,95,98,132,138,199],io_cap:28,ioctl:128,iot:32,iotiv:209,ipsp:32,iptest:63,ipv6:32,irk:[21,28],irq:[14,137],irq_num:133,irq_prio:[111,112],isbuildcommand:12,ism:32,ismylaptop:207,isn:[14,95,172],isol:[95,162],isr:14,isshellcommand:12,issu:[1,6,10,31,57,68,94,100,104,108,128,130,138,185,186,187,189,190,193,204,207,208],ist:102,it_len:104,it_typ:104,ite_chr:177,item:[1,89,95,105,131,156,181],iter:[92,101,104,128,151,157],itf:154,its:[7,8,10,11,14,20,21,22,57,63,87,89,91,92,93,94,95,98,99,101,104,106,111,116,128,130,137,138,141,151,162,163,164,165,167,169,170,171,172,175,177,178,179,180,181,192,193,196,201,207,212,213,219,225],itself:[14,27,63,91,92,101,104,110,114,116,131,146,157,165,166,169,185,199,207,208,212],itvl:14,iv_build_num:104,iv_major:104,iv_minor:104,iv_revis:104,jan:[102,207],javascript:57,jb_read_next:150,jb_read_prev:150,jb_readn:150,je_arg:150,je_encode_buf:150,je_wr_comma:150,je_writ:150,jira:10,jlink:[63,95,185,187,192,200,210,215,218],jlink_debug:63,jlink_dev:63,jlinkex:[185,187,193,208],jlinkgdbserv:[215,222],jlinkgdbserverclex:207,jmp_buf:167,job:[1,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,64,87,94,95,161,177],join:[3,110,168,200,225],json:[7,12,36,39,53,57,63,169,170,190,199],json_array_t:150,json_attr_max:150,json_attr_t:150,json_buff:150,json_buffer_read_next_byte_t:150,json_buffer_read_prev_byte_t:150,json_buffer_readn_t:150,json_decod:199,json_encod:[149,150,199],json_encode_array_finish:150,json_encode_array_nam:150,json_encode_array_start:150,json_encode_array_valu:150,json_encode_object_entri:150,json_encode_object_finish:150,json_encode_object_kei:150,json_encode_object_start:150,json_enum_t:150,json_err_arraystart:150,json_err_attrlen:150,json_err_attrstart:150,json_err_badattr:150,json_err_badenum:150,json_err_badnum:150,json_err_badstr:150,json_err_badsubtrail:150,json_err_badtrail:150,json_err_checkfail:150,json_err_misc:150,json_err_noarrai:150,json_err_nobrak:150,json_err_nonqstr:150,json_err_noparstr:150,json_err_nullptr:150,json_err_objarr:150,json_err_obstart:150,json_err_qnonstr:150,json_err_strlong:150,json_err_subtoolong:150,json_err_subtyp:150,json_err_toklong:150,json_nitem:150,json_read_arrai:150,json_read_object:150,json_simple_decod:199,json_simple_encod:199,json_struct_arrai:150,json_struct_object:150,json_typ:150,json_val_max:150,json_valu:150,json_value_bool:150,json_value_int:150,json_value_str:150,json_value_stringn:150,json_value_type_arrai:150,json_value_type_bool:150,json_value_type_int64:150,json_value_type_object:150,json_value_type_str:150,json_value_type_uint64:150,json_value_uint:150,json_write_func_t:150,jtag:[4,40,44,49,182,185,186,188,200,215,221],jul:[82,83],jump0:69,jump:[104,162],jumper:[8,169,188,207,208,221],just:[1,7,8,14,22,23,24,64,86,89,95,96,101,102,104,111,112,127,128,157,162,169,176,177,180,181,182,184,193,203,204,207,208],jv_len:150,jv_pad1:150,jv_type:150,jv_val:150,k30:[206,207],k64f:55,keep:[9,14,23,25,94,104,106,110,116,141,153,161,162,169,170,196,199,208],keg:[62,85],kei:[8,21,22,32,33,39,48,59,82,95,104,105,149,150,165,177,193,200,210],kept:[87,104,116],kernel:[1,7,9,14,53,57,63,95,106,110,132,152,157,162,165,166,172,173,194,207,208,209,210,212,213,215],kernel_o:162,keyboard:[12,23,106],keyboarddisplai:28,keyboardonli:28,keychain:[59,82],keystor:28,keyword:[1,63,96,106,199,201,207,208],khz:[141,182,186],kick:[99,180,181],kilobyt:98,kind:[33,110,207,208,222],kit:[8,49,63,169,170,183,185,192,207,208,222,223,225],klibc:103,know:[1,8,12,14,31,63,106,152,156,163,164,177,178,180,181,183,184,196,200,207,208,220,225],known:[32,57,102,175,196],kw41z:14,l13:185,l2cap:32,l_arg:151,l_level:151,l_log:151,l_name:151,lab:34,label:[8,95,188,208],lack:[116,127,162],lag:179,languag:[11,12,57,98,113,207,208],laptop:[3,8,169,170,173,190,193,194,208],larg:[22,25,33,91,101,102,162,163,196],large_system_test:199,large_unlink_test:199,large_write_test:199,larger:[14,33,91],largest:91,las_app_port:193,las_app_tx:193,las_join:193,las_link_chk:193,las_rd_app_eui:193,las_rd_app_kei:193,las_rd_dev_eui:193,las_rd_mib:193,las_wr_app_eui:193,las_wr_app_kei:193,las_wr_dev_eui:193,las_wr_mib:193,last:[14,22,27,74,79,91,92,99,101,104,116,124,144,152,161,165,175,179,180,181,182,193,200,208,210,213,215],last_checkin:[79,218,221],last_n_entri:116,last_n_off:124,last_op:138,last_read_tim:154,latenc:28,later:[7,8,14,74,86,91,104,167,170,172,178,182,193,199,208,215,222,223],latest:[1,2,4,7,11,14,51,54,57,58,62,81,85,105,169,182,200,201,202,207,208],latter:[22,91,108,130],launch:12,launchpad:4,law:[182,207,208,215,222,223],layer:[9,22,32,91,92,97,98,110,128,130,131,144,154,155,165,174,194,208,225],layout:[98,104,221],lc_f:153,lc_pull_up_disc:153,lc_rate:153,lc_s_mask:153,ld4:186,ldebug:[14,164],ldflag:52,ldr:188,le_elem_off:121,le_scan_interv:14,le_scan_window:14,lead:[91,94,178,208],leadingspac:91,learn:[7,27,63,169,170,183,217],least:[23,91,99,104,141,143,184,190,193,208,225],leav:[91,111,124,162],led1:[187,194],led2:194,led3:194,led:[1,7,14,63,95,98,101,110,132,137,173,182,183,184,185,186,187,188,189,190,194,196,200,208,210,218,221,225],led_blink_pin:[95,101,170,184,185,196],led_blink_pin_1:170,led_blink_pin_2:170,led_blink_pin_3:170,led_blink_pin_4:170,led_blink_pin_5:170,led_blink_pin_6:170,led_blink_pin_7:170,led_blink_pin_8:170,led_pin:170,left:[88,92,101,121,149,162,188,206,215,225],legaci:[14,31,127,165,196],len:[91,105,111,116,117,128,129,138,141,150,151,157,177,193,207],length:[22,28,32,91,95,104,105,106,116,133,149,157,177,193],less:[14,94,103,104,151,179,180,181],lesson:[196,225],let:[4,8,57,91,95,151,152,162,163,169,172,174,175,176,177,178,179,180,181,184,188,196,199,201,202,206,207,208,212,215],level:[1,2,9,14,16,20,22,24,28,30,31,33,34,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,59,60,61,63,64,66,67,68,69,70,71,72,73,74,75,76,77,78,79,82,83,84,91,93,95,107,110,111,128,130,132,154,164,165,168,176,177,180,181,182,186,193,199,200,202,206,207,208],level_list:74,leverag:[108,110,171,208],lflag:[1,52,63],lh_append_body_func_t:151,lh_append_func_t:151,lh_append_mbuf_body_func_t:151,lh_append_mbuf_func_t:151,lh_flush_func_t:151,lh_read_func_t:151,lh_read_mbuf_func_t:151,lh_registered_func_t:151,lh_walk_func_t:151,li_next_index:151,li_vers:151,lib:[1,4,47,55,57,84,103,106,128,131,164,165,207,208],libc6:6,libc:[7,95,103],libc_baselibc:[162,188],libftdi1:4,libftdi:4,libg:50,libgcc:[50,162],libhidapi:4,librari:[1,4,14,50,52,57,60,83,89,91,95,96,98,103,104,106,110,128,131,132,146,162,163,167,172,199,201,202,207,208,209],libusb:4,libusb_error_access:186,libusb_open:186,licens:[4,7,11,57,63,103,110,172,182,186,188,189,200,201,207,208,215,222,223],lieu:68,life:[25,180],light:[9,33,132,152,169,170,183,186,187,188,189,194,209,210,218,221],lightblu:[176,206,208],lightweight:127,like:[2,3,5,8,12,14,33,57,60,61,64,83,84,91,94,95,98,99,100,103,104,106,110,116,132,138,163,169,170,172,182,186,188,199,201,207,208,209,211,212,213,215,217,221,222,223],likewis:64,limit:[3,14,22,28,30,101,103,105,111,127,162,175,180,190,207,208,222],limt:163,line:[2,6,7,12,14,38,40,41,49,64,95,103,106,137,163,167,169,170,173,179,184,186,187,201,203,208,209,210,215,222],linearacc:210,lines_queu:106,link:[2,3,7,14,22,23,28,32,36,40,44,62,63,83,85,87,91,143,161,162,165,167,168,169,172,173,176,181,182,184,185,186,187,188,189,193,200,207,208,210,215,218,219,221,222,223,225],linker:[1,63,96,103,162,172,188],linkerscript:[63,95],linux:[5,7,9,12,58,68,80,81,111,173,182,184,185,186,188,189,192,200,210,218,219,220,221],liquid:208,lis2dh12:[153,215],lis2dh12_0:[153,215],lis2dh12_cfg:153,lis2dh12_config:153,lis2dh12_data_rate_hn_1344hz_l_5376hz:153,lis2dh12_fs_2g:153,lis2dh12_init:153,lis2dh12_onb:[153,215],list:[3,6,7,8,12,14,23,28,30,36,37,50,52,53,55,59,61,63,68,73,74,75,77,78,79,80,82,87,89,91,92,95,96,97,101,104,106,107,110,112,131,143,151,152,156,157,158,161,163,165,168,169,170,172,175,178,179,182,183,184,185,186,187,188,189,192,193,201,202,207,208,212,213,218,219,221,225],listen:[2,14,16,31,33,68,91,152,155,157,162,175],listener_cb:215,lit:[170,173,190,196],littl:[6,22,24,91,104,169,170,172,179,193,202,207],live:[110,169,178,179,182,200,201,202],lma:188,lmp:22,lo_arg:151,lo_data_len:151,lo_index:151,lo_t:151,load:[2,4,5,7,12,14,36,41,45,49,57,59,60,61,63,95,104,105,142,162,169,170,176,183,184,192,193,194,196,202,206,207,208,222,223],load_arduino_blinki:12,load_arduino_boot:12,loader:[14,45,52,95,104,106,142,182,185,186,187,189,200,210,218,219,221],loc:[116,117,121,126],local:[1,4,6,7,10,11,14,22,28,29,38,42,51,57,60,62,73,83,85,96,101,102,175,182,200,213],localhost:[68,207,215,222],locat:[1,8,11,21,33,63,91,95,104,116,121,138,167,179,184,188,196,200,201,207,210,218,219,221],lock:[9,90,94,100,116,152,157,194],log:[1,7,10,14,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,64,66,67,68,69,70,71,72,73,75,76,77,78,79,80,82,83,84,104,107,108,116,126,128,131,132,161,162,164,165,166,169,172,182,185,186,188,189,190,197,207,208,213,215,219,222],log_:14,log_append:151,log_append_bodi:151,log_append_mbuf:151,log_append_mbuf_bodi:151,log_append_mbuf_no_fre:151,log_append_mbuf_typ:151,log_append_mbuf_typed_no_fre:151,log_append_typ:151,log_cbm_handl:151,log_cbmem_handl:151,log_cli:[161,197],log_console_get:151,log_console_handl:[151,154],log_console_init:151,log_crit:151,log_debug:151,log_entry_hdr:151,log_entry_hdr_s:151,log_error:[151,154],log_etype_:151,log_etype_str:151,log_fcb:165,log_fcb_handl:151,log_fcb_slot1_handl:151,log_flush:151,log_handl:151,log_info:[151,154],log_init:[151,165],log_level:[52,151,165,192,197],log_level_:151,log_level_crit:151,log_level_debug:151,log_level_error:151,log_level_get:151,log_level_info:151,log_level_max:151,log_level_set:151,log_level_str:151,log_level_warn:151,log_list_get_next:151,log_module_bno055:154,log_module_default:151,log_module_get_nam:151,log_module_iot:151,log_module_max:151,log_module_newtmgr:151,log_module_nff:151,log_module_nimble_ctlr:151,log_module_nimble_host:151,log_module_o:151,log_module_perus:151,log_module_reboot:151,log_module_regist:151,log_module_str:151,log_module_test:151,log_nam:74,log_name_max_len:151,log_newmgr:164,log_newtmgr:[52,164,165,190],log_nmgr_register_group:[151,165],log_offset:151,log_printf:151,log_printf_max_entry_len:151,log_read:151,log_read_bodi:151,log_read_hdr:151,log_read_mbuf:151,log_read_mbuf_bodi:151,log_regist:[151,154],log_shel:169,log_store_cbmem:151,log_store_consol:151,log_store_fcb:151,log_syslevel:[151,154],log_typ:151,log_type_memori:151,log_type_storag:151,log_type_stream:151,log_version_v1:151,log_version_v2:151,log_version_v3:151,log_walk:151,log_walk_bodi:151,log_walk_body_func_t:151,log_walk_func_t:151,log_warn:151,logic:[1,24,30,32,104,144,193,207],login:203,loglevel:[1,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,64,66,67,68,69,70,71,72,73,74,75,76,77,78,79,82,83,84],logs_nmgr_op_append:151,logs_nmgr_op_clear:151,logs_nmgr_op_level_list:151,logs_nmgr_op_logs_list:151,logs_nmgr_op_module_list:151,logs_nmgr_op_read:151,logxi:83,long_filename_test:199,longer:[3,8,11,14,25,32,92,156,164,173,207,209],longrange_interv:28,longrange_pass:28,longrange_window:28,look:[8,14,25,57,63,95,97,101,103,104,106,107,129,138,162,163,169,170,175,177,178,179,196,199,202,204,206,207,208,212,213,215,225],lookup:[157,177,215],loop:[14,86,89,94,101,128,165,172,184,190,196,206,208],loos:157,lora:193,lora_app_shel:[63,193],lora_app_shell_telee02:193,lora_app_shell_telee0:193,lora_mac_timer_num:193,lorap:63,lorashel:63,lose:27,loss:[27,30,133],lost:99,lost_found_test:199,lot:[7,14,162,164,175,199,208,212],low:[9,14,22,23,32,33,88,91,95,100,111,128,132,137,141,142,152,154,157,177,180,181,182,183,186,196,200,225],low_thresh:152,lower:[14,22,88,93,94,100,101,164,165,174,184,188,192,196],lowest:[75,87,92,101,165,196],lowpow:210,lrwxr:[4,83],lsb:138,lst:[36,57,63],ltbase:165,ltd:28,ltk:28,ltk_sc:28,ltrequir:165,lua:[61,84,113,114,115],lua_cmd:115,lua_init:113,lua_main:113,lwip:110,m32:6,m4g:210,mac:[3,5,7,9,12,14,22,57,58,80,81,169,170,173,176,182,184,185,186,188,189,192,193,200,206,208,210,218,219,220,221],machin:[2,3,7,8,96,173,225],maco:[4,8,14,68],macro:[14,22,91,92,95,99,150,154,163,165,167,179,196,199,208],made:[2,10,11,22,57,73,87,101,104,138,193,196,208],mag:210,mag_rev:210,maggyro:210,magic:[63,104,116],magnet:[152,210],magnetomet:154,mai:[2,4,6,7,8,12,14,23,28,30,31,33,53,55,59,60,64,82,83,84,87,89,91,92,94,95,98,103,104,106,108,110,132,137,138,143,151,152,153,154,156,157,162,163,164,165,167,172,173,182,184,185,186,187,188,189,190,193,196,200,201,207,208,210,212,215,218,221,222],mail:[3,10,110,168,169,170,172,183,208,225],main:[7,12,27,33,59,63,79,82,89,91,94,97,101,104,106,114,148,152,157,161,165,170,172,175,180,181,182,185,186,187,188,189,190,194,199,206,207,208,210,218,219,221],mainli:162,maintain:[4,51,87,104,110,152,157,165,199,201,202],mainten:[108,163],major:[14,57,63,98,148,181,196,201,202],major_num:[201,202],make:[1,2,3,7,8,9,14,15,21,22,25,31,32,33,35,57,59,65,73,87,91,92,95,104,110,116,117,130,132,149,151,157,162,163,169,170,171,172,173,175,177,178,180,181,182,184,188,192,193,196,199,201,206,207,208,209,215,225],makerbeacon:190,malloc:[90,92,95,103,196,208],man:[6,28,103],manag:[6,8,14,18,19,28,32,33,41,47,59,60,61,63,66,68,70,73,74,75,78,79,82,83,84,89,92,94,95,96,98,101,104,106,110,132,147,150,152,154,155,156,162,165,166,184,185,192,195,197,200,202,210,215,218,220,221,225],mandatori:[22,95,179,180,181],mani:[14,22,33,57,63,91,97,104,116,124,132,143,177,182,201,212],manifest:[36,39,45,57,63,169,170,190],manipul:[1,41,47,91],manner:[28,30,91,94,104,132],manual:[26,32,62,85,92,94,101,103,130,162,169,182,188,215,221,222,223],manufactur:[21,28,30,41,45,59,60,61,68,162,175,182,200,212],many_children_test:199,map:[2,3,8,22,28,29,63,98,110,111,132,136,137,144,150,162,163,164,165,177,184,200,201,202,210,218,221,222],map_cnt:163,mar:[102,185,187,193,208,215],march:70,mark:[28,29,73,95,188],marker:95,market:[33,187],mask:[28,152,154,156,157,213,215],mass:[173,186],mass_eras:[185,186],master:[1,7,11,28,58,59,61,62,81,82,84,85,110,132,134,138,141,182,200,201,202,208],match:[2,7,14,22,95,96,98,104,151,156,157,162,182,186,200,201,202],materi:14,matter:10,max:[14,149,150,212],max_cbmem_buf:151,max_conn_event_len:28,max_ev:28,max_len:[128,129,133],max_protohdr:91,maxim:9,maximum:[28,30,32,91,104,105,106,130,133,149,161,199,222],maxlen:[105,150],mayb:[212,222,223],mb_crc:207,mb_crc_check:207,mb_crc_tbl:207,mbed:[185,189],mbedtl:[7,182,185,187,189,200,218,219,221],mblehciproj:173,mblen:91,mbuf:[94,150,151,211],mbuf_buf_s:91,mbuf_memblock_overhead:91,mbuf_memblock_s:91,mbuf_mempool_s:91,mbuf_num_mbuf:91,mbuf_payload_s:91,mbuf_pkthdr_overhead:91,mbuf_pool:91,mbuf_usage_example1:91,mbuf_usage_example2:91,mcu:[7,9,55,96,99,104,110,111,132,137,140,141,142,143,144,146,169,170,182,185,196,200,208,215],mcu_dcdc_en:14,mcu_gpio_porta:111,mcu_sim_parse_arg:[184,215],mcuboot:[14,104],mdw:188,mean:[2,12,14,22,91,93,99,100,101,102,104,111,141,165,179,186,202],meaning:[114,144],meant:[1,99,105],measur:[9,91,193,196],mechan:[1,23,94,162,165,194,201,203,207,208],medic:[32,57],medium:[14,151],meet:[153,173,182,183,185,186,187,188,189,192,210,212,213,214,215,217,218,219,220,221],mem:[7,165],member:[86,89,91,92,93,99,100,101,102,105,106,129,130,138,141,143,150,151,152,161,163,175,177,208],membuf:92,memcmp:91,memcpi:177,memori:[9,22,50,75,89,90,91,94,95,98,99,103,104,108,110,111,127,130,132,133,135,138,164,177,188,190,193,194,196,197,219,222],mempool:[66,82,83,84,91,92,161],memset:[153,175,178,181,208],mention:[12,152,208],menu:[12,61,186,188,221],merchant:4,merci:92,mesh:34,messag:[2,4,23,33,44,59,60,61,77,106,108,109,151,161,182,186,193,194,200],messi:208,messsag:64,met:[22,190,194,200],meta:[8,200,210],metadata:[14,45,104],meter:32,method:[26,91,101,109,130,134,137,141,151,161,163,177,201],mfg:[7,14,41,59,60,61,72,165],mfg_data:[14,30],mfg_init:165,mgmt:[7,106,108,141,147,161,164,165,190,207,208],mgmt_evq_set:190,mgmt_group_id_config:107,mgmt_group_id_crash:107,mgmt_group_id_default:107,mgmt_group_id_imag:107,mgmt_group_id_log:107,mgmt_group_id_runtest:107,mgmt_group_id_stat:107,mgmt_imgmgr:162,mgmt_newtmgr_nmgr_o:162,mgr:157,mgutz:83,mhz:[25,32],mib:[57,83,193],mic:22,micro:[14,57,182,183,185,187,188,192,193,196,200,208,210,217,218,220,221,222,223],microcontrol:[9,103,104,188,221],microsecond:[25,88,102],microsoft:12,mid:[14,16,104,186],middl:[28,104,208],might:[1,2,14,20,22,63,95,98,105,106,110,132,138,154,157,162,164,172,174,175,180,181,182,186,201,202,204,215,222,223],migrat:165,milisecond:28,milli:157,millisecond:[28,102,193],millivolt:208,min:[74,75,104,200,219],min_conn_event_len:28,mind:[14,99,172],mine:206,mingw32:61,mingw64:61,mingw:[4,7,8,12,58,84,184,200,210,218,221],mini:186,minicom:[8,184,200,210],minim:[95,110,127,128,130,154,172],minimum:[28,30,74,91,92,104,151,172],minor:[148,181,201,202],minor_num:[201,202],minu:91,minut:[83,102,180,199],mip:[7,63],mirror:[1,10,11,14,84,201,207,208],misc:210,misconfigur:157,mislead:6,mismatch:[22,91],miso:141,miso_pin:[111,112],miss:[14,22,59,95,164,169,170,172,183,208],misspel:164,mitm:28,mk64f12:[110,132],mkdir:[11,45,82,84,95,169,182,185,186,187,188,189,193,200,201,207,208],mkdir_test:199,mkr1000:198,mkr1000_boot:200,mkr1000_wifi:200,mlme:193,mman:59,mmc0:[112,128],mmc:[110,127],mmc_addr_error:112,mmc_card_error:112,mmc_crc_error:112,mmc_device_error:112,mmc_erase_error:112,mmc_init:112,mmc_invalid_command:112,mmc_ok:112,mmc_op:[112,128],mmc_param_error:112,mmc_read_error:112,mmc_response_error:112,mmc_timeout:112,mmc_voltage_error:112,mmc_write_error:112,mn_socket:7,mobil:33,mod:[31,176,207],modbu:207,mode:[9,14,22,23,28,30,110,132,133,137,141,144,154,162,175,182,186,188,199,210,212],model:[14,23,32,34,89,146,185],modern:[8,127],modif:[11,169,199,209],modifi:[6,64,91,95,102,109,143,151,170,196,207,208,214,217],modul:[74,88,92,94,103,108,113,151,184,193,221],module_list:74,modulo:102,moment:[14,111,138,146,177,202],mon:[182,185,186],monitor:[91,106,108,116,159,163,188,209,217,225],monolith:179,month:199,more:[1,4,7,9,10,12,14,22,23,30,31,32,36,37,41,45,53,55,59,60,61,63,64,66,82,83,84,87,89,91,94,95,100,101,102,103,104,105,110,117,121,128,141,144,150,152,153,154,155,156,161,162,165,170,172,175,179,180,181,182,184,185,192,193,196,199,200,202,206,207,208,210,212,215,218,221,222,225],moreov:[14,207],mosi:141,mosi_pin:[111,112],most:[1,8,14,16,21,24,25,26,32,63,91,95,96,101,103,104,134,141,162,164,175,196,199,206,208,210,213,215],mostli:[6,9,162,180,181],motor:[9,212],mount:208,mous:[110,132],move:[8,47,59,60,61,83,87,94,102,104,133,162,184,188,208,209,211,215],mp_block_siz:92,mp_flag:92,mp_membuf_addr:92,mp_min_fre:92,mp_num_block:92,mp_num_fre:92,mpe:92,mpool:[193,207],mpstat:[66,80,82,83,84,107,109,190,219],mq_ev:91,mqeueue:91,ms5837:14,msb:138,msdo:95,msec:[14,28,145],msg:167,msg_data:28,msp:[182,188],msy:61,msys2:58,msys2_path_typ:61,msys64:61,msys_1:[75,219],msys_1_block_count:[209,211],msys_1_block_s:[209,211],mtd:111,mtu:[14,22,28,29,176],mu_level:93,mu_own:93,mu_prio:93,much:[14,91,95,100,103,122,207],multi:[1,9,52,64,98,101,138],multilib:[6,7,59],multipl:[4,14,24,28,30,36,37,52,53,57,86,93,94,99,103,105,108,110,132,141,157,165,175,179,180,201],multiplex:[14,32],multiplexor:98,multipli:[92,196],multitask:[94,196],must:[1,2,4,5,7,8,9,11,12,15,16,23,25,26,35,39,43,48,55,57,59,61,63,65,68,70,73,82,87,88,89,91,92,94,95,98,99,101,104,105,106,112,116,124,128,130,131,138,141,143,144,148,149,150,151,152,153,154,156,157,159,161,163,164,165,169,172,175,177,184,187,188,190,192,193,196,200,201,202,208,210,211,213,214,215,218,221,222],mutex:[90,94,100,101],mutual:93,my_at45db_dev:111,my_blinki:52,my_blinky_sim:[7,36,37,45,57,63,172,173,185,186,207],my_blocking_enc_proc:22,my_callout:194,my_conf:105,my_config_nam:165,my_driv:[207,208],my_ev_cb:194,my_eventq:190,my_gpio_irq:194,my_interrupt_ev_cb:194,my_memory_buff:92,my_new_target:52,my_newt_target:52,my_packag:151,my_package_log:151,my_pool:92,my_proj1:172,my_proj:172,my_project:[1,182,200,201,208],my_protocol_head:91,my_protocol_typ:91,my_result_mv:208,my_sensor:215,my_sensor_devic:215,my_sensor_poll_tim:215,my_stack_s:101,my_stat:163,my_stat_sect:163,my_target1:64,my_task:101,my_task_evq:91,my_task_func:101,my_task_handl:91,my_task_pri:101,my_task_prio:101,my_task_rx_data_func:91,my_task_stack:101,my_timer_ev_cb:194,my_timer_interrupt_eventq:194,my_timer_interrupt_task:194,my_timer_interrupt_task_prio:194,my_timer_interrupt_task_stack:194,my_timer_interrupt_task_stack_sz:194,my_timer_interrupt_task_str:194,my_uart:144,myadc:208,myapp1:222,myapp:163,myapp_console_buf:106,myapp_console_ev:106,myapp_init:106,myapp_process_input:106,mybl:[36,37,48,52,68,75,78,79,190],myble2:[39,40,173],myblehostd:68,mybleprph:[68,192],mybletyp:68,myboard:[47,95],myboard_debug:95,myboard_download:95,myconn:190,mycor:73,mydata:91,mydata_length:91,mylora:193,mymcu:97,mymfg:72,mymodul:99,mymodule_has_buff:99,mymodule_perform_sanity_check:99,mymodule_register_sanity_check:99,mynewt:[1,3,4,5,6,10,11,13,15,22,26,31,32,34,39,40,41,45,46,52,53,55,57,58,59,61,62,63,64,73,80,81,82,84,85,86,88,89,90,99,100,101,102,103,104,108,109,110,127,128,130,131,132,133,134,137,138,141,144,151,153,154,161,162,163,164,165,166,167,168,169,171,173,174,176,180,181,182,183,184,185,186,187,188,189,190,192,193,194,196,197,199,200,202,207,208,210,212,214,215,218,219,220,221,222,223,225],mynewt_0_8_0_b2_tag:[201,202],mynewt_0_8_0_tag:201,mynewt_0_9_0_tag:201,mynewt_1_0_0_b1_tag:201,mynewt_1_0_0_b2_tag:201,mynewt_1_0_0_rc1_tag:201,mynewt_1_0_0_tag:201,mynewt_1_4_1_tag:[59,61,82,84],mynewt_arduino_zero:[182,200,201],mynewt_nord:208,mynewt_stm32f3:169,mynewt_v:[153,154,161,163,165,199,208],mynewt_val_:[14,165],mynewt_val_ble_max_connect:14,mynewt_val_log_level:165,mynewt_val_log_newtmgr:165,mynewt_val_msys_1_block_count:165,mynewt_val_msys_1_block_s:165,mynewt_val_my_config_nam:165,mynewtl:209,mynewtsan:77,myperiph:[176,192],mypool:92,myproj2:162,myproj:[2,7,12,95,169,170,182,184,185,186,187,188,189,192,201,207,209,210,212,215,223],myriad:9,myself:14,myseri:[75,78,79],myserial01:68,myserial02:68,myserial03:68,mytarget:14,mytask:196,mytask_handl:196,mytask_prio:196,mytask_stack:196,mytask_stack_s:196,myudp5683:68,myvar:67,n_sampl:210,nad:130,nad_flash_id:130,nad_length:130,nad_offset:130,nak:138,name1:52,name2:52,name:[1,2,4,7,8,10,11,12,14,22,28,30,32,36,37,39,40,44,45,46,47,49,50,52,53,55,57,59,60,61,63,64,66,67,68,69,70,71,72,73,74,75,76,77,78,79,82,83,84,92,95,96,97,99,101,102,103,105,106,110,128,129,131,132,137,149,150,151,152,153,154,155,157,162,164,167,169,172,175,177,179,180,181,182,184,185,186,187,188,189,190,194,196,199,200,201,202,203,207,208,209,210,211,212,215,218,219,221,222],name_is_complet:175,name_len:[128,175],namespac:[90,161,180],nano2:[45,55,95,189],nano2_debug:[95,189],nano:[183,225],nanosecond:[88,143],nativ:[2,3,7,12,45,52,55,57,61,63,68,105,141,164,165,169,173,185,186,194,200,207,208,219,225],natur:95,navig:[10,225],nbuf:91,nc_num_block:130,nc_num_cache_block:130,nc_num_cache_inod:130,nc_num_dir:130,nc_num_fil:130,nc_num_inod:130,nding:179,ndof:210,ndof_fmc_off:210,nearest:185,nearli:14,neatli:175,necessari:[6,25,41,49,59,60,61,91,104,128,169,172,177,182,193,199,208],need:[4,5,6,7,8,9,10,11,12,14,16,24,25,34,45,52,54,57,59,60,61,62,63,66,68,82,83,85,86,87,90,91,92,93,94,95,97,98,99,100,101,104,106,111,116,117,118,128,142,145,151,152,154,155,156,157,161,162,163,164,165,172,173,175,177,178,179,180,181,182,184,185,186,187,188,189,190,192,194,196,199,200,202,203,206,207,208,209,211,212,215,218,219,221],neg:[91,102,161,179],neither:91,ness:141,nest:[93,128],net:[4,7,14,25,53,159,165,172,173,177,179,200,207,208,209,211,214],net_nimble_control:162,net_nimble_host:162,network:[1,9,14,28,33,34,57,91,94,162,193,196,200],never:[14,21,91,94,99,101,165,172,177,196,212],nevq:89,new_btshel:47,new_pool:91,new_slinki:47,newer:6,newest:[116,164,196],newli:[1,10,21,45,104,173,180,181,201],newlib:103,newlin:106,newt:[1,3,5,6,7,13,34,58,63,64,75,78,79,82,83,84,85,94,95,96,98,110,162,163,164,165,167,169,170,171,172,173,176,180,181,182,183,184,185,186,187,188,189,191,192,193,194,196,197,199,200,201,202,203,204,207,208,209,210,211,212,213,215,217,218,219,220,221,222,223,225],newt_1:[59,62],newt_1_1_0_windows_amd64:62,newt_group:2,newt_host:2,newt_us:2,newtgmr:[83,84,85],newtmgr:[1,7,9,13,59,60,61,65,66,80,81,106,107,109,146,151,162,164,165,194,207,208,220,225],newtmgr_1:[82,85],newtmgr_1_1_0_windows_amd64:85,newtmgr_shel:161,newtron:[128,131,164,165],newtvm:11,next:[7,8,25,31,73,79,84,87,91,92,101,104,106,108,116,121,128,146,150,152,156,157,162,165,170,172,175,179,180,181,182,185,188,192,196,202,206,207,208,212],next_checkin:[79,218,221],next_t:87,nff:[7,103,111,128,131,139,164,165,167,199],nffs_area_desc:[14,130],nffs_close:131,nffs_closedir:131,nffs_config:130,nffs_detect:130,nffs_detect_fail:[128,130],nffs_dirent_is_dir:131,nffs_dirent_nam:131,nffs_file_len:131,nffs_filename_max_len:130,nffs_flash:139,nffs_flash_area:[14,164,165],nffs_format:130,nffs_getpo:131,nffs_init:[130,131],nffs_intern:130,nffs_max_area:130,nffs_misc_desc_from_flash_area:130,nffs_mkdir:131,nffs_op:131,nffs_open:131,nffs_opendir:131,nffs_pkg_init:14,nffs_read:131,nffs_readdir:131,nffs_renam:131,nffs_seek:131,nffs_test:199,nffs_test_debug:199,nffs_test_priv:199,nffs_test_system_01:199,nffs_test_util:199,nffs_unlink:131,nffs_write:131,nice:[163,206],nil:69,nim:179,nimbl:[7,24,25,27,30,68,165,171,174,175,176,177,178,179,190,192,206,207,208,209,211],nimble_max_connect:14,nmgr:109,nmgr_o:107,nmgr_shell:[106,165,190],nmgr_shell_pkg_init:165,nmgr_uart:190,nmgr_urart_spe:190,nmxact:11,no_of_sampl:210,no_rsp:29,no_wl:[28,31],no_wl_inita:28,node:[14,32,34,57,128],nodefault:150,nodup:28,nogdb:[40,49],noinputnooutput:28,non:[7,14,20,21,25,28,32,33,34,86,91,92,101,102,105,116,120,124,126,129,133,137,138,141,142,143,144,152,156,157,158,162,165,180,181,193,201,215],none:[4,7,8,12,22,28,31,84,89,95,103,104,157,162,169,182,186,193,215,222,223],nonsens:199,nonzero:[91,117,118,119,121,122,125,126,141,151,178,199],nor:23,nordic:[14,24,95,110,132,136,140,142,185,187,192,194,207,208,210,212,215,220,225],nordicsemi:[185,187,193,207,208,215],normal:[2,100,167,206,210],notat:[57,188],note:[1,2,4,6,7,10,11,12,14,23,24,25,30,32,34,45,49,52,59,60,61,62,63,68,70,73,82,83,84,85,87,88,89,91,92,93,94,95,96,101,104,105,106,112,130,138,141,143,146,152,153,154,155,157,161,162,164,165,169,172,173,175,177,179,180,181,182,184,185,186,187,188,189,190,192,193,196,197,200,201,202,203,208,209,210,211,212,213,215,217,218,219,221,222,225],noth:[11,180,181,208],notic:[7,11,57,63,94,95,131,162,172,196,202,207,208],notif:[10,14,28,29,89,106,152,156,157,158,174,206,208],notifi:[10,29,155,156,157,178,179],notnul:165,nov:8,novelbit:14,now:[2,8,9,14,61,86,88,91,92,93,95,100,101,104,127,128,137,144,162,169,170,172,174,175,176,178,179,180,181,182,185,190,192,193,196,199,201,206,207,208,210,212,215,219,222,223],nreset:182,nrf51:[25,55,95,110,132,197],nrf51dk:[55,162],nrf51xxx:140,nrf52840pdk:34,nrf52:[4,25,63,95,110,132,136,142,153,173,183,184,185,192,193,194,207,209,211,212,215,220,222,223,225],nrf52_bleprph_oic_bno055:209,nrf52_blinki:[184,187,189,222],nrf52_bno055_oic_test:[209,211],nrf52_bno055_test:[210,213],nrf52_boot:[173,187,190,208,209,210,211,218],nrf52_drv2605_test:212,nrf52_hal:95,nrf52_slinki:218,nrf52_thingi:153,nrf52dk:[39,40,55,63,64,95,165,172,173,176,184,187,194,206,207,208,209,210,211,212,218],nrf52dk_debug:[63,95,184],nrf52dk_download:95,nrf52k_flash_dev:[95,136],nrf52pdk:173,nrf52serial:218,nrf52xxx:[50,95,142,185,215],nrf5x:25,nrf:[26,208],nrf_saadc:208,nrf_saadc_channel_config_t:208,nrf_saadc_gain1_6:208,nrf_saadc_input_ain1:208,nrf_saadc_reference_intern:208,nrf_saadc_typ:208,nrfx:208,nrfx_config:208,nrfx_saadc:208,nrfx_saadc_config_t:208,nrfx_saadc_default_channel_config_s:208,nrfx_saadc_default_config:208,nrpa:[21,180,181],nsampl:210,nsec:88,ntoh:91,ntohl:91,ntrst:182,nucleo:55,num:[157,167],num_block:92,num_byt:135,number:[1,8,9,10,23,28,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,62,63,64,66,67,68,69,70,71,72,73,74,75,76,77,78,79,82,83,84,85,86,88,89,91,92,93,94,95,100,101,102,103,104,105,115,116,117,127,129,130,133,137,138,140,141,143,144,146,148,149,150,151,152,157,161,163,164,165,173,179,180,181,182,184,188,190,192,193,194,196,200,201,202,206,207,208,210,211,212,218,221,222],numer:[14,22,23,87,95,104],nvm:182,nxp:[14,110,132],objcopi:[6,14],objdump:6,object:[4,11,50,57,63,83,88,94,95,98,101,108,150,154,156,157,158,161,178,199,210,214],objsiz:[6,50,162],observ:[16,28,152,158,159,173,214],obtain:[14,28,91,93,100,101,143,151,201,207,208],obvious:55,oc_add_devic:209,oc_add_resourc:209,oc_app_resourc:[209,211],oc_get:209,oc_if_rw:209,oc_init_platform:209,oc_main_init:[159,209],oc_new_resourc:209,oc_put:209,oc_resource_bind_resource_interfac:209,oc_resource_bind_resource_typ:209,oc_resource_set_default_interfac:209,oc_resource_set_discover:209,oc_resource_set_periodic_observ:209,oc_resource_set_request_handl:209,oc_serv:[159,190,209,211,214],oc_transport_gatt:190,oc_transport_ip:190,oc_transport_seri:190,occasion:91,occur:[14,27,28,91,93,102,137,138,141,164,177,178,180,181],occurr:165,ocf:[108,207],ocf_sampl:[7,63],ocimgr:107,octet:[28,30,33,104],od_init:110,od_nam:154,odd:144,odditi:14,off:[2,14,22,32,33,34,86,89,91,98,99,101,106,110,116,132,133,138,151,152,154,155,160,170,172,173,180,181,184,188,190,192,194,209,211,213,214,215,217,225],offboard:212,offer:[1,32,108,110,127,135,208],offset1:91,offset2:91,offset:[22,29,73,91,95,102,104,116,124,128,129,150,151,162,164,165,210],often:[9,57,95,138,141],ogf:207,ohm:208,oic:[7,14,53,68,108,155,156,157,215,225],oic_bhd:68,oic_bl:68,oic_seri:68,oic_udp:68,oic_udpconnstr:68,oicmgr:[7,68,107,108,109],okai:14,old:[47,116],older:[14,61,84,185,186],oldest:[116,121,125,164],olimex:[183,207,220,225],olimex_blinki:188,olimex_stm32:[55,188,221],om1:91,om2:91,om_data:91,om_databuf:91,om_flag:91,om_len:91,om_omp:91,om_pkthdr_len:91,om_ptr:151,ome:92,omgr:109,omi_block_s:92,omi_min_fre:92,omi_nam:92,omi_num_block:92,omi_num_fre:92,omit:[14,49,164],omp:91,omp_databuf_len:91,omp_flag:91,omp_len:91,omp_next:91,omp_pool:91,on_reset:27,on_sync:27,onboard:[8,154,155,213,217,222,223,225],onc:[21,30,57,59,63,82,86,88,91,92,93,94,101,104,119,132,141,143,157,169,170,175,180,183,184,190,192,193,201,207,208,212],one:[1,4,7,8,10,11,12,14,21,22,23,24,28,30,31,32,33,36,37,41,45,47,52,53,55,59,60,61,63,69,84,87,89,91,93,94,95,98,100,101,104,105,106,112,113,116,128,129,130,133,138,141,146,151,152,156,157,162,163,164,165,170,172,173,179,180,181,182,183,184,185,186,187,188,189,193,196,199,200,201,202,203,206,207,208,210,217,218,221,225],ones:[16,91,100,110,132,151,173,225],ongo:28,onli:[1,2,7,8,10,11,12,14,16,21,22,25,28,30,33,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,59,60,61,62,63,64,68,74,82,85,88,89,91,92,94,95,98,99,100,102,104,105,106,107,110,111,112,114,126,128,129,130,138,141,146,151,152,154,155,157,161,162,163,164,165,167,168,170,175,177,180,182,184,190,192,193,196,197,199,200,201,202,203,207,208,209,210,212,214,215,219],onlin:[182,215,222,223],onto:[1,22,44,45,49,86,89,91,95,156,183,185,186,187,188,189,206,207,210,218,221],oob:[14,22,28,30],op_mod:212,opaqu:[128,143,151,152,154,156,215],open:[4,8,9,10,12,14,22,32,40,41,49,57,59,60,61,63,98,108,110,128,130,153,180,182,185,186,188,189,199,207,213,219],open_test:199,openocd:[12,95,182,185,186,188,189,221],openocd_debug:185,oper:[1,9,12,17,20,22,27,32,33,41,59,60,61,86,91,98,99,100,101,102,106,108,110,128,129,130,131,132,133,135,137,144,151,152,157,163,165,166,168,172,173,177,178,179,180,181,182,193,199,200,202,203,206,207,208,210,212,215],oppos:[33,91,157,203],opt:4,optim:[1,25,34,39,40,45,52,63,91,95,96,103,110,162,169,172,173,176,182,185,186,187,188,189,193,196,200,207,208,210,215,218,221],optimis:33,option:[2,3,4,6,7,8,12,14,23,24,28,38,39,48,53,57,64,68,74,86,87,89,92,95,104,108,110,126,127,148,152,154,155,161,162,164,165,167,172,173,179,182,186,188,193,200,201,202,207,210,221],orang:[185,189],order:[1,9,14,15,23,35,57,63,65,87,89,91,92,93,99,101,103,104,105,108,141,152,164,165,170,190,193,196,199,202,204,207,208,212,215,222,223],org:[1,4,10,11,41,59,60,61,63,82,84,103,106,113,180,182,185,186,188,189,199,207,208,215,222,223],organ:[11,110,163,199,201],origin:[11,48,95,104,188],os_align:[91,92],os_arch:[63,92,102],os_bad_mutex:93,os_callout:[63,86,99,105,184,194,215],os_callout_func:[86,91],os_callout_func_init:86,os_callout_init:[86,99,184,194,215],os_callout_queu:86,os_callout_remaining_tick:86,os_callout_reset:[86,99,184,194,215],os_callout_stop:86,os_cfg:63,os_cli:165,os_cputim:[14,63],os_cputime_delay_nsec:88,os_cputime_delay_tick:88,os_cputime_delay_usec:88,os_cputime_freq:25,os_cputime_freq_pwr2:88,os_cputime_get32:88,os_cputime_init:88,os_cputime_nsecs_to_tick:88,os_cputime_ticks_to_nsec:88,os_cputime_ticks_to_usec:88,os_cputime_timer_init:88,os_cputime_timer_num:[25,88],os_cputime_timer_rel:88,os_cputime_timer_start:88,os_cputime_timer_stop:88,os_cputime_usecs_to_tick:88,os_dev:[63,110,152,153,154,213],os_dev_clos:[153,213],os_dev_cr:[110,152,153,154,157],os_dev_init_func_t:[110,154],os_dev_init_primari:153,os_dev_open:[153,208,213],os_einv:[91,102],os_eno:105,os_error_t:[87,92,93,100],os_ev:[86,89,91,99,105,106,184,194,215],os_event_fn:[86,89,91],os_event_queu:89,os_event_t_mqueue_data:91,os_event_t_tim:86,os_eventq:[63,86,89,91,99,106,157,161,194,206,208],os_eventq_dflt_get:[27,89,94,101,106,165,180,181,184,194,213,215],os_eventq_get:[89,99],os_eventq_get_no_wait:89,os_eventq_init:[89,91,99,106,194,206,208],os_eventq_pol:89,os_eventq_put:[89,106,194],os_eventq_remov:89,os_eventq_run:[27,89,91,94,101,165,180,181,184,194,213,215],os_exit_crit:87,os_fault:63,os_get_uptim:102,os_get_uptime_usec:102,os_gettimeofdai:102,os_heap:63,os_init:[88,101],os_invalid_parm:[93,100],os_main_task_prio:[165,196],os_main_task_stack_s:165,os_malloc:[63,90],os_mbuf:[63,91,151,161],os_mbuf_adj:91,os_mbuf_append:[91,206,208],os_mbuf_appendfrom:91,os_mbuf_cmpf:91,os_mbuf_cmpm:91,os_mbuf_concat:91,os_mbuf_copydata:91,os_mbuf_copyinto:91,os_mbuf_count:91,os_mbuf_data:91,os_mbuf_dup:91,os_mbuf_extend:91,os_mbuf_f_:91,os_mbuf_f_mask:91,os_mbuf_fre:91,os_mbuf_free_chain:91,os_mbuf_get:91,os_mbuf_get_pkthdr:91,os_mbuf_is_pkthdr:91,os_mbuf_leadingspac:91,os_mbuf_len:91,os_mbuf_off:91,os_mbuf_pkthdr:91,os_mbuf_pkthdr_to_mbuf:91,os_mbuf_pktlen:91,os_mbuf_pool:91,os_mbuf_pool_init:91,os_mbuf_prepend:91,os_mbuf_prepend_pullup:91,os_mbuf_pullup:91,os_mbuf_trailingspac:91,os_mbuf_trim_front:91,os_mbuf_usrhdr:91,os_mbuf_usrhdr_len:91,os_mbuf_widen:91,os_memblock:92,os_memblock_from:92,os_memblock_get:92,os_memblock_put:92,os_memblock_put_from_cb:92,os_membuf_t:[91,92],os_mempool:[63,91,92],os_mempool_byt:92,os_mempool_clear:92,os_mempool_ext:92,os_mempool_ext_init:92,os_mempool_f_:92,os_mempool_f_ext:92,os_mempool_info:92,os_mempool_info_get_next:92,os_mempool_info_name_len:92,os_mempool_init:[91,92],os_mempool_is_san:92,os_mempool_put_fn:92,os_mempool_s:[91,92],os_mqueu:91,os_mqueue_get:91,os_mqueue_init:91,os_mqueue_put:91,os_msys_count:91,os_msys_get:91,os_msys_get_pkthdr:91,os_msys_num_fre:91,os_msys_regist:91,os_msys_reset:91,os_mutex:[63,87,93,116,152],os_mutex_init:93,os_mutex_pend:93,os_mutex_releas:[87,93],os_ok:[87,93,100],os_pkg_init:165,os_san:[63,99],os_sanity_check:[99,101],os_sanity_check_func_t:99,os_sanity_check_init:99,os_sanity_check_regist:99,os_sanity_check_reset:99,os_sanity_check_setfunc:99,os_sanity_task_checkin:99,os_sch:[63,87],os_sched_get_current_t:196,os_sched_get_current_task:[87,99,196],os_sched_next_task:87,os_sched_set_current_task:87,os_sem:[63,94,100,207],os_sem_get_count:100,os_sem_init:[14,94,100,207],os_sem_pend:[14,94,100,207],os_sem_releas:[14,94,100,207],os_settimeofdai:102,os_stack_align:[196,206,208],os_stack_t:[99,101,194,196,206,208],os_start:101,os_stime_max:102,os_stime_t:102,os_sysview:223,os_task:[63,87,89,93,94,99,101,194,196,206,208],os_task_count:101,os_task_flag_evq_wait:101,os_task_flag_mutex_wait:101,os_task_flag_no_timeout:101,os_task_flag_sem_wait:101,os_task_func_t:[99,101,167],os_task_info:101,os_task_info_get_next:101,os_task_init:[94,99,101,194,196,206,208],os_task_max_name_len:101,os_task_pri_highest:101,os_task_pri_lowest:101,os_task_readi:101,os_task_remov:101,os_task_sleep:101,os_task_st:101,os_task_stack_defin:101,os_task_state_t:101,os_test:63,os_tick_idl:[140,182,185,215],os_tick_init:140,os_tick_per_sec:14,os_ticks_per_sec:[14,86,99,102,105,140,154,184,194,196,206,207,208,215],os_tim:[63,102,199],os_time_adv:102,os_time_delai:[14,101,102,154,170,194,196,206,208],os_time_get:102,os_time_max:102,os_time_ms_to_tick:102,os_time_ms_to_ticks32:102,os_time_t:[86,89,93,99,100,101,102,140,152,154],os_time_tick_geq:102,os_time_tick_gt:102,os_time_tick_lt:102,os_time_ticks_to_m:102,os_time_ticks_to_ms32:102,os_timeout:[93,100,207],os_timeout_nev:[93,94,100,102,152,153,213,215],os_timeradd:102,os_timersub:102,os_timev:[102,199],os_timeval_geq:102,os_timeval_gt:102,os_timeval_leq:102,os_timeval_lt:102,os_timezon:[102,199],os_wait_forev:[89,94,101,194,196,206,208],osmalloc:90,ostask:101,ostick:102,osx:[169,170],ota:190,otg1:188,otg2:[188,221],other:[1,6,8,10,11,14,22,23,25,30,33,52,57,63,88,89,91,92,94,95,96,99,100,101,102,104,105,106,110,128,130,135,138,151,154,156,157,161,162,163,165,169,172,173,174,175,177,178,182,183,184,185,194,196,197,199,201,206,207,208,209,210,211,215,217,222,223],otherwis:[14,91,92,94,101,118,120,123,129,137,141,157,201,202],oti:101,oti_cswcnt:101,oti_last_checkin:101,oti_nam:101,oti_next_checkin:101,oti_prio:101,oti_runtim:101,oti_st:101,oti_stks:101,oti_stkusag:101,oti_taskid:101,oui:[21,193],our:[14,22,57,91,95,162,163,169,170,172,175,180,181,183,184,190,196,199,202,206,208,218,221],our_id_addr:[31,176],our_id_addr_typ:176,our_key_dist:28,our_ota_addr:[31,176],our_ota_addr_typ:[31,176],out:[8,9,11,22,23,24,27,28,32,63,82,83,84,86,91,97,101,104,106,112,116,117,120,122,130,131,132,133,149,162,172,174,176,180,181,183,188,200,212,220],out_cpha:141,out_cpol:141,out_data:[128,129],out_dir:129,out_fil:129,out_id_addr_typ:31,out_len:[128,129],out_m:102,out_nam:[112,128,129],out_name_len:[128,129],out_off:91,out_tick:102,outcom:151,outdat:60,outfil:[1,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,64],outlin:5,output:[1,7,12,14,23,28,31,32,36,37,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,56,59,60,61,64,71,75,77,78,79,83,90,95,101,102,104,132,137,144,151,157,162,164,169,182,184,185,186,188,189,193,194,199,200,207,210,215,219,222],outsid:[22,32,91,166],outweigh:91,over:[14,22,23,24,28,30,32,33,67,68,69,70,71,72,73,74,75,76,77,78,79,91,104,109,110,112,116,118,126,138,144,151,162,177,183,184,186,190,191,193,196,200,206,207,209,210,211,214,217,220,222,225],overal:[10,14,25,91,101,130],overdr:212,overflow:[14,102],overhead:91,overlap:22,overrid:[52,63,66,67,68,69,70,71,72,73,74,75,76,77,78,79,82,83,84,95,151,162,163,173,190,208],overridden:[24,165,173],overview:[104,210,211,215],overwrit:[6,51,52,61,62,84,85,95,106,182,197,200],overwrite_many_test:199,overwrite_one_test:199,overwrite_three_test:199,overwrite_two_test:199,overwritten:104,own:[2,11,14,21,22,41,59,60,61,63,89,93,94,98,100,101,111,141,151,162,163,171,172,208,212],own_addr_t:[180,181],own_addr_typ:[28,68,180,181,207],owner:[89,93,203],ownership:[93,207,208],pacakg:172,pacif:102,pack:[4,57,83,91,185,187,192,200,210,215,218],packag:[6,9,11,14,24,25,27,36,41,42,43,45,47,52,53,54,55,57,58,60,61,62,81,85,89,94,96,101,104,105,107,108,110,113,114,128,130,132,133,146,147,150,153,154,157,159,160,161,162,163,167,169,173,183,184,185,193,194,198,201,202,208,211,212,213,214,225],package1:151,package1_log:151,package2:151,package2_log:151,packet:[22,28,30,32,138,161,180,193],packet_data:91,pacman:[7,61],pad:[91,104],page:[1,4,5,6,7,8,10,14,22,23,59,60,62,82,83,85,95,103,111,131,138,139,152,153,154,155,169,170,172,174,178,180,181,183,208],page_s:111,pair:[14,22,23,28,32,68,104,105,150,165,176,178],pakcag:161,panel:12,paradigm:91,param:[28,161,178],param_nam:161,paramet:[1,14,22,27,28,29,31,63,68,74,86,87,88,89,91,92,93,99,100,101,102,105,112,116,126,129,133,137,138,140,141,143,144,145,151,152,153,154,156,157,158,161,165,175,177,178,179,180,181,190,199],parameter_nam:165,parameter_valu:165,parent:[92,128,157],parenthes:91,pariti:144,parlanc:11,parmaet:28,parmet:[28,29],pars:[57,146,148,161,180,199],part:[14,23,30,91,97,104,116,130,131,151,162,175,176,179,207,208,214],parti:[180,182,200],partial:[66,67,68,69,70,71,72,73,74,75,76,77,78,79,82,83,84,91,104,130],particular:[4,14,22,49,63,91,94,95,98,99,104,106,110,128,132,141,143,150,178,180,181],particularli:197,partit:[22,95,104,130,162],partner:14,pass:[1,7,12,14,22,28,63,86,88,89,91,92,93,99,100,101,105,106,110,111,113,115,116,126,137,138,141,143,144,150,151,152,153,154,156,161,175,179,180,181,199,215],passiv:[14,28],passkei:[14,22,23,28],password:[11,60,82,173,203],past:[22,91],patch:[185,186,189],path:[2,4,6,11,12,14,30,52,59,60,61,62,63,68,82,83,84,85,95,96,128,129,165,201,207,208],pathloss:30,pattern:[28,95,196,212],payload:[14,91,108,109,138],pc6:221,pc7:221,pca100040:173,pca:[187,192,207,208],pcb:207,pci:[110,132],pcmcia:[110,132],pdata:138,pdf:[169,221],pdt:[102,199],pdu:[14,22,28],peek:196,peer:[10,23,29,68,141,177,179,180,181,192],peer_addr:[28,31,68,175],peer_addr_typ:[28,31,68,175],peer_id:68,peer_id_addr:176,peer_id_addr_typ:176,peer_nam:[14,68,192],peer_ota_addr:176,peer_ota_addr_typ:176,pem:[39,48],pencil:10,pend:[22,86,89,93,100,104,138,192],per:[11,14,21,91,93,104,105,130,133,137,141,144,163,196,199,202,212],perfectli:14,perfom:104,perform:[3,4,5,9,11,12,14,22,23,26,28,38,59,60,61,66,82,83,84,87,91,92,94,95,99,101,103,104,106,111,127,128,138,143,157,162,165,169,177,182,184,185,192,193,202,206,208,209,210,211,212,215],perhap:201,period:[9,14,21,23,28,86,99,140,145,194,196],peripher:[9,14,22,25,27,30,31,32,95,98,110,132,133,138,141,163,171,172,175,178,179,180,192,206,207,208],perman:[73,104,162,175,178,192],permiss:[207,208],permit:[22,179,182,215,222,223],persist:[14,104,127],perspect:162,pertain:178,petteriaimonen:103,phdr:91,phone:[14,23,33],php:57,phy:[28,32],phy_init:208,phy_opt:28,physic:[28,30,32,68,106,134,137,144],pick:[87,94,151,180,181],pictur:[169,185],pid:186,piec:[32,95,207],pin:[7,8,22,95,98,101,110,132,134,137,138,141,142,144,152,169,184,185,188,193,194,200,207,208,210,212,215,221],ping:94,pinout:97,pipe:14,piqu:225,pitfal:91,pkcs15:104,pkg1:164,pkg2:164,pkg:[1,7,11,41,45,52,55,57,59,60,61,63,96,97,103,106,110,111,112,127,128,131,132,151,153,161,163,164,165,172,184,190,194,199,207,208,209,215],pkg_init_func1_nam:165,pkg_init_func1_stag:165,pkg_init_func2_nam:165,pkg_init_func2_stag:165,pkg_init_func:165,pkg_init_funcn_nam:165,pkg_init_funcn_stag:165,pkga_syscfg_nam:165,pkga_syscfg_name1:165,pkga_syscfg_name2:165,pkgn_syscfg_name1:165,pkt:207,pkthdr_len:91,pkts_rxd:91,place:[3,14,57,63,89,102,103,104,116,138,141,152,162,165,167,170,172,173,179,180,181,188,190,196,202,217],plai:[12,14,32,217],plain:[162,186,202],plan:[2,14,110,161],platform:[2,7,9,11,12,24,25,59,60,61,68,82,83,84,86,94,95,96,98,110,133,138,141,143,166,167,172,182,184,185,186,188,189,192,196,200,207,208,210,218,219,220,221],pleas:[14,41,59,60,61,96,97,163,169,170,182,183,201,208,215,222,223],plenti:196,plist:63,plu:[91,138],plug:[8,131,169,188,189,208],plumb:206,pmode:210,point:[2,4,6,14,33,87,91,93,95,97,101,103,104,105,106,110,117,118,119,120,121,123,124,125,126,141,151,152,157,172,177,178,180,181,208,209],pointer:[69,86,87,88,89,91,92,93,95,100,101,102,105,106,110,116,117,118,126,129,131,133,138,141,143,148,149,150,151,152,153,154,157,161,177,178,196],poke:208,polici:[28,201],poll:[14,89,94,156,210,215],poll_du:210,poll_dur:210,poll_interv:210,poll_itvl:210,poll_rat:157,poller:[152,156,157,215],pong:94,pool:[75,82,94,193,211,219],popul:[1,7,12,52,64,102,167,183,200,217,220,225],port:[2,12,68,94,104,106,110,137,144,151,163,173,182,184,185,186,187,188,189,190,200,207,210,215,218,219,220,221,225],portabl:[110,132],portingto:96,portion:[104,122,138,208],posit:[91,102,104,116,145,188],posix:61,possibilti:[222,223],possibl:[14,23,25,28,29,31,32,34,38,55,91,93,102,104,110,128,130,132,133,151,162,163,179,201,210,222],post:[51,86,91,110,152,172,194],potenti:[98,162,202],pour:[60,83],power:[2,9,14,22,23,28,30,32,33,57,95,98,106,110,132,133,141,142,154,173,182,187,188,190,192,193,200,209,210,211,212,213,215,218,221],power_mod:212,ppa:4,pre:[4,9,151,163,201,202,207,208],precaut:177,prece:91,preced:24,precis:[6,22,157],predict:196,preempt:[93,94,100,101],preemptiv:[94,101,196],prefer:[3,28,30,114,177,192,207],preference0x01:28,prefix:[14,63,155,165,208],preload:141,prepar:[22,185,187,193,208],prepend:91,preper:212,preprocessor:[161,163],prerequisit:12,presenc:[95,175,180,181,201],present:[1,14,91,95,104,106,146,153,157,162,173,188,199],preserv:91,press:[8,12,14,100,172,194,196,200,210,223],presum:[91,193,212],pretti:[14,208],prev:101,prev_cursor:157,prev_ind:178,prev_notifi:178,prevent:[93,94,104,177],previ:[176,178],preview:173,previou:[32,58,59,60,61,80,81,82,83,84,101,104,142,150,157,164,165,172,173,184,201,206],previous:[6,12,59,60,61,62,82,83,84,85,141,176,190,204,208,210],prevn:[176,178],pri:[79,133,218,221],primari:[28,95,104,108,179,181,192,206],primarili:103,primary_phi:28,primo:[183,207],primo_boot:185,primo_debug:185,primoblinki:185,print:[50,59,60,61,64,105,106,112,128,144,157,161,164],print_statu:128,print_usag:148,printabl:[146,149],printf:[103,112],prio:[99,101,140],prior:[23,25,51,91,94,104,141,143,193],prioriti:[14,79,87,89,93,94,100,101,110,130,133,140,165,173,194,195,225],priv:28,privaci:[21,28,32],privat:[21,23,34,39,48,59,68,82,104,180,181],privileg:2,prng:14,pro:[14,182,185,196],probabl:[7,14,95,174,203,207],probe:[138,185,200,215],problem:[7,14,100,104,162,164],proce:[3,6,11,104,182,185,186,187,188,189,199,200,218,221],procedur:[6,11,14,18,21,22,23,28,29,66,77,82,83,84,104,131,162,207,210,214],proceed:[7,174,180,181],process:[3,6,9,10,14,22,23,27,28,33,63,86,87,89,91,95,101,104,106,107,151,157,159,162,163,165,169,180,181,190,194,196,207,209,213,214,215,222,223],process_rx_data_queu:91,processor:[4,9,91,101,110,132,133,137,182,188,196,215,222,223],produc:[100,104,163,186],product:[14,57,98,137,155,173,207,221],profil:[16,17,18,19,28,29,32,33,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,82,83,84,172,182,218,220,221],profile01:[67,69,70,71,72,73,74,75,76,77,78,79],profile0:79,program:[4,6,8,12,24,87,104,106,139,142,169,182,184,185,187,193,196,200,208,212],programat:106,programm:[186,222,223],programmat:[113,212,215],progress:[7,14,22,104,110,111,141,171],project:[3,6,8,11,15,35,36,41,42,43,46,51,52,54,57,59,60,61,63,65,90,101,103,104,106,111,112,114,127,132,146,151,163,167,170,176,196,199,203,204,209,210,212,215,216,217,222,225],prompt:[7,8,11,12,49,60,61,95,172,182,184,185,186,187,188,189,210,215],prone:179,proper:[110,207],properli:[25,63,94,99,173,177,196,206,208],properti:[12,21,33,61,95,104,109,130,151,169,174,185],propos:10,prot_length:91,prot_tif:91,prot_typ:91,protcol:91,protect:[23,90,104,116],protocol:[14,16,22,29,32,63,68,91,104,108,109,138,211,214,217,220],prototyp:[98,144,165,180,181],provid:[1,2,7,8,9,11,12,14,21,22,23,28,31,32,33,39,41,47,52,59,60,61,68,72,73,74,77,82,86,88,90,91,92,93,94,95,97,98,99,101,102,104,106,110,111,112,116,127,128,129,130,132,137,138,141,143,148,151,152,155,157,159,161,163,167,168,174,180,181,182,190,193,199,200,201,202,207,208,214],provis:[14,32,34],provision:[14,33],proxi:[32,33],pseln:208,pselp:208,pset:141,psm:[14,28],psp:[182,186],pst:[70,102,199],pth:188,ptr:[144,152,157],public_id:28,public_id_addr:31,public_target_address:30,publish:[14,23],pull:[11,14,51,82,84,89,91,110,137,184,188,194],pulldown:137,pullup:[91,137,151],purchas:212,purpos:[4,8,14,23,52,57,95,99,104,132,137,151,154,156,162,163,177,193,196,208,215],push:[10,14],put:[1,2,7,14,45,63,82,84,89,91,92,93,95,100,101,102,109,133,157,175,180,181,196,199,208],putti:[8,184,200,210],pwd:[2,11],pwm:[9,14],pwm_test:63,pwr:[186,188],px4:4,python:[15,35,65],qty:167,qualifi:177,qualiti:216,quat:210,queri:[9,21,52,57,59,60,61,63,64,91,109,152,154,163,175,210,212,219],question:172,queu:[22,86,89,144,194],queue:[14,27,63,86,88,91,94,99,100,101,106,143,157,161,165,180,181,190,195,206,213,215,217,225],quick:[2,3],quickli:[102,132,196,208,210,212,214,215,217],quickstart:[2,196],quiet:[1,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,64],quit:[14,21,95,172,175,180,181,182,185,186,188,189,222],quot:68,radio:[25,32,173],raff:83,rais:93,ram:[50,95,97,130,133,162,172,182,207,209],ram_siz:95,ran:[14,99],rand:[14,28],random:[21,22,26,28,31,68,173,179,180,181,206,208],random_id:28,random_id_addr:31,randomli:21,rang:[9,22,30,32,91,103,148,151,193],rapid:14,rare:91,rate:[14,68,86,106,157,159,173,193,210,212,214,215],rather:[14,16,22,95,102,103,104,128,162,208],raw:[11,59,60,82,83,106,165,208],rb_blinki:[45,52],rb_blinky_rsa:45,rb_boot:45,rb_btshell:52,rbnano2_blinki:189,rbnano2_boot:189,rdy:87,reach:[14,99,143],read:[4,6,7,11,12,16,20,21,22,24,28,29,57,63,66,67,70,75,78,79,82,83,84,89,91,101,104,105,106,110,111,112,116,118,121,122,126,128,135,137,138,143,150,151,156,157,159,160,165,169,176,178,179,180,181,182,183,186,189,190,192,193,194,196,199,200,201,206,207,208,209,210,211,214,217,220,222,223],read_acceleromet:215,read_cb:215,read_chr:177,read_config:128,read_rsp_rx:78,read_rsp_tx:78,read_sensor_interv:215,read_test:199,read_type_req_rx:78,read_type_req_tx:[78,190],read_type_rsp_rx:[78,190],read_type_rsp_tx:[78,190],readabl:[173,203],readdesc:7,readdir_test:199,reader:[199,206,208],readi:[10,87,89,101,106,144,150,182,196,207,212,222],readili:110,readm:[7,11,57,63,95,172,199],readnow:63,real:[1,7,9,14,89,94,102,106,150,168,172,179,194,207,215,222],realist:199,realli:[14,91,208],rearm:86,rearrang:91,reason:[14,22,27,28,91,92,104,142,176,178,193,196,199,201],reassembl:32,rebas:11,reboot:[7,14,73,104,105,142,162,164,192,209,211],reboot_log:74,reboot_log_flash_area:[164,165],reboot_start:213,rebuild:[14,34,63,84,213],rec0:104,rec1:104,rec2:104,recal:[177,201],receiv:[10,14,16,22,28,30,33,57,83,91,106,107,112,138,141,144,152,156,157,158,161,175,178,179,186,190,193,215,218,221],recent:[185,208],recip:6,recipi:30,recogn:[57,208],recommend:[3,4,7,12,14,59,60,82,83,91,106,139,153,154,161,164,165,175,179,185,189,190,194,197,210,217,222],reconfigur:[141,144,213],reconnect:177,record:[104,154,163,167,223],recov:104,recover:104,recreat:202,recur:145,recurs:[57,63,92],red:[28,29,169,186,188,221],redbear:[183,225],redefin:164,redistribut:[57,182,201,215,222,223],redo:14,reduc:[9,23,25,33,89,103,108,151,190,194,198],redund:162,reenter:197,ref0:69,refer:[7,8,10,14,20,23,24,30,57,69,95,141,155,162,175,180,181,182,184,188,200,208,210,221],referenc:[1,137],reflect:176,refrain:27,refresh:[2,51,182],refus:[215,222],regard:[130,199,207,208],regardless:[43,151],region:[14,91,95,104,130],regist:[14,24,77,87,91,96,105,107,110,113,114,128,129,132,133,138,147,151,152,156,158,159,165,177,179,196,207,208,212,215],registr:[19,105,131,152,163,177,215],registri:[91,154],regress:167,regular:[91,199],reject:[22,199],rel:[14,91,94,124],relai:[32,33],relat:[10,28,33,45,111,162,175,178,182,193,215,222,223],relationship:[28,100],releas:[3,4,7,33,51,58,80,81,91,92,93,94,100,110,137,138,161,165,182,200,201,202,208],release_not:[7,11],relev:[97,104,110,137],reli:[1,7,57,165],reliabl:[14,32,104,127,130,180,181,202],reload:14,remain:[86,95,151,162,177,196],remaind:[95,175,199,201],rememb:[2,43,82,84,93,182],remind:182,remot:[1,7,9,12,22,28,29,51,57,68,80,82,83,84,108,138,169,173,182,183,184,190,192,194,200,207,215,217,219,220,225],remov:[2,4,6,28,37,47,62,85,88,89,91,92,100,101,106,112,152,156,158,162,177,182,215],renam:14,rename_test:199,repeat:[2,11,22,138,170,177],repeatedli:[30,104],replac:[4,6,95,97,103,146,162,165,170,182,184,218,221],repli:28,repo814721459:57,repo:[1,6,7,10,11,14,43,57,59,63,82,95,110,128,162,169,172,182,184,185,186,187,188,189,193,199,200,203,207,209,210,215,218,219,221,222,223],repop:7,report:[1,4,6,10,14,22,95,133,144,163,182,186,199,207,215,222,223],reposistori:7,repositori:[1,4,11,12,14,42,43,46,51,53,54,59,63,82,110,169,171,172,174,182,183,193,200,204,207,208,217,220,225],repres:[1,8,12,14,63,89,91,100,102,104,106,152,154,156,157,161,179,196],represent:[104,108],reproduc:[1,63,104,131,180,181],req_api:[63,106,151],req_len:91,request:[12,14,22,28,68,69,76,80,91,93,95,100,104,108,109,112,116,142,155,156,158,159,161,162,176,177,182,186,188,190,193,201,202,206,208,209,214,215,218,221],requir:[1,2,4,6,9,11,14,22,25,31,33,55,61,63,68,82,84,89,91,92,94,96,97,98,100,104,106,108,111,128,130,143,151,153,161,162,163,164,165,169,172,175,177,182,185,189,190,193,194,196,199,201,202,206,207,210,213,214,215,225],res:209,resch:87,reserv:[22,91,95,98,117,119,152,193,196],reset:[26,66,80,82,83,84,86,99,107,108,142,162,172,173,176,185,186,187,189,190,208,210,212,215,222,223],reset_cb:27,reset_config:182,reset_handl:[95,188],resid:[98,104,170,179,207],resign:[59,60,61],resist:208,resistor:[194,208],resolut:[23,88,143,163],resolv:[1,14,21,22,23,28,34,57,68,83,164,169,180,181,201],resort:157,resourc:[9,22,30,63,90,93,100,109,155,156,157,159,161,169,182,194,208,209,211,214,215,221,222,223],respect:102,respond:[19,26,162,175,177,179,206,207],respons:[14,17,22,29,30,71,87,92,94,106,108,112,159,162,175,177,196,200,207,214,218,219,221],rest:[1,14,48,63,91,148,150],rest_or_0:167,rest_or_0_aux:167,rest_or_0_aux_1:167,rest_or_0_aux_inn:167,rest_or_0_aux_n:167,restart:[2,104,105,116,142,182,212],restor:[14,105,130,185,187,193,208],restrict:[104,116,130,161,165,177,178],restructuredtext:10,result:[12,14,22,60,64,91,102,105,149,152,163,165,167,179,186,199,206,207,208],resum:[32,101,104,175,178],resynchron:51,retain:[104,165,178],retent:133,retransmit:33,retreiv:109,retri:[189,193],retriev:[59,82,89,91,102,108,128,129,133,151,152,154,172,217],reus:[57,83,104,165],reusabl:57,rev:210,revdep:[1,52,64],revers:[1,24,52,64,104,177,188],revert:[104,192],review:[10,162,175,199],revis:[4,148,210,212],revision_num:[201,202],revisit:[172,178],rfc:[70,150,199],ribbon:[188,221],rigado:[50,187,208],right:[2,3,10,14,57,63,105,175,188,208],rimari:179,ring:100,rise:137,ristic:179,robust:127,role:[14,22,31,32,33,100,177],rom:212,room:[91,196],root:[2,4,8,33,82,112,169,201],round:157,routin:[87,103,105,116,117,119,131,150,207],rpa:[21,28],rpa_pub:[28,68],rpa_rnd:[28,68],rsa2048:104,rsa:104,rsp:[14,28],rssi:[28,30,173],rtc:9,rto:[57,94,196],rtt:[8,14,106,207,224,225],rtt_buffer_size_down:222,rubi:[11,57,60],rule:[165,186,199],rumbl:212,run:[2,3,4,5,6,8,9,11,24,25,31,36,41,43,45,52,54,57,59,60,61,62,63,66,68,69,79,80,82,83,84,85,86,87,88,89,91,93,94,95,98,99,100,101,104,105,107,108,111,112,128,143,159,161,162,164,167,168,169,170,172,173,180,181,183,185,186,187,188,189,190,192,193,196,199,200,207,208,209,210,211,212,213,215,218,220,221,225],runner:12,runtest:[7,107,190],runtest_newtmgr:190,runtim:[26,79,101,182,200,218,221],runtimeco:[59,60,82,83,169,182,200,201],rwx:95,rwxr:[82,84],rx_cb:106,rx_data:207,rx_func:144,rx_off:207,rx_phys_mask:28,rx_power:28,rxbuf:141,rxpkt:91,rxpkt_q:91,s_cnt:163,s_dev:152,s_func:152,s_hdr:163,s_itf:152,s_listener_list:152,s_lock:152,s_map:163,s_map_cnt:163,s_mask:152,s_name:163,s_next:[152,163],s_next_run:152,s_pad1:163,s_poll_rat:152,s_size:163,s_st:[152,215],s_type:152,sad:[152,215],sad_i:215,sad_x:215,sad_x_is_valid:215,sad_y_is_valid:215,sad_z:215,sad_z_is_valid:215,safe:[92,128],safeguard:94,safeti:177,sai:[14,63,91,101,182,200,201,202],said:[137,208],sam0:182,sam3u128:[185,187,193,207,208,215],samd21:[182,200],samd21g18a:182,samd21xx:182,samd:182,same:[6,10,12,14,23,30,36,39,49,53,61,63,80,91,93,95,96,100,104,105,106,127,130,138,157,162,163,164,165,169,170,175,177,178,183,185,187,193,194,196,201,202,203,208,209,212],sampl:[1,12,31,32,63,91,96,110,159,162,165,208,209,211,214,215,220],sample_buffer1:208,sample_buffer2:208,sample_target:55,sane:101,saniti:[79,94,101,172],sanity_interv:99,sanity_itvl:[99,101],sanity_task:99,sanity_task_interv:99,satd:152,satisfactori:201,satisfi:[157,202],sattempt_stat:163,save:[12,33,51,52,73,102,105,106,138,154,177,196,212],saw:178,sbrk:[95,185,186,187,188,189],sc_arg:99,sc_checkin_itvl:99,sc_checkin_last:99,sc_cmd:[161,207],sc_cmd_f:161,sc_cmd_func:[161,207],sc_cmd_func_t:161,sc_func:99,sc_next:128,sc_valtyp:152,scalabl:127,scale:33,scan:[14,17,25,27,28,30,32,173,175,209,211],scan_interv:28,scan_req:28,scan_req_notif:28,scan_result:200,scan_rsp:28,scan_window:28,scannabl:[14,28,31],scd:152,scenario:[23,100,146],scene:33,schedul:[9,14,25,86,89,94,98,101,102,196],schemat:[95,221],scheme:[14,21,30,95],scientif:32,sck_pin:[111,112],scl:[138,210],sco:22,scope:[12,91,196],scratch:[95,104,116,117,119,162],screen:[8,193],script:[7,44,63,113,115,188],scroll:[12,176,190],sd_get_config:[152,154],sd_read:[152,154],sda:[138,210],sdcard:112,sdk:[47,55,165],search:[12,89,96,110,157,172,182,188,201,209,215,222,223],searchabl:[110,157],sec000:104,sec125:104,sec126:104,sec127:104,sec:[14,210,215],second:[14,23,27,28,63,66,67,68,69,70,71,72,73,74,75,76,77,78,79,82,83,84,86,91,92,95,99,101,102,104,116,145,157,161,162,169,170,175,180,181,184,188,196,199,206,208,210,215],secondar:179,secondari:[28,73,95,104,179,192],secondary_phi:28,secret:[23,28],section:[1,5,6,7,11,12,14,16,25,26,30,31,63,91,94,95,101,104,105,129,154,162,164,165,166,171,175,178,179,182,183,190,192,196,200,201,202,208,217,219,220],sector:[104,116,117,122,124,125,126,135,188],sector_address:[111,135],secur:[14,32,104,162,179,192,203,206,208],sed:152,see:[2,4,5,6,7,8,10,11,12,14,15,23,24,25,32,35,38,45,57,59,60,61,63,65,66,68,82,83,84,89,91,93,94,95,98,101,104,105,113,123,132,138,141,150,151,152,153,154,155,156,159,160,161,163,164,165,169,170,172,173,175,176,177,179,180,181,182,183,184,185,186,187,188,189,190,192,193,196,197,200,201,202,203,206,207,208,209,210,211,212,214,215,217,218,220,221,222,223],seek:91,seem:[14,175,208],seen:[92,136,139,201,225],segger:[8,14,106,185,187,192,193,200,207,208,210,215,218,224,225],segger_rtt_conf:222,segment:[32,91,209],sel:221,select:[4,12,14,21,32,57,61,137,141,152,161,182,184,185,186,188,209,211,221,223],selector:152,self:[3,31,96,180,181,199],selftest:199,sem:100,sem_token:100,sema:207,semant:178,semaphor:[14,94,101,207],send:[3,14,16,22,28,29,33,40,44,49,66,68,69,71,76,80,82,83,84,91,106,108,109,138,141,144,152,159,168,169,170,175,183,206,208,214,219,225],send_pkt:91,sender:175,sens:[22,104,162,208],senseair:[206,207],senseair_cmd:207,senseair_co2:[206,207],senseair_init:207,senseair_read:[206,207],senseair_read_typ:[206,207],senseair_rx_char:207,senseair_shell_func:207,senseair_tx:207,senseair_tx_char:207,sensi:209,sensibl:165,sensor:[9,14,33,110,163,212,225],sensor_accel_data:[152,215],sensor_callout:215,sensor_cfg:[152,154],sensor_check_typ:152,sensor_clear_high_thresh:157,sensor_clear_low_thresh:157,sensor_clear_trigger_thresh_t:152,sensor_cli:[160,210,211,215],sensor_color_data:152,sensor_cr:[153,210,213],sensor_data_cmp_gt:152,sensor_data_cmp_lt:152,sensor_data_func_t:[152,154,156],sensor_data_funct_t:154,sensor_data_t:152,sensor_dev_cr:153,sensor_devic:152,sensor_driv:[152,154],sensor_euler_data:152,sensor_event_type_double_tap:152,sensor_event_type_free_fal:152,sensor_event_type_orient_chang:152,sensor_event_type_orient_x_chang:152,sensor_event_type_orient_y_chang:152,sensor_event_type_orient_z_chang:152,sensor_event_type_single_tap:152,sensor_event_type_sleep:152,sensor_event_type_sleep_chang:152,sensor_event_type_t:[152,157],sensor_event_type_wakeup:152,sensor_ftostr:[157,215],sensor_get_config:152,sensor_get_config_func_t:[152,154],sensor_get_devic:152,sensor_get_itf:[152,154],sensor_get_type_traits_bynam:157,sensor_get_type_traits_bytyp:157,sensor_gyro_data:152,sensor_handle_interrupt_t:152,sensor_humid_data:152,sensor_ign_listen:152,sensor_init:[152,154],sensor_itf:[152,153,154],sensor_itf_i2c:[152,153],sensor_itf_spi:152,sensor_itf_uart:152,sensor_light_data:152,sensor_listen:[152,156,215],sensor_lock:152,sensor_mag_data:152,sensor_mgr_compare_func_t:157,sensor_mgr_evq_get:157,sensor_mgr_find_next:157,sensor_mgr_find_next_bydevnam:[157,215],sensor_mgr_find_next_bytyp:157,sensor_mgr_lock:157,sensor_mgr_match_bytyp:157,sensor_mgr_put_interrupt_evt:157,sensor_mgr_put_notify_evt:157,sensor_mgr_put_read_evt:157,sensor_mgr_regist:[152,154,157],sensor_mgr_unlock:157,sensor_mgr_wakeup_r:[157,215],sensor_nam:210,sensor_notifi:[152,158],sensor_notifier_func_t:152,sensor_notify_ev_ctx:157,sensor_o:[159,209,210,211,214,215],sensor_offset:210,sensor_oic_init:[157,159,209],sensor_oic_obs_r:[159,214],sensor_oic_tx_trigg:157,sensor_pkg_init:152,sensor_press_data:152,sensor_quat_data:152,sensor_read:[152,156],sensor_read_ev_ctx:152,sensor_read_func_t:[152,154],sensor_register_listen:[156,215],sensor_register_notifi:158,sensor_set_config_func_t:152,sensor_set_driv:[152,154],sensor_set_interfac:[152,154],sensor_set_n_poll_r:157,sensor_set_notification_t:152,sensor_set_poll_rate_m:[152,157,215],sensor_set_thresh:157,sensor_set_trigger_thresh_t:152,sensor_set_type_mask:[152,154],sensor_shel:210,sensor_temp_data:152,sensor_thresh_algo_userdef:152,sensor_thresh_algo_watermark:152,sensor_thresh_algo_window:152,sensor_timestamp:152,sensor_trigger_cmp_func_t:152,sensor_trigger_init:157,sensor_trigger_notify_func_t:[152,157],sensor_type_acceleromet:[152,153,154,213,215],sensor_type_al:152,sensor_type_altitud:152,sensor_type_ambient_temperatur:152,sensor_type_color:152,sensor_type_eul:[152,154,213],sensor_type_grav:[152,154,213],sensor_type_gyroscop:[152,154,213],sensor_type_light:152,sensor_type_linear_accel:[152,154,213],sensor_type_magnetic_field:[152,154,213],sensor_type_non:152,sensor_type_pressur:152,sensor_type_proxim:152,sensor_type_relative_humid:152,sensor_type_rotation_vector:[152,154,213],sensor_type_t:[152,154,156,157,215],sensor_type_temperatur:[152,154],sensor_type_trait:[152,157],sensor_type_user_defined_1:152,sensor_type_user_defined_2:152,sensor_type_user_defined_3:152,sensor_type_user_defined_4:152,sensor_type_user_defined_5:152,sensor_type_user_defined_6:152,sensor_type_weight:152,sensor_unlock:152,sensor_unregister_listen:[156,215],sensor_unregister_notifi:158,sensor_unset_notification_t:152,sensor_value_type_float:[152,154],sensor_value_type_float_triplet:[152,154],sensor_value_type_int32:152,sensor_value_type_int32_triplet:152,sensor_value_type_opaqu:152,sensor_value_type_temperatur:154,sensorapi:152,sensornam:[152,153,154,155,210,213,215],sensorname_cli:154,sensorname_ofb:210,sensors_o:211,sensors_test:[63,209,210,212,213,214],sensors_test_config_bno055:213,sent:[22,30,106,138,141,144,161,177,179,193],sentenc:64,sep:[4,84],separ:[14,22,27,36,37,52,53,68,104,110,148,151,162,163,177,180,181,182,185,186,188,189,193],seper:222,septemb:212,sequenc:[94,104,106,130,212],sequenti:130,seri:[104,128,142,179,225],serial:[68,89,104,105,106,108,109,110,116,133,138,141,163,185,189,190,192,193,194,207,209,210,211,219,220],serror_stat:163,serv:[20,57,95,116,155,162,209],server:[12,14,16,20,22,28,32,33,109,155,156,159,162,179,193,206,209,211,214,215],servic:[14,18,19,28,29,30,32,33,94,98,110,132,168,175,176,177,178,200,202,207,209],service_data_uuid128:[28,30],service_data_uuid16:30,service_data_uuid32:[28,30],sesnor:215,session:[12,40,41,49,57,59,60,61,63,95,182,185,186,188,189,222],set:[1,2,7,8,9,10,12,21,22,24,25,28,29,30,33,34,36,38,39,41,52,55,57,58,60,61,63,64,66,67,68,69,70,71,72,73,74,75,76,77,78,79,81,83,84,86,87,88,91,98,99,100,101,102,104,105,106,110,111,121,128,130,132,137,138,140,141,143,144,145,150,153,155,157,159,160,161,162,163,167,169,173,176,177,180,181,182,183,185,186,187,188,189,192,193,194,196,197,199,200,201,202,203,206,208,210,211,212,214,215,217,218,220,221,222],setting1:164,setting2:164,settl:26,setup:[11,59,61,62,73,82,84,85,154,162,172,173,183,184,190,192,206,207,208,210,212,215,217,218,219,220,221],sever:[3,14,22,24,28,32,63,95,96,98,102,104,151,162,165,168,179,180,181,187,188,201],sgd:152,sgrd:152,sha256:104,sha:104,shadow:105,shall:[14,25,28,30,152],share:[4,14,23,90,91,93,94,100,162,194,201],shdr:163,sheet:154,shell:[1,7,8,14,31,32,57,61,82,98,105,106,113,114,151,155,163,164,165,169,183,190,193,196,197,207,209,210,211,212,217,222],shell_cmd:[161,207],shell_cmd_argc_max:[161,193],shell_cmd_func_t:161,shell_cmd_h:161,shell_cmd_help:[161,197],shell_cmd_regist:[161,207],shell_command:161,shell_compat:161,shell_complet:161,shell_evq_set:161,shell_init:[161,165],shell_max_compat_command:161,shell_max_input_len:114,shell_max_modul:161,shell_modul:161,shell_nam:161,shell_newtmgr:[161,190],shell_nlip_input_func_t:161,shell_nlip_input_regist:161,shell_nlip_output:161,shell_os_modul:[161,197],shell_param:161,shell_prompt_function_t:161,shell_prompt_modul:[161,184],shell_regist:161,shell_register_app_cmd_handl:161,shell_register_default_modul:161,shell_register_prompt_handl:161,shell_stack:114,shell_task:[161,164,165,184,190,197,207,210,215],shell_task_init:114,shell_task_prio:114,shell_task_prior:164,shell_task_stack_s:114,shield:94,shift:[12,32],ship:[6,14],shortcut:12,shorten:175,shorter:170,shorthand:[91,201],shot:193,should:[4,8,10,12,14,21,27,31,34,57,59,61,63,83,86,87,88,89,91,92,95,98,99,100,101,102,104,105,106,110,113,114,116,122,126,128,130,132,133,138,141,143,144,145,148,150,151,154,157,161,163,165,167,169,170,173,175,176,177,178,180,181,182,184,185,186,187,188,189,193,196,199,200,201,204,207,208,209,210,213,215,218,221,222,223],show:[1,4,5,6,7,8,11,12,14,28,29,33,38,41,42,45,52,55,59,60,61,62,63,64,74,82,83,84,85,91,101,105,106,144,151,162,164,165,167,168,169,173,179,182,183,184,185,186,187,188,189,190,192,193,194,196,200,206,207,208,209,210,211,212,213,214,215,217,218,219,221,222,223,225],shown:[6,7,12,45,57,63,91,94,104,111,143,154,163,169,177,182,185,193,199,201,203,208,210,213,215,219],si_addr:[152,153],si_cs_pin:152,si_num:[152,153],si_typ:[152,153],sibl:[11,202],sid:28,side:[12,14,31,32,105,207],sierra:[60,83],sig:[22,30,33],sigh:212,sign:[6,10,39,48,49,59,60,61,82,152,170,173,183],signal:[22,27,30,32,101,141,178],signatuar:12,signatur:[28,48,104],signifi:138,signific:[21,91,141,162,193],significantli:[14,33],signigic:91,silent:[1,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,64,165],silicon:34,sim1:[218,219,221],sim:[6,7,63,96,207,218,220,221],sim_slinki:[164,219],similar:[1,8,12,14,94,95,151,153,173,193,199,208],similarli:[91,151],simpl:[12,22,32,63,87,91,94,95,100,101,103,105,108,110,127,132,163,169,174,175,180,181,184,196,208,215,217],simplehttpserv:[15,35,65],simpler:[95,179],simplest:[91,218,221],simpli:[6,10,14,89,91,92,100,101,106,132,162,169,171,176,182,196,206,207],simplic:[104,180,181],simplifi:[14,22,89,92,138],simul:[2,3,5,6,52,196,215,219],simultaen:91,simultan:[14,28,30,31],simultaneosli:128,sinc:[3,14,22,25,34,63,91,94,95,100,102,104,105,141,161,163,170,172,173,180,181,182,184,192,196,200,201,206,207,208,209],singl:[2,3,7,14,23,41,49,57,59,60,61,89,91,100,101,104,105,110,128,130,151,152,154,163,165,174,175,179,180,199,201],sissu:142,sit:[16,20,110,132,162],site:[84,174,185,189],situat:[94,162],six:[23,24],size:[9,22,28,30,41,57,59,60,61,63,75,79,89,91,92,95,101,102,103,104,105,106,108,111,130,141,151,162,163,164,165,168,182,186,188,190,193,196,198,211],size_t:[128,129,150],sizeof:[91,105,112,128,153,175,177,178,181,196,206,207,208],skelet:173,skeleton:[7,46,52,169,172,173,182,185,186,187,188,189,193,200,208,218,219,221],skip:[6,11,49,61,104,116,118,151,182,185,186,187,188,189,200,218,221],sl_arg:[156,215],sl_func:[156,215],sl_next:156,sl_sensor_typ:[156,215],slad:152,slave:[28,30,138,141],slave_interval_rang:30,sld:152,sleep:[9,87,89,91,93,100,101,102,133,184,194,196],slightli:[98,162],slink:[218,219,221],slinki:[7,47,63,106,128,162,164,165],slinky_o:[7,63],slinky_sim:164,slinky_task_prior:164,slist_entri:[128,129,152,156],slist_head:[93,152,167],slos854c:212,slot0:104,slot1:104,slot:[7,14,22,63,73,146,162,173,176,182,184,185,186,187,188,189,192,193,197,200,207,210,215,218,221,222,223],slower:[3,98,99],small:[22,25,91,102,106,110,128,162,163,179,186,199,208],smaller:[14,91,108,145,162,182],smallest:91,smart:[32,33,57,63,207,214],smarter:202,smd:152,smp:[22,32],snapshot:[45,185,189,202],snip:[1,38,45,57,63,172,173,190,208],snippet:177,snm_name:163,snm_off:163,soc:[14,98],socket:2,soft:[66,82,83,84,142],softwar:[1,3,4,6,32,40,44,49,52,98,99,104,132,168,182,185,187,188,192,200,201,207,208,210,215,218,222],solder:207,solut:[57,132,180,181],solv:[104,162],some:[1,8,12,14,31,66,78,91,92,94,95,98,100,101,103,104,106,112,116,127,128,130,133,141,144,151,157,164,167,169,174,175,176,177,178,180,181,184,185,186,189,190,193,196,197,199,200,201,207,212,215,218,221,222,223,225],somebodi:[105,207],somehow:63,someon:[10,87,208],someth:[14,22,169,172,173,200,203,206,222],sometim:[105,182,200,222],somewhat:[94,104],somewher:[14,104,162,208],soon:[32,202],sooner:145,sophist:196,sort:176,sound:14,sourc:[1,4,9,15,25,32,52,58,60,62,63,81,83,85,91,98,104,105,110,154,155,165,167,174,182,185,186,188,194,200,201,202,208,215,217,221],space:[12,14,32,36,37,52,53,68,91,98,116,117,130,138,146,149,161,162,163,172,180,183,200,217,220,225],spare:14,spd:152,spec:[14,22],specfi:210,special:[8,91,98,111,162,179,180,181,199,200,201,202,210],specif:[11,14,22,23,24,30,32,33,59,60,61,63,64,87,89,91,92,94,95,97,98,102,104,108,110,126,128,130,132,137,138,140,141,142,143,144,146,151,152,154,157,162,165,167,173,175,177,178,180,181,182,188,190,193,196,199,200,201,207,208,218,221],specifi:[1,4,6,7,11,12,14,22,28,31,36,37,39,41,43,45,47,48,52,53,55,57,59,60,61,63,67,68,69,70,71,72,73,74,75,76,77,78,79,86,88,89,91,92,95,98,99,101,102,103,106,108,109,126,133,137,138,146,151,152,153,154,155,156,157,159,160,161,164,167,172,175,177,178,179,180,181,182,187,188,190,192,197,200,201,202,203,208,210,214,215,218,221,222],spectrum:32,speed:[9,32,144,182,185,186,187,193,208,222],spew:200,sphinx:[15,35,65],spi:[8,14,32,98,110,111,112,137],spi_cfg:[111,112],spi_miso_pin:[111,112],spi_mosi_pin:[111,112],spi_num:[111,112,141],spi_sck_pin:[111,112],spi_ss_pin:[111,112],spi_typ:141,spitest:[7,63],split:[7,14,73,95,142,164,192,207,208,218,219,221],split_app:7,split_app_init:165,split_config:[218,219],split_elf_nam:63,split_file_test:199,split_load:165,splitti:[7,63,162,164],spot:95,spread:32,spuriou:199,sqd:152,squar:138,sram:188,src:[6,7,11,14,47,52,57,63,72,82,84,91,95,97,110,131,132,135,139,140,142,148,165,167,170,172,182,185,186,187,188,189,193,196,199,200,206,207,208,210,213,215,218,219,221],src_off:91,srhd:152,ss_op_wr:177,ss_pin:[111,112],ssec:28,st_cputim:215,st_ostv:215,stabil:[201,202],stabl:[1,7,59,60,82,83,201,202],stack:[1,9,14,20,25,27,28,31,32,57,79,87,89,91,94,101,162,165,171,172,173,174,175,177,178,179,193,207],stack_bottom:101,stack_siz:[99,101],staff:[82,83],stage:[99,104,110,152,153,162,165],stai:14,stailq_entri:[151,163],stale:[2,182],stand:[14,91],standalon:[14,162],standard:[7,32,33,102,108,109,110,111,127,128,132,175,180,181,193,206,207],standard_accel_grav:152,standbi:[32,146,212],start:[2,4,8,9,10,12,14,27,28,29,31,40,49,61,64,73,84,88,90,91,92,93,94,95,97,101,104,110,113,116,117,119,122,128,138,139,141,142,143,144,145,151,157,162,165,169,171,172,175,182,183,184,185,186,188,189,192,193,196,199,201,206,207,208,209,210,211,213,215,219,223,225],starter:170,startup:[21,27,31,32,104,162,165,180,181,196,212],startup_stm32f40x:[186,188],stash:51,stat:[1,7,14,66,80,82,83,84,107,108,165,172,190,193,197,207,208,215,222],state:[6,14,27,32,33,54,57,87,89,95,99,101,102,109,116,132,133,137,150,182,188,192,194,196,202,204],statement:[11,165,190],statist:[1,50,66,75,78,79,82,83,84,166,193,218,219,221,222],stats_clear:163,stats_cli:[1,197],stats_get:163,stats_group_find:163,stats_group_walk:163,stats_group_walk_func_t:163,stats_hdr:[154,163],stats_inc:163,stats_incn:163,stats_init:[154,163],stats_init_and_reg:163,stats_module_init:165,stats_my_stat_sect:163,stats_nam:[1,39,40,78,154,163],stats_name_end:[154,163],stats_name_init_parm:[154,163],stats_name_map:163,stats_name_map_nam:163,stats_name_start:[154,163],stats_newtmgr:[1,164,165,190],stats_nmgr_register_group:163,stats_regist:[154,163],stats_reset:163,stats_sect_decl:[154,163],stats_sect_end:[154,163],stats_sect_entri:[154,163],stats_sect_entry16:163,stats_sect_entry32:163,stats_sect_entry64:163,stats_sect_start:[154,163],stats_sect_var:163,stats_shell_regist:163,stats_size_16:163,stats_size_32:[154,163],stats_size_64:163,stats_size_init_parm:[154,163],stats_walk:163,stats_walk_func_t:163,statu:[10,11,22,112,128,162,176,178,180,182,192,193,207,212,218,219,221],std:152,stderr:148,step:[2,4,6,7,12,49,57,59,61,82,84,94,95,96,104,106,138,153,162,163,172,173,180,181,182,185,186,187,188,189,193,200,201,208,218,219,221],sterli:202,sterlinghugh:202,stic:[177,179],still:[5,14,61,68,88,98,99,157,176,208,217,222],stitch:1,stksz:[79,218,221],stkuse:[79,218,221],stlink:186,stm32:[186,188,221],stm32_boot:221,stm32_slinki:221,stm32f2x:186,stm32f303vc:[169,170],stm32f3discoveri:169,stm32f4:[110,111,112,183],stm32f4_adc_dev_init:110,stm32f4_hal_spi_cfg:[111,112],stm32f4disc_blinki:186,stm32f4disc_boot:186,stm32f4discoveri:[55,186],stm32f4discovery_debug:186,stm32f4x:186,stm32f4xx:137,stm32f4xxi:137,stm32l072czy6tr_boot:14,stm32serial:221,stm32x:186,stm34f4xx:137,stm:221,stmf303:169,stmf32f4xx:137,stmf3:169,stmf3_blinki:[169,170],stmf3_boot:[169,170],stop:[2,28,86,88,116,126,138,139,143,144,158,175,200,210],stopbit:144,storag:[14,22,105,116,173,201],store:[1,11,14,23,28,33,36,37,39,52,57,59,61,63,82,87,89,91,102,105,106,116,123,141,146,149,150,163,172,175,177,178,201,207,208,209,212,215,217],stori:91,str:[105,106,144,150,167],straight:[175,207],straightforward:[172,208],strategi:196,strcmp:[105,207],stream:[32,150,151],strength:30,strict:[177,182],strictli:[130,208],string:[1,14,28,30,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,64,66,67,68,69,70,71,72,73,74,75,76,77,78,79,82,83,84,103,105,106,109,115,128,142,146,148,149,150,157,161,163,165,180,181,199,201,202,206,207,208,219],strip:[48,91],strlen:[175,177],strongli:128,struct:[86,87,88,89,91,92,93,94,95,99,100,101,102,104,105,106,110,111,112,116,117,118,119,120,121,122,123,124,125,126,129,130,131,133,136,138,141,143,146,148,149,150,151,152,153,154,156,157,158,161,163,167,175,177,178,179,180,181,184,194,196,199,206,207,208,213,215],structur:[7,11,12,20,29,57,63,80,86,89,91,92,93,94,95,100,101,104,105,106,110,112,122,138,143,148,149,151,153,154,155,163,177,183,199,200,207,208,213,217,220,225],struggl:14,strutur:91,stt:[152,157],stub:[14,63,103,151,180,181,184,194,199,207,208],stuctur:152,studio:[5,13],stuff:201,style:106,sub:[29,45,47,52,72,73,74,77,78,110,181,204],subcommand:[47,52,64,66,68,72,73,74,77,78],subcompon:32,subdirectori:[2,167,199],subfold:185,submit:11,submodul:14,subrang:22,subscrib:[14,29,176,178,208],subsequ:[14,23,32,104,162,175,178,199],subset:[23,152,154,157,210],substitut:[6,172,173],subsystem:[31,61,89,105,106,111,112,161],subtract:[100,102],subtre:105,succe:199,succeed:212,succesfulli:[170,172,173,176,182,184,185,186,187,188,189,192,193,200,207,210,212,215,218,221,222,223],success:[3,14,22,57,86,88,91,94,99,101,102,105,112,117,118,119,120,121,122,124,125,126,129,133,137,138,141,143,144,145,148,151,152,156,157,158,161,169,170,177,179,188,193,199],successfuli:[95,199,215],successfulli:[7,14,22,57,92,95,99,151,152,162,169,170,172,173,176,178,180,181,182,185,186,187,188,189,190,192,193,200,207,208,209,210,211,212,215,218,219,221],sucess:157,sudo:[4,6,7,11,59,60,62,82,85,173],suffici:[14,91,92],suffix:199,suggest:[3,6,14,157,168,197,225],suit:[6,57,167,172,198],suitabl:[14,22,95,130],suite_nam:167,summar:[95,162],summari:[6,11,21,38,161,181],supervision_timeout:[31,176],supplement:[30,175],supplementari:95,suppli:[142,151,199],supplier:212,support:[1,3,4,6,7,12,16,21,22,23,30,31,32,34,55,60,68,83,88,94,95,97,103,104,106,108,109,110,111,112,127,133,137,141,150,151,152,153,154,157,161,162,163,165,172,173,174,175,179,180,182,183,185,192,194,200,201,202,207,211,212,217,219,220,225],suppos:[14,45,93,100,137,163],suppress:219,suppresstasknam:12,sure:[2,7,8,14,59,91,149,172,173,175,177,182,184,193,199,201,206,208],suspend:210,svc:179,sw_rev:210,swap:[2,87,95,130,131,162,182,212,222],swclk:182,swd:[182,185,186,187,188,189,193,200,208,215],swdio:182,swim:186,swo:[185,200,215],symbol:[4,7,12,14,63,162,182,186,215,222,223],symlink:[62,85],sync:[22,26,41,59,60,61],sync_cb:[27,180,181],synchron:[22,41,51,59,60,61,98,100,110,141],syntax:[165,193,197,210],synthes:25,sys:[1,7,14,57,59,63,105,106,107,131,151,161,163,164,165,172,184,190,194,199,200,207,208,210,215,223],sys_:91,sys_config:162,sys_config_test:7,sys_console_ful:162,sys_einv:[154,215],sys_enodev:154,sys_flash_map:[186,188],sys_log:162,sys_mfg:[7,182,185,186,187,188,210,218,221],sys_shel:162,sys_stat:162,sys_sysinit:[7,182,185,186,187,188,189,210,218,221],syscfg:[14,24,25,34,39,40,52,63,95,99,105,106,128,130,153,154,155,157,159,160,161,163,164,173,182,184,185,190,192,193,197,199,200,207,208,210,211,212,214,215,222,223],sysclock:14,sysconfig:[105,190],sysflash:[182,188],sysinit:[7,26,27,94,101,106,147,153,165,180,181,182,184,193,194,199,200,207,208,215],sysinit_assert_act:165,sysinit_panic_assert:[153,154,165],sysresetreq:182,system:[1,3,6,8,9,26,41,52,59,60,61,63,64,88,91,92,95,98,99,101,102,103,104,105,106,107,116,130,133,137,141,144,146,147,151,157,162,163,168,172,173,182,184,185,188,193,196,197,200,201,202,207,215,223],system_l:137,system_stm32f4xx:[186,188],systemview:225,sysview:[223,224],sysview_mynewt:223,sytem:139,syuu:61,t_arg:101,t_arrai:150,t_boolean:150,t_charact:150,t_check:150,t_ctx_sw_cnt:101,t_flag:101,t_func:[101,196],t_ignor:150,t_integ:150,t_name:101,t_next_wakeup:101,t_obj:101,t_object:150,t_prio:[87,101],t_real:150,t_run_tim:101,t_sanity_check:101,t_stackptr:101,t_stacksiz:101,t_stacktop:101,t_string:150,t_structobject:150,t_taskid:101,t_uinteg:150,tab:[31,38],tabl:[14,21,22,95,104,107,127,129,165,177,179,193,210],tag:202,tail:91,tailq_entri:143,take:[6,7,14,24,47,52,57,64,91,94,105,117,146,149,162,163,175,177,178,179,180,181,196,199,206,208],taken:[7,14,63,89,94,177,201,202,206],talk:[14,173,175,212,219],tap:[4,58,81],tar:[4,59,60,61,62,83,84,85],tarbal:4,target:[3,4,5,7,12,14,26,30,34,36,37,38,39,40,41,44,45,48,49,50,55,57,59,60,61,64,66,67,68,69,70,71,72,73,74,75,76,77,78,79,82,83,84,98,105,146,152,162,163,164,165,167,171,180,181,183,192,196,197,199,207,209,211,214,220],target_nam:36,targetin:[180,181],task1:[94,99,218,221],task1_evq:99,task1_handl:94,task1_init:94,task1_prio:94,task1_sanity_checkin_itvl:99,task1_sem:94,task1_stack:94,task1_stack_s:94,task2:[94,218,221],task2_handl:94,task2_init:94,task2_prio:94,task2_sem:94,task2_stack:94,task2_stack_s:94,task:[9,11,57,66,79,82,83,84,86,87,89,91,92,93,94,95,97,98,100,102,106,110,113,115,157,161,165,167,177,184,190,193,195,206,207,209,213,215,218,219,221,225],task_l:194,task_prior:[164,165],tasknam:12,taskstat:[66,80,82,83,84,107,109,190,218,221],taught:212,tbd:179,tc_case_fail_arg:167,tc_case_fail_cb:167,tc_case_init_arg:167,tc_case_init_cb:167,tc_case_pass_arg:167,tc_case_pass_cb:167,tc_config:167,tc_current_config:167,tc_print_result:167,tc_restart_arg:167,tc_restart_cb:167,tc_suite_init_arg:167,tc_suite_init_cb:167,tc_system_assert:167,tck:182,tcp:[182,186],tdi:182,tdo:182,teach:196,team:[4,132],technic:[10,169,212],technolog:[32,111],tee:[1,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,64],teh:152,telee02:193,telee02_boot:193,telemetri:180,telenor:193,teli:[180,181],tell:[14,31,57,116,144,146,150,152,162,163,165,169,175,177,180,181,188,202,206],telnet:[200,207,215,222],tem:210,temperatur:[128,152,210],templat:[7,47,172,199,206,207,215],temporari:[22,99,104],temporarili:[93,99],ten:141,term:[3,104,110,128,137,140,201],termin:[2,4,7,8,10,12,14,22,28,32,61,84,105,106,128,130,161,173,175,178,179,182,184,185,186,187,188,189,193,200,207,213,215,222],terribl:[7,172],test:[4,6,12,14,41,52,59,60,61,66,69,73,77,82,83,84,104,106,107,132,154,155,162,165,167,173,179,180,181,182,184,185,187,190,198,201,206,208,219,222,225],test_assert:[167,199],test_assert_fat:[167,199],test_assert_ful:167,test_cas:[167,199],test_case_decl:167,test_case_defn:167,test_case_task:167,test_datetime_parse_simpl:199,test_datetime_suit:199,test_json:199,test_json_util:199,test_pass:167,test_project:46,test_suit:[167,199],test_suite_decl:167,test_suite_regist:167,test_task_handl:167,test_task_nam:167,testbench:[7,63],testcas:[7,199],testnam:77,testutil:[7,131,199],text:[41,50,71,91,106,128,161,162,186,218,221],textual:1,tgt:105,tgz:[4,61,84],than:[3,7,14,16,22,30,74,91,93,94,95,98,100,101,102,103,104,108,128,141,145,151,157,161,162,164,173,179,180,181,185,196,208,215,222],thank:31,thee:98,thei:[1,6,14,22,30,31,63,86,89,91,92,94,95,100,101,104,105,110,143,162,163,165,167,168,170,175,176,177,179,180,181,193,197,199,201,202,204,206,210],their_key_dist:28,them:[2,9,14,57,91,95,100,101,146,162,163,165,173,175,180,181,182,196,199,200,201,208,209,212,225],themselv:[91,94,179],theori:[14,57,165],therebi:[100,116],therefor:[22,92,104,124,128,196,203],thi:[1,2,3,4,5,6,7,8,9,10,11,12,14,15,16,20,22,23,24,25,26,27,28,30,31,32,33,34,35,36,43,45,54,55,57,59,60,61,62,63,65,66,68,73,74,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,108,110,111,112,113,114,116,117,118,119,122,128,129,130,131,132,133,134,136,137,138,139,141,143,144,145,146,147,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,192,193,194,196,197,199,200,201,202,203,206,207,208,209,210,211,212,213,214,215,217,218,219,220,221,222,223,225],thing:[1,14,25,27,32,57,63,92,95,98,99,110,138,152,162,180,181,199,202,206,207,208,213,215],thingi:[153,222,223],thingy_boot:215,thingy_debug:[215,222,223],thingy_my_sensor:215,think:[10,14,104,208],third:[6,21,102,173,175,182,200,208],thorough:202,those:[1,14,33,34,41,57,59,60,61,63,95,98,104,113,117,162,168,202,206,207,208,212],though:[14,91,104,138,157,162],thought:[14,208],thread:[9,172,182,186,188],three:[2,11,21,61,63,91,104,106,151,162,163,165,172,174,175,181,182,188,193,194,196],threshold:[152,157],through:[8,14,24,32,63,64,91,101,104,109,116,122,127,128,130,132,141,150,157,174,176,178,181,182,184,188,190,199,200,206,208,211,212,214,217],throughout:[1,95,199],throughput:[14,32],thrown:6,thu:[91,95,100,104,110,130,137,138,141,196],tick:[14,86,88,93,98,99,100,102,106,138,143,161,184,185,196,215],ticker:86,ticket:10,tickl:[99,145],tid:[79,218,221],tie:162,tied:[14,128],ties:[91,172],time:[1,7,9,11,12,21,22,23,26,28,32,33,36,45,59,60,61,62,63,79,84,85,86,89,91,94,95,98,99,100,101,104,106,112,116,127,132,145,152,158,161,162,163,168,170,172,175,177,179,180,181,185,187,193,194,196,199,200,206,207,208,210,212,215,217,222],time_datetim:[162,215],time_datetime_test:199,time_in_flight:91,timelin:14,timeout:[22,28,66,67,68,69,70,71,72,73,74,75,76,77,78,79,82,83,84,89,93,100,138,152,192,207],timer:[14,25,86,88,89,95,99,132,140,145,157,215],timer_0:25,timer_4:193,timer_5:25,timer_ev_cb:[184,215],timer_interrupt_task:194,timer_num:143,timestamp:[74,152],timev:102,timezon:[102,199],timo:89,timo_func:86,timtest:[7,63],ting:[180,181],tini:[188,221],tinycbor:[7,209],tinycrypt:[7,14],tinyprintf:103,tip:99,titl:[8,220],tlm:180,tlv:[28,104],tmp:[59,61,82,84,162],tmpstr:215,tmr:143,todo:[63,110,180,181],togeth:[1,45,57,63,91,113,162,176,188,208],togetherth:14,toggl:[7,101,137,184,194,196],token:[77,94,100,161,203],told:146,too:[22,91,94,102,110,133,164],took:186,tool:[1,2,3,5,6,7,9,12,13,14,41,56,59,60,63,64,65,68,80,81,82,83,94,95,96,98,109,110,163,164,165,167,169,171,172,173,182,183,188,190,192,193,194,197,199,200,201,202,203,208,209,215,217,219,220,222,223,225],toolbox:2,toolchain:[2,3,5,7,12,14,15,35,61,65,173,183,190,192,200,217,220,225],toolkit:3,tools_1:[59,60,83],top:[1,10,12,14,37,63,91,101,110,130,138,164,173,180,181,199,208],topic:1,total:[9,57,66,67,68,69,70,71,72,73,74,75,76,77,78,79,82,83,84,91,101,103,104,185,187,193,208],tour:174,track:[21,23,32,102,104],tradeoff:162,trail:[91,104],trailer:104,trait:[152,157],transact:[22,138,141],transfer:[23,141,207],transit:104,translat:[137,180],transmiss:[22,28,141,144,193],transmit:[14,30,33,106,138,141,157,193],transmitt:144,transport:[22,28,32,82,106,109,165,172,173,182,186,192,207,208,209,211,214,217],travers:[91,128],traverse_dir:128,treat:116,tree:[1,6,7,14,52,57,63,95,128,172],tri:[3,66,67,68,69,70,71,72,73,74,75,76,77,78,79,82,83,84,105,112,164,193],trial:95,tricki:101,trig:137,trigger:[6,10,89,137,152,157,212],trim:91,trip:99,triplet:152,trng_test:63,troubleshoot:[163,164],truncate_test:199,trust:[23,28,207],ts_config:167,ts_current_config:167,ts_suit:167,ts_testsuite_list:167,tt_chr_f:179,tt_svc_type_p:179,ttl:[173,221],tty:[8,184,200,210,218,221],ttys002:68,ttys003:68,ttys005:219,ttys012:[218,221],ttys10:8,ttys2:[8,184,200,210,218,221],ttys5:8,ttyusb0:[14,68,173],ttyusb2:[8,200,218,221],ttyusb:[8,184,200,210,218,221],tu_any_fail:[167,199],tu_case_complet:167,tu_case_fail:167,tu_case_fail_assert:167,tu_case_idx:167,tu_case_init:167,tu_case_init_fn_t:167,tu_case_jb:167,tu_case_nam:167,tu_case_pass:167,tu_case_pass_manu:167,tu_case_post_test:167,tu_case_pre_test:167,tu_case_report:167,tu_case_report_fn_t:167,tu_case_set_init_cb:167,tu_case_set_post_cb:167,tu_case_set_pre_cb:167,tu_case_write_pass_auto:167,tu_config:167,tu_init:167,tu_init_test_fn_t:167,tu_post_test_fn_t:167,tu_pre_test_fn_t:167,tu_restart:167,tu_restart_fn_t:167,tu_start_o:167,tu_suite_complet:167,tu_suite_fail:167,tu_suite_init:167,tu_suite_init_fn_t:167,tu_suite_nam:167,tu_suite_post_test:167,tu_suite_pre_test:167,tu_suite_regist:167,tu_suite_restart_fn_t:167,tu_suite_set_complete_cb:167,tu_suite_set_fail_cb:167,tu_suite_set_init_cb:167,tu_suite_set_pass_cb:167,tu_suite_set_post_test_cb:167,tu_suite_set_pre_test_cb:167,tu_testsuite_fn_t:167,tupl:102,turn:[14,25,110,132,133,137,162,172,173,183,184,187,190,201,202,210,218],tutiori:[75,78],tutori:[2,3,6,7,8,12,14,24,32,61,79,153,154,159,160,161,167,169,171,172,173,174,175,176,177,178,179,180,181,182,184,185,186,187,188,189,190,192,193,194,196,199,200,207,208,209,210,211,212,213,214,215,218,219,221],tv_sec:[102,199,215],tv_usec:[102,199,215],tvp:102,tweak:127,two:[2,3,12,14,20,21,23,24,28,32,33,45,47,52,57,63,68,91,92,93,94,95,97,101,102,104,106,108,130,138,151,152,161,162,163,164,165,169,172,173,175,177,180,181,182,184,185,186,187,188,189,190,193,194,196,199,200,201,202,203,204,208,209,210,214,215,218,221],tx_data:207,tx_done:144,tx_func:144,tx_len:207,tx_off:207,tx_phys_mask:28,tx_power_level:[28,30],tx_time_on_air:193,txbuf:141,txd:193,txpower:193,txrx:141,txrx_cb:141,txt:[14,72,128,223],type:[1,7,8,10,12,14,21,22,24,28,30,31,33,41,45,47,48,55,57,59,60,61,63,68,86,91,92,95,98,101,104,105,106,109,137,141,144,150,151,153,156,159,161,164,165,169,172,173,175,176,177,178,179,180,182,185,186,187,188,192,193,194,196,199,200,201,202,203,206,207,208,213,214,215,218,219,221,222,223],typedef:[27,89,92,99,101,102,105,106,116,126,137,141,143,144,150,151,152,157,161,163,167],typic:[3,9,27,32,33,57,63,91,94,95,96,99,104,106,110,130,132,134,137,138,141,151,152,162,163,165,167,175,180,181,199],tz_dsttime:[102,199],tz_minuteswest:[102,199],u8_len:112,uart0:[106,219],uart:[7,8,14,32,57,98,106,110,139,172,173,185,186,187,188,189,190,193,207,215,222],uart_bitbang:[139,185],uart_flow_control_non:106,uart_hal:[7,186,187,188],uart_rx_char:144,uartno:207,ubuntu:[4,6,7,59,82],uci:24,udev:186,udp:68,uext:221,uicr:24,uid:180,uint16:[28,29],uint16_max:28,uint16_t:[22,91,92,93,99,100,101,104,111,116,117,138,141,150,151,152,163,177,206,207,208],uint32:[28,73],uint32_max:28,uint32_t:[88,91,92,101,102,104,111,116,124,128,129,130,133,135,138,140,141,143,145,151,152,154,157,163],uint64:28,uint64_t:150,uint8:28,uint8_max:28,uint8_t:[24,34,89,91,92,93,95,99,101,104,106,110,111,116,124,128,129,130,133,135,136,138,141,144,150,151,152,154,163,175,177,180,181,207,208],uinteg:150,ultim:177,umbrella:162,unabl:[2,182,185,186,189],unaccept:22,unadorn:22,unam:2,unc_t:161,unchang:95,unconfigur:151,unconfirm:193,und:[28,31],undefin:[84,133,165],under:[4,7,10,11,12,14,22,27,36,57,63,73,103,105,110,161,179,182,186,187,189,207,208],underli:[98,110,116,128,131,132,141,152],understand:[7,14,102,152,162,168,169,192,193,201,208,212],underwai:104,undesir:94,undirect:[28,175],unexpect:[22,128],unexpectedli:[22,199],unfortun:14,unicast:33,unicod:127,unidirect:28,unifi:110,uniform:[30,61],uniformli:64,uninstal:7,unint32:73,uninterpret:165,union:[150,152,177],uniqu:[9,21,34,95,133,151,163,164,165,180,193],unit:[1,7,14,22,28,41,53,59,60,61,86,101,104,165,199,225],unittest:[7,47,57,63,165,172,199,207],univers:[14,144],unix:[2,61,128,169],unknown:[22,164],unlabel:207,unless:[28,101,104,130,138,146,165,207,208],unlicens:32,unlik:[22,92,199],unlink:[60,62,83,85],unlink_test:199,unlock:[152,157],unmet:95,unpack:[59,61],unplug:189,unprovis:33,unrecogn:14,unregist:156,unresolv:[132,199],unrespons:22,unset:[52,104,152],unsign:[101,150,163,189,215],unspecifi:[22,44],unstabl:[59,60,82,83],unsuccess:138,unsupport:[22,179],unsync:27,untar:4,until:[14,22,27,63,88,89,91,94,100,106,116,138,141,144,152,175,180,181,193,201],unuesd:178,unus:[73,116,206,208],unwritten:104,updat:[2,4,14,17,22,28,31,38,39,51,54,59,60,61,62,82,83,85,91,104,118,151,165,176,178,184,185,197,199,206,208,209,215],upgrad:[2,41,58,61,81,95,104,106,169,173,182,190,191,200,208,222,225],uplink:193,uplink_cntr:193,uplink_freq:193,upload:[14,45,72,73,128,146,162,185],upon:[1,3,10,27,57,91,104,163,178],upper:[24,144,165],uppercas:155,upstream:108,uri:[28,30,109],url:[28,180,199,201],url_bodi:180,url_body_len:180,url_schem:180,url_suffix:180,usabl:[1,92,95,172,180],usag:[1,9,59,60,61,64,82,83,84,91,101,110,111,128,130,138,152,161,163,165,193,196,207,219],usart6_rx:221,usart6_tx:221,usb:[2,3,14,32,44,68,173,182,183,185,186,187,188,189,190,192,193,194,196,200,208,210,217,218,220,221],usbmodem1411:8,usbmodem14211:68,usbmodem14221:68,usbmodem401322:8,usbmodem:8,usbseri:[8,184,200,210,218,221],usbttlseri:173,use:[1,4,5,6,7,8,11,12,14,16,21,22,23,25,28,31,32,34,43,47,52,53,57,58,60,61,63,66,67,68,69,70,71,72,73,74,75,76,77,78,79,81,83,84,86,88,89,95,96,98,100,101,104,105,106,107,110,112,116,117,127,128,130,131,138,141,143,150,151,152,153,154,155,156,157,161,162,163,164,165,167,169,170,171,172,173,175,176,177,178,180,181,182,183,184,185,188,190,192,193,194,196,197,199,200,202,203,206,207,208,209,210,212,214,215,217,218,219,220,221,222,223],use_wl:28,use_wl_inita:28,usec:[88,210,215],used:[6,7,11,12,14,21,22,23,24,25,28,30,31,33,36,48,51,63,68,74,86,88,91,92,93,95,100,101,102,103,104,105,106,111,112,116,119,127,128,135,138,139,141,143,145,150,152,153,154,161,162,163,164,165,168,169,170,173,175,177,178,179,180,181,182,193,196,199,200,201,202,206,207,209,210],useful:[3,14,22,94,154,172,201],user:[1,2,4,6,7,8,9,14,20,22,23,25,50,57,60,61,63,80,82,83,84,86,89,91,92,95,96,99,104,106,107,110,111,116,122,128,130,133,141,142,143,144,152,160,162,163,164,165,169,179,182,188,193,194,200,201,202,203,207,208,215,221],user_defined_head:91,user_hdr:91,user_hdr_len:91,user_id:[164,165],user_manu:169,user_pkthdr_len:91,usernam:[10,50,61,201],uses:[2,4,6,7,8,12,14,16,22,23,24,25,31,32,34,57,67,68,69,70,71,72,73,74,75,76,77,78,79,80,88,89,95,99,102,103,104,106,107,108,109,110,112,116,127,128,132,137,138,151,152,153,154,156,157,161,164,165,167,177,178,179,182,184,187,190,192,194,200,201,203,209,210,211,212,215,218,221],using:[1,2,4,6,7,8,10,11,12,15,21,22,25,27,28,29,30,32,33,35,38,39,45,46,59,60,61,62,63,65,68,78,82,83,84,85,86,88,89,91,93,94,96,97,98,99,100,101,102,103,104,105,110,116,119,121,126,127,128,132,137,138,140,141,143,145,150,154,155,157,161,162,163,165,167,169,172,173,179,181,182,183,184,185,186,187,188,189,190,192,193,194,196,199,200,207,208,209,211,212,215,219,220,222,223],usr:[4,6,11,38,59,60,61,62,82,83,84,85],usu:97,usual:[14,25,91,92,103,110,151],utc01_01_2016:151,utc:[70,102,199],utctim:102,utf:30,util:[7,11,22,32,33,94,103,106,127,139,141,151,165,190,199,208],util_cbmem:215,util_cbmem_test:7,util_crc:[215,219,221],util_mem:[7,182,184,185,186,187,188,189,193,200,210,215,218,219,221],util_pars:[193,210,215],uuid128:[28,30,177,179,181],uuid128_is_complet:[28,30],uuid16:[28,29,30,177,206,208],uuid16_is_complet:[28,30],uuid32:[28,30],uuid32_is_complet:[28,30],uuid:[28,29,30,31,34,68,177,179,181,206,208,209],uvp:102,v10:215,v14:186,v25:186,val:[24,25,41,52,59,60,61,63,95,105,134,137,141,150,151,163,164,165,180,181,184,190,193,207,208,209],val_len_max:105,val_str:105,valid:[22,41,52,55,59,60,61,63,68,74,91,104,111,116,126,128,129,138,141,152,177,199,207,208],valu:[1,4,7,12,22,24,25,28,29,30,31,39,41,44,48,52,55,59,60,61,63,64,66,67,68,70,73,74,77,82,83,84,87,91,92,95,100,101,102,104,105,110,116,133,137,138,141,142,143,144,145,150,151,153,155,157,161,162,163,173,176,177,178,179,180,181,190,192,194,197,201,202,206,207,208,210,211,212,214,215,217,222],valuabl:201,value1:[52,165],value2:[52,165],valuen:165,vanilla:127,vari:[9,91,98,104],variabl:[1,4,11,14,25,36,39,52,61,63,64,67,91,92,101,105,106,130,150,151,152,153,154,162,169,175,177,193,196,201,202,209,210,211,212,215],variant:[23,97,137],variat:12,varieti:[4,178],variou:[24,25,63,91,104,108,110,132,178,183,193],vdd:14,vector:210,vendor:201,ver:[1,7,57,148,149,169,173,182,200,201,202,203,207,208],ver_len:149,ver_str:149,verb:64,verbos:[1,7,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,64,182,200],veri:[1,9,33,57,91,101,103,104,153,171,179,184,185,201,208,209,222],verif:23,verifi:[23,59,61,82,84,104,132,154,162,185,186,187,189,192,193,196,199,207,208,209],versa:[8,162],version:[1,2,4,6,7,11,12,23,32,36,39,41,43,45,49,57,58,62,81,85,86,106,116,146,148,149,151,162,165,169,173,181,182,184,185,186,187,188,189,190,192,193,200,204,207,210,212,215,218,221,222,223],via:[8,14,22,27,44,57,91,92,104,106,110,128,130,131,132,138,151,157,161,162,163,165,173,174,175,177,185,187,192,193,201,207,210,211,212,214,217],vice:[8,162],vid:186,view:[1,7,10,12,31,52,64,68,155,160,161,162,163,165,201,206,212,214,223],vim:61,vin:210,violat:22,viper:11,virtual:[14,68,134,137],virtualbox:182,visibl:[2,29],visit:[14,41,59,60,61],visual:[5,13,223],visualstudio:12,vol:23,volatil:186,voltag:[110,112,132,142,186,208,212],volum:[30,127],vp_len:105,vscode:12,vtref:[185,187,193,208],vvp:102,wai:[2,3,9,14,31,32,33,61,63,86,89,94,101,102,106,128,137,138,139,151,162,164,201,202,203,207,208,212],wait:[14,86,87,88,89,91,93,94,100,101,112,133,138,141,152,165,188,193,194,196,206,207,208,217],waitin:93,wake:[14,87,91,94,100,101,133,157,196],wakeup:[101,157],walk:[91,101,116,122,126,151,208],walk_body_func:151,walk_func:151,wall:6,wallclock:[86,102],wanda:83,want:[1,3,11,14,20,52,59,60,61,62,63,82,85,86,87,91,92,93,94,99,100,101,104,105,106,116,126,128,137,151,152,153,156,157,163,168,170,172,174,175,177,179,180,181,182,183,185,186,187,188,190,193,197,199,201,207,208,211,212,222,225],warn:[1,6,14,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,60,61,64,164,177,185],warranti:[4,182,207,208,215,222,223],wasn:14,watch:172,watchdog:[94,99,142],watchpoint:[182,186],waveform:212,wdog:69,wear:172,wear_level_test:199,wearabl:9,web:169,webfreak:12,weird:14,welcom:[8,110,171,200,210],well:[8,14,23,42,57,91,92,98,100,104,105,110,146,168,176,193,206,208],were:[30,75,87,91,104,132,162,202,207],werror:[6,52],wes:193,west:102,wfi:186,wget:[59,61,82,84],what:[7,8,14,22,43,57,98,100,111,116,130,153,154,162,165,175,178,179,180,181,196,199,202,206,207,208],whatev:[24,100,200,208],wheel:[8,169],when:[1,2,6,7,8,10,12,14,16,22,23,24,25,27,30,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,59,60,61,63,64,68,74,83,86,87,88,89,90,91,92,93,94,95,96,98,99,100,101,102,104,105,106,107,110,116,117,118,121,127,128,130,137,138,141,143,144,146,150,152,153,154,156,157,159,161,162,163,164,165,167,172,173,174,175,178,179,180,181,182,185,186,188,189,190,192,194,196,199,201,202,203,207,208,209,210,211,212,213,214,215,219,222],whenev:[27,32,92,110,150,156,177,179,215],where:[8,9,10,11,14,23,30,33,37,39,52,57,61,62,63,85,91,92,95,97,98,101,102,104,105,106,116,117,118,121,124,126,137,140,141,144,149,150,151,162,164,165,179,180,181,184,185,190,193,196,200,208,210,218,221],wherea:[91,202],whether:[10,12,14,23,86,89,92,102,104,116,138,141,142,153,154,155,157,159,160,161,163,165,175,177,179,199,210,213,214,215],which:[1,2,4,8,11,14,16,21,22,31,32,34,36,41,57,59,60,61,63,64,68,82,83,84,86,87,88,91,92,94,95,98,99,100,101,102,103,104,105,110,111,113,116,126,127,128,133,134,137,138,141,143,146,150,151,152,154,157,162,163,164,169,175,176,177,178,179,180,181,182,192,193,196,199,200,201,202,207,208,219,222],white:[23,28],whitelist:28,who:[10,152,157],whole:[14,111],whose:[63,64,151,157],why:[10,14,196],wide:[32,162],widen:91,wifi:[7,200],wifi_connect:200,wifi_init:200,wifi_request_scan:200,wikipedia:[138,141],winc1500_wifi:200,window:[5,6,7,9,12,14,28,58,68,80,81,95,106,173,182,184,185,186,187,188,189,192,193,200,210,218,221,222],winusb:[186,188,221],wipe:120,wire:[8,138,141,193,207,208,221],wireless:32,wish:[6,10,130,138,196,201,220],withdraw:10,within:[1,12,14,22,33,43,57,91,95,96,98,104,110,116,121,124,126,130,132,137,148,150,151,154,155,156,161,163,167,178,188,196,199,201,207,212],without:[6,10,14,23,25,29,31,92,104,128,130,131,151,161,162,163,165,167,182,192,199,207,208,213],wno:6,won:[8,14,162,208],wont:212,word:[6,57,91,94,100,104,141,177,182,201,215,222,223],word_siz:141,work:[2,4,8,10,11,14,23,25,57,63,64,87,91,93,94,95,97,98,100,101,104,106,110,111,132,163,169,170,172,173,176,182,184,185,190,193,196,199,204,206,207,208,211,212,214,217],work_stack:196,work_stack_s:196,work_task:196,work_task_handl:196,work_task_prio:196,workaround:14,workspac:[1,2,11,41,59,60,61,62,82,84,85],workspaceroot:12,world:[12,32,144,175,180,181,183,203,225],worri:94,worth:[1,96],would:[5,12,14,60,61,83,84,86,91,94,100,104,105,106,113,116,132,137,138,141,162,163,167,172,188,193,196,199,201,202,207,208,217,221],wrap:[102,163,184],wrapper:89,write:[1,9,16,22,29,63,66,67,82,83,84,96,104,105,106,110,111,112,116,117,118,122,127,128,130,132,135,137,138,144,146,148,151,163,171,176,178,179,193,194,196,198,207,208,209,217],write_cmd_rx:[78,190],write_cmd_tx:[78,190],write_id:128,write_req_rx:[78,190],write_req_tx:[78,190],write_rsp_rx:[78,190],write_rsp_tx:[78,190],written:[11,14,22,24,61,84,94,104,116,117,118,121,126,130,138,141,177,179,184,202],wrong:[14,44,208],wsl:[12,61],www:[14,61,84,103,169,173,182,207,208,215,221,222,223],x03:207,x86:[4,12],x86_64:[182,215,222,223],xml:[7,90],xpf:4,xpsr:[182,186,188],xstr:167,xtal_32768:95,xtal_32768_synth:25,xxx:[6,95,101,111],xxx_branch_0_8_0:[201,202],xxx_branch_1_0_0:[201,202],xxx_branch_1_0_2:[201,202],xxx_branch_1_1_0:[201,202],xxx_branch_1_1_2:[201,202],xxx_branch_1_2_0:[201,202],xxx_branch_1_2_1:[201,202],xxxx:132,xzf:[59,61,62,84,85],yai:207,yaml:11,year:33,yes:[23,105,193],yesno:28,yet:[7,14,94,98,105,172,192,201,202,208],yield:94,yml:[1,6,7,43,45,52,54,55,57,63,96,97,103,105,106,111,112,128,130,131,151,153,161,162,163,164,165,169,172,173,182,184,190,193,194,197,199,200,201,203,204,207,209,210,212,215],you:[1,3,4,5,6,7,8,9,10,11,12,14,15,20,21,31,35,36,37,41,43,45,47,48,49,52,53,54,55,56,57,59,60,61,62,63,65,66,68,70,78,82,83,84,85,86,91,94,95,96,97,98,103,104,105,106,107,108,110,113,114,116,117,118,122,130,131,132,134,137,138,140,150,151,152,153,155,156,157,161,162,163,164,165,166,167,168,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,192,193,194,196,197,199,200,201,202,203,206,207,208,209,210,211,212,213,214,215,217,218,219,220,221,222,223,225],youll:212,your:[1,3,4,6,8,10,14,21,31,41,52,54,57,58,60,61,62,63,72,73,81,83,84,85,86,94,95,96,97,98,99,101,107,108,109,110,111,112,114,116,127,130,132,151,153,161,162,164,165,167,170,171,172,173,174,175,176,178,179,180,181,183,184,192,193,194,197,202,206,207,208,209,211,212,213,217,218,220,221,222,223,225],your_target:14,yourself:[2,10,14,31,94,95,174,207,225],ype:[180,181],yym:6,zadig:[186,188,221],zero:[12,25,86,91,92,95,101,102,105,116,120,124,126,129,133,137,138,141,142,143,144,150,152,156,157,158,165,179,180,181,183,193,196,199,200,201,215,225],zillion:14,zip:[4,185],zone:102},titles:["&lt;no title&gt;","Concepts","Everything You Need in a Docker Container","Setup &amp; Get Started","Installing the Cross Tools for ARM","Native Installation","Installing Native Toolchain","Creating Your First Mynewt Project","Using the Serial Port with Mynewt OS","Mynewt Documentation","FAQ - Administrative","Contributing to Newt or Newtmgr Tools","Developing Mynewt Applications with Visual Studio Code","Appendix","Mynewt OS related FAQ","NimBLE Bluetooth Stack Documentation","NimBLE Host ATT Client Reference","NimBLE Host GAP Reference","NimBLE Host GATT Client Reference","NimBLE Host GATT Server Reference","NimBLE Host","NimBLE Host Identity Reference","NimBLE Host Return Codes","NimBLE Security","Configure device address","Configure clock for controller","NimBLE Setup","Respond to <em>sync</em> and <em>reset</em> events","GAP API for btshell","GATT feature API for btshell","Advertisement Data Fields","API for btshell app","BLE User Guide","Bluetooth Mesh","Sample application","Mynewt Newt Tool Documentation","newt build","newt clean","newt complete","newt create-image","newt debug","newt help","newt info","newt install","newt load","newt mfg","newt new","newt pkg","newt resign-image","newt run","newt size","newt sync","newt target","newt test","newt upgrade","newt vals","newt version","Newt Tool Guide","Install","Installing Newt on Linux","Installing Newt on Mac OS","Installing Newt on Windows","Installing Previous Releases of Newt","Theory of Operations","Command Structure","Mynewt Newt Manager Documentation","Command List","newtmgr config","newtmgr conn","newtmgr crash","newtmgr datetime","newtmgr echo","newtmgr fs","newtmgr image","newtmgr log","newtmgr mpstat","newtmgr reset","newtmgr run","newtmgr stat","newtmgr taskstat","Newt Manager Guide","Install","Installing Newtmgr on Linux","Installing Newtmgr on Mac OS","Installing Newtmgr on Windows","Installing Previous Releases of Newtmgr","Callout","Scheduler","CPU Time","Event Queues","Heap","Mbufs","Memory Pools","Mutex","Apache Mynewt Operating System Kernel","BSP Porting","Porting Mynewt to a new CPU Architecture","Porting Mynewt to a new MCU","Porting Mynewt OS","Sanity","Semaphore","Task","OS Time","Baselibc","Bootloader","Config","Console","Customizing Newt Manager Usage with mgmt","Newt Manager","Using the OIC Framework","Drivers","flash","mmc","elua","lua_init","lua_main","Flash Circular Buffer (FCB)","fcb_append","fcb_append_finish","fcb_append_to_scratch","fcb_clear","fcb_getnext","fcb_init","fcb_is_empty","fcb_offset_last_n","fcb_rotate","fcb_walk","The FAT File System","File System Abstraction","Adding a new file system","Newtron Flash Filesystem (nffs)","Other File Systems","Hardware Abstraction Layer","BSP","Creating New HAL Interfaces","Flash","hal_flash_int","GPIO","I2C","Using HAL in Your Libraries","OS Tick","SPI","System","Timer","UART","Watchdog","Image Manager","imgmgr_module_init","imgr_ver_parse","imgr_ver_str","JSON","Logging","Sensor API","Creating and Configuring a Sensor Device","Sensor Device Driver","Mynewt Sensor Framework Overview","Sensor Listener API","Sensor Manager API","Sensor Notifier API","OIC Sensor Support","Sensor Shell Command","Shell","Split Images","Statistics Module","Validation and Error Messages","Compile-Time Configuration and Initialization","System Modules","testutil","OS User Guide","Blinky, your \u201cHello World!\u201d, on STM32F303 Discovery","Pin Wheel Modifications to \u201cBlinky\u201d on STM32F3 Discovery","Bluetooth Low Energy","Set up a bare bones NimBLE application","Use HCI access to NimBLE controller","BLE Peripheral Project","Advertising","BLE Peripheral App","Characteristic Access","GAP Event callbacks","Service Registration","BLE Eddystone","BLE iBeacon","Blinky, your \u201cHello World!\u201d, on Arduino Zero","Project Blinky","Enabling The Console and Shell for Blinky","Blinky, your \u201cHello World!\u201d, on Arduino Primo","Blinky, your \u201cHello World!\u201d, on STM32F4-Discovery","Blinky, your \u201cHello World!\u201d, on a nRF52 Development Kit","Blinky, your \u201cHello World!\u201d, on Olimex","Blinky, your \u201cHello World!\u201d, on RedBear Nano 2","Enabling Newt Manager in Your Application","Remote Device Management","Over-the-Air Image Upgrade","LoRaWAN App","How to Use Event Queues to Manage Multiple Events","OS Fundamentals","Tasks and Priority Management","How to Reduce Application Code Size","Other","Write a Test Suite for a Package","Enable Wi-Fi on Arduino MKR1000","Adding Repositories to your Project","Create a Repo out of a Project","Accessing a private repository","Upgrade a repo","Air Quality Sensor Project","Air Quality Sensor Project via Bluetooth","Air Quality Sensor Project","Adding an Analog Sensor on nRF52","Adding OIC Sensor Support to the bleprph_oic Application","Enabling an Off-Board Sensor in an Existing Application","Enabling OIC Sensor Data Monitoring in the sensors_test Application","Enabling and Calibrating Off-Board DRV2605 LRA Actuator","Changing the Default Configuration for a Sensor","Enabling OIC Sensor Data Monitoring","Developing an Application for an Onboard Sensor","Sensors","Sensor Tutorials Overview","Project Slinky using the Nordic nRF52 Board","Project Sim Slinky","Project Slinky","Project Slinky Using Olimex Board","SEGGER RTT Console","SEGGER SystemView","Tooling","Tutorials"],titleterms:{"abstract":[128,132],"default":[184,196,213],"function":[14,95,102,103,113,146,152,154,165,177,179,196,209,213],"import":169,"new":[7,46,96,97,129,134,176,196,213,215,218,219,221],"public":24,"return":[22,112,114,115,117,118,119,120,121,122,123,124,125,126,147,148,149],"switch":[103,196],"try":199,"while":14,Adding:[60,83,129,163,201,208,209,213,215],For:[4,207],One:14,The:[127,184],Use:[2,173,184,190,194,215,218,221],Used:152,Uses:151,Using:[8,59,82,91,106,109,139,207,210,215,221],acceleromet:213,access:[173,177,203],actual:212,actuat:212,adafruit:14,adc:208,add:[68,95,180,181,206,207,209,215],addit:201,address:[21,24,31,180,181],administr:10,advertis:[14,28,30,31,175,180,181],air:[192,205,206,207],all:[14,194],altern:14,ambigu:164,analog:[14,208],apach:[9,33,94],api:[14,28,29,31,86,87,88,89,90,91,92,93,99,100,101,102,105,106,116,127,128,129,130,131,133,134,135,137,138,140,141,142,143,144,145,150,151,152,156,157,158,161,163,167,215],app:[9,31,63,162,173,176,193,208,215,217,223],app_get_light:209,app_set_light:209,appendix:[13,95],applic:[7,12,14,34,94,151,152,153,162,169,172,173,180,181,182,184,185,186,187,188,189,190,193,194,196,197,200,208,209,210,211,212,213,215,218,221],apt:[59,82],architectur:96,arduino:[8,182,185,200],area:[130,164],argument:[114,115,117,118,119,120,121,122,123,124,125,126,147,148,149],arm:[4,14],artifact:63,assert:199,assign:164,associ:12,att:[16,22],attach:173,attribut:[31,179],autocomplet:38,avail:[28,29,41,45,52,183,201,217,220],bare:172,baselibc:103,bash:38,basic:94,beacon:[180,181],bearer:33,begin:[31,175],being:177,belong:31,between:[14,200],binari:[59,61,82,84],bit:6,bitbang:14,ble:[14,32,172,174,176,180,181,208,209],ble_gap_disc_param:14,blehci:[14,173],blemesh:14,bleprph_gap_ev:178,bleprph_oic:209,blink:169,blink_rigado:50,blinki:[7,169,170,182,183,184,185,186,187,188,189],block:14,bluetooth:[14,15,32,33,171,173,206,208],bluez:173,bno055:210,board:[8,98,153,182,185,186,187,188,189,193,200,208,209,210,211,212,218,221],bone:172,boot:[14,104,162],bootload:[14,104,173,182,185,186,187,188,189,193,200,210,215,218,221],branch:[60,83],breakout:8,brew:6,bsp:[55,95,98,133,164],btmgmt:173,btmon:173,btshell:[14,28,29,31],buffer:116,bug:10,build:[7,9,12,14,36,57,63,169,170,172,173,182,184,185,186,187,188,189,190,193,196,200,208,209,210,211,213,215,218,219,221],calibr:212,call:[14,213],callback:178,callout:[86,194],can:10,cannot:213,categori:225,central:14,chang:[15,35,65,208,213],channel:28,characterist:[31,174,177],check:[59,60,61,82,83,84,95,99,104,157],choos:199,circular:116,clean:37,clear:189,cli:[105,207],client:[16,18],clock:25,close:193,cmsis_nvic:14,code:[12,14,22,95,96,163,197,199],command:[12,14,28,29,41,45,52,64,66,68,108,154,160,161,173,190,207,219],committ:10,commun:[8,184,190,212],compil:[14,96,165],complet:[38,161],compon:[32,201],comput:[59,82,200,210,215],concept:[1,162],conclus:[172,180,181,208,212],condit:165,config:[67,105],configur:[1,12,14,24,25,28,29,31,105,127,151,152,153,154,157,164,165,169,180,181,184,190,213],confirm:192,conflict:165,congratul:199,conn:68,connect:[14,28,31,173,182,184,185,186,187,188,189,190,192,193,200,208,209,210,211,215,218,219,221,222],consider:196,consol:[106,161,163,184,200,210,215,222],contain:2,content:[15,35,65],context:196,contribut:11,control:[14,25,173,180,181,209,210,211,217],copi:[95,209],core:[14,22,94,98],correct:14,cpu:[88,96,98],crash:[14,69],creat:[7,39,91,95,96,134,153,169,172,173,176,180,181,182,185,186,187,188,189,190,192,193,194,196,199,200,202,207,208,209,210,211,212,215,218,219,221],creation:94,cross:4,crystal:25,current:162,custom:[99,107,190],data:[30,102,113,116,128,130,138,146,150,152,154,156,157,161,167,175,193,208,209,210,211,213,214,215],datetim:70,debian:[59,82],debug:[12,40,63,95],debugg:[4,12],declar:163,decod:150,defin:[12,95,154,163],definit:[136,164,165],delai:14,delet:[68,209],depend:[7,63,95,98,111,112,131,132,169,184,190,202,209,215],descript:[36,37,39,40,42,43,44,45,46,47,48,49,50,51,52,53,54,55,67,68,69,70,71,72,73,74,75,76,77,78,79,86,87,88,89,90,92,93,98,99,100,101,102,103,106,110,113,116,127,128,130,132,133,135,136,137,138,140,141,142,143,144,145,146,150,161,162,167,210],descriptor:[31,174,179,201],design:[110,132],detail:163,detect:14,determin:177,develop:[12,187,215],devic:[2,14,24,28,31,105,152,153,154,173,191,192,209,210,211,212,213,217],differ:14,direct:31,directori:63,disabl:28,disconnect:14,discov:31,discoveri:[28,169,170,186],disk_op:128,displai:31,docker:2,document:[10,14,15,35,65],doe:201,download:[11,59,63,82,95,169,170,193,208],driver:[14,110,152,154,207,208,213],drv2605:212,duplic:164,eabi:14,earli:14,echo:71,eddyston:180,edit:10,editor:10,elf:14,elua:113,empti:[180,181],emul:210,enabl:[2,14,28,38,161,162,163,184,190,200,209,210,211,212,214,215],encod:150,end:14,energi:171,enhanc:130,enter:172,environ:11,equip:196,equival:14,eras:185,error:[14,164],establish:[31,173,200],etap:208,event:[27,89,178,184,194],everyth:[2,193,208],exactli:14,exampl:[8,22,27,32,36,37,39,40,41,45,46,47,48,49,50,52,53,55,56,67,68,69,70,71,72,73,74,75,76,77,78,79,89,94,105,110,111,112,114,115,117,118,119,120,121,122,123,124,125,126,127,128,132,136,144,148,149,164,165,167,194],execut:[6,169,170,185,186,187,189,193,208,219,222,223],exist:[184,190,201,210],explor:7,express:164,extend:[14,28,215],extens:[2,12],extern:[169,182,200],faq:[10,14],fat:127,fcb:116,fcb_append:117,fcb_append_finish:118,fcb_append_to_scratch:119,fcb_clear:120,fcb_getnext:121,fcb_init:122,fcb_is_empti:123,fcb_offset_last_n:124,fcb_rotat:125,fcb_walk:126,featur:[7,10,23,29,32,33,94],fetch:[7,182,200],field:30,file:[14,95,111,112,127,128,129,131,163,202,209,213,215],filesystem:[128,130],fill:95,find:201,firmwar:14,first:[7,9],flag:[36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,67,68,69,70,71,72,73,74,75,76,77,78,79],flash:[95,104,111,116,130,135,164,185,189],forget:14,format:[14,104],framework:[109,154,155,190,214],from:[14,59,60,61,82,83,84,106,209,211,213],ft232h:8,full:106,fundament:195,futur:130,gap:[17,28,178],gatt:[18,19,29,206],gcc:[6,14],gdb:6,gener:[23,31,110,132,165,194],get:[3,59,82,154],git:[10,14,61],global:[36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,67,68,69,70,71,72,73,74,75,76,77,78,79],gpio:137,grei:14,group:14,guarante:178,guid:[32,57,80,168],hal:[98,134,139,207],hal_flash_int:136,hal_i2c:138,handler:[105,151,161],hardcod:24,hardwar:[24,132,169,193,208,210,222,223],hci:[22,173],header:[16,17,18,19,21,22,91,111,112,128,131,163,209,213],heap:90,hello:[169,182,185,186,187,188,189],help:[41,161],high:104,hold:163,homebrew:[60,83],host:[16,17,18,19,20,21,22,180,181],how:[10,103,165,194,197,201,209,213],i2c:138,iOS:14,ibeacon:181,ident:21,identifi:201,ignor:164,imag:[14,39,48,73,104,146,162,169,170,173,185,186,187,188,189,190,192,193,200,208,209,210,211,212,213,215,218,221],imgmgr_module_init:147,imgr_ver_pars:148,imgr_ver_str:149,immedi:14,implement:[96,110,151,154,163],includ:[31,163,179],indefinit:[180,181],info:42,inform:161,initi:[31,111,112,130,152,154,163,165,196,213],input:[106,161],instal:[2,4,5,6,11,12,14,38,43,58,59,60,61,62,81,82,83,84,85,169,193,208],instead:215,integr:104,interfac:[131,134,152],intern:130,interrupt:194,introduct:[9,16,17,18,19,20,21,22,33,57,95,174,194,199],invalid:164,invert:14,invok:108,issu:14,join:193,json:150,kei:[14,23,28],kernel:94,kit:187,l2cap:[14,22,28],laptop:10,latest:[59,60,61,82,83,84],launch:223,layer:132,lead:14,led:[169,170],legaci:28,level:[104,151,192],libc:6,librari:[139,169],like:10,limit:104,line:161,link:4,linker:95,linux:[2,4,6,8,11,59,62,82,85],list:[10,66,103,113,146,162,180,181,210,215],listen:[156,215],load:[44,173,182,185,186,187,188,189,190,200,209,210,211,212,213,215,218,221],loader:162,log:[74,151,154,192],look:157,lorawan:193,low:171,lra:212,lua_init:114,lua_main:115,mac:[2,4,6,8,11,60,62,83,85],macro:102,main:[184,196,209,213,215],make:10,manag:[9,22,57,65,80,107,108,146,157,190,191,194,196],manual:[59,82],map:[95,104],master:[60,83],maximum:14,mbuf:91,mcu:[14,95,97,98],measur:130,memori:[92,189],merg:10,mesh:[14,32,33],messag:[14,164],method:[24,59,82],mfg:45,mfghash:14,mgmt:107,mingw:61,minim:106,miscellan:[14,130],mkr1000:200,mmc:112,model:33,modif:170,modifi:[184,190,209,215],modul:[14,161,163,166],monitor:[173,211,214],more:[57,169],mpstat:75,mqueue:91,msy:91,msys2:61,multicast:14,multipl:[12,128,163,164,194],mutex:93,my_sensor_app:215,mynewt:[2,7,8,9,12,14,24,33,35,60,65,83,94,95,96,97,98,106,155,172,201,209,211,217],name:[31,161,163,165],nano:189,nativ:[5,6],need:[2,169,170,193,201,210,222,223],newt:[2,9,11,12,14,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,59,60,61,62,65,80,107,108,190],newtmgr:[11,14,67,68,69,70,71,72,73,74,75,76,77,78,79,82,83,84,85,108,161,163,190,192,218,219,221],newtron:130,next:[6,210],nfc:14,nff:[14,130],nimbl:[14,15,16,17,18,19,20,21,22,23,26,32,172,173,180,181],nmp:14,node:33,none:14,nordic:[8,218],normal:91,note:[57,102,113,114,115,117,118,119,120,121,122,123,124,125,126,147,148,149,163],notifi:158,notnul:164,nrf52840:14,nrf52:[14,187,208,210,218],nrf52_adc:208,nrf52dk:[8,14],nrf:24,number:14,object:[152,169,170,183,193,222,223],off:[153,210,212],oic:[109,159,209,211,214,217],oicmgr:190,olimex:[188,221],omgr_app_init:209,onboard:[153,215],onto:[182,200],open:[173,193],openocd:4,oper:[14,57,63,94,104,138,141,162],option:[185,190],orient:28,ota:193,other:[7,12,131,190,198,202],out:[14,199,201,202],output:[50,55,106],over:[161,192],overrid:[164,165],overview:[66,155,174,175,176,178,183,209,213,214,217,220],own:10,pack:2,packag:[1,7,59,63,82,95,98,106,131,151,152,155,164,165,172,182,190,199,200,207,209,210,215],packet:91,passiv:31,patch:10,peer:[22,31],perform:31,peripher:[174,176],persist:105,pin:[14,170],pkg:[14,47,95],platform:[8,132],poll:[152,157],pool:[91,92],port:[8,14,95,96,97,98,193],precis:14,preempt:196,prerequisit:[7,173,176,182,183,184,185,186,187,188,189,190,192,194,196,200,207,209,210,211,212,213,214,215,217,218,219,220,221,225],preview:[15,35,65],previou:[62,85],primo:185,principl:[110,132],printf:14,prioriti:[164,196],privaci:23,privat:203,pro:8,process:[161,184],produc:[6,63],profil:[14,190,192,219],project:[1,7,10,12,14,32,169,172,173,174,182,183,184,185,186,187,188,189,190,193,194,200,201,202,205,206,207,208,218,219,220,221],prompt:161,protect:189,protocol:[161,180,181,190],provis:33,pull:[2,10],put:194,qualiti:[205,206,207],queri:[218,221],question:[10,14],queue:[89,184,194],radio:14,random:[14,24],rate:152,rational:57,read:[31,152,154,177,213,215],reboot:213,rebuild:[11,215],reconfigur:153,recoveri:104,redbear:189,reduc:[14,192,197],refer:[16,17,18,19,21,22,165],referenc:165,regist:[99,131,154,157,161,163,210],registr:179,relat:14,releas:[59,60,61,62,82,83,84,85],remot:[191,208],repo:[201,202,204,208],repositori:[7,10,57,201,202,203],request:10,requir:[95,208],reset:[27,76,104],resign:48,resolut:202,resolv:[63,165,202],respond:27,restart:14,restrict:164,retriev:[162,163],review:[177,196],round:170,rtt:[215,222],run:[7,12,14,49,77,182,184,219,222,223],runtim:[24,105],safeti:128,sampl:[34,210,213],saniti:99,satisfi:95,scale:199,scan:31,schedul:87,script:[2,95],section:163,secur:[22,23,28],segger:[4,222,223],select:2,semant:14,semaphor:100,semiconductor:8,send:[31,173,193],sensor:[152,153,154,155,156,157,158,159,160,205,206,207,208,209,210,211,213,214,215,216,217],sensor_read:215,sensors_test:211,sequenc:162,serial:[8,14,161,173,184,200,218,221],server:19,servic:[31,174,179,206,208],set:[6,11,14,31,59,82,95,151,152,154,164,165,172,175,179,184,190,207,209,213,219],settl:25,setup:[3,8,14,26,200,222,223],shell:[154,160,161,184,215],should:202,show:[31,68],sign:[104,169,185,186,187,188,189,193,200,208,218,221],signatur:177,sim:219,simul:7,singl:162,size:[14,50,197],skeleton:215,sleep:14,slinki:[218,219,220,221],slot:104,smart:[209,211,217],softwar:223,some:10,sourc:[7,11,57,59,61,82,84,180,181,190,207,209],special:102,specif:[96,202],specifi:[131,165],spi:141,split:162,stack:[15,180,181,196],start:[3,173,200],startup:95,stat:[78,154,163],state:[104,105,162],statist:163,statu:104,step:[11,183,192,209,210,211,212,213,215,220],stm32f303:169,stm32f3:[169,170],stm32f4:186,storag:28,struct:128,structur:[64,102,113,116,128,130,146,150,152,156,157,161,167],stub:106,studio:12,sub:68,submit:10,suit:199,summari:22,support:[2,14,33,63,98,128,132,155,159,169,190,209,210,214,215],swap:104,sync:[14,27,51,180,181],syntax:14,syscfg:[151,162,165,209],sysinit_app:165,system:[14,25,57,94,127,128,129,131,142,164,165,166],systemview:223,tabl:163,talk:200,tap:[60,83],target:[1,24,52,63,95,169,170,172,173,176,182,184,185,186,187,188,189,190,193,200,208,210,212,215,218,219,221,222,223],task:[12,14,99,101,164,194,196,208],taskstat:79,tcp:200,templat:95,termin:210,test:[7,53,95,192,199,207],testutil:167,theori:[63,138,141,162],thingi:215,thread:128,through:163,tick:140,time:[14,25,88,102,165],timer:[143,184,194],togeth:194,tool:[4,11,35,57,61,84,224],toolchain:[4,6],topolog:33,trace:14,transceiv:14,transport:[161,190],tree:207,trigger:14,troubleshoot:14,tutori:[162,183,217,220,225],type:[152,154,157,210],uart:144,undefin:164,under:199,undirect:31,unifi:162,unix:14,unsatisfi:14,updat:11,upgrad:[14,54,59,60,82,83,162,192,204],upload:[184,192],usag:[36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,67,68,69,70,71,72,73,74,75,76,77,78,79,107,116],usb2:2,usb:8,use:[10,59,82,91,94,201],user:[32,168],using:[14,57,218,221],val:55,valid:164,valu:[14,112,114,115,117,118,119,120,121,122,123,124,125,126,147,148,149,152,154,164,165,209,213],variabl:163,vector:104,verif:[104,213],verifi:213,version:[14,56,59,60,61,82,83,84,201,202,208],via:[200,206,208,215],view:[208,209,210,211,215],violat:164,virtualbox:2,visual:12,wait:[180,181],want:[10,169],watch:[169,170],watchdog:145,water:208,welcom:9,what:[10,169,170,201],wheel:170,where:202,why:[91,94,201],window:[2,4,8,11,61,62,84,85],work:12,workspac:12,world:[169,182,185,186,187,188,189],would:10,wrapper:2,write:[14,15,31,35,65,177,189,199],yml:[14,95,202,208],you:[2,169,170],your:[2,7,9,11,12,59,82,131,139,163,169,182,185,186,187,188,189,190,196,199,200,201,210,215,219],zero:[14,182]}})
\ No newline at end of file
diff --git a/sitemap.xml b/sitemap.xml
index 4afed31dad..243eefa28e 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -4,7 +4,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -13,13 +13,13 @@
         
     <url>
      <loc>http://mynewt.apache.org/pages/ble/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/pages/securitybullets/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -28,7 +28,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/quick-start/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -36,7 +36,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/about/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -44,7 +44,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/talks/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -52,7 +52,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/download/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -60,7 +60,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/community/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -68,7 +68,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/events/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -76,7 +76,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/documentation/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
diff --git a/v0_9_0/sitemap.xml b/v0_9_0/sitemap.xml
index 8fb7810b9b..4e1a1dae86 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>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -12,7 +12,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/quick-start/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -20,7 +20,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/about/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -28,7 +28,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/download/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -36,7 +36,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/community/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -44,7 +44,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/events/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -53,7 +53,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/os/introduction/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -65,7 +65,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/os/get_started/vocabulary/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -101,7 +101,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/known_issues/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -111,13 +111,13 @@
         
     <url>
      <loc>http://mynewt.apache.org/faq/how_to_edit_docs/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/faq/answers/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
diff --git a/v1_0_0/sitemap.xml b/v1_0_0/sitemap.xml
index bd5d61aa92..8f1f6c93ee 100644
--- a/v1_0_0/sitemap.xml
+++ b/v1_0_0/sitemap.xml
@@ -4,7 +4,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -13,7 +13,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/pages/ble/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -22,7 +22,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/quick-start/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -30,7 +30,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/about/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -38,7 +38,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/talks/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -46,7 +46,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/download/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -54,7 +54,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/community/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -62,7 +62,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/events/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -71,7 +71,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/os/introduction/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -83,7 +83,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/os/get_started/vocabulary/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -119,7 +119,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/known_issues/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -129,25 +129,25 @@
         
     <url>
      <loc>http://mynewt.apache.org/faq/go_env/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/faq/ide/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/faq/how_to_edit_docs/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/faq/answers/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
diff --git a/v1_1_0/sitemap.xml b/v1_1_0/sitemap.xml
index 3eb3397287..99c8d284fb 100644
--- a/v1_1_0/sitemap.xml
+++ b/v1_1_0/sitemap.xml
@@ -4,7 +4,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -13,13 +13,13 @@
         
     <url>
      <loc>http://mynewt.apache.org/pages/ble/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/pages/securitybullets/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -28,7 +28,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/quick-start/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -36,7 +36,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/about/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -44,7 +44,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/talks/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -52,7 +52,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/download/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -60,7 +60,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/community/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -68,7 +68,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/events/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -77,7 +77,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/os/introduction/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -89,7 +89,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/os/get_started/vocabulary/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -125,7 +125,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/known_issues/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -135,25 +135,25 @@
         
     <url>
      <loc>http://mynewt.apache.org/faq/go_env/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/faq/ide/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/faq/how_to_edit_docs/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/faq/answers/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
diff --git a/v1_2_0/sitemap.xml b/v1_2_0/sitemap.xml
index 13797c1cbb..ef6f374398 100644
--- a/v1_2_0/sitemap.xml
+++ b/v1_2_0/sitemap.xml
@@ -4,7 +4,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -13,13 +13,13 @@
         
     <url>
      <loc>http://mynewt.apache.org/pages/ble/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/pages/securitybullets/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -28,7 +28,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/quick-start/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -36,7 +36,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/about/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -44,7 +44,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/talks/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -52,7 +52,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/download/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -60,7 +60,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/community/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -68,7 +68,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/events/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -77,7 +77,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/os/introduction/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -89,7 +89,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/os/get_started/vocabulary/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -125,7 +125,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/known_issues/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -135,37 +135,37 @@
         
     <url>
      <loc>http://mynewt.apache.org/newt/install/prev_releases/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/newtmgr/prev_releases/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/faq/go_env/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/faq/ide/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/faq/how_to_edit_docs/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/faq/answers/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
diff --git a/v1_3_0/sitemap.xml b/v1_3_0/sitemap.xml
index a577d7d6f2..f5268fa4d5 100644
--- a/v1_3_0/sitemap.xml
+++ b/v1_3_0/sitemap.xml
@@ -4,7 +4,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -13,13 +13,13 @@
         
     <url>
      <loc>http://mynewt.apache.org/pages/ble/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/pages/securitybullets/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -28,7 +28,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/quick-start/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -36,7 +36,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/about/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -44,7 +44,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/talks/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -52,7 +52,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/download/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -60,7 +60,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/community/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -68,7 +68,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/events/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -76,7 +76,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/documentation/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -85,7 +85,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/os/introduction/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -97,7 +97,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/os/get_started/vocabulary/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -133,7 +133,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/known_issues/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -143,37 +143,37 @@
         
     <url>
      <loc>http://mynewt.apache.org/newt/install/prev_releases/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/newtmgr/prev_releases/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/faq/go_env/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/faq/ide/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/faq/how_to_edit_docs/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/faq/answers/</loc>
-     <lastmod>2018-07-04</lastmod>
+     <lastmod>2018-07-05</lastmod>
      <changefreq>daily</changefreq>
     </url>
         


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services