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/01/27 05:52:07 UTC

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

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

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/develop/_sources/misc/index.rst.txt b/develop/_sources/misc/index.rst.txt
index beb43e8fe..cc78f581e 100644
--- a/develop/_sources/misc/index.rst.txt
+++ b/develop/_sources/misc/index.rst.txt
@@ -2,7 +2,6 @@ Appendix
 ===========================
 
 .. toctree::
-   :hidden:
    :titlesonly:
 
    go_env
diff --git a/develop/_sources/os/core_os/context_switch/context_switch.rst.txt b/develop/_sources/os/core_os/context_switch/context_switch.rst.txt
index cff75598d..f3ff7430c 100644
--- a/develop/_sources/os/core_os/context_switch/context_switch.rst.txt
+++ b/develop/_sources/os/core_os/context_switch/context_switch.rst.txt
@@ -36,15 +36,15 @@ the new task is swapped in.
 API
 ***
 
-* :cpp:func:`os_sched()`
-* :cpp:func:`os_arch_ctx_sw()`
-* :cpp:func:`os_sched_ctx_sw_hook()`
-* :cpp:func:`os_sched_get_current_task()`
-* :cpp:func:`os_sched_insert()`
-* :cpp:func:`os_sched_next_task()`
-* :cpp:func:`os_sched_os_timer_exp()`
-* :cpp:func:`os_sched_remove()`
-* :cpp:func:`os_sched_resort()`
-* :cpp:func:`os_sched_set_current_task()`
-* :cpp:func:`os_sched_sleep()`
-* :cpp:func:`os_sched_wakeup()`
+* :c:func:`os_sched()`
+* :c:func:`os_arch_ctx_sw()`
+* :c:func:`os_sched_ctx_sw_hook()`
+* :c:func:`os_sched_get_current_task()`
+* :c:func:`os_sched_insert()`
+* :c:func:`os_sched_next_task()`
+* :c:func:`os_sched_os_timer_exp()`
+* :c:func:`os_sched_remove()`
+* :c:func:`os_sched_resort()`
+* :c:func:`os_sched_set_current_task()`
+* :c:func:`os_sched_sleep()`
+* :c:func:`os_sched_wakeup()`
diff --git a/develop/misc/index.html b/develop/misc/index.html
index 663d12d4d..2c9ffefe8 100644
--- a/develop/misc/index.html
+++ b/develop/misc/index.html
@@ -258,6 +258,11 @@ <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.3.0</a> released (Dece
   <div class="section" id="appendix">
 <h1>Appendix<a class="headerlink" href="#appendix" title="Permalink to this headline">?</a></h1>
 <div class="toctree-wrapper compound">
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="go_env.html">Contributing to Newt or Newtmgr Tools</a></li>
+<li class="toctree-l1"><a class="reference internal" href="ide.html">Developing Mynewt Applications with Visual Studio Code</a></li>
+<li class="toctree-l1"><a class="reference internal" href="faq.html">FAQ</a></li>
+</ul>
 </div>
 </div>
 
diff --git a/develop/os/core_os/context_switch/context_switch.html b/develop/os/core_os/context_switch/context_switch.html
index 36e4a80c1..7d65e1aa8 100644
--- a/develop/os/core_os/context_switch/context_switch.html
+++ b/develop/os/core_os/context_switch/context_switch.html
@@ -293,18 +293,18 @@ <h2>Description<a class="headerlink" href="#description" title="Permalink to thi
 <div class="section" id="api">
 <h2>API<a class="headerlink" href="#api" title="Permalink to this headline">?</a></h2>
 <ul class="simple">
-<li><code class="xref cpp cpp-func docutils literal notranslate"><span class="pre">os_sched()</span></code></li>
-<li><code class="xref cpp cpp-func docutils literal notranslate"><span class="pre">os_arch_ctx_sw()</span></code></li>
-<li><code class="xref cpp cpp-func docutils literal notranslate"><span class="pre">os_sched_ctx_sw_hook()</span></code></li>
-<li><code class="xref cpp cpp-func docutils literal notranslate"><span class="pre">os_sched_get_current_task()</span></code></li>
-<li><code class="xref cpp cpp-func docutils literal notranslate"><span class="pre">os_sched_insert()</span></code></li>
-<li><code class="xref cpp cpp-func docutils literal notranslate"><span class="pre">os_sched_next_task()</span></code></li>
-<li><code class="xref cpp cpp-func docutils literal notranslate"><span class="pre">os_sched_os_timer_exp()</span></code></li>
-<li><code class="xref cpp cpp-func docutils literal notranslate"><span class="pre">os_sched_remove()</span></code></li>
-<li><code class="xref cpp cpp-func docutils literal notranslate"><span class="pre">os_sched_resort()</span></code></li>
-<li><code class="xref cpp cpp-func docutils literal notranslate"><span class="pre">os_sched_set_current_task()</span></code></li>
-<li><code class="xref cpp cpp-func docutils literal notranslate"><span class="pre">os_sched_sleep()</span></code></li>
-<li><code class="xref cpp cpp-func docutils literal notranslate"><span class="pre">os_sched_wakeup()</span></code></li>
+<li><a class="reference internal" href="../API.html#c.os_sched" title="os_sched"><code class="xref c c-func docutils literal notranslate"><span class="pre">os_sched()</span></code></a></li>
+<li><code class="xref c c-func docutils literal notranslate"><span class="pre">os_arch_ctx_sw()</span></code></li>
+<li><a class="reference internal" href="../API.html#c.os_sched_ctx_sw_hook" title="os_sched_ctx_sw_hook"><code class="xref c c-func docutils literal notranslate"><span class="pre">os_sched_ctx_sw_hook()</span></code></a></li>
+<li><a class="reference internal" href="../API.html#c.os_sched_get_current_task" title="os_sched_get_current_task"><code class="xref c c-func docutils literal notranslate"><span class="pre">os_sched_get_current_task()</span></code></a></li>
+<li><a class="reference internal" href="../API.html#c.os_sched_insert" title="os_sched_insert"><code class="xref c c-func docutils literal notranslate"><span class="pre">os_sched_insert()</span></code></a></li>
+<li><a class="reference internal" href="../API.html#c.os_sched_next_task" title="os_sched_next_task"><code class="xref c c-func docutils literal notranslate"><span class="pre">os_sched_next_task()</span></code></a></li>
+<li><a class="reference internal" href="../API.html#c.os_sched_os_timer_exp" title="os_sched_os_timer_exp"><code class="xref c c-func docutils literal notranslate"><span class="pre">os_sched_os_timer_exp()</span></code></a></li>
+<li><a class="reference internal" href="../API.html#c.os_sched_remove" title="os_sched_remove"><code class="xref c c-func docutils literal notranslate"><span class="pre">os_sched_remove()</span></code></a></li>
+<li><a class="reference internal" href="../API.html#c.os_sched_resort" title="os_sched_resort"><code class="xref c c-func docutils literal notranslate"><span class="pre">os_sched_resort()</span></code></a></li>
+<li><a class="reference internal" href="../API.html#c.os_sched_set_current_task" title="os_sched_set_current_task"><code class="xref c c-func docutils literal notranslate"><span class="pre">os_sched_set_current_task()</span></code></a></li>
+<li><a class="reference internal" href="../API.html#c.os_sched_sleep" title="os_sched_sleep"><code class="xref c c-func docutils literal notranslate"><span class="pre">os_sched_sleep()</span></code></a></li>
+<li><a class="reference internal" href="../API.html#c.os_sched_wakeup" title="os_sched_wakeup"><code class="xref c c-func docutils literal notranslate"><span class="pre">os_sched_wakeup()</span></code></a></li>
 </ul>
 </div>
 </div>
diff --git a/develop/searchindex.js b/develop/searchindex.js
index 8681dfdea..7a25ea1e4 100644
--- a/develop/searchindex.js
+++ b/develop/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","network/ble/ble_hs/ble_att","network/ble/ble_hs/ble_gap","network/ble/ble_hs/ble_gattc","network/ble/ble_hs/ble_gatts","network/ble/ble_hs/ble_hs","network/ble/ble_hs/ble_hs_id","network/ble/ble_hs/ble_hs_return_codes","network/ble/ble_intro","network/ble/ble_sec","network/ble/ble_setup/ble_addr","network/ble/ble_setup/ble_lp_clock","network/ble/ble_setup/ble_setup_intro","network/ble/ble_setup/ble_sync_cb","network/ble/btshell/btshell_GAP","network/ble/btshell/btshell_GATT","network/ble/btshell/btshell_advdata","network/ble/btshell/btshell_api","network/ble/mesh/index","network/ble/mesh/sample","newt/README","newt/command_list/newt_build","newt/command_list/n
 ewt_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/com
 mand_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/API","os/core_os/context_switch/context_switch","os/core_os/cputime/os_cputime","os/core_os/mynewt_os","os/modules/console/console","os/modules/sysinitconfig/sysconfig_error","os/modules/sysinitconfig/sysinitconfig","os/os_user_guide","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/ble
 prph-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/lora/lorawanapp","tutorials/repo/add_repos","tutorials/repo/create_repo","tutorials/repo/private_repo","tutorials/repo/upgrade_repo","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","network/ble/ble_hs/ble_a
 tt.rst","network/ble/ble_hs/ble_gap.rst","network/ble/ble_hs/ble_gattc.rst","network/ble/ble_hs/ble_gatts.rst","network/ble/ble_hs/ble_hs.rst","network/ble/ble_hs/ble_hs_id.rst","network/ble/ble_hs/ble_hs_return_codes.rst","network/ble/ble_intro.rst","network/ble/ble_sec.rst","network/ble/ble_setup/ble_addr.rst","network/ble/ble_setup/ble_lp_clock.rst","network/ble/ble_setup/ble_setup_intro.rst","network/ble/ble_setup/ble_sync_cb.rst","network/ble/btshell/btshell_GAP.rst","network/ble/btshell/btshell_GATT.rst","network/ble/btshell/btshell_advdata.rst","network/ble/btshell/btshell_api.rst","network/ble/mesh/index.rst","network/ble/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/newt
 mgr_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/API.rst","os/core_os/context_switch/context_switch.rst","os/core_os/cputime/os_cputime.rst","os/core_os/mynewt_os.rst","os/modules/console/console.rst","os/modules/sysinitconfig/sysconfig_error.rst","os/modules/sysinitconfig/sysinitconfig.rst","os/os_user_guide.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.r
 st","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/lora/lorawanapp.rst","tutorials/repo/add_repos.rst","tutorials/repo/create_repo.rst","tutorials/repo/private_repo.rst","tutorials/repo/upgrade_repo.rst","tutorials/tutorials.rst"],objects:{"":{CPUTIME_GEQ:[84,0,1,"c.CPUTIME_GEQ"],CPUTIME_GT:[84,0,1,"c.CPUTIME_GT"],CPUTIME_LEQ:[84,0,1,"c.CPUTIME_LEQ"],CPUTIME_LT:[84,0,1,"c.CPUTIME_LT"],CTASSERT:[84,0,1,"c.CTASSERT"],OS_ALIGN:[84,0,1,"c.OS_ALIGN"],OS_IDLE_PRIO:[84,0,1,"c.OS_IDLE_PRIO"],OS_MAIN_STACK_SIZE:[84,0,1,"c.OS_MAIN_STACK_SIZE"],OS_MAIN_TASK_PRIO:[84,0,1,"c.OS_MAIN_TA
 SK_PRIO"],OS_WAIT_FOREVER:[84,0,1,"c.OS_WAIT_FOREVER"],TAILQ_HEAD:[84,1,1,"c.TAILQ_HEAD"],completion_cb:[88,2,1,"c.completion_cb"],console_append_char_cb:[88,2,1,"c.console_append_char_cb"],console_blocking_mode:[88,1,1,"c.console_blocking_mode"],console_echo:[88,1,1,"c.console_echo"],console_handle_char:[88,1,1,"c.console_handle_char"],console_init:[88,1,1,"c.console_init"],console_input:[88,3,1,"c.console_input"],console_is_init:[88,1,1,"c.console_is_init"],console_is_midline:[88,4,1,"c.console_is_midline"],console_non_blocking_mode:[88,1,1,"c.console_non_blocking_mode"],console_out:[88,1,1,"c.console_out"],console_printf:[88,1,1,"c.console_printf"],console_read:[88,1,1,"c.console_read"],console_rx_cb:[88,2,1,"c.console_rx_cb"],console_set_completion_cb:[88,1,1,"c.console_set_completion_cb"],console_set_queues:[88,1,1,"c.console_set_queues"],console_write:[88,1,1,"c.console_write"],g_current_task:[84,4,1,"c.g_current_task"],g_os_run_list:[84,4,1,"c.g_os_run_list"],g_os_sleep_list:
 [84,4,1,"c.g_os_sleep_list"],g_os_started:[84,4,1,"c.g_os_started"],os_cputime_delay_nsecs:[84,1,1,"c.os_cputime_delay_nsecs"],os_cputime_delay_ticks:[84,1,1,"c.os_cputime_delay_ticks"],os_cputime_delay_usecs:[84,1,1,"c.os_cputime_delay_usecs"],os_cputime_get32:[84,1,1,"c.os_cputime_get32"],os_cputime_init:[84,1,1,"c.os_cputime_init"],os_cputime_nsecs_to_ticks:[84,1,1,"c.os_cputime_nsecs_to_ticks"],os_cputime_ticks_to_nsecs:[84,1,1,"c.os_cputime_ticks_to_nsecs"],os_cputime_ticks_to_usecs:[84,1,1,"c.os_cputime_ticks_to_usecs"],os_cputime_timer_init:[84,1,1,"c.os_cputime_timer_init"],os_cputime_timer_relative:[84,1,1,"c.os_cputime_timer_relative"],os_cputime_timer_start:[84,1,1,"c.os_cputime_timer_start"],os_cputime_timer_stop:[84,1,1,"c.os_cputime_timer_stop"],os_cputime_usecs_to_ticks:[84,1,1,"c.os_cputime_usecs_to_ticks"],os_get_return_addr:[84,0,1,"c.os_get_return_addr"],os_info_init:[84,1,1,"c.os_info_init"],os_init:[84,1,1,"c.os_init"],os_init_idle_task:[84,1,1,"c.os_init_idle_t
 ask"],os_sched:[84,1,1,"c.os_sched"],os_sched_ctx_sw_hook:[84,1,1,"c.os_sched_ctx_sw_hook"],os_sched_get_current_task:[84,1,1,"c.os_sched_get_current_task"],os_sched_insert:[84,1,1,"c.os_sched_insert"],os_sched_next_task:[84,1,1,"c.os_sched_next_task"],os_sched_os_timer_exp:[84,1,1,"c.os_sched_os_timer_exp"],os_sched_remove:[84,1,1,"c.os_sched_remove"],os_sched_resort:[84,1,1,"c.os_sched_resort"],os_sched_set_current_task:[84,1,1,"c.os_sched_set_current_task"],os_sched_sleep:[84,1,1,"c.os_sched_sleep"],os_sched_wakeup:[84,1,1,"c.os_sched_wakeup"],os_sched_wakeup_ticks:[84,1,1,"c.os_sched_wakeup_ticks"],os_start:[84,1,1,"c.os_start"],os_started:[84,1,1,"c.os_started"]}},objnames:{"0":["c","define","define"],"1":["c","function","C function"],"2":["c","typedef","typedef"],"3":["c","struct","struct"],"4":["c","variable","variable"]},objtypes:{"0":"c:define","1":"c:function","2":"c:typedef","3":"c:struct","4":"c:variable"},terms:{"000s":[106,108,111],"008s":[106,108,111],"01t22":68,"04x"
 :20,"093s":[106,108,111],"0mb":11,"0ubuntu5":6,"0x0":[103,110],"0x00":[20,110,111],"0x0000":94,"0x00000000":[89,90],"0x00000002":110,"0x000000b8":103,"0x000000dc":93,"0x00004000":[89,90],"0x00008000":[89,90],"0x00009ef4":110,"0x0000fca6":103,"0x0006":29,"0x0007d000":90,"0x000e0000":89,"0x0010":27,"0x01":[20,27,30,111],"0x0100":27,"0x01000000":109,"0x0101":20,"0x0102":20,"0x0103":20,"0x0104":20,"0x0105":20,"0x0106":20,"0x0107":20,"0x0108":20,"0x0109":20,"0x010a":20,"0x010b":20,"0x010c":20,"0x010d":20,"0x010e":20,"0x010f":20,"0x0110":20,"0x0111":20,"0x02":[20,27,30,111],"0x0201":20,"0x0202":20,"0x0203":20,"0x0204":20,"0x0205":20,"0x0206":20,"0x0207":20,"0x0208":20,"0x0209":20,"0x020a":20,"0x020b":20,"0x020c":20,"0x020d":20,"0x020e":20,"0x020f":20,"0x0210":20,"0x0211":20,"0x0212":20,"0x0213":20,"0x0214":20,"0x0215":20,"0x0216":20,"0x0217":20,"0x0218":20,"0x0219":20,"0x021a":20,"0x021b":20,"0x021c":20,"0x021d":20,"0x021e":20,"0x021f":20,"0x0220":20,"0x0221":20,"0x0222":20,"0x0223":20,"0
 x0224":20,"0x0225":20,"0x0226":20,"0x0227":20,"0x0228":20,"0x0229":20,"0x022a":20,"0x022c":20,"0x022d":20,"0x022e":20,"0x022f":20,"0x0230":20,"0x0232":20,"0x0234":20,"0x0235":20,"0x0236":20,"0x0237":20,"0x0238":20,"0x0239":20,"0x023a":20,"0x023b":20,"0x023c":20,"0x023d":20,"0x023e":20,"0x023f":20,"0x0240":20,"0x03":[20,30],"0x0300":[20,27],"0x0301":20,"0x0302":20,"0x04":[20,27],"0x0401":20,"0x0402":20,"0x0403":20,"0x0404":20,"0x0405":20,"0x0406":20,"0x0407":20,"0x0408":20,"0x0409":20,"0x040a":20,"0x040b":20,"0x040c":20,"0x040d":20,"0x040e":20,"0x0483":107,"0x05":20,"0x0501":20,"0x0502":20,"0x0503":20,"0x0504":20,"0x0505":20,"0x0506":20,"0x0507":20,"0x0508":20,"0x0509":20,"0x050a":20,"0x050b":20,"0x050c":20,"0x050d":20,"0x050e":20,"0x06":[20,94],"0x07":20,"0x08":[20,27],"0x08000000":109,"0x08000020":109,"0x08000250":109,"0x08021e90":107,"0x09":20,"0x0a":20,"0x0b":20,"0x0bc11477":103,"0x0c":20,"0x0c80":29,"0x0d":20,"0x0e":20,"0x0f":20,"0x10":[20,103,110,111],"0x100":20,"0x10010000":10
 9,"0x10036413":109,"0x10076413":107,"0x103":20,"0x11":[20,23,102,111],"0x12":20,"0x13":20,"0x14":20,"0x15":20,"0x16":20,"0x17":20,"0x18":20,"0x1800":30,"0x1808":30,"0x180a":30,"0x19":20,"0x1a":20,"0x1b":20,"0x1c":20,"0x1d":20,"0x1e":20,"0x1f":20,"0x20":[20,32,103,110],"0x200":20,"0x20002290":107,"0x20002408":103,"0x20008000":103,"0x21":[20,32],"0x21000000":103,"0x22":[20,23,32,111],"0x23":[20,32],"0x24":20,"0x25":20,"0x26":20,"0x27":20,"0x28":20,"0x29":20,"0x2a":20,"0x2ba01477":110,"0x2c":20,"0x2d":20,"0x2e":20,"0x2f":20,"0x30":[20,103,110],"0x300":20,"0x32":20,"0x33":23,"0x34":20,"0x35":20,"0x36":20,"0x37":20,"0x374b":107,"0x38":20,"0x39":20,"0x3a":20,"0x3b":20,"0x3c":20,"0x3d":20,"0x3e":20,"0x3f":20,"0x40":[20,103,110],"0x400":20,"0x4001e504":110,"0x4001e50c":110,"0x41000000":107,"0x42000":61,"0x44":23,"0x50":[103,110],"0x500":20,"0x55":23,"0x60":[103,110],"0x66":23,"0x70":[103,110],"0x8000":61,"0x8000000":109,"0xffff":29,"0xffffffff":103,"0xffffffff0xffffffff0xffffffff0xffffffff"
 :110,"1024kbyte":[107,109],"10m":27,"128kb":[9,89],"12c":[106,108,111],"12kb":90,"12mhz":9,"132425ssb":30,"132428ssb":30,"132433ssb":30,"132437ssb":30,"132441ssb":30,"16kb":[9,89,90],"16kbram":53,"16mb":9,"1_amd64":[57,60,80,83],"1st":68,"1ubuntu1":6,"1wx":110,"200mhz":9,"2015q2":[4,12],"2022609336ssb":97,"2022687456ssb":97,"2022789012ssb":97,"2022851508ssb":97,"2042859320ssb":97,"2042937440ssb":97,"248m":6,"256kb":103,"262s":[106,108,111],"296712s":109,"2a24":48,"2d5217f":81,"2m_interval_max":27,"2m_interval_min":27,"2m_latenc":27,"2m_max_conn_event_len":27,"2m_min_conn_event_len":27,"2m_scan_interv":27,"2m_scan_window":27,"2m_timeout":27,"2msym":21,"300v":[106,108,111],"32kb":[90,103],"32mb":9,"32wx":[103,110],"363s":[106,108,111],"3_1":36,"3mb":81,"4_9":4,"6lowpan":21,"73d77f":71,"7b3w9m4n2mg3sqmgw2q1b9p80000gn":55,"8ab6433f8971b05c2a9c3341533e8ddb754e404":114,"9mb":58,"abstract":[9,20,116],"boolean":90,"break":[20,98],"byte":[19,23,27,46,66,71,73,88,101,102,111],"case":[2,6,7,20
 ,21,30,55,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,87,90,94,98,99,101,102,103],"catch":20,"char":[84,87,88,90,98,101,102,105],"class":111,"const":[88,98,100,101,102],"default":[1,2,4,6,7,12,20,24,26,27,28,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,57,58,59,61,62,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,87,88,89,90,94,96,98,101,102,103,104,111,112],"export":[1,11,23,60,61,80,82,83,88],"final":[8,55,93,96],"float":[64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82],"function":[1,7,9,14,20,23,31,61,84,86,87,88,93,96,97,99,101,102,104,105,111,112,116],"import":[11,55,57,80,93,96,99],"int":[1,20,26,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,57,58,59,62,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,84,87,88,90,96,98,99,100,101,102,105],"long":[3,21,24,28,87,110],"new":[2,3,4,6,10,11,21,23,24,27,30,31,34,39,41,45,46,50,53,57,58,59,61,84,85,88,90,92,93,94,99,100,101,102,103,106,107,108,109,110,111,112,116],"null":[84,87,88,89,90,96
 ,99,100,101,102,105],"public":[19,25,27,29,30,32,57,66,80,88,101,102],"return":[18,26,84,87,88,90,96,98,99,100,103,105,111],"static":[19,26,66,87,88,94,96,98,99,100,101,102,105],"switch":[10,12,20,58,71,77,81,84,85,87,93,94,98,99],"transient":99,"true":[8,12,84],"try":[2,20,21,23,93,94,97,103,104,105,106,107,108,110,113],"var":[50,55,65,66],"void":[20,26,84,87,88,90,96,98,99,100,101,102,105],"while":[4,6,7,8,21,23,26,49,55,61,87,88,90,101,102,105],AES:22,ANS:95,Adding:[56,79,116],And:[61,89,92,97],CTS:94,FOR:4,For:[2,3,5,6,7,8,11,12,20,22,23,24,29,30,34,37,39,50,53,55,57,58,59,60,61,62,66,83,87,89,90,93,98,99,100,101,102,103,105,107,108,109,111,112,113,116],IDE:[5,12],Its:113,Not:[7,20,29],One:[6,20,87,96],PCs:8,QoS:[20,21],RTS:94,Such:[101,102,113],TMS:103,That:[2,20,61,90,101,102,103,111,112],The:[1,2,3,4,5,6,7,8,10,11,12,14,15,16,17,18,19,20,21,22,23,24,26,27,29,30,31,33,34,37,43,45,46,47,50,55,57,58,59,61,63,64,66,70,71,72,73,75,76,77,78,80,81,82,84,85,86,87,88,89,90,91,92,93,94
 ,96,98,99,100,101,102,103,104,106,107,108,109,110,111,112,113,116],Then:[10,33,63,94],There:[4,8,22,23,28,57,61,80,88,98,103,111,114],These:[5,20,27,50,61,89,92,96,100,101,102,103,104,109,112,113],Use:[1,7,8,11,27,28,50,57,58,59,62,71,80,81,82,98,101,102,103,106,111,112],Uses:[31,42,89],Using:[20,49,105,116],Was:111,Will:20,With:[9,20,21,30,87,89,93,116],Yes:[10,19],__a:84,__asm:107,__etext:109,__n:84,__t1:84,__t2:84,__wfi:107,_access:98,_addr:101,_addr_:[101,102],_app:101,_build:[33,63],_gatt_ac:98,_name:90,_set:101,_stage:90,abbrevi:96,abil:[6,22,31,55],abl:[2,97,101,102,103,112],abort:[49,89,90],about:[1,3,10,23,29,40,57,58,59,62,64,80,81,82,87,91,96,99,100,101,102,106,110,111,113],abov:[9,14,19,87,89,90,93,96,98,101,102,105,111,112],accept:[20,27,103,107,109,111,112],access:[15,20,21,27,59,61,64,70,80,81,82,86,87,90,93,100,103],access_:100,access_cb:[98,100],accommod:[24,101],accomplish:[9,55,98],accordingli:24,account:[10,61],accur:109,achiev:[26,101,102],ack_rxd:111,acknowledg
 :111,acl:20,acquir:26,across:[30,31,55,61,62],act:[22,30],action:[9,27,62,96,100,111],activ:[12,16,17,21,47,71,96,111],actual:[2,7,34,77,89,91,93,101,102,103,112,113,114],adafruit:8,adapt:[21,103,106,107],adapter_nsrst_delai:[103,107],adaptor:109,adc:[9,53],adc_hw_impl:53,add:[1,2,4,6,7,11,12,27,37,39,50,55,57,58,59,61,62,80,87,88,90,93,94,97,103,104,105,112,116],added:[10,12,32,53,55,81,88,103,105,113,116],adding:[2,31,37,55,93,105,112,113],addit:[1,12,21,29,43,55,61,62,90,93,96,103,104,106,107,109,110,111],addition:62,addr:[27,30,94,101,102],addr_typ:[27,30],address:[20,21,22,25,27,29,31,32,55,66,87,94,98,111],aditihilbert:4,adjust:20,admin:[4,94],adress:27,adsertis:27,adv:[21,27,30,31],adv_data:27,adv_field:[96,101],adv_param:[96,99,101,102],advanc:59,advantag:99,advantang:96,adverb:62,adverti:[101,102],advertis:[15,20,21,24,26,31,32,66,95,97,99],advertising_interv:[27,29],advinterv:29,aes:[103,106,108,110],affect:93,aflag:[1,50,61],after:[4,8,11,22,26,30,41,50,55,57,58,61,80,81,
 84,89,94,96,98,99,100,103,104,112],again:[8,20,26,57,59,80,96,103,106,107,108,109,110,111],against:[22,87],aid:61,aim:[20,95,116],air:[20,111,116],albeit:92,alert:95,algorithm:[21,85],all201612161220:75,all:[1,2,3,6,7,8,9,10,12,14,15,16,17,18,20,21,22,24,26,27,28,29,30,31,35,40,41,43,49,50,51,52,53,55,61,66,72,75,87,88,89,90,91,93,94,95,96,97,98,99,100,101,102,105,107,109,111,112,113,114,115],alloc:[73,77,96,98],allow:[2,3,4,6,8,9,12,20,21,27,31,39,50,55,57,58,59,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,87,88,90,94,96,99,101,105,106,111],almost:8,along:61,alongsid:101,alphabet:90,alreadi:[6,7,8,11,20,24,31,43,58,59,81,82,84,92,93,103,105,106,107,108,109,110,111],also:[1,3,5,6,7,8,11,12,21,23,24,27,34,37,40,55,57,58,59,60,61,66,80,83,87,88,89,90,93,96,99,100,104,105,111,112,113],altern:[6,98],although:112,alwai:[8,61,92,98,101,102,109,112,113,116],ambigu:20,ambiti:93,amd64:[57,80],amend:[1,32,50,62],among:85,amount:[24,96],analyz:12,ani:[1,4,8,10,14,21,22,27,33,49,50,59,61,
 63,64,66,73,76,77,80,81,82,84,87,88,90,94,96,105,106,111,113,116],announc:[96,101,102],annoy:[98,114],anonym:27,anoth:[10,21,26,27,30,61,87,88,89,96,98,111],answer:87,anyth:[1,8,23,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,57,58,59,62,93,101,102,104,113],apach:[1,2,6,7,10,11,12,21,32,33,37,38,39,43,44,50,51,53,55,57,58,59,61,62,63,80,81,82,88,90,93,94,95,97,101,103,104,105,106,107,108,109,110,111,112,113,116],api:[1,16,17,18,19,20,21,53,55,61,87,102,107],app:[1,7,8,12,21,26,29,32,34,37,38,42,43,45,46,47,48,50,53,55,62,73,76,77,88,89,90,93,95,96,99,100,101,102,103,105,106,107,108,109,110,116],appear:[27,29,98,100],appl:103,appli:[12,24,88,90,111],applic:[1,2,4,5,6,8,9,11,14,18,20,21,23,24,25,26,28,30,34,39,42,47,50,55,57,58,59,60,61,73,76,77,78,82,83,88,89,90,91,92,95,98,99,104,116],applicaton:1,applict:12,approach:[31,90],appropri:[62,90,93,96,99,101,102,104],approv:10,apps_blinki:[55,61],apr:[106,108,111],apropo:103,apt:[4,6,7,56,60,79,83,94],arbitrari:[94,103,106
 ,107,108,109,110,111],arbitrarili:102,arc4:103,arch:[61,106,107,108,109,110,111],arch_sim:105,architectur:[57,80,84,85],archiv:[4,7,57,59,61,93,103,105,106,107,108,109,110,111],arduino:[12,104,112,116],arduino_101:53,arduino_blinki:[12,103],arduino_boot:[12,103],arduino_primo_nrf52:[53,106],arduino_zero:103,arduino_zero_debug:103,area:90,arg:[12,84,87,98,99],argc:[84,87,90,101,102,105],argument:[11,12,20,45,50,55,62,88,96,99,100,101,102,106,108,112,113],argv:[84,90,101,102,105],arm:[5,6,7,12,103,109],around:30,arrai:[23,90,96,100],articl:114,artifact:[35,39,50,55,57,58,59,112],asf:[1,112],ask:[10,87,109,112,113],aspect:27,assembl:[1,61,106,107,108,109,110,111],assert:[67,88,98,99,100,101,102,105],assign:[10,19,21,23,29,37,50,53,66,87,90,98,103,106,107,108,109,110,111],associ:[22,24,90,96,99],assum:[7,12,30,43,59,60,82,83,90,92,93,105,111],at91samd21g18:103,at91samd:103,atmel:[2,103],att:[18,21,28,98],attach:[8,12,93,106,111],attempt:[20,23,27,90,98,99,100,111],attent:3,attr:[28,30],
 attr_handl:[97,98,99],attribut:[14,16,17,20,21,28,50,53,62,66,90,95,98],auth:[27,114],authent:[20,22,30,97],author:[1,20,43,61,88],auto:29,autocomplet:55,autoconf:55,autom:31,automat:[1,10,21,24,25,42,55,61,90,93,95,96,103,106,107,109,110,112,116],autoselect:103,avaial:111,avail:[1,2,3,4,7,9,20,21,23,24,29,30,31,32,47,57,58,59,62,64,73,80,81,82,88,90,91,101,105,111,113],avail_queu:88,avoid:[61,87],awai:[20,98],await:3,awar:[96,101,102],b0_0:109,b0_1:109,b1_0:109,b1_1:109,back:[8,58,64,69,80,81,82,88,100,109,110],backward:[21,88],bad:113,badli:87,band:[21,22,27],bank:109,bar:[12,116],bare:[95,101,102,116],base64:[7,88,111],base:[1,2,4,6,7,12,20,21,24,31,34,39,55,57,58,59,61,89,94,100,103,106,107,109,110],baselibc:[7,48],bash:[2,12,55,59],bash_complet:36,bash_profil:[11,58,60,81,83],bashrc:55,basi:[9,19,22,113],basic:[1,14,21,29,30,31,61,93,94,111,112,114],batteri:[9,24,31,101],baud:[66,88,94],bd_addr:20,be9699809a049:71,beacon:[14,92,93,104],bearer:[21,32],becaus:[8,12,20,22,26,30,50
 ,89,112,114],becom:[22,31,96,99],been:[4,10,20,26,36,43,55,58,59,61,77,81,82,84,90,94,99,103,106,111],befor:[2,4,7,8,12,20,41,50,57,61,80,84,87,88,90,93,94,95,96,98,101,102,104,105,107,111],begin:[26,94,97,99,101,102,112],beginn:116,behav:[20,30,87,101,102],behavior:[59,87,98,100],being:[20,87,97,99,116],belong:[14,100],below:[1,2,4,6,12,18,20,22,23,24,30,43,62,87,88,93,98,100,103,106,107,108,109,110,111,112,113,114,116],benefit:[10,87,90,91],best:113,between:[7,12,21,26,27,31,37,46,55,88,89,90,94,106,111,113],bhd:66,big:[23,61,111,113],bin:[2,4,7,11,12,34,35,37,38,43,46,48,50,55,57,58,59,60,61,80,81,82,83,90,93,94,97,103,105,106,107,108,109,110,111],bin_basenam:61,binari:[4,7,11,34,37,39,55,58,60,61,79,81,83,105],binutil:4,bit:[7,14,23,25,27,29,57,58,59,66,81,82,84,86,93,98,99,100,101,102,113],bits0x00:27,ble:[14,18,19,23,26,30,31,61,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,90,92,94,96,98,99,100,104,116],ble_:98,ble_addr_t:[101,102],ble_addr_type_publ:99,ble_app:[93,101,1
 02],ble_app_advertis:[101,102],ble_app_on_sync:[101,102],ble_app_set_addr:[101,102],ble_att:[76,98],ble_att_err_attr_not_found:20,ble_att_err_attr_not_long:20,ble_att_err_insufficient_authen:20,ble_att_err_insufficient_author:20,ble_att_err_insufficient_enc:20,ble_att_err_insufficient_key_sz:20,ble_att_err_insufficient_r:20,ble_att_err_invalid_attr_value_len:[20,98],ble_att_err_invalid_handl:20,ble_att_err_invalid_offset:20,ble_att_err_invalid_pdu:20,ble_att_err_prepare_queue_ful:20,ble_att_err_read_not_permit:20,ble_att_err_req_not_support:20,ble_att_err_unlik:20,ble_att_err_unsupported_group:20,ble_att_err_write_not_permit:20,ble_att_svr_entry_pool:73,ble_att_svr_prep_entry_pool:73,ble_eddystone_set_adv_data_uid:101,ble_eddystone_set_adv_data_url:101,ble_eddystone_url_scheme_http:101,ble_eddystone_url_suffix_org:101,ble_err_acl_conn_exist:20,ble_err_auth_fail:20,ble_err_chan_class:20,ble_err_cmd_disallow:20,ble_err_coarse_clk_adj:20,ble_err_conn_accept_tmo:20,ble_err_conn_establis
 h:20,ble_err_conn_limit:20,ble_err_conn_parm:20,ble_err_conn_rej_bd_addr:20,ble_err_conn_rej_channel:20,ble_err_conn_rej_resourc:20,ble_err_conn_rej_secur:20,ble_err_conn_spvn_tmo:20,ble_err_conn_term_loc:20,ble_err_conn_term_m:20,ble_err_ctlr_busi:20,ble_err_diff_trans_col:20,ble_err_dir_adv_tmo:20,ble_err_encryption_mod:20,ble_err_host_busy_pair:20,ble_err_hw_fail:20,ble_err_inq_rsp_too_big:20,ble_err_instant_pass:20,ble_err_insufficient_sec:20,ble_err_inv_hci_cmd_parm:20,ble_err_inv_lmp_ll_parm:20,ble_err_link_key_chang:20,ble_err_lmp_collis:20,ble_err_lmp_ll_rsp_tmo:20,ble_err_lmp_pdu:20,ble_err_mac_conn_fail:20,ble_err_mem_capac:20,ble_err_no_pair:20,ble_err_no_role_chang:20,ble_err_page_tmo:20,ble_err_parm_out_of_rang:20,ble_err_pending_role_sw:20,ble_err_pinkey_miss:20,ble_err_qos_parm:20,ble_err_qos_reject:20,ble_err_rd_conn_term_pwroff:20,ble_err_rd_conn_term_resrc:20,ble_err_rem_user_conn_term:20,ble_err_repeated_attempt:20,ble_err_reserved_slot:20,ble_err_role_sw_fail:20,
 ble_err_sco_air_mod:20,ble_err_sco_itvl:20,ble_err_sco_offset:20,ble_err_sec_simple_pair:20,ble_err_synch_conn_limit:20,ble_err_unit_key_pair:20,ble_err_unk_conn_id:20,ble_err_unk_lmp:20,ble_err_unknown_hci_cmd:20,ble_err_unspecifi:20,ble_err_unsupp_lmp_ll_parm:20,ble_err_unsupp_qo:20,ble_err_unsupp_rem_featur:20,ble_err_unsupport:20,ble_ga:100,ble_gap:76,ble_gap_adv_param:[101,102],ble_gap_adv_set_field:96,ble_gap_adv_start:[96,99,101,102],ble_gap_chr_uuid16_appear:[98,100],ble_gap_chr_uuid16_device_nam:[98,100],ble_gap_chr_uuid16_periph_pref_conn_param:98,ble_gap_chr_uuid16_periph_priv_flag:98,ble_gap_chr_uuid16_reconnect_addr:98,ble_gap_conn_desc:99,ble_gap_conn_find:99,ble_gap_conn_fn:96,ble_gap_conn_mode_und:[96,99],ble_gap_disc_mode_gen:[96,99],ble_gap_ev:99,ble_gap_event_conn_upd:99,ble_gap_event_connect:99,ble_gap_event_disconnect:99,ble_gap_event_enc_chang:99,ble_gap_event_fn:[101,102],ble_gap_event_subscrib:99,ble_gap_svc_uuid16:[98,100],ble_gap_upd:73,ble_gatt:76,ble_gatt
 _access_ctxt:98,ble_gatt_access_op_read_chr:98,ble_gatt_access_op_write_chr:98,ble_gatt_chr_def:[98,100],ble_gatt_chr_f_read:[98,100],ble_gatt_register_fn:100,ble_gatt_svc_def:[98,100],ble_gatt_svc_type_primari:[98,100],ble_gattc:76,ble_gattc_proc_pool:73,ble_gatts_clt_cfg_pool:73,ble_gatts_register_svc:100,ble_h:[14,15,16,17,19,20,23,26,76,101,102],ble_hci_ram_evt_hi_pool:73,ble_hci_ram_evt_lo_pool:73,ble_hci_uart_baud:94,ble_hs_:100,ble_hs_adv_field:[96,101],ble_hs_att_err:20,ble_hs_cfg:[26,101,102],ble_hs_conn_pool:73,ble_hs_eagain:20,ble_hs_ealreadi:20,ble_hs_eapp:20,ble_hs_eauthen:20,ble_hs_eauthor:20,ble_hs_ebaddata:20,ble_hs_ebusi:20,ble_hs_econtrol:20,ble_hs_edon:20,ble_hs_eencrypt:20,ble_hs_eencrypt_key_sz:20,ble_hs_einv:20,ble_hs_emsgs:20,ble_hs_eno:20,ble_hs_enoaddr:20,ble_hs_enomem:20,ble_hs_enomem_evt:20,ble_hs_enotconn:20,ble_hs_enotsup:20,ble_hs_enotsync:20,ble_hs_eo:20,ble_hs_ereject:20,ble_hs_erol:20,ble_hs_err_sm_peer_bas:20,ble_hs_err_sm_us_bas:20,ble_hs_estore_ca
 p:20,ble_hs_estore_fail:20,ble_hs_etimeout:20,ble_hs_etimeout_hci:20,ble_hs_eunknown:20,ble_hs_forev:[99,101,102],ble_hs_hci_err:20,ble_hs_hci_ev_pool:73,ble_hs_id:23,ble_hs_id_gen_rnd:[23,101,102],ble_hs_id_set_rnd:[19,23,101,102],ble_hs_l2c_err:20,ble_hs_reset_fn:26,ble_hs_sm_peer_err:20,ble_hs_sm_us_err:20,ble_hs_sync_fn:26,ble_ibeacon_set_adv_data:102,ble_l2cap:76,ble_l2cap_chan_pool:73,ble_l2cap_sig_err_cmd_not_understood:20,ble_l2cap_sig_err_invalid_cid:20,ble_l2cap_sig_err_mtu_exceed:20,ble_l2cap_sig_proc_pool:73,ble_ll:[76,77],ble_ll_conn:76,ble_ll_prio:90,ble_lp_clock:24,ble_mesh_dev_uuid:32,ble_mesh_pb_gatt:32,ble_own:[101,102],ble_own_addr_random:[101,102],ble_phi:76,ble_public_dev_addr:23,ble_rigado:47,ble_sm_err_alreadi:20,ble_sm_err_authreq:20,ble_sm_err_cmd_not_supp:20,ble_sm_err_confirm_mismatch:20,ble_sm_err_cross_tran:20,ble_sm_err_dhkei:20,ble_sm_err_enc_key_sz:20,ble_sm_err_inv:20,ble_sm_err_numcmp:20,ble_sm_err_oob:20,ble_sm_err_pair_not_supp:20,ble_sm_err_passk
 ei:20,ble_sm_err_rep:20,ble_sm_err_unspecifi:20,ble_tgt:[93,101,102],ble_uu:100,ble_uuid16:[98,100],ble_uuid_128_to_16:98,ble_xtal_settle_tim:24,blecent:[7,61],blehci:[7,61],blehciproj:94,blehostd:66,blemesh:[21,32],blenano:53,bleprph:[7,21,61,66,95,96,97,98,99,100],bleprph_advertis:[96,99],bleprph_appear:98,bleprph_device_nam:[96,98],bleprph_log:[96,99],bleprph_oic:[7,61],bleprph_on_connect:96,bleprph_pref_conn_param:98,bleprph_print_conn_desc:99,bleprph_privacy_flag:98,bleprph_reconnect_addr:98,blesplit:[7,61],bletest:[7,61],bletini:[7,21,37,38,45,46,50,61,71,94,97],bletiny_chr_pool:73,bletiny_dsc_pool:73,bletiny_svc_pool:73,bleuart:[7,61],blink:[1,7,61,103,104,106,107,108,109,110,116],blink_rigado:47,blinki:[1,12,34,43,44,48,55,61,93,94,111,116],blinky_callout:105,blinky_sim:61,blksz:73,blob:20,block:[20,29,73,84],blue:110,bluetooth:[1,9,20,22,23,24,27,29,32,95,96,101,102,104,116],bmd300eval:[48,53,108],bmd:108,board:[1,2,4,5,7,8,12,23,24,30,39,42,47,53,55,57,58,59,61,87,89,90,94
 ,97,101,102,104,105,116],bond:[22,27,29,30,97],bondabl:27,bone:[95,101,102,116],boot:[7,43,61,88,94,103,106,107,108,109,110,111],boot_boot_serial_test:7,boot_olimex:109,boot_seri:[7,88],boot_serial_setup:7,boot_test:7,bootload:[1,12,43,47,88,104,105],bootutil:[7,88,103,106,107,108,109,110,111],bootutil_misc:[7,103,106,107,108,110],both:[6,9,11,14,20,22,27,29,39,55,57,58,59,62,89,90,91,103,105,111,114],bottl:[58,81],bottom:[12,97],box:12,branch:[1,4,7,10,11,55,56,57,59,60,79,80,82,83,103,112,113],branchnam:10,brand:110,breakout:8,breakpoint:[103,107],brew:[3,4,7,11,36,55,58,60,81,83],brief:[19,101,102,111],bring:12,broad:116,broadca:[101,102],broadcast:[14,27,31,96,101,102],brows:[97,106,112],bsp:[1,7,24,32,34,37,38,42,43,45,47,50,55,61,62,87,90,93,94,97,103,105,106,107,108,109,110,111,116],bsp_arduino_zero:103,bsp_arduino_zero_pro:103,bss:48,btattach:94,btshell:29,buad:66,buffer:[20,87,88,89,102],bug:[4,7,11,103,107],build:[1,2,3,4,5,6,11,31,32,35,37,38,39,40,41,42,43,44,45,46,47,48
 ,49,50,51,52,53,54,57,58,59,62,80,82,87,89,90,95,96,97,104,116],build_arduino_blinki:12,build_arduino_boot:12,build_profil:[1,32,37,38,43,50,53,61,93,94,97,103,106,107,108,109,110,111],buildabl:7,built:[1,4,7,8,9,21,33,34,38,39,42,43,55,57,58,59,60,61,63,81,82,83,93,94,97,101,102,103,104,105,106,107,108,109,110,111],bundl:55,burn:[101,102],bus:2,busi:20,button:[2,4,10,12,103,106],cabl:[94,103,104,106,107,108,109,111],cach:[58,81],calcul:[20,29,48],calendar:9,call:[6,7,9,11,19,21,23,26,36,61,84,85,87,88,90,92,93,96,97,98,99,100,101,102,103,105,111,112],callback:[20,26,84,88,90,96,98,100,101,102,105],caller:88,callout:[87,105],came:94,can:[1,2,3,4,5,6,7,8,9,11,12,19,20,21,22,23,24,27,30,31,33,34,35,42,45,50,55,57,58,59,60,61,62,63,64,66,72,76,80,81,82,83,84,85,87,88,89,90,91,93,94,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,116],cancel:[20,27],candid:112,cannot:[4,19,20,71,84,87,90,103,112,113,114],capabl:[20,22,27,29,88,105],capac:20,captian:81,care:[87,101,10
 2,112,113],cascad:[1,61],cast:98,cat:80,catastroph:26,categori:10,caus:[87,89],cb_arg:[96,100,101,102],cbmem:7,cborattr:7,cccd:27,ccm:22,cdc:106,cell:22,cellar:[4,6,11,36,58,60,81,83],central:[20,30,95,96,97,99],certain:[1,21,87,94,113],cess_op_:98,cfg:[70,107],cflag:[1,50,61],chanc:87,chang:[1,4,6,7,10,11,19,20,21,22,24,28,30,46,49,50,52,57,61,62,80,89,90,94,97,99,101,102,103,107],channel:[20,21,29],channel_map:27,chapter:[2,21],charact:[88,90,100],character:24,characteri:[98,100],characterist:[9,16,17,21,27,28,97,100],check:[4,6,8,11,20,22,55,56,79,89,90,93,94,95,106,109,111,113],checkbox:59,checkin:77,checkout:[10,80,82,104],chip:[4,103,104,106,107,110,112],chipset:103,choic:[2,10,94],choos:[6,7,10,93,96,105,106,108],chr:98,chr_access:98,ci40:53,cid:97,circular:[89,90],circularli:113,clang:6,clarif:10,classif:20,clean:[1,11,33,39,50,57,58,59,63,81,111],cleanli:90,clear:72,clearli:[8,20],cli:88,click:[2,4,10,12,97,101,102,103,106,107,109],client:[12,17,18,20,21,27,31,101],clock:[2
 0,25,86,103,107],clock_freq:84,clone:[10,11,45,50,55,58,81],close:[2,59,103,106,107,109,110],cmake:1,cmd:[55,61],cmd_queue:88,cmsi:[2,7,48,103,106,107,108,109,110],cmsis_nvic:[106,107,108,109,110],cnt:[73,88],coars:20,coc:27,code:[1,5,7,9,10,11,18,21,24,26,27,29,55,85,87,88,90,95,96,98,99,100,103,104,105,111,112,116],codebas:103,coded_interval_max:27,coded_interval_min:27,coded_lat:27,coded_max_conn_event_len:27,coded_min_conn_event_len:27,coded_scan_interv:27,coded_scan_window:27,coded_timeout:27,coding_standard:7,collect:[1,7,43,55,61,112],collis:20,colon:66,column:19,com11:8,com1:66,com3:[8,105],com6:8,com:[8,10,11,12,33,55,57,58,59,63,80,81,82,94,105,112,114],combin:[1,20,22,26,43,61,87,93,101,102,112,113],come:[3,21,30,55,61,88,103,109,110],comm:104,comma:[51,66],command:[1,2,4,7,8,11,20,30,34,35,36,37,38,40,41,42,44,45,46,47,48,49,51,52,53,54,57,58,59,60,61,67,68,70,71,72,75,76,78,80,81,82,83,89,90,93,101,102,103,105,106,107,108,109,110,111,112,114,115],comment:[3,10,91,116],c
 ommit:[10,11],common:[55,61,100,107],commonli:101,commun:[9,21,26,27,31,66,78,88,94,96,99,104,111,112,116],compani:29,compar:[10,20,106,107,108,111,115],comparison:[20,22],compat:[4,21,55,88,103,111],compil:[1,4,5,6,7,8,11,20,34,47,53,55,58,61,81,90,91,93,103,106,107,108,109,110,111],complaint:21,complementari:31,complet:[9,12,20,22,27,29,30,33,55,59,63,88,91,94,96,101,102,107,112],completion_cb:88,complex:[9,31,87,92],compli:21,compliant:21,complic:[55,87],compon:[1,7,12,18,39,48,55,57,58,59,61,85,94,101,102,104],compos:[39,57,58,59,91],comprehens:91,compress:[55,81,101],compris:7,comput:[3,4,6,8,12,31,56,58,59,79,81,88,93,94,103,104,106,107,108,109,110],concept:[12,22,87,90,92,93,95,103,104],concern:3,conclud:[101,102],concurr:[1,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,57,58,59,62,95,96],condit:[4,20,89],condition:[55,89,90],conf:111,confidenti:22,config:[1,7,32,50,61,62,64,78,80,81,82,89,90,93],config_fcb:89,config_fcb_flash_area:[89,90],config_newtmgr:50,conf
 ig_nff:89,config_pkg_init:90,configur:[6,7,9,19,20,25,26,31,32,50,55,57,58,59,61,62,86,87,88,93,96,100,103,106,109,110,111,114],confirm:[8,20,27,71,111],confirmbe9699809a049:71,conflict:[61,89,113],confluenc:10,confus:112,congratul:[7,97],conjunct:31,conn:[27,28,30,64,65,67,68,69,70,71,72,73,74,75,76,77,78,80,81,82,99,101,102],conn_handl:[20,97,98,99],conn_interval_max:29,conn_interval_min:29,conn_itvl:[30,97],conn_lat:[30,97],conn_mod:99,conn_profil:[65,66,67,68,69,70,71,72,73,74,75,76,77],conn_upd:99,connect:[4,7,8,9,12,15,20,21,22,24,26,28,29,31,38,42,43,55,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,80,81,82,88,95,96,97,98,99,101,102,104],connectable_mod:96,connection_profil:71,connectionless:27,connector:[4,94,106,109,111],connintervalmax:29,connintervalmin:29,connstr:66,consequ:20,conserv:9,consid:[21,62,87,100,112],consist:[1,21,31,61,89,90,100],consol:[1,7,8,12,26,55,61,90,93,94,97,101,102,104],console_append_char_cb:88,console_blocking_mod:88,console_compat:88,console_echo
 :88,console_handle_char:88,console_init:88,console_input:88,console_is_init:88,console_is_midlin:88,console_max_input_len:88,console_non_blocking_mod:88,console_out:88,console_pkg_init:90,console_printf:[20,26,88],console_read:88,console_rtt:88,console_rx_cb:88,console_set_completion_cb:88,console_set_queu:88,console_tick:88,console_uart:88,console_uart_baud:88,console_uart_dev:88,console_uart_flow_control:88,console_uart_tx_buf_s:88,console_writ:88,constantli:[96,116],constitu:43,constrain:[9,55],constraint:103,construct:11,consumpt:22,contain:[1,3,7,11,29,31,34,50,55,61,88,90,91,93,94,96,98,100,101,102,111,112,113,116],content:[12,49,61,80,96,100,101,102,109,111,113,114],context:[55,77,84,85,87,88,90,99,105],continu:[6,94,103,104,109],contrast:90,contribut:[22,57,58,59,80,81,82,92],control:[8,9,18,19,20,21,22,23,25,26,29,31,55,66,88,90,93,107,109,112,113],contruct:97,conveni:[12,20],convent:111,convers:98,convert:[1,8,20,71,84,90,98,100],copi:[1,4,45,49,50,62,80,82,96,99,103],copy
 right:[4,103,109],core:[1,6,7,12,21,29,32,37,38,43,48,50,51,53,55,61,62,71,93,94,95,96,97,103,104,105,106,107,108,109,110,111,112,113,116],core_cminstr:107,core_o:[88,116],core_path:61,coreconvert:71,coredownload:71,coredump:7,coredump_flash_area:90,coreeras:71,corelist:71,corner:109,corp:[2,103],correct:[1,2,4,41,90,94,107,108,109,111],correctli:[2,94,103,107],correspo:100,correspond:[12,20,84,96,98,101,102,113],cortex:[4,106,108,111],cortex_m0:61,cortex_m4:[61,106,107,108,109,110,111],cortex_m:103,cost:9,could:[20,98],couldn:96,count:[55,81],counter:[85,111],countri:21,coupl:[1,109],cover:[8,61,90,91,100],cpptool:12,cpu:[85,103,107],cputim:[24,84,86],cputime_geq:[84,86],cputime_gt:[84,86],cputime_leq:[84,86],cputime_lt:[84,86],crash:[64,78,80,81,82],crash_test:7,crc:[7,88],creat:[1,2,3,4,5,6,8,10,11,12,22,27,32,34,39,41,43,44,45,46,47,50,55,57,58,59,61,62,66,71,80,81,82,87,88,89,90,95,100,104,105,112,114,116],create_arduino_blinki:12,creation:[47,111],credenti:114,criteria:20,crit
 ic:3,cross:[5,6,7,9],crt0:48,crti:48,crtn:48,crw:8,crypto:[7,103,106,108,110],cryptograph:22,cryptographi:22,crystal:25,csrk:27,cssv6:29,csw:77,ctassert:84,ctlr_name:66,ctlr_path:66,ctrl:[12,93],ctxt:[98,99],cur_ind:99,cur_notifi:99,curi:[97,99],curiou:3,curl:[11,58],curn:[97,99],currantlab:[81,82],current:[11,24,27,31,39,40,41,44,45,46,50,51,57,58,59,60,71,81,82,83,84,85,87,88,89,101,103,104,107,109,111,112,113,115],custom:[23,71,90],cvs:[103,109],cwd:12,cycl:[19,21,31],daemon:[2,94],dap:[2,103,106,110],darwin10:103,darwin:6,data:[9,14,20,21,27,28,30,31,43,48,64,69,80,81,82,84,87,88,90,98,99,101,102,116],databas:28,datalen:27,date:[11,68,111],datetim:[7,64,78,80,81,82,88],daunt:96,dbm:[21,27,29],ddress:25,deal:87,deb:[57,60,80,83],debian:[4,6],debug:[1,2,4,5,6,7,39,43,47,50,55,57,58,59,62,89,93,94,103,105,106,107,108,109,110],debug_arduino_blinki:12,debug_arduinoblinki:12,debugg:[5,38,39,55,57,58,59,61,103,106,107,109,110,111],dec:48,decemb:22,decid:[55,85],decim:22,declar:[12,112]
 ,decompress:101,dedic:98,deeper:111,def:[7,89,90],defaultdevic:82,defin:[1,6,19,20,21,24,27,28,29,31,34,42,43,47,50,53,61,84,86,87,89,90,92,94,96,98,104,111,112,113],defininig:31,definit:[1,12,29,35,37,42,50,61,94,98,100,112],defint:89,del:27,delai:[26,84,111],delet:[1,6,10,12,27,35,39,45,49,50,55,57,58,59,61,62],delimit:50,delta:[55,81],demonstr:[20,26,111],dep:[1,50,55,61,62,88,90,93,105],depend:[1,4,6,8,20,22,24,27,39,41,49,50,52,55,57,58,59,62,66,88,90,93,103,112,115],deploi:[43,105],deploy:31,deprec:90,depth:4,deriv:20,desc:99,describ:[1,2,7,10,11,12,24,28,33,63,87,89,90,93,95,100,101,107,110,111,112],descript:[1,7,10,19,27,28,30,55,61,89,90,111,112,113],descriptor:[16,17,27,28,61,98],design:[21,22,23,55,100],desir:[84,115],desktop:10,destin:[4,31],detail:[1,10,12,21,22,29,55,87,93,96,98,100,101,102,103,111,112],detect:[20,55,89,90,94],determin:[20,90,91,96,99,112],dev:[1,2,3,4,7,8,10,11,12,48,61,66,82,88,90,91,93,94,97,103,105,106,107,108,109,110,111,112,113,114,116],dev_found
 :94,develop:[3,5,6,7,8,9,20,55,59,61,82,87,90,91,94,95,98,101,103,104,106,109,110,112,113,116],devic:[3,4,8,9,14,19,20,21,22,25,28,29,31,32,43,55,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,80,81,82,88,89,90,92,93,95,96,97,98,100,101,102,103,105,106,107,108,109,110,111,116],deviceaddr:23,deviceaddrtyp:23,dhkei:20,diagram:[107,109],dialog:[12,59],dictat:[11,62],differ:[4,6,7,8,11,12,20,24,27,30,45,55,57,80,87,89,90,93,94,105,106,107,109,112,113,115],differenti:112,difficult:[21,89],dig:[7,95],digit:22,dir:27,direct:[10,20,27,113],direct_addr:[101,102],directli:[7,11,14,18,36,90,101,103],directori:[1,4,6,7,8,10,11,12,34,35,37,41,43,45,50,55,57,59,60,80,82,83,93,94,103,104,106,107,108,109,110,112,113,116],disabl:[6,20,22,24,30,84,88,89,90,99],disallow:20,disc_mod:99,disciplin:94,disclaim:[7,11,55,93],disconnec:27,disconnect:[27,99],discov:[22,27,28,94],discover:[27,29,96],discoverable_mod:96,discoveri:[28,94,99,104],discuss:[10,96],disjoint:20,disk:7,dispatch:[87,90],displai:[1,6,22,2
 7,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,57,58,59,61,62,64,66,69,71,72,73,76,77,80,81,82,90,94,109,111],displayonli:27,displayyesno:27,dist:[57,80],distanc:21,distinct:22,distribut:[1,4,6,20,21,27,55,112],distro:6,div0:67,divid:[18,20,67],dle:27,dll:[106,108,111],dndebug:50,doc:[4,6,7,10,23,33,63,103,104,107],docker:[3,7,103,116],dockertest:2,document:[1,4,8,12,14,18,20,23,25,59,62,64,95,98,100,101,102,103,106,108,112],doe:[7,20,22,35,50,61,66,71,87,88,89,90,93,96,103,106,107,108,110,111,114],doesn:[8,20,32,93,94,96],doing:[98,105],domain:2,don:[1,10,31,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,57,58,59,62,98,100,101,102,112],done:[6,7,8,23,25,55,81,87,88,94,100,101,102,103,106,107,108,111],doorbel:55,doubl:[2,109],doubt:100,down:[1,12,61,80,82,107,109],downgrad:[6,7],download:[1,2,4,7,10,12,29,39,41,42,55,58,59,60,70,71,81,82,83,93,94,103,106,107,108,109,110,114],doxygen:[4,7,103,107],dpidr:110,dpkg:[57,60,80,83],drag:20,drain:24,draw:24,drive
 :[9,61],driver:[7,55,93,103,106,107,108,109,110],drop:[12,26,107,109],dsc:98,dst:[45,50,70],dsym:[55,61],dtest:50,due:[20,103,107,109],duplex:21,duplic:27,durat:[19,27,30,98],duration_m:[101,102],dure:[20,22,71,85,88,90,93,98,105],duti:[21,31],dwarf:61,dylib:4,e407:109,e407_:109,e407_devboard:[53,109],e407_devboard_download:109,e_gatt:100,eabi:[4,7,12,103],each:[1,2,10,11,12,19,20,21,22,23,28,32,43,48,49,50,61,62,64,66,73,77,87,88,90,98,99,100,101,102,103,112,116],eager:3,earlier:[10,30,57,58,59,80,81,82,98,101,102],easi:[1,2,3,8,9,89,106],easier:24,easili:[9,90],eavesdropp:19,echo:[12,60,64,78,80,81,82,83,88],echocommand:12,eclips:12,ectabl:[101,102],edbg:[2,103],eddyston:[27,104],eddystone_url:[27,29],edit:[7,111,112],editor:[59,61,107],ediv:27,edr:[20,29,94],edu:106,ee02:111,effici:[21,31,103],eid:101,einval:84,eir:29,eir_len:94,either:[1,4,6,11,21,27,29,30,57,59,61,80,85,88,90,101,102,111],elaps:[20,84],electron:116,element:[39,53,55,57,58,59],elf:[7,12,34,38,48,55,61,71,93,94,9
 7,103,105,106,107,108,109,110,111],elfifi:71,els:[23,85],elsewher:[95,98,112],email:[3,91,116],embed:[1,3,4,12,39,55,57,58,59,91,103,109],emit:[55,61],emploi:21,empti:[50,90,92,100],emptiv:9,emul:111,enabl:[1,8,9,24,30,31,32,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,57,58,59,62,73,76,77,78,88,89,90,93,96,99,104,116],enc_chang:99,encapsul:21,encod:[7,51,88,111],encompass:[14,20],encount:[7,20,57],encrypt:[20,22,27,30,97,99],encrypt_connect:20,end:[9,20,28,30,55,90,92,93,111],endian:[23,61,111],endif:[90,105],energi:[9,21,22,104,116],enough:55,ensur:[11,12,21,59,89,90,94,98,104,112,113],enter:[12,22,47,103,105,107],entir:[2,100],entiti:[43,95],entri:[20,22,72,100],environ:[3,4,9,12,55,58,59,61,82,94],eof:[57,80],ephemer:101,equal:[29,72,89,90],equat:29,equival:[46,61,116],eras:[71,103,107,108,109,111],erase_sector:109,error:[1,2,4,6,7,20,21,26,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,57,58,59,62,80,82,84,87,90,96,98,99,100,103,106,107,109,110,11
 1,113],error_rsp_rx:76,error_rsp_tx:76,essenti:[43,61,90],establish:[20,27,78,96,97,99,106,108,111],etc:[1,21,24,26,36,43,57,80,87,92,99],eui:111,ev_arg:88,ev_cb:88,eval:108,evalu:[12,84,89,90,108,111,112],even:[4,10,84],event:[20,24,25,27,87,88,90,94,96,97,101,102,116],event_queu:88,eventu:4,everi:[1,32,61,99,101,103,105,113],everyon:10,everyth:1,exactli:90,examin:[96,98],exampl:[1,2,3,6,7,9,12,22,23,24,25,30,31,55,57,58,59,60,61,62,64,80,82,83,84,88,91,92,94,95,99,103,105,107,111,112,113,114,116],exceed:20,except:[7,51,96,101,102],excerpt:[88,89,90,98,100],exchang:[14,21,22,27,28],excit:[7,93],exclud:51,exclus:22,exe:[12,59,60,82,83],exec_write_req_rx:76,exec_write_req_tx:76,exec_write_rsp_rx:76,exec_write_rsp_tx:76,execut:[1,2,7,11,12,30,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,57,58,59,61,62,67,80,82,85,87,90,96,98,99,100,101,102,105],exhaust:20,exisit:27,exist:[2,20,24,29,41,46,49,50,71,90,97,103,106,107,108,109,110,113,116],exit:[8,80,106,108,111],expect:
 [6,20,43,61,87,88,94,101,102,111],experi:22,expertis:112,expir:84,explain:[4,12,92,93,94,101,102,104,113,116],explan:[34,35,37,38,39,43,44,45,46,47,48,50,51,53,54,65,66,67,68,69,70,71,72,73,74,75,76,77,96],explanatori:[30,101,102],explicitli:96,explor:98,expos:[1,14,21,87,90,95,100],express:[23,90,100],ext:[12,107],extend:[20,29,30],extended_dur:27,extended_period:27,extens:[21,30,111],extent:103,extern:[12,29,40,112,113],extra:[38,42,47,96],extra_gdb_cmd:61,extract:[4,11,58,59,60,82,83,106],extrajtagcmd:[38,42,47],extrem:9,f401re:53,f4discoveri:107,facil:19,fact:112,factor:9,factori:110,fail:[20,42,57,80,93,99,106,107,110,111,112],failur:[20,98,99,100],fairli:[24,55,61],fall:116,fallback:27,fals:89,famili:[4,94],familiar:[3,12,90,92,93,95,116],faq:11,far:93,fashion:87,fat2n:[7,61],fatf:7,fault:88,fcb:7,featur:[1,3,11,19,20,30,90,91,96,111],feedback:104,feel:3,fetch:[1,12,40,57,80,94,104,112,113],few:[1,6,14,25,31,55,61,93,98,101,111,116],ffffffff:109,ffs2nativ:[7,61],fhss:21,ficr:2
 3,fictiti:[112,113],field:[20,27,85,88,90,96,98,100,101,102,112,113],file:[1,2,4,6,7,10,11,12,34,36,37,41,43,46,48,50,55,57,58,59,60,61,64,70,71,80,81,82,83,88,89,90,93,94,100,103,105,106,107,109,110,111,112,114],file_nam:61,filenam:[1,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,57,58,59,62,70,71,94],filesystem:55,fill:[10,48,93,98,101,102],filter:[2,22,27,30,72,103],find:[1,2,3,20,28,34,55,61,89,91,93,94,103,106,107,110,116],find_info_req_rx:76,find_info_req_tx:76,find_info_rsp_rx:76,find_info_rsp_tx:76,find_type_value_req_rx:76,find_type_value_req_tx:76,find_type_value_rsp_rx:76,find_type_value_rsp_tx:76,fine:[9,101,102],finish:[4,111],fip:21,fire:97,firmwar:[106,108,111],first:[2,3,6,8,12,21,22,29,33,57,58,59,60,63,82,83,84,90,92,95,96,97,98,100,101,102,104,105,111,116],fit:[4,96,97],five:[20,21,22],fix:[6,11,114],flag:[1,6,12,27,29,55,57,58,59,61,62,64,80,81,82,94,98,100],flash:[1,9,39,43,48,55,57,58,59,61,90,103,107,108,109,111],flash_area_bootload:[89,90],flash
 _area_image_1:90,flash_area_image_scratch:89,flash_area_nff:[89,90],flash_area_noexist:89,flash_area_reboot_log:[89,90],flash_map:[7,89,90],flash_map_init:90,flash_own:[89,90],flash_test:[7,88],flavor:103,flexibl:[91,96,112,113],flood:31,flow:[21,88,94,101,102],fmt:88,folder:[4,10,12,33,55,59,63,106],follow:[1,2,3,4,6,7,8,11,12,19,20,21,23,24,26,27,29,30,31,32,37,38,43,50,51,55,57,58,59,60,61,64,66,67,71,72,73,77,78,80,81,82,83,86,88,89,90,93,94,95,96,98,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114],footer:105,footprint:9,forc:[41,49,52],forgeri:22,forget:80,fork:10,form:[1,19,22,23,26,66,90,98,99,101,111,112],formal:[7,20],format:[8,29,50,66,68,71,72,88,90,94,101,105,112,113],formula:[3,60,83],fortun:55,forver:27,forward:96,found:[1,20,33,55,63,94,99,100,101,103,107,109],foundat:[4,21,31,103,109,112],four:[19,22,47],frame:111,framework:[21,28,94],frdm:53,free:[2,4,73,97,99,103,109],freedom:[99,101,102],frequenc:[21,24,84,86,111],frequent:[10,19,21,22,101,102],friend:
 31,from:[1,4,6,7,8,9,10,11,12,19,20,22,23,26,27,30,31,32,35,36,38,39,41,43,44,45,46,47,49,50,51,55,56,60,61,62,64,65,66,68,69,70,71,72,73,76,77,79,83,84,85,87,89,90,92,93,94,95,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113],fs_cli:7,fs_dirent:7,fs_file:7,fs_mkdir:7,fs_mount:7,fs_nmgr:7,fssl:[11,58],fsutil:7,ftdichip:94,fulfil:98,full:[1,7,8,20,21,28,30,48,55,89,90,93,96,99,100,105,116],fulli:[9,21,93,102,112,113],fundament:[1,116],further:6,furthermor:[87,101,102],fuse:55,futur:[90,111,112,113,114],g_current_task:84,g_led_pin:105,g_os_run_list:[84,85],g_os_sleep_list:[84,85],g_os_start:84,g_task1_loop:105,gain:93,gap:[18,19,20,21,30,95,98,100],gatewai:111,gatt:[14,18,21,27,30,31,32,95,98,100],gatt_acc:98,gatt_svr:100,gatt_svr_chr_access_gap:[98,100],gatt_svr_chr_access_sec_test:100,gatt_svr_chr_sec_test_rand_uuid:100,gatt_svr_chr_sec_test_static_uuid:100,gatt_svr_register_cb:100,gatt_svr_svc:[98,100],gatt_svr_svc_sec_test_uuid:100,gaussian:21,gavin:58,gcc:[4,7,57],gc
 c_startup_nrf52:[106,108],gcc_startup_nrf52_split:[106,108,110,111],gdb:[4,7,12,38,47,61,62,93,103,105,106,107,109,110],gdb_arduino_blinki:12,gdbmacro:7,gdbpath:12,gdbserver:6,gen:[27,30],gener:[1,11,15,16,17,18,19,20,21,23,27,28,29,31,34,35,43,55,61,62,89,93,94,96,97,100,101,102,103,104,105,106,107,108,109,110,111,112],get32:84,get:[2,4,6,7,8,9,10,11,23,55,56,58,59,60,61,64,76,79,81,82,83,85,87,90,92,94,96,98,100,101,102,103,104,106,107,109,110,111,116],gfsk:21,ggdb:6,ghz:21,git:[11,55,58,80,81,82,103,112,113,114],github:[1,7,10,11,33,55,57,58,59,63,80,81,82,103,112,113,114],githublogin:114,githubpassword:114,githubusercont:[11,57,58,59,80,81,82],give:[55,93,101,102,111,112,113],given:[12,20,42,84,113],glanc:96,glibc:57,global:[1,29,62,98],gnd:[8,111],gnu:[3,4,12,38,47,103,107,109,110],goal:55,gobjcopi:6,gobjdump:6,gobl:81,goe:61,going:[101,105],golang:[11,59,82],gone:97,good:[7,9,22,55,93,96,102,111],googl:101,gopath:[11,57,58,59,60,80,81,82,83],gpg:[57,80],gpio:8,gpl:[4,103,107,1
 09,110],gplv3:[103,109],grain:9,graph:[1,50,62],great:[8,21,89],greater:[21,29,89],green:[2,10,12,103,107,108],grid:55,group:[2,10,20,76,90,111],grow:53,guard:87,guid:[7,11,12,18,59,62,64,82,90,95,100,102,112],h_mynewt_syscfg_:90,hack:[7,9,12],had:87,hal:[1,7,9,48,55,61,86,93,103,107,109,116],hal_bsp:[7,103,106,107,109],hal_common:[7,93,107,109],hal_flash:[7,103,107,109],hal_gpio:7,hal_gpio_init_out:105,hal_gpio_toggl:105,hal_os_tick:106,hal_tim:[84,86],hal_timer_cb:84,half:[16,17],halt:[87,103,107,109],handbook:[106,110],handl:[17,20,27,28,30,61,97,98,99],handler:87,happen:[9,20,26,97,100,101,102,103,113],happi:[7,9],hard:88,hardcod:[25,27],hardwar:[2,3,5,6,7,9,20,21,24,25,31,34,84,86,90,93,94,101,102,103,105,106,107,108,112,116],has:[2,3,4,7,10,11,12,20,22,24,26,30,34,36,43,50,55,57,58,59,61,62,77,80,81,82,84,85,87,88,90,98,99,100,103,105,106,107,111,112,113,116],hash:[34,37,43,46,71],have:[1,2,3,6,7,8,9,10,11,12,19,20,22,24,30,32,43,50,52,54,55,57,58,59,60,61,62,64,80,81,82,83,87
 ,88,89,90,91,92,93,94,97,98,100,101,102,103,104,105,106,107,108,109,110,111,112,113,115,116],haven:[3,91,113,116],hci1:94,hci:[21,92],hci_adv_param:96,head:[11,58,80,81,82],header:[1,37,39,46,55,57,58,59,61,90,105],headless:2,health:101,heap:87,held:112,hello:[12,69,104,116],help:[1,8,12,31,34,35,37,38,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,57,58,59,62,64,65,67,68,69,70,71,72,73,74,75,76,77,80,81,82,87,89,92,93,96,103,105,106,108,111,114],helper:[1,61,101,102],henc:91,her:87,here:[1,3,8,10,11,29,32,55,73,76,77,88,89,90,91,94,98,100,101,102,103,105,106,107,110,111,112,113,116],hertz:84,hex:[7,37,43,48,71,109,111],hexidecim:66,hfxo:24,hidapi:4,hidraw:4,hierarchi:90,high:[9,18,21,64,86],high_duti:27,higher:[11,14,20,21,55,58,59,72,80,81,82,87,89,90,91,94,113],highest:[84,85,87,89,90],highli:91,highlight:[2,6,30,103,106,108,110],hint:55,his:87,histori:89,hit:[36,105],hold:[33,43,63,111,112],home:[7,11,59,93,105,114],homebrew:[4,6,7,11,36,56,60,79,83],homepag:[1,43,61,88],hook:109,
 hop:21,host:[7,9,21,22,23,26,29,30,66,70,71,93,94,98,99,100,103],how:[2,3,4,5,6,7,8,11,12,20,21,23,30,55,57,58,59,60,66,80,81,82,83,88,91,92,93,94,97,98,99,101,102,103,104,105,106,107,108,109,110,111,116],howev:[3,57,80,88,106,112],htm:94,html:[4,33,63,103,107,109],http:[1,4,10,11,12,33,39,55,57,58,59,61,63,80,81,82,88,94,101,103,106,107,109,110,112,114],httperror404:[57,80],human:[94,112],hw_bsp_nativ:61,hw_hal:55,hypothet:20,i2c:8,i2s:103,i2s_callback:103,i386:[4,6],iOS:97,ibeacon:[23,93,104,116],icon:[10,12],id16:100,id3:[33,63],id_init:90,idcod:103,idea:[61,96],ideal:21,ident:[18,20,22,23,27,30,66],identifi:[1,8,19,20,27,29,34,71,101,102,106,108,111],idl:[27,77,93],idx:27,ifdef:[90,105],ifndef:90,ignor:[6,27,82,90],illustr:[12,87],imag:[2,6,7,10,12,31,34,38,39,42,43,47,55,57,58,59,61,64,78,80,81,82,88,89,91,93,97,103,104,105,116],image_ec256:[103,106,107,108,109,110,111],image_ec:[7,103,106,107,108,109,110,111],image_rsa:[7,103,106,107,108,109,110,111],image_valid:[7,103,107,108
 ,110],img:[37,46,71,93,94,97,103,106,107,108,109,110,111],imgmgr:[7,88,90],imgmgr_module_init:90,immedi:[26,96,101,102],impact:24,impl:61,implemen:66,implement:[9,10,21,32,61,66,88,90,95,98,100,101,111],impli:[101,102,113],imposs:19,impract:100,improv:105,inc:[4,103,109],includ:[1,4,7,9,10,14,15,16,17,19,20,21,22,26,27,28,31,43,50,59,61,88,89,90,94,95,96,98,101,102,106,112,113],include_tx_pow:27,incom:20,incompat:[57,80,112],incomplet:29,incorrect:42,increas:[21,22,90],incub:[7,55,90],inde:[87,109],indefini:[101,102],indent:6,independ:[22,90],index:[31,72,94],indic:[7,19,20,26,28,29,30,88,89,90,98,100,103,106,107,110],individu:[11,90,112],industri:21,infinit:[87,90,105],info:[39,57,58,59,61,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,99,103,107,109,110],inform:[1,6,7,12,20,22,23,27,29,34,37,39,40,57,58,59,61,62,64,66,71,80,81,82,90,91,93,96,99,100,101,102,103,105,111,112,113,114],infrastructur:93,ing:[101,102],inher:[1,23,98],inherit:[1,4,59],init:[50,55,84,90],init_app_task:
 87,init_func_nam:90,init_funct:90,init_stag:90,init_tim:105,initi:[16,19,21,23,25,26,27,28,61,84,86,87,88,94,95,99,101,102,105],initialis:103,inoper:[26,101,102],input:[20,22,27,109],inquiri:[20,29],insid:[24,87,105,109],inspect:[48,99],instal:[3,7,9,33,39,54,55,63,78,87,92,93,94,103,104,106,107,108,109,110,113,115,116],instanc:[2,3,9,27,62,96,101,102,103],instant:20,instanti:87,instead:[7,11,12,24,88,90,97,103,105,106,107,108,109,110,114],instruct:[3,4,7,11,55,57,62,80,85,103,106,110],insuffici:20,int32_max:27,int32_t:[101,102],integ:90,integr:[12,22],intend:[24,29,36,91],interact:[2,8,88,97,105],interconnect:9,interdepend:90,interest:[7,14,18,93,96,101,116],interfac:[4,18,21,30,31,92,94,95,103,107,109],intern:[7,20,87,103],internet:[7,12,21,94,104],interrupt:84,interv:[20,27,29],interval_max:27,interval_min:27,introduc:[1,30,89,90],introduct:116,invalid:[20,84,98],invoc:[6,100],invok:[2,114],involv:[16,17,19,22],io_cap:27,iot:21,ipsp:21,ipv6:21,irk:[19,27],isbuildcommand:12,ism:21
 ,isn:93,isshellcommand:12,issu:[1,6,10,30,55,66,87,106,107,108,110,111,115],ite_chr:98,item:[1,102],its:[7,10,11,18,19,20,55,61,85,87,88,89,90,92,93,96,98,99,100,101,102,111,112,116],itself:[26,61,90,106],javascript:55,jira:10,jlink:[61,106,108],jlink_debug:61,jlink_dev:61,jlinkex:[106,108,111],job:[1,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,57,58,59,62,85,87,98],join:[3,91,116],json:[7,12,34,37,51,55,61],jtag:[4,38,42,47,103,106,107,109],jul:80,jump0:67,jumper:[8,109],just:[1,7,8,20,22,23,62,97,98,101,102,103,105,111,114,115],k64f:53,keep:[9,22,24,87,88],keg:[60,83],kei:[8,19,20,21,31,37,46,57,80,90,98,111],kept:85,kernel:[1,7,9,51,55,61,88,90,93,94],keyboard:[12,22,88],keyboarddisplai:27,keyboardonli:27,keychain:[57,80],keystor:27,keyword:[1,61,88,112],khz:[103,107],kick:[101,102],kind:31,kit:[8,47,61,104,106,116],know:[1,8,12,30,61,88,89,98,99,101,102,104,105,116],known:[21,55,96],l13:106,l2cap:21,lab:32,label:[8,109],lag:100,languag:[11,12,55],laptop:[3,8,94,1
 11],larg:[20,24,31],larger:31,las_app_port:111,las_app_tx:111,las_join:111,las_link_chk:111,las_rd_app_eui:111,las_rd_app_kei:111,las_rd_dev_eui:111,las_rd_mib:111,las_wr_app_eui:111,las_wr_app_kei:111,las_wr_dev_eui:111,las_wr_mib:111,last:[20,26,72,77,90,96,100,101,102,103,111],last_checkin:77,latenc:27,later:[7,8,72,93,99,103,111],latest:[1,2,4,7,11,49,52,55,56,60,79,83,103,112,113],latter:20,launch:12,launchpad:4,law:103,layer:[9,20,21,90,95,116],ld4:107,ldebug:89,ldflag:50,ldr:109,lead:[87,99],learn:[7,26,61,104],least:[22,105,111,116],led1:108,led:[1,7,61,94,103,104,105,106,107,108,109,110,116],led_blink_pin:105,left:[84,109,116],legaci:[30,90],len:[98,111],length:[20,21,27,88,98,111],less:[87,100,101,102],lesson:116,let:[4,8,55,93,95,96,97,98,99,100,101,102,105,109,112,113],level:[1,2,9,14,18,20,23,27,29,30,31,32,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,57,58,59,61,62,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,89,90,91,97,98,101,102,103,107,111,1
 13],level_list:72,leverag:92,lflag:[1,50,61],lib:[1,4,45,53,55,82,88,89,90],libc6:6,libc:7,libc_baselibc:109,libftdi1:4,libftdi:4,libg:48,libgcc:48,libhidapi:4,librari:[1,4,48,50,55,58,81,88,93,112,113],libusb:4,libusb_error_access:107,libusb_open:107,licens:[4,7,11,55,61,93,103,107,109,110,112],lieu:66,life:[24,101],light:[9,31,104,107,108,109,110],lightblu:97,like:[2,3,5,8,12,31,55,58,59,62,81,82,87,88,93,103,107,109,112],likewis:62,limit:[3,20,27,29,96,101],line:[2,6,7,12,36,38,39,47,62,88,94,100,105,107,108,112,114],lines_queu:88,link:[2,3,7,20,21,22,27,34,38,42,60,61,81,83,85,90,91,93,94,97,102,103,105,106,107,108,109,110,111,116],linker:[1,61,93,109],linkerscript:61,linux:[5,7,9,12,56,66,78,79,94,103,105,106,107,109,110],list:[3,6,7,8,12,22,27,29,34,35,48,50,51,53,57,59,61,66,71,72,73,75,76,77,78,80,85,88,90,91,93,96,99,100,103,104,105,106,107,108,109,110,111,112,113,116],listen:[2,14,30,31,66,96],lit:94,littl:[6,20,23,93,100,111,113],live:[99,100,103,112,113],lma:109,lmp:20,l
 oad:[2,4,5,7,12,34,39,43,47,55,57,58,59,61,97,104,105,111,113],load_arduino_blinki:12,load_arduino_boot:12,loader:[43,50,88,103,106,107,108,110],local:[1,4,6,7,10,11,20,27,28,36,40,49,55,58,60,71,81,83,96,103],localhost:66,locat:[1,8,11,19,31,61,100,105,109,112],lock:[9,87],log:[1,7,10,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,57,58,59,62,64,65,66,67,68,69,70,71,73,74,75,76,77,78,80,81,82,89,90,93,103,106,107,109,110],log_fcb:90,log_init:90,log_level:[50,90],log_nam:72,log_newmgr:89,log_newtmgr:[50,89,90],log_nmgr_register_group:90,logic:[1,21,23,29,111],login:114,loglevel:[1,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,57,58,59,62,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82],logxi:81,longer:[3,8,11,21,24,89,94],longrange_interv:27,longrange_pass:27,longrange_window:27,look:[8,24,55,61,88,96,98,99,100,113,115,116],lookup:98,loop:[87,90,93,105],lora:111,lora_app_shel:111,lora_app_shell_telee02:111,lora_app_shell_telee0:111,lora_mac_timer_num:11
 1,lose:26,loss:[26,29],lot:[7,89,96],low:[9,20,21,22,31,84,98,101,102,103,104,107,116],lower:[20,84,86,87,89,90,95,105,109],lowest:[73,85,90],lrwxr:[4,81],lst:[34,55,61],ltbase:90,ltd:27,ltk:27,ltk_sc:27,ltrequir:90,m32:6,mac:[3,5,7,9,12,20,55,56,78,79,94,97,103,105,106,107,109,110,111],machin:[2,3,7,8,94,116],maco:[4,66],macro:[20,90,100],made:[2,10,11,20,55,71,84,111],magic:61,mai:[2,4,6,7,8,12,22,27,29,30,31,51,53,57,58,62,80,81,82,87,88,89,90,93,94,103,105,106,107,108,109,110,111,112],mail:[3,10,91,93,104,116],main:[7,12,26,31,57,61,77,80,87,88,90,93,96,101,102,103,106,107,108,109,110],maintain:[4,49,85,90,112,113],major:[55,61,102,112,113],major_num:[112,113],make:[1,2,3,7,8,9,19,20,21,24,30,31,33,55,57,63,71,85,92,93,94,96,98,99,101,102,103,105,109,111,112,116],man:[6,27],manag:[6,8,16,17,21,27,31,39,45,57,58,59,61,64,66,68,71,72,73,76,77,80,81,82,87,88,90,105,106,113,116],mandatori:[20,100,101,102],mani:[20,31,55,61,98,103,112],manifest:[34,37,43,55,61],manipul:[1,39,45],mann
 er:[27,29,87],manual:[21,25,60,83,87,103,109],manufactur:[19,27,29,39,43,57,58,59,66,96,103],map:[2,3,8,20,27,28,61,89,90,98,105,112,113],mar:[106,108,111],march:68,mark:[27,28,71,109],market:[31,108],mask:27,mass:[94,107],mass_eras:[106,107],master:[1,7,11,27,56,57,59,60,79,80,82,83,103,112,113],match:[2,7,20,103,107,112,113],matter:10,max_conn_event_len:27,max_ev:27,maxim:9,maximum:[21,27,29,88],mbed:[106,110],mbedtl:[7,103,106,108,110],mblehciproj:94,mbuf:87,mcu:[7,9,53,103,106],mcu_sim_parse_arg:105,mdw:109,mean:[2,12,20,90,100,107,113],meant:1,measur:[9,111],mechan:[1,22,87,90,112,114],medic:[21,55],meet:[94,103,104,106,107,108,109,110],mem:[7,90],member:[88,96,98],memcpi:98,memori:[9,20,48,73,87,89,98,109,111],mempool:[64,80,81,82],memset:[96,99,102],mention:12,menu:[12,59,107,109],merchant:4,mesh:32,messag:[2,4,22,31,42,57,58,59,75,88,103,107,111],messsag:62,met:20,meta:8,metadata:43,meter:21,method:[25,98,112],mfg:[7,39,57,58,59,70,90],mfg_data:29,mfg_init:90,mgmt:[7,88,89,9
 0],mgutz:81,mhz:[21,24],mib:[55,81,111],mic:20,micro:[55,103,104,106,108,109,111],microcontrol:[9,109],microsecond:[24,84],microsoft:12,mid:[14,107],middl:27,might:[1,2,18,20,61,88,89,93,95,96,101,102,103,107,112,113,115],migrat:90,milisecond:27,millisecond:[27,111],min:[72,73],min_conn_event_len:27,mind:93,mingw32:59,mingw64:59,mingw:[4,7,8,12,56,82,105],mini:107,minicom:[8,105],minim:93,minimum:[27,29,72,93],minor:[102,112,113],minor_num:[112,113],minut:[81,101],mip:[7,61],mirror:[1,10,11,112],mislead:6,mismatch:20,miss:[20,57,89,93,104],misspel:89,mitm:27,mkdir:[11,43,80,82,103,106,107,108,109,110,111,112],mlme:111,mman:57,mn_socket:7,mobil:31,mod:[30,97],mode:[9,20,22,27,29,96,103,107,109],model:[21,22,32,106],modern:8,modif:11,modifi:[6,62],modul:[72,84,86,87,105,111],module_list:72,moment:[98,113],mon:[103,106,107],monitor:[88,109,116],monolith:100,more:[1,4,7,9,10,12,20,21,22,29,30,34,35,39,43,51,53,57,58,59,61,62,64,80,81,82,85,87,90,93,96,100,101,102,103,105,106,111,113,116
 ],most:[1,8,14,19,21,23,24,25,61,89,96],mostli:[6,9,101,102],motor:9,move:[8,45,57,58,59,81,84,87,105,109],mpool:111,mpstat:[64,78,80,81,82],msec:27,msg_data:27,msp:[103,109],msy:59,msys2:56,msys2_path_typ:59,msys64:59,msys_1:73,mtu:[20,27,28,97],multi:[1,9,50,62],multilib:[6,7,57],multipl:[4,23,27,29,34,35,50,51,55,87,90,96,100,101,112],multiplex:21,multitask:87,must:[1,2,4,5,7,8,9,11,12,14,22,24,25,33,37,41,46,53,55,57,59,61,63,66,68,71,80,84,86,87,88,89,90,93,96,98,105,108,109,111,112,113],mutex:87,my_blinki:50,my_blinky_sim:[7,34,35,43,55,61,93,94,106,107],my_blocking_enc_proc:20,my_config_nam:90,my_new_target:50,my_newt_target:50,my_proj1:93,my_proj:93,my_project:[1,103,112],my_target1:62,myapp_console_buf:88,myapp_console_ev:88,myapp_init:88,myapp_process_input:88,mybl:[34,35,46,50,66,73,76,77],myble2:[37,38,94],myblehostd:66,mybleprph:66,mybletyp:66,myboard:45,mycor:71,mylora:111,mymfg:70,mynewt:[1,3,4,5,6,11,20,21,25,30,32,37,38,39,43,44,50,51,53,55,56,57,59,60,61,62,71,78,7
 9,80,82,83,86,89,90,91,92,94,95,97,101,102,103,104,105,106,107,108,109,110,111,113,116],mynewt_0_8_0_b2_tag:[112,113],mynewt_0_8_0_tag:112,mynewt_0_9_0_tag:112,mynewt_1_0_0_b1_tag:112,mynewt_1_0_0_b2_tag:112,mynewt_1_0_0_rc1_tag:112,mynewt_1_0_0_tag:112,mynewt_1_3_0_tag:[57,59,80,82],mynewt_arduino_zero:[103,112],mynewt_v:[88,90],mynewt_val_:90,mynewt_val_log_level:90,mynewt_val_log_newtmgr:90,mynewt_val_msys_1_block_count:90,mynewt_val_msys_1_block_s:90,mynewt_val_my_config_nam:90,mynewtsan:75,myperiph:97,myproj:[2,7,12,103,105,106,107,108,109,110,112],myriad:9,myseri:[73,76,77],myserial01:66,myserial02:66,myserial03:66,myudp5683:66,myvar:65,name1:50,name2:50,name:[1,2,4,7,8,10,11,12,20,21,27,29,34,35,37,38,42,43,44,45,47,48,50,51,53,55,57,58,59,61,62,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,88,89,93,96,98,100,101,102,103,105,106,107,108,109,110,112,113,114],name_is_complet:96,name_len:96,namespac:101,nano2:[43,53,110],nano2_debug:110,nano:[104,116],nanosecond:84,nativ:[2
 ,3,7,12,43,50,53,55,59,61,66,89,90,94,106,107,116],navig:[10,116],nding:100,nearest:106,neatli:96,necessari:[6,24,39,47,57,58,59,93,98,103,111],need:[4,5,6,7,8,9,10,11,12,14,23,24,32,43,50,52,55,57,58,59,60,61,64,66,80,81,83,84,87,88,89,90,93,94,96,98,99,100,101,102,103,105,106,107,108,109,110,113,114],neg:100,net:[4,7,24,51,90,93,94,98,100],network:[1,9,23,27,31,32,55,87,111],never:[19,87,90,93,98],new_bletini:45,new_slinki:45,newer:6,newest:89,newli:[1,10,19,43,94,101,102,112],newlin:88,newt:[1,3,5,6,7,32,56,61,62,73,76,77,80,81,82,83,87,89,90,92,93,94,97,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116],newt_1:[57,60],newt_1_1_0_windows_amd64:60,newt_1_3_0_windows_amd64:59,newt_group:2,newt_host:2,newt_us:2,newtgmr:[81,82,83],newtmgr:[1,7,9,57,58,59,63,64,78,79,88,89,90,116],newtmgr_1:[80,83],newtmgr_1_1_0_windows_amd64:83,newtmgr_1_3_0_windows_amd64:82,newtron:[89,90],newtvm:11,next:[7,8,24,30,71,77,82,84,85,88,90,93,96,100,101,102,103,106,109,113],next_checkin:77
 ,next_t:84,nff:[7,89,90],nffs_flash_area:[89,90],nil:67,nim:100,nimbl:[7,23,24,26,29,66,90,92,95,96,97,98,99,100],nmgr_shell:[88,90],nmgr_shell_pkg_init:90,nmxact:11,no_rsp:28,no_wl:[27,30],no_wl_inita:27,node:[21,32,55],nodup:27,nogdb:[38,47],noinputnooutput:27,non:[7,18,19,21,24,27,31,32,90,101,102,111,112],none:[4,7,8,12,20,27,30,82,103,107,111],nonzero:99,nor:22,nordic:[23,106,108,116],nordicsemi:[106,108,111],normal:2,notat:[55,109],note:[1,2,4,6,7,10,11,12,21,22,23,24,29,32,43,47,50,57,58,59,60,61,66,68,71,80,81,82,83,84,87,88,89,90,93,94,96,98,100,101,102,103,105,106,107,108,109,110,111,112,113,114,116],noth:[11,101,102],notic:[7,11,55,61,87,93,113],notif:[10,27,28,88,95],notifi:[10,28,99,100],notnul:90,nov:8,now:[2,8,9,59,84,93,95,96,97,99,100,101,102,103,106,111,112],nreset:103,nrf51:[24,53],nrf51dk:53,nrf52840pdk:32,nrf52:[4,24,61,94,104,105,106,111,116],nrf52_blinki:[105,108,110],nrf52_boot:[94,108],nrf52dk:[37,38,53,61,62,90,93,94,97,105,108],nrf52dk_debug:[61,105],nrf52
 pdk:[94,108],nrf52xxx:[48,106],nrf5x:24,nrf:25,nrpa:[19,101,102],nsec:84,ntick:84,ntrst:103,nucleo:53,number:[1,8,9,10,22,27,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,57,58,59,60,61,62,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,86,87,89,90,94,100,101,102,103,105,109,111,112,113],numer:[20,22,85],nvm:103,objcopi:6,objdump:6,object:[4,11,48,55,61,81,84,87,99],objsiz:[6,48],observ:[14,27,94],obtain:[27,112],obvious:53,occur:[26,27,89,98,99,101,102],occurr:90,ocf_sampl:[7,61],octet:[27,29,31],off:[2,20,21,31,32,88,93,94,101,102,105,109,116],offer:[1,21],offset:[20,28,71,89,90],often:[9,55],oic:[7,51,66,116],oic_bhd:66,oic_bl:66,oic_seri:66,oic_udp:66,oic_udpconnstr:66,oicmgr:[7,66],old:45,older:[59,82,107],oldest:89,olimex:[104,116],olimex_blinki:109,olimex_stm32:[53,109],omit:[47,89],on_reset:26,on_sync:26,onboard:116,onc:[19,29,55,57,61,80,84,87,96,101,104,105,111,112],one:[1,4,7,8,10,11,12,19,20,21,22,23,27,29,30,31,34,35,39,43,45,50,51,53,57,58,59,61,
 67,85,87,88,89,90,93,94,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,116],ones:[14,94,116],ongo:27,onli:[1,2,7,8,10,11,12,14,19,20,24,27,29,31,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,57,58,59,60,61,62,66,72,80,83,84,86,87,88,89,90,91,96,98,101,103,105,111,112,113,114],onlin:103,onto:[1,20,42,43,47,104,106,107,108,109,110],oob:[20,27,29],open:[4,8,9,10,12,20,21,38,39,47,55,57,58,59,61,101,103,106,107,109,110],openocd:[12,103,106,107,109,110],openocd_debug:106,oper:[1,9,12,15,18,20,21,26,31,39,57,58,59,84,87,88,90,91,93,94,98,99,100,101,102,103,111,113,114],oppos:[31,114],opt:4,optim:[1,24,32,37,38,43,50,61,93,94,97,103,106,107,108,109,110,111],optimis:31,option:[2,3,4,6,7,8,12,22,23,27,36,37,46,51,55,62,66,72,84,89,90,93,94,100,103,107,109,111,112,113],orang:[106,110],order:[1,8,9,22,33,55,61,63,85,89,90,111,113,115],org:[1,4,10,11,39,57,58,59,61,80,82,88,101,103,106,107,109,110],organ:[11,112],origin:[11,46,109],os_align:84,os_arch:61,os_arch_ct
 x_sw:85,os_callout:[61,105],os_callout_init:105,os_callout_reset:105,os_cfg:61,os_cli:90,os_cputim:61,os_cputime_delay_nsec:[84,86],os_cputime_delay_tick:[84,86],os_cputime_delay_usec:[84,86],os_cputime_freq:24,os_cputime_get32:[84,86],os_cputime_init:[84,86],os_cputime_nsecs_to_tick:[84,86],os_cputime_ticks_to_nsec:[84,86],os_cputime_ticks_to_usec:[84,86],os_cputime_timer_init:[84,86],os_cputime_timer_num:[24,86],os_cputime_timer_rel:[84,86],os_cputime_timer_start:[84,86],os_cputime_timer_stop:[84,86],os_cputime_usecs_to_tick:[84,86],os_dev:61,os_error_t:84,os_ev:[88,105],os_eventq:[61,88],os_eventq_dflt_get:[26,87,88,90,101,102,105],os_eventq_init:88,os_eventq_put:88,os_eventq_run:[26,87,90,101,102,105],os_exit_crit:84,os_fault:61,os_get_return_addr:84,os_heap:61,os_idle_prio:84,os_info_init:84,os_init:84,os_init_idle_task:84,os_main_stack_s:84,os_main_task_prio:[84,90],os_main_task_stack_s:90,os_malloc:61,os_mbuf:61,os_mempool:61,os_mutex:[61,84],os_mutex_releas:84,os_ok:84,os_pk
 g_init:90,os_san:61,os_sch:[61,84,85],os_sched_ctx_sw_hook:[84,85],os_sched_get_current_task:[84,85],os_sched_insert:[84,85],os_sched_next_task:[84,85],os_sched_os_timer_exp:[84,85],os_sched_remov:[84,85],os_sched_resort:[84,85],os_sched_set_current_task:[84,85],os_sched_sleep:[84,85],os_sched_wakeup:[84,85],os_sched_wakeup_tick:84,os_sem:[61,87],os_sem_init:87,os_sem_pend:87,os_sem_releas:87,os_start:84,os_task:[61,84,87],os_task_init:87,os_task_list:84,os_test:61,os_tick_idl:[103,106],os_ticks_per_sec:105,os_tim:61,os_time_t:84,os_timeout_nev:87,os_wait_forev:[84,87],otg1:109,otg2:109,other:[1,6,10,11,20,22,24,29,31,50,55,61,84,87,88,90,93,94,95,96,98,99,103,104,105,106,112],otherwis:[87,112,113],oui:[19,111],our:[20,55,93,96,101,102,104,105,113],our_id_addr:[30,97],our_id_addr_typ:97,our_key_dist:27,our_ota_addr:[30,97],our_ota_addr_typ:[30,97],out:[8,9,11,20,21,22,23,26,27,61,80,81,82,88,93,95,97,101,102,104,109],out_id_addr_typ:30,outdat:58,outfil:[1,34,35,37,38,39,40,41,42,43,
 44,45,46,47,48,49,50,51,52,53,54,57,58,59,62],outlin:5,output:[1,7,12,21,22,27,30,34,35,37,38,39,40,41,42,43,44,45,46,47,49,50,51,52,54,57,58,59,62,69,73,75,76,77,81,89,103,105,106,107,109,110,111],outsid:[20,21],over:[20,21,22,23,27,29,31,65,66,67,68,69,70,71,72,73,74,75,76,77,98,104,105,107,111,116],overal:[10,24],overlap:20,overrid:[50,61,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,94],overridden:[23,90,94],overwrit:[6,49,50,59,60,82,83,88,103],own:[2,11,19,20,39,57,58,59,61,87,92,93],own_addr_t:[101,102],own_addr_typ:[27,66,101,102],owner:114,pacakg:93,pack:[4,55,81,106,108],packag:[6,9,11,23,24,26,34,39,40,41,43,45,50,51,52,53,55,56,58,59,60,79,83,87,94,104,105,106,111,112,113,116],packet:[20,21,27,29,101,111],pacman:[7,59],page:[1,4,5,6,7,8,10,20,22,57,58,60,80,81,83,93,95,99,101,102,104],pair:[20,21,22,27,66,90,97,99],panel:12,param:[27,99],paramet:[1,20,26,27,28,30,61,66,72,84,90,96,98,99,100,101,102],parameter_nam:90,parameter_valu:90,parlanc:11,parmaet:27,parmet:[27
 ,28],pars:[55,101],part:[22,29,96,97,100],parti:[101,103],partial:[64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82],particular:[4,20,47,61,87,88,99,101,102],partit:20,pass:[1,7,12,20,27,61,84,88,96,100,101,102],passiv:27,passkei:[20,22,27],password:[11,58,80,94,114],past:20,patch:[106,107,110],path:[2,4,6,11,12,29,50,57,58,59,60,61,66,80,81,82,83,90,112],pathloss:29,pattern:27,pca100040:94,pca:108,pdu:[20,27],peer:[10,22,28,66,98,100,101,102],peer_addr:[27,30,66,96],peer_addr_typ:[27,30,66,96],peer_id:66,peer_id_addr:97,peer_id_addr_typ:97,peer_nam:66,peer_ota_addr:97,peer_ota_addr_typ:97,pem:[37,46],pencil:10,pend:20,per:[11,19,113],perform:[3,4,5,9,11,12,20,22,25,27,36,57,58,59,64,80,81,82,84,87,88,90,98,103,105,106,111,113],perhap:112,period:[9,19,22,27],peripher:[9,20,21,24,26,29,30,92,93,96,99,100,101],perman:[71,96,99],permit:[20,100,103],pertain:99,phone:[22,31],php:55,phy:[21,27],phy_opt:27,physic:[21,27,29,66,88],pick:[85,87,101,102],pictur:106,pid:107,piec:21,pin:[7,8,2
 0,105,106,109,111],ping:87,piqu:116,pkg1:89,pkg2:89,pkg:[1,7,11,39,43,50,53,55,57,58,59,61,88,89,90,93,105],pkg_init_func1_nam:90,pkg_init_func1_stag:90,pkg_init_func2_nam:90,pkg_init_func2_stag:90,pkg_init_func:90,pkg_init_funcn_nam:90,pkg_init_funcn_stag:90,pkga_syscfg_nam:90,pkga_syscfg_name1:90,pkga_syscfg_name2:90,pkgn_syscfg_name1:90,place:[3,55,61,90,93,94,100,101,102,109,113],plai:[12,21],plain:[107,113],plan:2,platform:[2,7,9,11,12,23,24,57,58,59,66,80,81,82,87,93,103,105,106,107,109,110],pleas:[39,57,58,59,103,104,112],plist:61,plug:[8,109,110],point:[2,4,6,31,85,88,93,98,99,101,102],pointer:[67,84,85,88,98,99],polici:[27,112],poll:87,pong:87,pool:[73,80,87,111],popul:[1,7,12,50,62,104,116],port:[2,12,66,87,88,94,103,105,106,107,108,109,110,116],port_o:116,posit:109,posix:59,possibl:[21,22,24,27,28,30,32,36,53,100,112],post:[49,93],potenti:113,pour:[58,81],power:[2,9,20,21,22,27,29,31,55,88,94,103,108,109,111],ppa:4,pre:[4,9,112,113],precaut:98,preced:23,precis:[6,20],pree
 mpt:87,preemptiv:87,prefer:[3,27,29,98],preference0x01:27,prefix:[61,90],prepar:[20,106,108,111],prerequisit:12,presenc:[96,101,102,112],present:[1,88,94,109],press:[8,12,93],presum:111,prev_ind:99,prev_notifi:99,prevent:[87,98],previ:[97,99],preview:[94,108],previou:[21,56,57,58,59,78,79,80,81,82,89,90,93,94,105,112],previous:[6,12,57,58,59,60,80,81,82,83,97,115],prevn:[97,99],pri:77,primari:[27,100,102],primary_phi:27,primo:104,primo_boot:106,primo_debug:106,primoblinki:106,print:[48,57,58,59,62,88,89],prior:[22,24,49,87,111],prioriti:[77,84,85,87,90,94,116],priv:27,privaci:[19,21,27],privat:[19,22,32,37,46,57,66,80,101,102],privileg:2,pro:[103,106],probabl:[7,95,114],probe:106,problem:[7,89],proce:[3,6,11,103,106,107,108,109,110],procedur:[6,11,16,19,20,22,27,28,64,75,80,81,82],proceed:[7,95,101,102],process:[3,6,9,10,20,22,26,27,31,61,85,88,90,101,102],processor:[4,9,103,109],produc:107,product:[55,94],profil:[14,15,16,17,21,27,28,31,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,
 80,81,82,93,103],profile01:[65,67,68,69,70,71,72,73,74,75,76,77],profile0:77,program:[4,6,8,12,23,85,88,103,105,106,108,111],programat:88,programm:107,progress:[7,20,92],project:[3,6,8,11,33,34,39,40,41,44,49,50,52,55,57,58,59,61,63,88,97,114,115,116],prompt:[7,8,11,12,47,58,59,93,103,105,106,107,108,109,110],prone:100,properli:[24,61,87,94,98],properti:[12,19,31,59,95,106],propos:10,protect:22,protocol:[14,20,21,28,61,66],prototyp:[90,101,102],provid:[1,2,7,9,11,12,19,20,21,22,27,30,31,37,39,45,50,57,58,59,66,70,71,72,75,80,86,87,88,91,95,101,102,103,111,112,113],provis:[21,32],provision:31,proxi:[21,31],psm:27,psp:[103,107],pst:68,pth:109,public_id:27,public_id_addr:30,public_target_address:29,publish:22,pull:[11,49,80,82,105,109],purpos:[4,22,50,55,98,111],push:10,put:[1,2,7,43,61,80,82,96,101,102],putti:[8,105],pwd:[2,11],pwm:9,pwr:[107,109],px4:4,python:[33,63],qualifi:98,queri:[9,19,50,55,57,58,59,61,62,96],question:93,queu:20,queue:[26,61,84,87,88,90,101,102,116],quick:[2,3],
 quickstart:2,quiet:[1,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,57,58,59,62],quit:[19,93,96,101,102,103,106,107,109,110],quot:66,radio:[21,24,94],raff:81,ram:[48,93,103],rand:27,random:[19,20,25,27,30,66,94,100,101,102],random_id:27,random_id_addr:30,randomli:19,rang:[9,20,21,29,111],rate:[66,88,94,111],rather:[14,20],raw:[11,57,58,59,80,81,82,88,90],rb_bletini:50,rb_blinki:[43,50],rb_blinky_rsa:43,rb_boot:43,rbnano2_blinki:110,rbnano2_boot:110,rdy:84,read:[4,6,7,11,12,14,18,19,20,23,27,28,55,61,64,65,68,73,76,77,80,81,82,88,90,97,99,100,101,102,103,104,107,110,111,112],read_chr:98,read_rsp_rx:76,read_rsp_tx:76,read_type_req_rx:76,read_type_req_tx:76,read_type_rsp_rx:76,read_type_rsp_tx:76,readabl:[94,114],readdesc:7,readi:[10,84,85,88,103],readm:[7,11,55,61,93],readnow:61,real:[1,7,9,87,88,91,93,100],reason:[20,26,27,97,99,111,112],reassembl:21,rebas:11,reboot:[7,71,89],reboot_log:72,reboot_log_flash_area:[89,90],rebuild:[32,61,82],recal:[98,112],receiv:[10,14,20,
 27,29,31,55,81,88,96,99,100,107,111],recent:106,recip:6,recipi:29,recogn:55,recommend:[3,4,7,12,57,58,80,81,88,89,90,96,100,106,110],reconnect:98,recreat:113,recurs:[55,61],red:[27,28,107,109],redbear:[104,116],redefin:89,redistribut:[55,103,112],reduc:[9,10,22,24,31],ref0:67,refer:[7,8,10,18,22,23,29,55,67,96,101,102,103,105,109],referenc:1,reflect:97,refrain:26,refresh:[2,49,103],regardless:41,regist:[23,75,85,90,98,100],registr:[17,98],reject:20,rel:[84,87],relai:[21,31],relat:[10,27,31,43,96,99,103,111],relationship:27,releas:[3,4,7,31,49,56,78,79,87,90,103,112,113],release_not:[7,11],reli:[1,7,55,90],reliabl:[21,101,102,113],remain:98,remaind:[96,112],rememb:[2,41,80,82,103],remind:103,remot:[1,7,9,12,20,27,28,49,55,66,78,80,81,82,94,103,104,105,116],remov:[2,4,6,27,35,45,60,83,84,88,98,103],repeat:[2,11,20,98],repeatedli:29,replac:[4,6,90,103,105],repli:27,repo814721459:55,repo:[1,6,7,10,11,41,55,57,61,80,93,103,105,106,107,108,109,110,111,114],repop:7,report:[1,4,6,10,20,103,
 107],reposistori:7,repositori:[1,4,11,12,40,41,44,49,51,52,57,61,80,92,93,95,103,104,111,115,116],repres:[1,12,61,86,88,100],reproduc:[1,61,101,102],req_api:[61,88],request:[12,20,27,66,67,74,78,97,98,103,107,109,111,112,113],requir:[1,2,4,6,9,11,20,24,30,31,53,59,61,66,80,82,87,88,89,90,93,96,98,103,106,110,111,112,113,116],resch:84,reserv:[20,111],reset:[25,64,78,80,81,82,93,94,97,106,107,108,110],reset_cb:26,reset_config:103,reset_handl:109,resid:100,resign:[57,58,59],resolut:[22,86],resolv:[1,19,20,22,27,32,55,66,81,89,101,102,112],resourc:[9,20,29,61,103],respond:[17,25,96,98,100],respons:[15,20,28,29,69,85,87,88,96,98],rest:[1,46,61],restart:[2,103],restor:[106,108,111],restrict:[90,98,99],restructuredtext:10,result:[12,20,58,62,90,100,107],resum:[21,96,99],resynchron:49,retain:[90,99],retransmit:31,retri:[110,111],retriev:[57,80,93],reus:[55,81,90],reusabl:55,revdep:[1,50,62],revers:[1,23,50,62,98,109],review:[10,96],revis:4,revision_num:[112,113],revisit:[93,99],rfc:68,ribbo
 n:109,rigado:[48,108],right:[2,3,10,55,61,84,96,109],rimari:100,ristic:100,role:[20,21,30,31,98],root:[2,4,8,31,80,112],routin:84,rpa:[19,27],rpa_pub:[27,66],rpa_rnd:[27,66],rsp:27,rssi:[27,29,94],rtc:9,rto:[55,87],rtt:[88,116],rubi:[11,55,58],rule:[90,107],run:[2,3,4,5,6,8,9,11,23,24,30,34,39,41,43,50,52,55,57,58,59,60,61,64,66,67,77,78,80,81,82,83,84,85,87,89,91,93,94,101,102,104,106,107,108,109,110,111,116],runner:12,runtest:7,runtim:[25,77,103],runtimeco:[57,58,59,80,81,82,103,112],rwxr:[80,82],rx_cb:88,rx_phys_mask:27,rx_power:27,safeguard:87,safeti:98,sai:[61,103,112,113],sam0:103,sam3u128:[106,108,111],samd21:103,samd21g18a:103,samd21xx:103,samd:103,same:[6,10,12,22,29,34,37,47,51,59,61,78,88,89,90,96,98,99,104,106,108,111,112,113,114],sampl:[1,12,21,30,61,90],sample_target:53,saniti:[77,87,93],satisfactori:112,satisfi:113,save:[12,31,49,50,71,88,98],saw:99,sbrk:[106,107,108,109,110],scale:31,scan:[15,21,24,26,27,29,94,96],scan_interv:27,scan_req:27,scan_req_notif:27,scan_rsp
 :27,scan_window:27,scannabl:[27,30],scenario:22,scene:31,schedul:[9,24,87],scheme:[19,29],scientif:21,sco:20,scope:12,screen:[8,111],script:[7,42,61,109],scroll:[12,97],sdk:[45,53,90],search:[12,93,103,109,112],second:[22,26,27,61,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,96,101,102,105,109],secondar:100,secondari:[27,71,100],secondary_phi:27,secret:[22,27],section:[1,5,6,7,11,12,14,24,25,29,30,61,87,89,90,92,96,99,100,103,104,112,113],sector:109,secur:[21,100,114],see:[2,4,5,6,7,8,10,11,12,21,22,23,24,33,36,43,55,57,58,59,61,63,64,66,80,81,82,87,89,90,93,94,96,97,98,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114],seem:96,seen:[112,116],segger:[88,106,108,111,116],segment:21,select:[4,12,19,21,55,59,103,105,106,107,109],self:[3,30,101,102],semant:99,semaphor:87,send:[3,14,20,27,28,31,38,42,47,64,66,67,69,74,78,80,81,82,88,91,96,104,116],sender:96,sens:20,sensibl:90,sensor:[9,31,116],sent:[20,29,88,98,100,111],sentenc:62,sep:[4,81,82],separ:[20,26,34,35,50,51,66
 ,98,101,102,103,106,107,109,110,111],sequenc:[87,88],seri:[100,116],serial:[66,88,106,110,111],serv:[18,55],server:[12,14,18,20,21,27,31,100,111],servic:[16,17,21,27,28,29,31,87,91,96,97,98,99,113],service_data_uuid128:[27,29],service_data_uuid16:29,service_data_uuid32:[27,29],session:[12,38,39,47,55,57,58,59,61,103,106,107,109,110],set:[1,2,7,8,9,10,12,19,20,23,24,27,28,29,31,32,34,36,37,39,50,53,55,56,58,59,61,62,64,65,66,67,68,69,70,71,72,73,74,75,76,77,79,81,82,84,86,88,94,97,98,101,102,103,104,106,107,108,109,110,111,112,113,114],setting1:89,setting2:89,settl:25,setup:[11,57,59,60,71,80,82,83,93,94,104,105],sever:[3,20,21,23,27,61,90,91,100,101,102,108,109,112],shall:[24,27,29],share:[4,22,87,112],shell:[1,7,8,21,30,55,59,80,88,89,90,104,111],shell_cmd_argc_max:111,shell_init:90,shell_prompt_modul:105,shell_task:[89,90,105],shell_task_prior:89,shield:87,shift:[12,21],ship:6,shortcut:12,shorten:96,shorthand:112,shot:111,should:[4,8,10,12,19,26,30,32,55,57,59,61,81,84,85,88,90,94
 ,96,97,98,99,101,102,103,105,106,107,108,109,110,111,112,115],show:[1,4,5,6,7,8,11,12,27,28,31,36,39,40,43,50,53,57,58,59,60,61,62,72,80,81,82,83,88,89,90,91,94,100,103,104,105,106,107,108,109,110,111,116],shown:[6,7,12,43,55,61,87,98,103,106,108,111,112,114],sibl:[11,113],sid:27,side:[12,21,30],sierra:[58,81],sig:[20,29,31],sign:[6,10,37,46,47,57,58,59,80,94,104],signal:[20,21,26,29,99],signatuar:12,signatur:[27,46],signific:[19,111],significantli:31,silent:[1,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,57,58,59,62,90],silicon:32,sim:[6,7,61],sim_slinki:89,similar:[1,8,12,87,94,111],simpl:[12,20,21,61,85,87,95,96,101,102,105],simplehttpserv:[33,63],simpler:100,simpli:[6,10,88,92,97,103],simplic:[101,102],simplifi:20,simul:[2,3,5,6,50],simultan:[27,29,30],sinc:[3,20,24,32,61,87,93,94,101,102,103,105,112],singl:[2,3,7,22,39,47,55,57,58,59,90,95,96,100,101,112],sit:[14,18],site:[95,106,110],situat:87,six:[22,23],size:[9,10,20,27,29,39,55,57,58,59,61,73,77,88,89,90,91,1
 03,107,109,111],sizeof:[96,98,99,102],skelet:94,skeleton:[7,44,50,93,94,103,106,107,108,109,110,111],skip:[6,11,47,59,103,106,107,108,109,110],slave:[27,29],slave_interval_rang:29,sleep:[9,84,85,105],slinki:[7,45,61,88,89,90],slinky_o:[7,61],slinky_sim:89,slinky_task_prior:89,slot:[7,20,61,71,94,97,103,105,106,107,108,109,110,111],slower:3,small:[20,24,88,100,107],smaller:103,smart:[21,31,55,61],smarter:113,smp:[20,21],snapshot:[43,106,110,113],snip:[1,36,43,55,61,93,94],snippet:98,socket:2,soft:[64,80,81,82],softwar:[1,3,4,6,21,38,42,47,50,91,103,106,108,109,112],solut:[55,101,102],some:[1,8,12,30,64,76,87,88,89,95,96,97,98,99,101,102,105,106,107,110,111,112,116],somehow:61,someon:[10,85],someth:[20,93,94,114],sometim:103,somewhat:87,soon:[21,113],sort:97,sourc:[1,4,9,21,24,50,56,58,60,61,79,81,83,90,95,103,106,107,109,112,113],space:[12,21,34,35,50,51,66,93,101,104,116],spec:20,special:[8,100,101,102,112,113],specif:[11,20,21,22,23,29,31,57,58,59,61,62,84,85,87,90,94,96,98,99,101,
 102,103,109,111,112],specifi:[1,4,6,7,11,12,20,27,30,34,35,37,39,41,43,45,46,50,51,53,55,57,58,59,61,65,66,67,68,69,70,71,72,73,74,75,76,77,86,88,89,93,96,98,99,100,101,102,103,108,109,112,113,114],spectrum:21,speed:[9,21,103,106,107,108,111],sphinx:[33,63],spi:[8,21],spitest:[7,61],split:[7,71,89],split_app:7,split_app_init:90,split_elf_nam:61,split_load:90,splitti:[7,61,89],spread:21,sram:109,src:[6,7,11,45,50,55,61,70,80,82,90,93,103,106,107,108,109,110,111],ss_op_wr:98,ssec:27,stabil:[112,113],stabl:[1,7,57,58,80,81,112,113],stack:[1,9,18,21,24,26,27,30,55,77,85,87,90,92,93,94,95,96,98,99,100,111],staff:[80,81],stage:90,stale:[2,103],standard:[7,21,31,96,101,102,111],standbi:21,start:[2,4,8,9,10,12,26,27,28,30,38,47,59,62,71,82,84,87,90,92,93,96,103,104,105,106,107,109,110,111,112,116],startup:[19,21,26,30,90,101,102],startup_stm32f40x:[107,109],stash:49,stat:[1,7,64,78,80,81,82,90,93,111],state:[6,21,26,31,52,55,84,85,103,109,113,115],statement:[11,90],statist:[1,48,64,73,76,77
 ,80,81,82,111],stats_cli:1,stats_module_init:90,stats_nam:[1,37,38,76],stats_newtmgr:[1,89,90],statu:[10,11,20,97,99,101,103,111],step:[2,4,6,7,12,47,55,57,59,80,82,87,88,93,94,101,102,103,106,107,108,109,110,111,112],sterli:113,sterlinghugh:113,stic:[98,100],still:[5,59,66,84,97],stitch:1,stksz:77,stkuse:77,stlink:107,stm32:[107,109],stm32f2x:107,stm32f4:104,stm32f4disc_blinki:107,stm32f4disc_boot:107,stm32f4discoveri:[53,107],stm32f4discovery_debug:107,stm32f4x:107,stm32x:107,stop:[2,27,84,96],storag:[20,94,112],store:[1,11,22,27,31,34,35,37,50,55,57,59,61,80,85,88,93,96,98,99,112],str:88,straight:96,straightforward:93,stream:21,strength:29,strict:[98,103],string:[1,27,29,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,57,58,59,62,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,88,90,101,102,112,113],strip:46,strlen:[96,98],struct:[84,86,87,88,96,98,99,100,101,102,105],structur:[7,11,12,18,28,55,61,78,87,88,98,104,116],stub:[61,101,102,105],studio:5,stuff:112,style:
 88,sub:[28,43,45,50,70,71,72,75,76,102,115],subcommand:[45,50,62,64,66,70,71,72,75,76],subcompon:21,subdirectori:2,subfold:106,submit:11,subrang:20,subscrib:[28,97,99],subsequ:[21,22,96,99],subset:22,substitut:[6,93,94],subsystem:[30,59,88],succesfulli:[93,94,97,103,105,106,107,108,109,110,111],success:[3,20,55,84,87,98,100,109,111],successfulli:[7,20,55,93,94,97,99,101,102,103,106,107,108,109,110,111],sudo:[4,6,7,11,57,58,60,80,83,94],suggest:[3,6,91,116],suit:[6,55,93],suitabl:20,summari:[6,11,19,36,102],supervision_timeout:[30,97],supplement:[29,96],support:[1,3,4,6,7,12,14,19,20,21,22,29,30,32,53,58,66,81,86,87,88,90,93,94,95,96,100,101,103,104,106,112,113,116],suppos:43,suppresstasknam:12,sure:[2,7,8,57,93,94,96,98,103,105,111,112],svc:100,swap:[2,84,85,103],swclk:103,swd:[103,106,107,108,109,110,111],swdio:103,swim:107,swo:106,symbol:[4,7,12,61,103,107],symlink:[60,83],sync:[20,25,39,57,58,59],sync_cb:[26,101,102],synchron:[20,39,49,57,58,59],syntax:[90,111],synthes:24,sys:[1,
 7,55,57,61,88,89,90,93,105],sys_config_test:7,sys_flash_map:[107,109],sys_mfg:[7,103,106,107,108,109],sys_sysinit:[7,103,106,107,108,109,110],syscfg:[23,24,32,37,38,50,61,88,89,94,103,105,106,111],sysflash:[103,109],sysinit:[7,25,26,87,88,90,101,102,103,105,111],sysinit_assert_act:90,sysinit_panic_assert:90,sysresetreq:103,system:[1,3,6,8,9,25,39,50,57,58,59,61,62,84,86,87,88,91,93,94,103,105,106,109,111,112,113],system_stm32f4xx:[107,109],systemview:116,syuu:59,t_prio:85,tab:[30,36],tabl:[19,20,90,98,100,111],tag:113,tailq_head:84,take:[6,7,23,45,50,55,62,87,96,98,99,100,101,102],taken:[7,61,87,98,112,113],talk:[94,96],tap:[4,56,79],tar:[4,57,58,59,60,81,82,83],tarbal:4,target:[3,4,5,7,12,25,29,32,34,35,36,37,38,39,42,43,46,47,48,53,55,57,58,59,62,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,89,90,92,101,102,104],target_nam:34,targetin:[101,102],task1:87,task1_handl:87,task1_init:87,task1_prio:87,task1_sem:87,task1_stack:87,task1_stack_s:87,task2:87,task2_handl:87,task2_init:
 87,task2_prio:87,task2_sem:87,task2_stack:87,task2_stack_s:87,task:[9,11,55,64,77,80,81,82,84,85,87,88,90,98,105,111,116],task_prior:[89,90],tasknam:12,taskstat:[64,78,80,81,82],tbd:100,tck:103,tcp:[103,107],tdi:103,tdo:103,team:4,technic:10,technolog:21,tee:[1,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,57,58,59,62],telee02:111,telee02_boot:111,telemetri:101,telenor:111,teli:[101,102],tell:[30,55,90,96,98,101,102,109,113],templat:[7,45,93],temporari:20,term:[3,112],termin:[2,4,7,8,10,12,20,21,27,59,82,88,94,96,99,100,103,105,106,107,108,109,110,111],terribl:[7,93],test:[4,6,12,39,50,57,58,59,61,64,67,71,75,80,81,82,88,90,94,100,101,102,103,105,106,108,112,116],test_project:44,testbench:[7,61],testcas:7,testnam:75,testutil:7,text:[39,48,69,88,107],textual:1,tgz:4,than:[3,7,14,20,29,72,87,89,94,100,101,102,106],thank:30,thei:[1,6,20,29,30,61,87,90,91,96,97,98,100,101,102,111,112,113,115],their_key_dist:27,them:[2,9,55,90,94,96,101,102,103,112,116],themselv:[87,100],th
 eori:[55,90],therefor:[20,114],thi:[1,2,3,4,5,6,7,8,9,10,11,12,14,18,20,21,22,23,24,25,26,27,29,30,31,32,33,34,41,43,52,53,55,57,58,59,60,61,63,64,66,71,72,80,81,82,83,84,85,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,113,114,116],thing:[1,21,24,26,55,61,101,102,113],think:10,third:[6,19,94,96,103],thorough:113,those:[1,31,32,39,55,57,58,59,61,91,113],thread:[9,93,103,107,109],three:[2,11,19,59,61,88,90,93,95,96,102,103,109,111],through:[21,23,61,62,95,97,99,102,103,105,109],throughout:1,throughput:21,thrown:6,tick:[84,88,105,106],ticket:10,tid:77,ties:93,time:[1,7,9,11,12,19,20,21,22,25,27,31,34,43,57,58,59,60,61,77,82,83,87,88,91,93,96,98,100,101,102,106,108,111],timeout:[20,27,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82],timer:[24,84,86],timer_0:24,timer_4:111,timer_5:24,timer_ev_cb:105,timestamp:72,timtest:[7,61],ting:[101,102],tini:109,tinycbor:7,tinycrypt:7,titl:8,tlm:101,tlv:27,tmp:[57,59,80,82],todo:[61,101,102],togeth:[1
 ,43,55,61,97,109],toggl:[7,105],token:[75,87,114],too:[20,87,89],took:107,tool:[1,2,3,5,6,7,9,12,39,54,57,58,61,62,63,66,78,79,80,81,87,89,90,92,93,94,103,104,109,111,112,113,114,116],toolbox:2,toolchain:[2,3,5,7,12,33,59,63,94,104,116],toolkit:3,tools_1:[57,58,59,81,82],top:[1,10,12,35,61,89,94,101,102],topic:1,total:[9,55,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,106,108,111],tour:95,track:[19,21,22],transact:20,transfer:22,translat:101,transmiss:[20,27,111],transmit:[29,31,88,111],transport:[20,21,27,80,88,90,93,94,103,107],tree:[1,6,7,50,55,61,93],tri:[3,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,89,111],trigger:[6,10],troubleshoot:89,trust:[22,27],tt_chr_f:100,tt_svc_type_p:100,ttl:94,tty:[8,105],ttys002:66,ttys003:66,ttys10:8,ttys2:[8,105],ttys5:8,ttyusb0:[66,94],ttyusb2:8,ttyusb:[8,105],turn:[24,93,94,104,105,108,112,113],tutiori:[73,76],tutori:[2,3,6,7,8,12,21,23,59,77,92,93,94,95,96,97,98,99,100,101,102,103,105,106,107,108,109,110,111],two:[2,3,12,18,19,21,
 22,23,27,31,43,45,50,55,61,66,87,88,89,90,93,94,96,98,101,102,103,105,106,107,108,109,110,111,112,113,114,115],tx_phys_mask:27,tx_power_level:[27,29],tx_time_on_air:111,txd:111,txpower:111,txt:70,type:[1,7,8,10,12,19,20,23,27,29,30,31,39,43,45,46,53,55,57,58,59,61,66,88,89,90,93,94,96,97,98,99,100,101,103,106,107,108,109,111,112,113,114],typedef:[26,88],typic:[3,9,21,26,31,55,61,87,88,90,96,101,102],uart0:88,uart:[7,8,21,55,88,93,94,106,107,108,109,110,111],uart_bitbang:106,uart_flow_control_non:88,uart_hal:[7,107,108,109],ubuntu:[4,6,7,57,80],uci:23,udev:107,udp:66,uicr:23,uid:101,uint16:[27,28],uint16_max:27,uint16_t:[20,98],uint32:[27,71],uint32_max:27,uint32_t:[84,86],uint64:27,uint8:27,uint8_max:27,uint8_t:[23,32,88,96,98,101,102],ultim:98,unabl:[2,103,106,107,110],unaccept:20,unadorn:20,unam:2,unconfirm:111,und:[27,30],undefin:[82,90],under:[4,7,10,11,12,20,26,34,55,61,71,100,103,107,108,110],understand:[7,91,111,112],undesir:87,undirect:[27,96],unexpect:20,unexpectedli:20,uni
 cast:31,unidirect:27,uniform:[29,59],uniformli:62,uninstal:7,unint32:71,uninterpret:90,union:98,uniqu:[9,19,32,89,90,101,111],unit:[1,7,20,27,39,51,57,58,59,90,116],unittest:[7,45,55,61,90,93],unix:[2,59],unknown:[20,89],unless:[27,90],unlicens:21,unlik:20,unlink:[58,60,81,83],unpack:[57,59],unplug:110,unprovis:31,unrespons:20,unset:50,unsign:110,unspecifi:[20,42],unstabl:[57,58,80,81],unsupport:[20,100],unsync:26,untar:4,until:[20,26,61,84,87,88,96,101,102,111,112],unuesd:99,unus:71,updat:[2,4,15,20,27,30,36,37,49,52,57,58,59,60,80,81,83,90,97,99,105,106],upgrad:[2,39,56,59,79,88,94,103,116],uplink:111,uplink_cntr:111,uplink_freq:111,upload:[43,70,71,106],upon:[1,3,10,26,55,99],upper:[23,90],uri:[27,29],url:[27,101,112],url_bodi:101,url_body_len:101,url_schem:101,url_suffix:101,usabl:[1,93,101],usag:[1,9,57,58,59,62,80,81,82,90,111],usb:[2,3,8,21,42,66,94,103,104,106,107,108,109,110,111],usbmodem14211:66,usbmodem14221:66,usbmodem401322:8,usbseri:[8,105],usbttlseri:94,use:[1,4,5,6,7
 ,8,11,12,14,19,20,21,22,24,27,30,32,41,45,50,51,55,56,58,59,61,64,65,66,67,68,69,70,71,72,73,74,75,76,77,79,81,82,86,88,89,90,92,93,94,96,97,98,99,101,102,103,104,105,106,109,111,113,114],use_wl:27,use_wl_inita:27,usec:84,used:[6,7,11,12,19,20,22,23,24,27,29,30,31,34,46,49,61,66,72,84,86,88,89,90,91,94,96,98,99,100,101,102,103,111,112,113],useful:[3,20,87,93,112],user:[1,2,4,6,7,8,9,18,20,22,24,48,55,58,59,61,78,80,81,82,88,89,90,100,103,109,111,112,113,114],user_id:[89,90],usernam:[10,48,59,112],uses:[2,4,6,7,8,12,14,20,21,22,23,24,30,32,55,65,66,67,68,69,70,71,72,73,74,75,76,77,78,86,88,89,90,98,99,100,103,105,108,112,114],using:[1,2,4,6,7,8,10,11,12,19,20,21,24,26,27,28,29,31,33,36,37,43,44,57,58,59,60,61,63,66,76,80,81,82,83,86,87,90,93,94,100,102,103,104,105,106,107,108,109,110,111],usr:[4,6,11,36,57,58,59,60,80,81,82,83],usual:24,utc:68,utf:29,util:[7,11,20,21,31,87,88,90],util_cbmem_test:7,util_mem:[7,103,105,106,107,108,109,110,111],util_pars:111,uuid128:[27,29,98,100,102],u
 uid128_is_complet:[27,29],uuid16:[27,28,29,98],uuid16_is_complet:[27,29],uuid32:[27,29],uuid32_is_complet:[27,29],uuid:[27,28,29,30,32,66,98,100,102],v14:107,v25:107,val:[23,24,39,50,57,58,59,61,89,90,101,102,105,111],valid:[20,39,50,53,57,58,59,61,66,72,98],valu:[1,4,7,12,20,23,24,27,28,29,30,37,39,42,46,50,53,57,58,59,61,62,64,65,66,68,71,72,75,80,81,82,85,94,97,98,99,100,101,102,112,113],valuabl:112,value1:[50,90],value2:[50,90],valuen:90,vari:9,variabl:[1,4,11,24,34,37,50,59,61,62,65,84,88,96,98,111,112,113],variant:22,variat:12,varieti:[4,99],variou:[23,24,61,99,104,111],vendor:112,ver:[1,7,55,94,103,112,113,114],verb:62,verbos:[1,7,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,57,58,59,62,103],veri:[1,9,31,55,92,100,105,106,112],verif:22,verifi:[22,57,59,80,82,106,107,108,110,111],versa:8,version:[1,2,4,6,7,11,12,21,22,34,37,39,41,43,47,55,56,60,79,83,88,90,94,102,103,105,106,107,108,109,110,111,115],via:[8,20,26,42,55,88,90,94,95,96,98,106,108,111,112],vice:8,vi
 d:107,view:[1,7,10,12,30,50,62,66,90,112],vim:59,violat:20,viper:11,virtual:66,virtualbox:103,visibl:[2,28],visit:[39,57,58,59],visual:5,visualstudio:12,vol:22,volatil:107,voltag:107,volum:29,vscode:12,vtref:[106,108,111],wai:[2,3,9,21,30,31,59,61,87,88,89,112,113,114],wait:[84,85,87,90,109,111],wake:[85,87],wall:6,wanda:81,want:[1,3,11,18,50,57,58,59,60,61,80,83,85,87,88,91,93,95,96,98,100,101,102,103,104,106,107,108,109,111,112,116],warn:[1,6,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,57,58,59,62,89,98,106],warranti:[4,103],watch:93,watchdog:87,watchpoint:[103,107],wdog:67,wear:93,wearabl:9,webfreak:12,welcom:[8,92],well:[8,22,40,55,91,97,111],were:[29,73,84,113],werror:[6,50],wes:111,wfi:107,wget:[57,59,80,82],what:[7,8,20,41,55,90,96,99,100,101,102,113],whatev:23,wheel:8,when:[1,2,6,7,8,10,12,14,20,22,23,24,26,29,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,57,58,59,61,62,66,72,81,84,85,87,88,89,90,93,94,95,96,99,100,101,102,103,106,107,109,110
 ,112,113,114],whenev:[21,26,98,100],where:[8,9,10,11,22,29,31,35,37,50,55,59,60,61,83,88,89,90,100,101,102,105,106,111],wherea:113,whether:[10,12,22,84,90,96,98,100],which:[1,2,4,8,11,14,19,20,21,30,32,34,39,55,57,58,59,61,62,66,80,81,82,84,85,87,89,96,97,98,99,100,101,102,103,111,112,113],white:[22,27],whitelist:27,who:10,whose:[61,62],why:10,wide:21,wifi:7,window:[5,6,7,9,12,27,56,66,78,79,88,94,103,105,106,107,108,109,110,111],winusb:[107,109],wire:[8,111],wireless:21,wish:[6,10,112],withdraw:10,within:[1,12,20,31,41,55,99,109,112],without:[6,10,22,24,28,30,90,103],wno:6,won:8,word:[6,55,87,98,103,112],work:[2,4,8,10,11,22,24,55,61,62,85,87,88,93,94,97,103,105,111,115],workspac:[1,2,11,39,57,58,59,60,80,82,83],workspaceroot:12,world:[12,21,96,101,102,104,114,116],worri:87,worth:1,would:[5,12,58,59,81,82,87,88,93,109,111,112,113],wrap:105,write:[1,9,14,20,28,61,64,65,80,81,82,88,92,97,99,100,111],write_cmd_rx:76,write_cmd_tx:76,write_req_rx:76,write_req_tx:76,write_rsp_rx:76,write
 _rsp_tx:76,written:[11,20,23,59,82,87,98,100,105,113],wrong:42,wsl:[12,59],www:[94,103],x86:[4,12],x86_64:103,xml:7,xpf:4,xpsr:[103,107,109],xtal_32768_synth:24,xxx:6,xxx_branch_0_8_0:[112,113],xxx_branch_1_0_0:[112,113],xxx_branch_1_0_2:[112,113],xxx_branch_1_1_0:[112,113],xxx_branch_1_1_2:[112,113],xxx_branch_1_2_0:[112,113],xxx_branch_1_2_1:[112,113],xzf:[57,59,60,82,83],yaml:11,year:31,yes:[22,111],yesno:27,yet:[7,84,87,93,112,113],yield:87,yml:[1,6,7,41,43,50,52,53,55,61,88,89,90,93,94,103,105,111,112,114,115],you:[1,3,4,5,6,7,8,9,10,11,12,18,19,30,33,34,35,39,41,43,45,46,47,50,51,52,53,54,55,57,58,59,60,61,63,64,66,68,76,80,81,82,83,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,113,114,116],your:[1,3,4,6,8,10,19,30,39,50,52,55,56,58,59,60,61,70,71,79,81,82,83,87,89,90,92,93,94,95,96,97,99,100,101,102,104,105,111,113,116],yourself:[2,10,30,87,95,116],ype:[101,102],yym:6,zadig:[107,109],zero:[12,24,90,100,101,102,104,111,112,116],zip:
 [4,106]},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","Contributing to Newt or Newtmgr Tools","Developing Mynewt Applications with Visual Studio Code","Appendix","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","BLE User Guide","NimBLE Security","Configure device ddress","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","Bluetooth Mesh","Sample application","Mynewt Newt Tool Documentation","newt build","newt clean","newt c
 omplete","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","Core OS API","Scheduler","CPU Time","Mynewt Core OS","Console","Validation and Error Messages","System Configuration and Initializ
 ation","OS User Guide","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","LoRaWAN App","Adding Repositories to your Project","Create a Repo out of a Project","Accessing a private repository","Upgrade a repo","Tutorials"],titleterms:{"default":105,"function":[90,98,100],"new":[7,44,97],"public":23,"return":20,Adding:[58,81,112],For:4,The:105,Use:[2,94,105],Using:[8,57,
 80,88],access:[94,98,114],add:[66,101,102],addit:112,address:[19,23,30,101,102],administr:10,advertis:[27,29,30,96,101,102],ambigu:89,apach:[9,31],api:[27,28,30,84,85,86,88],app:[9,30,61,94,97,111],appendix:13,applic:[7,12,32,87,93,94,101,102,103,105,106,107,108,109,110,111],apt:[57,80],arduino:[8,103,106],area:89,arm:4,artifact:61,assign:89,associ:12,att:[14,20],attach:94,attribut:[30,100],autocomplet:36,avail:[27,28,39,43,50,104,112],bare:93,bash:36,basic:87,beacon:[101,102],bearer:31,begin:[30,96],being:98,belong:30,binari:[57,59,80,82],bit:6,ble:[21,93,95,97,101,102],blehci:94,bleprph_gap_ev:99,blink_rigado:48,blinki:[7,103,104,105,106,107,108,109,110],bluetooth:[21,31,92,94],bluez:94,board:[103,106,107,108,109,110,111],bone:93,bootload:[94,103,106,107,108,109,110,111],branch:[58,81],brew:6,bsp:[53,89],btmgmt:94,btmon:94,btshell:[27,28,30],bug:10,build:[7,9,12,34,55,61,93,94,103,105,106,107,108,109,110,111],callback:99,can:10,categori:116,chang:[33,63],channel:27,characterist:[3
 0,95,98],check:[57,58,59,80,81,82],clean:35,clear:110,client:[14,16],clock:24,close:111,code:[12,20],command:[12,27,28,39,43,50,62,64,66,94],committ:10,commun:[8,105],complet:36,compon:[21,112],comput:[57,80],concept:1,conclus:[93,101,102],condit:90,config:65,configur:[1,12,23,24,27,28,30,89,90,101,102,105],conflict:90,conn:66,connect:[27,30,94,103,105,106,107,108,109,110,111],consol:[88,105],contain:2,content:[33,63],contribut:11,control:[24,94,101,102],core:[20,84,87],cpu:[84,86],crash:67,creat:[7,37,93,94,97,101,102,103,106,107,108,109,110,111,113],creation:87,cross:4,crystal:24,data:[29,86,96,111],datetim:68,ddress:23,debian:[57,80],debug:[12,38,61],debugg:[4,12],defin:12,definit:[89,90],delet:66,depend:[7,61,105,113],descript:[34,35,37,38,40,41,42,43,44,45,46,47,48,49,50,51,52,53,65,66,67,68,69,70,71,72,73,74,75,76,77,85,86,88],descriptor:[30,95,100,112],determin:98,develop:[12,108],devic:[2,23,27,30,94],direct:30,directori:61,disabl:27,discov:30,discoveri:[27,107],displai:30,d
 ocker:2,document:[10,33,63],doe:112,download:[11,57,61,80,111],duplic:89,echo:69,eddyston:101,edit:10,editor:10,empti:[101,102],enabl:[2,27,36,105],energi:92,enter:93,environ:11,eras:106,error:89,establish:[30,94],event:[26,99,105],everyth:[2,111],exampl:[8,20,21,26,34,35,37,38,39,43,44,45,46,47,48,50,51,53,54,65,66,67,68,69,70,71,72,73,74,75,76,77,87,89,90],execut:[6,106,107,108,110,111],exist:[105,112],explor:7,express:89,extend:27,extens:[2,12],extern:103,faq:10,featur:[7,10,21,22,28,31,87],fetch:[7,103],field:29,file:113,find:112,first:[7,9],flag:[34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,65,66,67,68,69,70,71,72,73,74,75,76,77],flash:[89,106,110],from:[57,58,59,80,81,82,88],ft232h:8,full:88,gap:[15,27,99],gatt:[16,17,28],gcc:6,gdb:6,gener:[22,30,90],get:[3,57,80],git:[10,59],global:[34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,65,66,67,68,69,70,71,72,73,74,75,76,77],guarante:99,guid:[21,55,78,91],hardcod:23,hardwar:[23,111],hci:[20,94],header:[14
 ,15,16,17,19,20],hello:[103,106,107,108,109,110],help:39,homebrew:[58,81],host:[14,15,16,17,18,19,20,101,102],how:[10,90,112],ibeacon:102,ident:19,identifi:112,ignor:89,imag:[37,46,71,94,106,107,108,109,110,111],includ:[30,100],indefinit:[101,102],info:40,initi:[30,90],input:88,instal:[2,4,5,6,11,12,36,41,56,57,58,59,60,79,80,81,82,83,111],introduct:[9,14,15,16,17,18,19,20,31,55,95],invalid:89,join:111,kei:[22,27],kit:108,l2cap:[20,27],laptop:10,latest:[57,58,59,80,81,82],legaci:27,libc:6,like:10,link:4,linux:[2,4,6,8,11,57,60,80,83],list:[10,64,101,102],load:[42,94,103,106,107,108,109,110],log:72,lorawan:111,low:92,mac:[2,4,6,8,11,58,60,81,83],main:105,make:10,manag:[9,20,55,63,78],manual:[57,80],master:[58,81],memori:110,merg:10,mesh:[21,31],messag:89,method:[23,57,80],mfg:43,mingw:59,minim:88,model:31,modifi:105,monitor:94,more:55,mpstat:73,msys2:59,multipl:[12,89],mynewt:[2,7,8,9,10,12,23,31,33,58,63,81,87,88,93,112],name:[30,90],nano:110,nativ:[5,6],need:[2,111,112],newt:[2,9,1
 1,12,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,57,58,59,60,63,78],newtmgr:[11,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83],next:6,nimbl:[14,15,16,17,18,19,20,21,22,25,93,94,101,102],node:31,nordic:8,note:55,notnul:89,nrf52:108,nrf52dk:8,nrf:23,object:[104,111],olimex:109,onto:103,open:[94,111],openocd:4,oper:[55,61],option:106,orient:27,ota:111,other:[7,12,113],out:[112,113],output:[48,53,88],overrid:[89,90],overview:[64,95,96,97,99,104],own:10,pack:2,packag:[1,7,57,61,80,88,89,90,93,103],passiv:30,patch:10,peer:[20,30],perform:30,peripher:[95,97],pkg:45,platform:8,port:[8,111],prerequisit:[7,94,97,103,104,105,106,107,108,109,110,116],preview:[33,63],previou:[60,83],primo:106,prioriti:89,privaci:22,privat:114,pro:8,process:105,produc:[6,61],project:[1,7,10,12,21,93,94,95,103,104,105,106,107,108,109,110,111,112,113],protect:110,protocol:[101,102],provis:31,pull:[2,10],question:10,queue:105,random:23,rational:55,read:[30,98],rebuild:11,redbear:110,ref
 er:[14,15,16,17,19,20,90],referenc:90,registr:100,releas:[57,58,59,60,80,81,82,83],repo:[112,113,115],repositori:[7,10,55,112,113,114],request:10,reset:[26,74],resign:46,resolut:113,resolv:[61,90,113],respond:26,restrict:89,review:98,run:[7,12,47,75,103,105],runtim:23,sampl:32,scan:30,schedul:[84,85],script:2,secur:[20,22,27],segger:4,select:2,semiconductor:8,send:[30,94,111],serial:[8,94,105],server:17,servic:[30,95,100],set:[6,11,30,57,80,89,90,93,96,100,105],settl:24,setup:[3,8,25],shell:105,should:113,show:[30,66],sign:[106,107,108,109,110,111],signatur:98,simul:7,size:48,softwar:10,some:10,sourc:[7,11,55,57,59,80,82,101,102],specif:113,specifi:90,stack:[101,102],start:[3,94],stat:76,step:[11,104],stm32f4:107,storag:27,structur:[62,86],stub:88,studio:12,sub:66,submit:10,summari:20,support:[2,31,61],sync:[26,49,101,102],syscfg:90,sysinit_app:90,system:[24,55,89,90],tap:[58,81],target:[1,23,50,61,93,94,97,103,105,106,107,108,109,110,111],task:[12,89],taskstat:77,test:[7,51],theori
 :61,time:[24,84,86],timer:105,tool:[4,11,33,55,59,82],toolchain:[4,6],topolog:31,tutori:[104,116],undefin:89,undirect:30,updat:11,upgrad:[52,57,58,80,81,115],upload:105,usag:[34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,65,66,67,68,69,70,71,72,73,74,75,76,77],usb2:2,use:[10,57,80,87,112],user:[21,91],using:55,val:53,valid:89,valu:[89,90],version:[54,57,58,59,80,81,82,112,113],violat:89,virtualbox:2,visual:12,wait:[101,102],want:10,welcom:9,what:[10,112],where:113,why:[87,112],window:[2,4,8,11,59,60,82,83],work:12,workspac:12,world:[103,106,107,108,109,110],would:10,wrapper:2,write:[30,33,63,98,110],yml:113,you:2,your:[2,7,9,11,12,57,80,103,106,107,108,109,110,112],zero:103}})
\ 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","network/ble/ble_hs/ble_att","network/ble/ble_hs/ble_gap","network/ble/ble_hs/ble_gattc","network/ble/ble_hs/ble_gatts","network/ble/ble_hs/ble_hs","network/ble/ble_hs/ble_hs_id","network/ble/ble_hs/ble_hs_return_codes","network/ble/ble_intro","network/ble/ble_sec","network/ble/ble_setup/ble_addr","network/ble/ble_setup/ble_lp_clock","network/ble/ble_setup/ble_setup_intro","network/ble/ble_setup/ble_sync_cb","network/ble/btshell/btshell_GAP","network/ble/btshell/btshell_GATT","network/ble/btshell/btshell_advdata","network/ble/btshell/btshell_api","network/ble/mesh/index","network/ble/mesh/sample","newt/README","newt/command_list/newt_build","newt/command_list/n
 ewt_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/com
 mand_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/API","os/core_os/context_switch/context_switch","os/core_os/cputime/os_cputime","os/core_os/mynewt_os","os/modules/console/console","os/modules/sysinitconfig/sysconfig_error","os/modules/sysinitconfig/sysinitconfig","os/os_user_guide","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/ble
 prph-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/lora/lorawanapp","tutorials/repo/add_repos","tutorials/repo/create_repo","tutorials/repo/private_repo","tutorials/repo/upgrade_repo","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","network/ble/ble_hs/ble_a
 tt.rst","network/ble/ble_hs/ble_gap.rst","network/ble/ble_hs/ble_gattc.rst","network/ble/ble_hs/ble_gatts.rst","network/ble/ble_hs/ble_hs.rst","network/ble/ble_hs/ble_hs_id.rst","network/ble/ble_hs/ble_hs_return_codes.rst","network/ble/ble_intro.rst","network/ble/ble_sec.rst","network/ble/ble_setup/ble_addr.rst","network/ble/ble_setup/ble_lp_clock.rst","network/ble/ble_setup/ble_setup_intro.rst","network/ble/ble_setup/ble_sync_cb.rst","network/ble/btshell/btshell_GAP.rst","network/ble/btshell/btshell_GATT.rst","network/ble/btshell/btshell_advdata.rst","network/ble/btshell/btshell_api.rst","network/ble/mesh/index.rst","network/ble/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/newt
 mgr_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/API.rst","os/core_os/context_switch/context_switch.rst","os/core_os/cputime/os_cputime.rst","os/core_os/mynewt_os.rst","os/modules/console/console.rst","os/modules/sysinitconfig/sysconfig_error.rst","os/modules/sysinitconfig/sysinitconfig.rst","os/os_user_guide.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.r
 st","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/lora/lorawanapp.rst","tutorials/repo/add_repos.rst","tutorials/repo/create_repo.rst","tutorials/repo/private_repo.rst","tutorials/repo/upgrade_repo.rst","tutorials/tutorials.rst"],objects:{"":{CPUTIME_GEQ:[84,0,1,"c.CPUTIME_GEQ"],CPUTIME_GT:[84,0,1,"c.CPUTIME_GT"],CPUTIME_LEQ:[84,0,1,"c.CPUTIME_LEQ"],CPUTIME_LT:[84,0,1,"c.CPUTIME_LT"],CTASSERT:[84,0,1,"c.CTASSERT"],OS_ALIGN:[84,0,1,"c.OS_ALIGN"],OS_IDLE_PRIO:[84,0,1,"c.OS_IDLE_PRIO"],OS_MAIN_STACK_SIZE:[84,0,1,"c.OS_MAIN_STACK_SIZE"],OS_MAIN_TASK_PRIO:[84,0,1,"c.OS_MAIN_TA
 SK_PRIO"],OS_WAIT_FOREVER:[84,0,1,"c.OS_WAIT_FOREVER"],TAILQ_HEAD:[84,1,1,"c.TAILQ_HEAD"],completion_cb:[88,2,1,"c.completion_cb"],console_append_char_cb:[88,2,1,"c.console_append_char_cb"],console_blocking_mode:[88,1,1,"c.console_blocking_mode"],console_echo:[88,1,1,"c.console_echo"],console_handle_char:[88,1,1,"c.console_handle_char"],console_init:[88,1,1,"c.console_init"],console_input:[88,3,1,"c.console_input"],console_is_init:[88,1,1,"c.console_is_init"],console_is_midline:[88,4,1,"c.console_is_midline"],console_non_blocking_mode:[88,1,1,"c.console_non_blocking_mode"],console_out:[88,1,1,"c.console_out"],console_printf:[88,1,1,"c.console_printf"],console_read:[88,1,1,"c.console_read"],console_rx_cb:[88,2,1,"c.console_rx_cb"],console_set_completion_cb:[88,1,1,"c.console_set_completion_cb"],console_set_queues:[88,1,1,"c.console_set_queues"],console_write:[88,1,1,"c.console_write"],g_current_task:[84,4,1,"c.g_current_task"],g_os_run_list:[84,4,1,"c.g_os_run_list"],g_os_sleep_list:
 [84,4,1,"c.g_os_sleep_list"],g_os_started:[84,4,1,"c.g_os_started"],os_cputime_delay_nsecs:[84,1,1,"c.os_cputime_delay_nsecs"],os_cputime_delay_ticks:[84,1,1,"c.os_cputime_delay_ticks"],os_cputime_delay_usecs:[84,1,1,"c.os_cputime_delay_usecs"],os_cputime_get32:[84,1,1,"c.os_cputime_get32"],os_cputime_init:[84,1,1,"c.os_cputime_init"],os_cputime_nsecs_to_ticks:[84,1,1,"c.os_cputime_nsecs_to_ticks"],os_cputime_ticks_to_nsecs:[84,1,1,"c.os_cputime_ticks_to_nsecs"],os_cputime_ticks_to_usecs:[84,1,1,"c.os_cputime_ticks_to_usecs"],os_cputime_timer_init:[84,1,1,"c.os_cputime_timer_init"],os_cputime_timer_relative:[84,1,1,"c.os_cputime_timer_relative"],os_cputime_timer_start:[84,1,1,"c.os_cputime_timer_start"],os_cputime_timer_stop:[84,1,1,"c.os_cputime_timer_stop"],os_cputime_usecs_to_ticks:[84,1,1,"c.os_cputime_usecs_to_ticks"],os_get_return_addr:[84,0,1,"c.os_get_return_addr"],os_info_init:[84,1,1,"c.os_info_init"],os_init:[84,1,1,"c.os_init"],os_init_idle_task:[84,1,1,"c.os_init_idle_t
 ask"],os_sched:[84,1,1,"c.os_sched"],os_sched_ctx_sw_hook:[84,1,1,"c.os_sched_ctx_sw_hook"],os_sched_get_current_task:[84,1,1,"c.os_sched_get_current_task"],os_sched_insert:[84,1,1,"c.os_sched_insert"],os_sched_next_task:[84,1,1,"c.os_sched_next_task"],os_sched_os_timer_exp:[84,1,1,"c.os_sched_os_timer_exp"],os_sched_remove:[84,1,1,"c.os_sched_remove"],os_sched_resort:[84,1,1,"c.os_sched_resort"],os_sched_set_current_task:[84,1,1,"c.os_sched_set_current_task"],os_sched_sleep:[84,1,1,"c.os_sched_sleep"],os_sched_wakeup:[84,1,1,"c.os_sched_wakeup"],os_sched_wakeup_ticks:[84,1,1,"c.os_sched_wakeup_ticks"],os_start:[84,1,1,"c.os_start"],os_started:[84,1,1,"c.os_started"]}},objnames:{"0":["c","define","define"],"1":["c","function","C function"],"2":["c","typedef","typedef"],"3":["c","struct","struct"],"4":["c","variable","variable"]},objtypes:{"0":"c:define","1":"c:function","2":"c:typedef","3":"c:struct","4":"c:variable"},terms:{"000s":[106,108,111],"008s":[106,108,111],"01t22":68,"04x"
 :20,"093s":[106,108,111],"0mb":11,"0ubuntu5":6,"0x0":[103,110],"0x00":[20,110,111],"0x0000":94,"0x00000000":[89,90],"0x00000002":110,"0x000000b8":103,"0x000000dc":93,"0x00004000":[89,90],"0x00008000":[89,90],"0x00009ef4":110,"0x0000fca6":103,"0x0006":29,"0x0007d000":90,"0x000e0000":89,"0x0010":27,"0x01":[20,27,30,111],"0x0100":27,"0x01000000":109,"0x0101":20,"0x0102":20,"0x0103":20,"0x0104":20,"0x0105":20,"0x0106":20,"0x0107":20,"0x0108":20,"0x0109":20,"0x010a":20,"0x010b":20,"0x010c":20,"0x010d":20,"0x010e":20,"0x010f":20,"0x0110":20,"0x0111":20,"0x02":[20,27,30,111],"0x0201":20,"0x0202":20,"0x0203":20,"0x0204":20,"0x0205":20,"0x0206":20,"0x0207":20,"0x0208":20,"0x0209":20,"0x020a":20,"0x020b":20,"0x020c":20,"0x020d":20,"0x020e":20,"0x020f":20,"0x0210":20,"0x0211":20,"0x0212":20,"0x0213":20,"0x0214":20,"0x0215":20,"0x0216":20,"0x0217":20,"0x0218":20,"0x0219":20,"0x021a":20,"0x021b":20,"0x021c":20,"0x021d":20,"0x021e":20,"0x021f":20,"0x0220":20,"0x0221":20,"0x0222":20,"0x0223":20,"0
 x0224":20,"0x0225":20,"0x0226":20,"0x0227":20,"0x0228":20,"0x0229":20,"0x022a":20,"0x022c":20,"0x022d":20,"0x022e":20,"0x022f":20,"0x0230":20,"0x0232":20,"0x0234":20,"0x0235":20,"0x0236":20,"0x0237":20,"0x0238":20,"0x0239":20,"0x023a":20,"0x023b":20,"0x023c":20,"0x023d":20,"0x023e":20,"0x023f":20,"0x0240":20,"0x03":[20,30],"0x0300":[20,27],"0x0301":20,"0x0302":20,"0x04":[20,27],"0x0401":20,"0x0402":20,"0x0403":20,"0x0404":20,"0x0405":20,"0x0406":20,"0x0407":20,"0x0408":20,"0x0409":20,"0x040a":20,"0x040b":20,"0x040c":20,"0x040d":20,"0x040e":20,"0x0483":107,"0x05":20,"0x0501":20,"0x0502":20,"0x0503":20,"0x0504":20,"0x0505":20,"0x0506":20,"0x0507":20,"0x0508":20,"0x0509":20,"0x050a":20,"0x050b":20,"0x050c":20,"0x050d":20,"0x050e":20,"0x06":[20,94],"0x07":20,"0x08":[20,27],"0x08000000":109,"0x08000020":109,"0x08000250":109,"0x08021e90":107,"0x09":20,"0x0a":20,"0x0b":20,"0x0bc11477":103,"0x0c":20,"0x0c80":29,"0x0d":20,"0x0e":20,"0x0f":20,"0x10":[20,103,110,111],"0x100":20,"0x10010000":10
 9,"0x10036413":109,"0x10076413":107,"0x103":20,"0x11":[20,23,102,111],"0x12":20,"0x13":20,"0x14":20,"0x15":20,"0x16":20,"0x17":20,"0x18":20,"0x1800":30,"0x1808":30,"0x180a":30,"0x19":20,"0x1a":20,"0x1b":20,"0x1c":20,"0x1d":20,"0x1e":20,"0x1f":20,"0x20":[20,32,103,110],"0x200":20,"0x20002290":107,"0x20002408":103,"0x20008000":103,"0x21":[20,32],"0x21000000":103,"0x22":[20,23,32,111],"0x23":[20,32],"0x24":20,"0x25":20,"0x26":20,"0x27":20,"0x28":20,"0x29":20,"0x2a":20,"0x2ba01477":110,"0x2c":20,"0x2d":20,"0x2e":20,"0x2f":20,"0x30":[20,103,110],"0x300":20,"0x32":20,"0x33":23,"0x34":20,"0x35":20,"0x36":20,"0x37":20,"0x374b":107,"0x38":20,"0x39":20,"0x3a":20,"0x3b":20,"0x3c":20,"0x3d":20,"0x3e":20,"0x3f":20,"0x40":[20,103,110],"0x400":20,"0x4001e504":110,"0x4001e50c":110,"0x41000000":107,"0x42000":61,"0x44":23,"0x50":[103,110],"0x500":20,"0x55":23,"0x60":[103,110],"0x66":23,"0x70":[103,110],"0x8000":61,"0x8000000":109,"0xffff":29,"0xffffffff":103,"0xffffffff0xffffffff0xffffffff0xffffffff"
 :110,"1024kbyte":[107,109],"10m":27,"128kb":[9,89],"12c":[106,108,111],"12kb":90,"12mhz":9,"132425ssb":30,"132428ssb":30,"132433ssb":30,"132437ssb":30,"132441ssb":30,"16kb":[9,89,90],"16kbram":53,"16mb":9,"1_amd64":[57,60,80,83],"1st":68,"1ubuntu1":6,"1wx":110,"200mhz":9,"2015q2":[4,12],"2022609336ssb":97,"2022687456ssb":97,"2022789012ssb":97,"2022851508ssb":97,"2042859320ssb":97,"2042937440ssb":97,"248m":6,"256kb":103,"262s":[106,108,111],"296712s":109,"2a24":48,"2d5217f":81,"2m_interval_max":27,"2m_interval_min":27,"2m_latenc":27,"2m_max_conn_event_len":27,"2m_min_conn_event_len":27,"2m_scan_interv":27,"2m_scan_window":27,"2m_timeout":27,"2msym":21,"300v":[106,108,111],"32kb":[90,103],"32mb":9,"32wx":[103,110],"363s":[106,108,111],"3_1":36,"3mb":81,"4_9":4,"6lowpan":21,"73d77f":71,"7b3w9m4n2mg3sqmgw2q1b9p80000gn":55,"8ab6433f8971b05c2a9c3341533e8ddb754e404":114,"9mb":58,"abstract":[9,20,116],"boolean":90,"break":[20,98],"byte":[19,23,27,46,66,71,73,88,101,102,111],"case":[2,6,7,20
 ,21,30,55,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,87,90,94,98,99,101,102,103],"catch":20,"char":[84,87,88,90,98,101,102,105],"class":111,"const":[88,98,100,101,102],"default":[1,2,4,6,7,12,20,24,26,27,28,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,57,58,59,61,62,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,87,88,89,90,94,96,98,101,102,103,104,111,112],"export":[1,11,23,60,61,80,82,83,88],"final":[8,55,93,96],"float":[64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82],"function":[1,7,9,14,20,23,31,61,84,86,87,88,93,96,97,99,101,102,104,105,111,112,116],"import":[11,55,57,80,93,96,99],"int":[1,20,26,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,57,58,59,62,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,84,87,88,90,96,98,99,100,101,102,105],"long":[3,21,24,28,87,110],"new":[2,3,4,6,10,11,21,23,24,27,30,31,34,39,41,45,46,50,53,57,58,59,61,84,85,88,90,92,93,94,99,100,101,102,103,106,107,108,109,110,111,112,116],"null":[84,87,88,89,90,96
 ,99,100,101,102,105],"public":[19,25,27,29,30,32,57,66,80,88,101,102],"return":[18,26,84,87,88,90,96,98,99,100,103,105,111],"static":[19,26,66,87,88,94,96,98,99,100,101,102,105],"switch":[10,12,20,58,71,77,81,84,85,87,93,94,98,99],"transient":99,"true":[8,12,84],"try":[2,20,21,23,93,94,97,103,104,105,106,107,108,110,113],"var":[50,55,65,66],"void":[20,26,84,87,88,90,96,98,99,100,101,102,105],"while":[4,6,7,8,21,23,26,49,55,61,87,88,90,101,102,105],AES:22,ANS:95,Adding:[56,79,116],And:[61,89,92,97],CTS:94,FOR:4,For:[2,3,5,6,7,8,11,12,20,22,23,24,29,30,34,37,39,50,53,55,57,58,59,60,61,62,66,83,87,89,90,93,98,99,100,101,102,103,105,107,108,109,111,112,113,116],IDE:[5,12],Its:113,Not:[7,20,29],One:[6,20,87,96],PCs:8,QoS:[20,21],RTS:94,Such:[101,102,113],TMS:103,That:[2,20,61,90,101,102,103,111,112],The:[1,2,3,4,5,6,7,8,10,11,12,14,15,16,17,18,19,20,21,22,23,24,26,27,29,30,31,33,34,37,43,45,46,47,50,55,57,58,59,61,63,64,66,70,71,72,73,75,76,77,78,80,81,82,84,85,86,87,88,89,90,91,92,93,94
 ,96,98,99,100,101,102,103,104,106,107,108,109,110,111,112,113,116],Then:[10,33,63,94],There:[4,8,22,23,28,57,61,80,88,98,103,111,114],These:[5,20,27,50,61,89,92,96,100,101,102,103,104,109,112,113],Use:[1,7,8,11,27,28,50,57,58,59,62,71,80,81,82,98,101,102,103,106,111,112],Uses:[31,42,89],Using:[20,49,105,116],Was:111,Will:20,With:[9,20,21,30,87,89,93,116],Yes:[10,19],__a:84,__asm:107,__etext:109,__n:84,__t1:84,__t2:84,__wfi:107,_access:98,_addr:101,_addr_:[101,102],_app:101,_build:[33,63],_gatt_ac:98,_name:90,_set:101,_stage:90,abbrevi:96,abil:[6,22,31,55],abl:[2,97,101,102,103,112],abort:[49,89,90],about:[1,3,10,23,29,40,57,58,59,62,64,80,81,82,87,91,96,99,100,101,102,106,110,111,113],abov:[9,14,19,87,89,90,93,96,98,101,102,105,111,112],accept:[20,27,103,107,109,111,112],access:[15,20,21,27,59,61,64,70,80,81,82,86,87,90,93,100,103],access_:100,access_cb:[98,100],accommod:[24,101],accomplish:[9,55,98],accordingli:24,account:[10,61],accur:109,achiev:[26,101,102],ack_rxd:111,acknowledg
 :111,acl:20,acquir:26,across:[30,31,55,61,62],act:[22,30],action:[9,27,62,96,100,111],activ:[12,16,17,21,47,71,96,111],actual:[2,7,34,77,89,91,93,101,102,103,112,113,114],adafruit:8,adapt:[21,103,106,107],adapter_nsrst_delai:[103,107],adaptor:109,adc:[9,53],adc_hw_impl:53,add:[1,2,4,6,7,11,12,27,37,39,50,55,57,58,59,61,62,80,87,88,90,93,94,97,103,104,105,112,116],added:[10,12,32,53,55,81,88,103,105,113,116],adding:[2,31,37,55,93,105,112,113],addit:[1,12,21,29,43,55,61,62,90,93,96,103,104,106,107,109,110,111],addition:62,addr:[27,30,94,101,102],addr_typ:[27,30],address:[20,21,22,25,27,29,31,32,55,66,87,94,98,111],aditihilbert:4,adjust:20,admin:[4,94],adress:27,adsertis:27,adv:[21,27,30,31],adv_data:27,adv_field:[96,101],adv_param:[96,99,101,102],advanc:59,advantag:99,advantang:96,adverb:62,adverti:[101,102],advertis:[15,20,21,24,26,31,32,66,95,97,99],advertising_interv:[27,29],advinterv:29,aes:[103,106,108,110],affect:93,aflag:[1,50,61],after:[4,8,11,22,26,30,41,50,55,57,58,61,80,81,
 84,89,94,96,98,99,100,103,104,112],again:[8,20,26,57,59,80,96,103,106,107,108,109,110,111],against:[22,87],aid:61,aim:[20,95,116],air:[20,111,116],albeit:92,alert:95,algorithm:[21,85],all201612161220:75,all:[1,2,3,6,7,8,9,10,12,14,15,16,17,18,20,21,22,24,26,27,28,29,30,31,35,40,41,43,49,50,51,52,53,55,61,66,72,75,87,88,89,90,91,93,94,95,96,97,98,99,100,101,102,105,107,109,111,112,113,114,115],alloc:[73,77,96,98],allow:[2,3,4,6,8,9,12,20,21,27,31,39,50,55,57,58,59,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,87,88,90,94,96,99,101,105,106,111],almost:8,along:61,alongsid:101,alphabet:90,alreadi:[6,7,8,11,20,24,31,43,58,59,81,82,84,92,93,103,105,106,107,108,109,110,111],also:[1,3,5,6,7,8,11,12,21,23,24,27,34,37,40,55,57,58,59,60,61,66,80,83,87,88,89,90,93,96,99,100,104,105,111,112,113],altern:[6,98],although:112,alwai:[8,61,92,98,101,102,109,112,113,116],ambigu:20,ambiti:93,amd64:[57,80],amend:[1,32,50,62],among:85,amount:[24,96],analyz:12,ani:[1,4,8,10,14,21,22,27,33,49,50,59,61,
 63,64,66,73,76,77,80,81,82,84,87,88,90,94,96,105,106,111,113,116],announc:[96,101,102],annoy:[98,114],anonym:27,anoth:[10,21,26,27,30,61,87,88,89,96,98,111],answer:87,anyth:[1,8,23,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,57,58,59,62,93,101,102,104,113],apach:[1,2,6,7,10,11,12,21,32,33,37,38,39,43,44,50,51,53,55,57,58,59,61,62,63,80,81,82,88,90,93,94,95,97,101,103,104,105,106,107,108,109,110,111,112,113,116],api:[1,16,17,18,19,20,21,53,55,61,87,102,107],app:[1,7,8,12,21,26,29,32,34,37,38,42,43,45,46,47,48,50,53,55,62,73,76,77,88,89,90,93,95,96,99,100,101,102,103,105,106,107,108,109,110,116],appear:[27,29,98,100],appl:103,appli:[12,24,88,90,111],applic:[1,2,4,5,6,8,9,11,13,14,18,20,21,23,24,25,26,28,30,34,39,42,47,50,55,57,58,59,60,61,73,76,77,78,82,83,88,89,90,91,92,95,98,99,104,116],applicaton:1,applict:12,approach:[31,90],appropri:[62,90,93,96,99,101,102,104],approv:10,apps_blinki:[55,61],apr:[106,108,111],apropo:103,apt:[4,6,7,56,60,79,83,94],arbitrari:[94,103,
 106,107,108,109,110,111],arbitrarili:102,arc4:103,arch:[61,106,107,108,109,110,111],arch_sim:105,architectur:[57,80,84,85],archiv:[4,7,57,59,61,93,103,105,106,107,108,109,110,111],arduino:[12,104,112,116],arduino_101:53,arduino_blinki:[12,103],arduino_boot:[12,103],arduino_primo_nrf52:[53,106],arduino_zero:103,arduino_zero_debug:103,area:90,arg:[12,84,87,98,99],argc:[84,87,90,101,102,105],argument:[11,12,20,45,50,55,62,88,96,99,100,101,102,106,108,112,113],argv:[84,90,101,102,105],arm:[5,6,7,12,103,109],around:30,arrai:[23,90,96,100],articl:114,artifact:[35,39,50,55,57,58,59,112],asf:[1,112],ask:[10,87,109,112,113],aspect:27,assembl:[1,61,106,107,108,109,110,111],assert:[67,88,98,99,100,101,102,105],assign:[10,19,21,23,29,37,50,53,66,87,90,98,103,106,107,108,109,110,111],associ:[22,24,90,96,99],assum:[7,12,30,43,59,60,82,83,90,92,93,105,111],at91samd21g18:103,at91samd:103,atmel:[2,103],att:[18,21,28,98],attach:[8,12,93,106,111],attempt:[20,23,27,90,98,99,100,111],attent:3,attr:[28,3
 0],attr_handl:[97,98,99],attribut:[14,16,17,20,21,28,50,53,62,66,90,95,98],auth:[27,114],authent:[20,22,30,97],author:[1,20,43,61,88],auto:29,autocomplet:55,autoconf:55,autom:31,automat:[1,10,21,24,25,42,55,61,90,93,95,96,103,106,107,109,110,112,116],autoselect:103,avaial:111,avail:[1,2,3,4,7,9,20,21,23,24,29,30,31,32,47,57,58,59,62,64,73,80,81,82,88,90,91,101,105,111,113],avail_queu:88,avoid:[61,87],awai:[20,98],await:3,awar:[96,101,102],b0_0:109,b0_1:109,b1_0:109,b1_1:109,back:[8,58,64,69,80,81,82,88,100,109,110],backward:[21,88],bad:113,badli:87,band:[21,22,27],bank:109,bar:[12,116],bare:[95,101,102,116],base64:[7,88,111],base:[1,2,4,6,7,12,20,21,24,31,34,39,55,57,58,59,61,89,94,100,103,106,107,109,110],baselibc:[7,48],bash:[2,12,55,59],bash_complet:36,bash_profil:[11,58,60,81,83],bashrc:55,basi:[9,19,22,113],basic:[1,14,21,29,30,31,61,93,94,111,112,114],batteri:[9,24,31,101],baud:[66,88,94],bd_addr:20,be9699809a049:71,beacon:[14,92,93,104],bearer:[21,32],becaus:[8,12,20,22,26,30
 ,50,89,112,114],becom:[22,31,96,99],been:[4,10,20,26,36,43,55,58,59,61,77,81,82,84,90,94,99,103,106,111],befor:[2,4,7,8,12,20,41,50,57,61,80,84,87,88,90,93,94,95,96,98,101,102,104,105,107,111],begin:[26,94,97,99,101,102,112],beginn:116,behav:[20,30,87,101,102],behavior:[59,87,98,100],being:[20,87,97,99,116],belong:[14,100],below:[1,2,4,6,12,18,20,22,23,24,30,43,62,87,88,93,98,100,103,106,107,108,109,110,111,112,113,114,116],benefit:[10,87,90,91],best:113,between:[7,12,21,26,27,31,37,46,55,88,89,90,94,106,111,113],bhd:66,big:[23,61,111,113],bin:[2,4,7,11,12,34,35,37,38,43,46,48,50,55,57,58,59,60,61,80,81,82,83,90,93,94,97,103,105,106,107,108,109,110,111],bin_basenam:61,binari:[4,7,11,34,37,39,55,58,60,61,79,81,83,105],binutil:4,bit:[7,14,23,25,27,29,57,58,59,66,81,82,84,86,93,98,99,100,101,102,113],bits0x00:27,ble:[14,18,19,23,26,30,31,61,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,90,92,94,96,98,99,100,104,116],ble_:98,ble_addr_t:[101,102],ble_addr_type_publ:99,ble_app:[93,10
 1,102],ble_app_advertis:[101,102],ble_app_on_sync:[101,102],ble_app_set_addr:[101,102],ble_att:[76,98],ble_att_err_attr_not_found:20,ble_att_err_attr_not_long:20,ble_att_err_insufficient_authen:20,ble_att_err_insufficient_author:20,ble_att_err_insufficient_enc:20,ble_att_err_insufficient_key_sz:20,ble_att_err_insufficient_r:20,ble_att_err_invalid_attr_value_len:[20,98],ble_att_err_invalid_handl:20,ble_att_err_invalid_offset:20,ble_att_err_invalid_pdu:20,ble_att_err_prepare_queue_ful:20,ble_att_err_read_not_permit:20,ble_att_err_req_not_support:20,ble_att_err_unlik:20,ble_att_err_unsupported_group:20,ble_att_err_write_not_permit:20,ble_att_svr_entry_pool:73,ble_att_svr_prep_entry_pool:73,ble_eddystone_set_adv_data_uid:101,ble_eddystone_set_adv_data_url:101,ble_eddystone_url_scheme_http:101,ble_eddystone_url_suffix_org:101,ble_err_acl_conn_exist:20,ble_err_auth_fail:20,ble_err_chan_class:20,ble_err_cmd_disallow:20,ble_err_coarse_clk_adj:20,ble_err_conn_accept_tmo:20,ble_err_conn_estab
 lish:20,ble_err_conn_limit:20,ble_err_conn_parm:20,ble_err_conn_rej_bd_addr:20,ble_err_conn_rej_channel:20,ble_err_conn_rej_resourc:20,ble_err_conn_rej_secur:20,ble_err_conn_spvn_tmo:20,ble_err_conn_term_loc:20,ble_err_conn_term_m:20,ble_err_ctlr_busi:20,ble_err_diff_trans_col:20,ble_err_dir_adv_tmo:20,ble_err_encryption_mod:20,ble_err_host_busy_pair:20,ble_err_hw_fail:20,ble_err_inq_rsp_too_big:20,ble_err_instant_pass:20,ble_err_insufficient_sec:20,ble_err_inv_hci_cmd_parm:20,ble_err_inv_lmp_ll_parm:20,ble_err_link_key_chang:20,ble_err_lmp_collis:20,ble_err_lmp_ll_rsp_tmo:20,ble_err_lmp_pdu:20,ble_err_mac_conn_fail:20,ble_err_mem_capac:20,ble_err_no_pair:20,ble_err_no_role_chang:20,ble_err_page_tmo:20,ble_err_parm_out_of_rang:20,ble_err_pending_role_sw:20,ble_err_pinkey_miss:20,ble_err_qos_parm:20,ble_err_qos_reject:20,ble_err_rd_conn_term_pwroff:20,ble_err_rd_conn_term_resrc:20,ble_err_rem_user_conn_term:20,ble_err_repeated_attempt:20,ble_err_reserved_slot:20,ble_err_role_sw_fail:
 20,ble_err_sco_air_mod:20,ble_err_sco_itvl:20,ble_err_sco_offset:20,ble_err_sec_simple_pair:20,ble_err_synch_conn_limit:20,ble_err_unit_key_pair:20,ble_err_unk_conn_id:20,ble_err_unk_lmp:20,ble_err_unknown_hci_cmd:20,ble_err_unspecifi:20,ble_err_unsupp_lmp_ll_parm:20,ble_err_unsupp_qo:20,ble_err_unsupp_rem_featur:20,ble_err_unsupport:20,ble_ga:100,ble_gap:76,ble_gap_adv_param:[101,102],ble_gap_adv_set_field:96,ble_gap_adv_start:[96,99,101,102],ble_gap_chr_uuid16_appear:[98,100],ble_gap_chr_uuid16_device_nam:[98,100],ble_gap_chr_uuid16_periph_pref_conn_param:98,ble_gap_chr_uuid16_periph_priv_flag:98,ble_gap_chr_uuid16_reconnect_addr:98,ble_gap_conn_desc:99,ble_gap_conn_find:99,ble_gap_conn_fn:96,ble_gap_conn_mode_und:[96,99],ble_gap_disc_mode_gen:[96,99],ble_gap_ev:99,ble_gap_event_conn_upd:99,ble_gap_event_connect:99,ble_gap_event_disconnect:99,ble_gap_event_enc_chang:99,ble_gap_event_fn:[101,102],ble_gap_event_subscrib:99,ble_gap_svc_uuid16:[98,100],ble_gap_upd:73,ble_gatt:76,ble_g
 att_access_ctxt:98,ble_gatt_access_op_read_chr:98,ble_gatt_access_op_write_chr:98,ble_gatt_chr_def:[98,100],ble_gatt_chr_f_read:[98,100],ble_gatt_register_fn:100,ble_gatt_svc_def:[98,100],ble_gatt_svc_type_primari:[98,100],ble_gattc:76,ble_gattc_proc_pool:73,ble_gatts_clt_cfg_pool:73,ble_gatts_register_svc:100,ble_h:[14,15,16,17,19,20,23,26,76,101,102],ble_hci_ram_evt_hi_pool:73,ble_hci_ram_evt_lo_pool:73,ble_hci_uart_baud:94,ble_hs_:100,ble_hs_adv_field:[96,101],ble_hs_att_err:20,ble_hs_cfg:[26,101,102],ble_hs_conn_pool:73,ble_hs_eagain:20,ble_hs_ealreadi:20,ble_hs_eapp:20,ble_hs_eauthen:20,ble_hs_eauthor:20,ble_hs_ebaddata:20,ble_hs_ebusi:20,ble_hs_econtrol:20,ble_hs_edon:20,ble_hs_eencrypt:20,ble_hs_eencrypt_key_sz:20,ble_hs_einv:20,ble_hs_emsgs:20,ble_hs_eno:20,ble_hs_enoaddr:20,ble_hs_enomem:20,ble_hs_enomem_evt:20,ble_hs_enotconn:20,ble_hs_enotsup:20,ble_hs_enotsync:20,ble_hs_eo:20,ble_hs_ereject:20,ble_hs_erol:20,ble_hs_err_sm_peer_bas:20,ble_hs_err_sm_us_bas:20,ble_hs_estore
 _cap:20,ble_hs_estore_fail:20,ble_hs_etimeout:20,ble_hs_etimeout_hci:20,ble_hs_eunknown:20,ble_hs_forev:[99,101,102],ble_hs_hci_err:20,ble_hs_hci_ev_pool:73,ble_hs_id:23,ble_hs_id_gen_rnd:[23,101,102],ble_hs_id_set_rnd:[19,23,101,102],ble_hs_l2c_err:20,ble_hs_reset_fn:26,ble_hs_sm_peer_err:20,ble_hs_sm_us_err:20,ble_hs_sync_fn:26,ble_ibeacon_set_adv_data:102,ble_l2cap:76,ble_l2cap_chan_pool:73,ble_l2cap_sig_err_cmd_not_understood:20,ble_l2cap_sig_err_invalid_cid:20,ble_l2cap_sig_err_mtu_exceed:20,ble_l2cap_sig_proc_pool:73,ble_ll:[76,77],ble_ll_conn:76,ble_ll_prio:90,ble_lp_clock:24,ble_mesh_dev_uuid:32,ble_mesh_pb_gatt:32,ble_own:[101,102],ble_own_addr_random:[101,102],ble_phi:76,ble_public_dev_addr:23,ble_rigado:47,ble_sm_err_alreadi:20,ble_sm_err_authreq:20,ble_sm_err_cmd_not_supp:20,ble_sm_err_confirm_mismatch:20,ble_sm_err_cross_tran:20,ble_sm_err_dhkei:20,ble_sm_err_enc_key_sz:20,ble_sm_err_inv:20,ble_sm_err_numcmp:20,ble_sm_err_oob:20,ble_sm_err_pair_not_supp:20,ble_sm_err_pa
 sskei:20,ble_sm_err_rep:20,ble_sm_err_unspecifi:20,ble_tgt:[93,101,102],ble_uu:100,ble_uuid16:[98,100],ble_uuid_128_to_16:98,ble_xtal_settle_tim:24,blecent:[7,61],blehci:[7,61],blehciproj:94,blehostd:66,blemesh:[21,32],blenano:53,bleprph:[7,21,61,66,95,96,97,98,99,100],bleprph_advertis:[96,99],bleprph_appear:98,bleprph_device_nam:[96,98],bleprph_log:[96,99],bleprph_oic:[7,61],bleprph_on_connect:96,bleprph_pref_conn_param:98,bleprph_print_conn_desc:99,bleprph_privacy_flag:98,bleprph_reconnect_addr:98,blesplit:[7,61],bletest:[7,61],bletini:[7,21,37,38,45,46,50,61,71,94,97],bletiny_chr_pool:73,bletiny_dsc_pool:73,bletiny_svc_pool:73,bleuart:[7,61],blink:[1,7,61,103,104,106,107,108,109,110,116],blink_rigado:47,blinki:[1,12,34,43,44,48,55,61,93,94,111,116],blinky_callout:105,blinky_sim:61,blksz:73,blob:20,block:[20,29,73,84],blue:110,bluetooth:[1,9,20,22,23,24,27,29,32,95,96,101,102,104,116],bmd300eval:[48,53,108],bmd:108,board:[1,2,4,5,7,8,12,23,24,30,39,42,47,53,55,57,58,59,61,87,89,90
 ,94,97,101,102,104,105,116],bond:[22,27,29,30,97],bondabl:27,bone:[95,101,102,116],boot:[7,43,61,88,94,103,106,107,108,109,110,111],boot_boot_serial_test:7,boot_olimex:109,boot_seri:[7,88],boot_serial_setup:7,boot_test:7,bootload:[1,12,43,47,88,104,105],bootutil:[7,88,103,106,107,108,109,110,111],bootutil_misc:[7,103,106,107,108,110],both:[6,9,11,14,20,22,27,29,39,55,57,58,59,62,89,90,91,103,105,111,114],bottl:[58,81],bottom:[12,97],box:12,branch:[1,4,7,10,11,55,56,57,59,60,79,80,82,83,103,112,113],branchnam:10,brand:110,breakout:8,breakpoint:[103,107],brew:[3,4,7,11,36,55,58,60,81,83],brief:[19,101,102,111],bring:12,broad:116,broadca:[101,102],broadcast:[14,27,31,96,101,102],brows:[97,106,112],bsp:[1,7,24,32,34,37,38,42,43,45,47,50,55,61,62,87,90,93,94,97,103,105,106,107,108,109,110,111,116],bsp_arduino_zero:103,bsp_arduino_zero_pro:103,bss:48,btattach:94,btshell:29,buad:66,buffer:[20,87,88,89,102],bug:[4,7,11,103,107],build:[1,2,3,4,5,6,11,31,32,35,37,38,39,40,41,42,43,44,45,46,47
 ,48,49,50,51,52,53,54,57,58,59,62,80,82,87,89,90,95,96,97,104,116],build_arduino_blinki:12,build_arduino_boot:12,build_profil:[1,32,37,38,43,50,53,61,93,94,97,103,106,107,108,109,110,111],buildabl:7,built:[1,4,7,8,9,21,33,34,38,39,42,43,55,57,58,59,60,61,63,81,82,83,93,94,97,101,102,103,104,105,106,107,108,109,110,111],bundl:55,burn:[101,102],bus:2,busi:20,button:[2,4,10,12,103,106],cabl:[94,103,104,106,107,108,109,111],cach:[58,81],calcul:[20,29,48],calendar:9,call:[6,7,9,11,19,21,23,26,36,61,84,85,87,88,90,92,93,96,97,98,99,100,101,102,103,105,111,112],callback:[20,26,84,88,90,96,98,100,101,102,105],caller:88,callout:[87,105],came:94,can:[1,2,3,4,5,6,7,8,9,11,12,19,20,21,22,23,24,27,30,31,33,34,35,42,45,50,55,57,58,59,60,61,62,63,64,66,72,76,80,81,82,83,84,85,87,88,89,90,91,93,94,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,116],cancel:[20,27],candid:112,cannot:[4,19,20,71,84,87,90,103,112,113,114],capabl:[20,22,27,29,88,105],capac:20,captian:81,care:[87,101
 ,102,112,113],cascad:[1,61],cast:98,cat:80,catastroph:26,categori:10,caus:[87,89],cb_arg:[96,100,101,102],cbmem:7,cborattr:7,cccd:27,ccm:22,cdc:106,cell:22,cellar:[4,6,11,36,58,60,81,83],central:[20,30,95,96,97,99],certain:[1,21,87,94,113],cess_op_:98,cfg:[70,107],cflag:[1,50,61],chanc:87,chang:[1,4,6,7,10,11,19,20,21,22,24,28,30,46,49,50,52,57,61,62,80,89,90,94,97,99,101,102,103,107],channel:[20,21,29],channel_map:27,chapter:[2,21],charact:[88,90,100],character:24,characteri:[98,100],characterist:[9,16,17,21,27,28,97,100],check:[4,6,8,11,20,22,55,56,79,89,90,93,94,95,106,109,111,113],checkbox:59,checkin:77,checkout:[10,80,82,104],chip:[4,103,104,106,107,110,112],chipset:103,choic:[2,10,94],choos:[6,7,10,93,96,105,106,108],chr:98,chr_access:98,ci40:53,cid:97,circular:[89,90],circularli:113,clang:6,clarif:10,classif:20,clean:[1,11,33,39,50,57,58,59,63,81,111],cleanli:90,clear:72,clearli:[8,20],cli:88,click:[2,4,10,12,97,101,102,103,106,107,109],client:[12,17,18,20,21,27,31,101],clock
 :[20,25,86,103,107],clock_freq:84,clone:[10,11,45,50,55,58,81],close:[2,59,103,106,107,109,110],cmake:1,cmd:[55,61],cmd_queue:88,cmsi:[2,7,48,103,106,107,108,109,110],cmsis_nvic:[106,107,108,109,110],cnt:[73,88],coars:20,coc:27,code:[1,5,7,9,10,11,13,18,21,24,26,27,29,55,85,87,88,90,95,96,98,99,100,103,104,105,111,112,116],codebas:103,coded_interval_max:27,coded_interval_min:27,coded_lat:27,coded_max_conn_event_len:27,coded_min_conn_event_len:27,coded_scan_interv:27,coded_scan_window:27,coded_timeout:27,coding_standard:7,collect:[1,7,43,55,61,112],collis:20,colon:66,column:19,com11:8,com1:66,com3:[8,105],com6:8,com:[8,10,11,12,33,55,57,58,59,63,80,81,82,94,105,112,114],combin:[1,20,22,26,43,61,87,93,101,102,112,113],come:[3,21,30,55,61,88,103,109,110],comm:104,comma:[51,66],command:[1,2,4,7,8,11,20,30,34,35,36,37,38,40,41,42,44,45,46,47,48,49,51,52,53,54,57,58,59,60,61,67,68,70,71,72,75,76,78,80,81,82,83,89,90,93,101,102,103,105,106,107,108,109,110,111,112,114,115],comment:[3,10,91,
 116],commit:[10,11],common:[55,61,100,107],commonli:101,commun:[9,21,26,27,31,66,78,88,94,96,99,104,111,112,116],compani:29,compar:[10,20,106,107,108,111,115],comparison:[20,22],compat:[4,21,55,88,103,111],compil:[1,4,5,6,7,8,11,20,34,47,53,55,58,61,81,90,91,93,103,106,107,108,109,110,111],complaint:21,complementari:31,complet:[9,12,20,22,27,29,30,33,55,59,63,88,91,94,96,101,102,107,112],completion_cb:88,complex:[9,31,87,92],compli:21,compliant:21,complic:[55,87],compon:[1,7,12,18,39,48,55,57,58,59,61,85,94,101,102,104],compos:[39,57,58,59,91],comprehens:91,compress:[55,81,101],compris:7,comput:[3,4,6,8,12,31,56,58,59,79,81,88,93,94,103,104,106,107,108,109,110],concept:[12,22,87,90,92,93,95,103,104],concern:3,conclud:[101,102],concurr:[1,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,57,58,59,62,95,96],condit:[4,20,89],condition:[55,89,90],conf:111,confidenti:22,config:[1,7,32,50,61,62,64,78,80,81,82,89,90,93],config_fcb:89,config_fcb_flash_area:[89,90],config_newtmgr:5
 0,config_nff:89,config_pkg_init:90,configur:[6,7,9,19,20,25,26,31,32,50,55,57,58,59,61,62,86,87,88,93,96,100,103,106,109,110,111,114],confirm:[8,20,27,71,111],confirmbe9699809a049:71,conflict:[61,89,113],confluenc:10,confus:112,congratul:[7,97],conjunct:31,conn:[27,28,30,64,65,67,68,69,70,71,72,73,74,75,76,77,78,80,81,82,99,101,102],conn_handl:[20,97,98,99],conn_interval_max:29,conn_interval_min:29,conn_itvl:[30,97],conn_lat:[30,97],conn_mod:99,conn_profil:[65,66,67,68,69,70,71,72,73,74,75,76,77],conn_upd:99,connect:[4,7,8,9,12,15,20,21,22,24,26,28,29,31,38,42,43,55,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,80,81,82,88,95,96,97,98,99,101,102,104],connectable_mod:96,connection_profil:71,connectionless:27,connector:[4,94,106,109,111],connintervalmax:29,connintervalmin:29,connstr:66,consequ:20,conserv:9,consid:[21,62,87,100,112],consist:[1,21,31,61,89,90,100],consol:[1,7,8,12,26,55,61,90,93,94,97,101,102,104],console_append_char_cb:88,console_blocking_mod:88,console_compat:88,consol
 e_echo:88,console_handle_char:88,console_init:88,console_input:88,console_is_init:88,console_is_midlin:88,console_max_input_len:88,console_non_blocking_mod:88,console_out:88,console_pkg_init:90,console_printf:[20,26,88],console_read:88,console_rtt:88,console_rx_cb:88,console_set_completion_cb:88,console_set_queu:88,console_tick:88,console_uart:88,console_uart_baud:88,console_uart_dev:88,console_uart_flow_control:88,console_uart_tx_buf_s:88,console_writ:88,constantli:[96,116],constitu:43,constrain:[9,55],constraint:103,construct:11,consumpt:22,contain:[1,3,7,11,29,31,34,50,55,61,88,90,91,93,94,96,98,100,101,102,111,112,113,116],content:[12,49,61,80,96,100,101,102,109,111,113,114],context:[55,77,84,85,87,88,90,99,105],continu:[6,94,103,104,109],contrast:90,contribut:[13,22,57,58,59,80,81,82,92],control:[8,9,18,19,20,21,22,23,25,26,29,31,55,66,88,90,93,107,109,112,113],contruct:97,conveni:[12,20],convent:111,convers:98,convert:[1,8,20,71,84,90,98,100],copi:[1,4,45,49,50,62,80,82,96,99,
 103],copyright:[4,103,109],core:[1,6,7,12,21,29,32,37,38,43,48,50,51,53,55,61,62,71,93,94,95,96,97,103,104,105,106,107,108,109,110,111,112,113,116],core_cminstr:107,core_o:[88,116],core_path:61,coreconvert:71,coredownload:71,coredump:7,coredump_flash_area:90,coreeras:71,corelist:71,corner:109,corp:[2,103],correct:[1,2,4,41,90,94,107,108,109,111],correctli:[2,94,103,107],correspo:100,correspond:[12,20,84,96,98,101,102,113],cortex:[4,106,108,111],cortex_m0:61,cortex_m4:[61,106,107,108,109,110,111],cortex_m:103,cost:9,could:[20,98],couldn:96,count:[55,81],counter:[85,111],countri:21,coupl:[1,109],cover:[8,61,90,91,100],cpptool:12,cpu:[85,103,107],cputim:[24,84,86],cputime_geq:[84,86],cputime_gt:[84,86],cputime_leq:[84,86],cputime_lt:[84,86],crash:[64,78,80,81,82],crash_test:7,crc:[7,88],creat:[1,2,3,4,5,6,8,10,11,12,22,27,32,34,39,41,43,44,45,46,47,50,55,57,58,59,61,62,66,71,80,81,82,87,88,89,90,95,100,104,105,112,114,116],create_arduino_blinki:12,creation:[47,111],credenti:114,criteri
 a:20,critic:3,cross:[5,6,7,9],crt0:48,crti:48,crtn:48,crw:8,crypto:[7,103,106,108,110],cryptograph:22,cryptographi:22,crystal:25,csrk:27,cssv6:29,csw:77,ctassert:84,ctlr_name:66,ctlr_path:66,ctrl:[12,93],ctxt:[98,99],cur_ind:99,cur_notifi:99,curi:[97,99],curiou:3,curl:[11,58],curn:[97,99],currantlab:[81,82],current:[11,24,27,31,39,40,41,44,45,46,50,51,57,58,59,60,71,81,82,83,84,85,87,88,89,101,103,104,107,109,111,112,113,115],custom:[23,71,90],cvs:[103,109],cwd:12,cycl:[19,21,31],daemon:[2,94],dap:[2,103,106,110],darwin10:103,darwin:6,data:[9,14,20,21,27,28,30,31,43,48,64,69,80,81,82,84,87,88,90,98,99,101,102,116],databas:28,datalen:27,date:[11,68,111],datetim:[7,64,78,80,81,82,88],daunt:96,dbm:[21,27,29],ddress:25,deal:87,deb:[57,60,80,83],debian:[4,6],debug:[1,2,4,5,6,7,39,43,47,50,55,57,58,59,62,89,93,94,103,105,106,107,108,109,110],debug_arduino_blinki:12,debug_arduinoblinki:12,debugg:[5,38,39,55,57,58,59,61,103,106,107,109,110,111],dec:48,decemb:22,decid:[55,85],decim:22,declar
 :[12,112],decompress:101,dedic:98,deeper:111,def:[7,89,90],defaultdevic:82,defin:[1,6,19,20,21,24,27,28,29,31,34,42,43,47,50,53,61,84,86,87,89,90,92,94,96,98,104,111,112,113],defininig:31,definit:[1,12,29,35,37,42,50,61,94,98,100,112],defint:89,del:27,delai:[26,84,111],delet:[1,6,10,12,27,35,39,45,49,50,55,57,58,59,61,62],delimit:50,delta:[55,81],demonstr:[20,26,111],dep:[1,50,55,61,62,88,90,93,105],depend:[1,4,6,8,20,22,24,27,39,41,49,50,52,55,57,58,59,62,66,88,90,93,103,112,115],deploi:[43,105],deploy:31,deprec:90,depth:4,deriv:20,desc:99,describ:[1,2,7,10,11,12,24,28,33,63,87,89,90,93,95,100,101,107,110,111,112],descript:[1,7,10,19,27,28,30,55,61,89,90,111,112,113],descriptor:[16,17,27,28,61,98],design:[21,22,23,55,100],desir:[84,115],desktop:10,destin:[4,31],detail:[1,10,12,21,22,29,55,87,93,96,98,100,101,102,103,111,112],detect:[20,55,89,90,94],determin:[20,90,91,96,99,112],dev:[1,2,3,4,7,8,10,11,12,48,61,66,82,88,90,91,93,94,97,103,105,106,107,108,109,110,111,112,113,114,116],
 dev_found:94,develop:[3,5,6,7,8,9,13,20,55,59,61,82,87,90,91,94,95,98,101,103,104,106,109,110,112,113,116],devic:[3,4,8,9,14,19,20,21,22,25,28,29,31,32,43,55,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,80,81,82,88,89,90,92,93,95,96,97,98,100,101,102,103,105,106,107,108,109,110,111,116],deviceaddr:23,deviceaddrtyp:23,dhkei:20,diagram:[107,109],dialog:[12,59],dictat:[11,62],differ:[4,6,7,8,11,12,20,24,27,30,45,55,57,80,87,89,90,93,94,105,106,107,109,112,113,115],differenti:112,difficult:[21,89],dig:[7,95],digit:22,dir:27,direct:[10,20,27,113],direct_addr:[101,102],directli:[7,11,14,18,36,90,101,103],directori:[1,4,6,7,8,10,11,12,34,35,37,41,43,45,50,55,57,59,60,80,82,83,93,94,103,104,106,107,108,109,110,112,113,116],disabl:[6,20,22,24,30,84,88,89,90,99],disallow:20,disc_mod:99,disciplin:94,disclaim:[7,11,55,93],disconnec:27,disconnect:[27,99],discov:[22,27,28,94],discover:[27,29,96],discoverable_mod:96,discoveri:[28,94,99,104],discuss:[10,96],disjoint:20,disk:7,dispatch:[87,90],displ
 ai:[1,6,22,27,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,57,58,59,61,62,64,66,69,71,72,73,76,77,80,81,82,90,94,109,111],displayonli:27,displayyesno:27,dist:[57,80],distanc:21,distinct:22,distribut:[1,4,6,20,21,27,55,112],distro:6,div0:67,divid:[18,20,67],dle:27,dll:[106,108,111],dndebug:50,doc:[4,6,7,10,23,33,63,103,104,107],docker:[3,7,103,116],dockertest:2,document:[1,4,8,12,14,18,20,23,25,59,62,64,95,98,100,101,102,103,106,108,112],doe:[7,20,22,35,50,61,66,71,87,88,89,90,93,96,103,106,107,108,110,111,114],doesn:[8,20,32,93,94,96],doing:[98,105],domain:2,don:[1,10,31,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,57,58,59,62,98,100,101,102,112],done:[6,7,8,23,25,55,81,87,88,94,100,101,102,103,106,107,108,111],doorbel:55,doubl:[2,109],doubt:100,down:[1,12,61,80,82,107,109],downgrad:[6,7],download:[1,2,4,7,10,12,29,39,41,42,55,58,59,60,70,71,81,82,83,93,94,103,106,107,108,109,110,114],doxygen:[4,7,103,107],dpidr:110,dpkg:[57,60,80,83],drag:20,drain:24,d
 raw:24,drive:[9,61],driver:[7,55,93,103,106,107,108,109,110],drop:[12,26,107,109],dsc:98,dst:[45,50,70],dsym:[55,61],dtest:50,due:[20,103,107,109],duplex:21,duplic:27,durat:[19,27,30,98],duration_m:[101,102],dure:[20,22,71,85,88,90,93,98,105],duti:[21,31],dwarf:61,dylib:4,e407:109,e407_:109,e407_devboard:[53,109],e407_devboard_download:109,e_gatt:100,eabi:[4,7,12,103],each:[1,2,10,11,12,19,20,21,22,23,28,32,43,48,49,50,61,62,64,66,73,77,87,88,90,98,99,100,101,102,103,112,116],eager:3,earlier:[10,30,57,58,59,80,81,82,98,101,102],easi:[1,2,3,8,9,89,106],easier:24,easili:[9,90],eavesdropp:19,echo:[12,60,64,78,80,81,82,83,88],echocommand:12,eclips:12,ectabl:[101,102],edbg:[2,103],eddyston:[27,104],eddystone_url:[27,29],edit:[7,111,112],editor:[59,61,107],ediv:27,edr:[20,29,94],edu:106,ee02:111,effici:[21,31,103],eid:101,einval:84,eir:29,eir_len:94,either:[1,4,6,11,21,27,29,30,57,59,61,80,85,88,90,101,102,111],elaps:[20,84],electron:116,element:[39,53,55,57,58,59],elf:[7,12,34,38,48,55,6
 1,71,93,94,97,103,105,106,107,108,109,110,111],elfifi:71,els:[23,85],elsewher:[95,98,112],email:[3,91,116],embed:[1,3,4,12,39,55,57,58,59,91,103,109],emit:[55,61],emploi:21,empti:[50,90,92,100],emptiv:9,emul:111,enabl:[1,8,9,24,30,31,32,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,57,58,59,62,73,76,77,78,88,89,90,93,96,99,104,116],enc_chang:99,encapsul:21,encod:[7,51,88,111],encompass:[14,20],encount:[7,20,57],encrypt:[20,22,27,30,97,99],encrypt_connect:20,end:[9,20,28,30,55,90,92,93,111],endian:[23,61,111],endif:[90,105],energi:[9,21,22,104,116],enough:55,ensur:[11,12,21,59,89,90,94,98,104,112,113],enter:[12,22,47,103,105,107],entir:[2,100],entiti:[43,95],entri:[20,22,72,100],environ:[3,4,9,12,55,58,59,61,82,94],eof:[57,80],ephemer:101,equal:[29,72,89,90],equat:29,equival:[46,61,116],eras:[71,103,107,108,109,111],erase_sector:109,error:[1,2,4,6,7,20,21,26,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,57,58,59,62,80,82,84,87,90,96,98,99,100,103,106,10
 7,109,110,111,113],error_rsp_rx:76,error_rsp_tx:76,essenti:[43,61,90],establish:[20,27,78,96,97,99,106,108,111],etc:[1,21,24,26,36,43,57,80,87,92,99],eui:111,ev_arg:88,ev_cb:88,eval:108,evalu:[12,84,89,90,108,111,112],even:[4,10,84],event:[20,24,25,27,87,88,90,94,96,97,101,102,116],event_queu:88,eventu:4,everi:[1,32,61,99,101,103,105,113],everyon:10,everyth:1,exactli:90,examin:[96,98],exampl:[1,2,3,6,7,9,12,22,23,24,25,30,31,55,57,58,59,60,61,62,64,80,82,83,84,88,91,92,94,95,99,103,105,107,111,112,113,114,116],exceed:20,except:[7,51,96,101,102],excerpt:[88,89,90,98,100],exchang:[14,21,22,27,28],excit:[7,93],exclud:51,exclus:22,exe:[12,59,60,82,83],exec_write_req_rx:76,exec_write_req_tx:76,exec_write_rsp_rx:76,exec_write_rsp_tx:76,execut:[1,2,7,11,12,30,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,57,58,59,61,62,67,80,82,85,87,90,96,98,99,100,101,102,105],exhaust:20,exisit:27,exist:[2,20,24,29,41,46,49,50,71,90,97,103,106,107,108,109,110,113,116],exit:[8,80,106,108,
 111],expect:[6,20,43,61,87,88,94,101,102,111],experi:22,expertis:112,expir:84,explain:[4,12,92,93,94,101,102,104,113,116],explan:[34,35,37,38,39,43,44,45,46,47,48,50,51,53,54,65,66,67,68,69,70,71,72,73,74,75,76,77,96],explanatori:[30,101,102],explicitli:96,explor:98,expos:[1,14,21,87,90,95,100],express:[23,90,100],ext:[12,107],extend:[20,29,30],extended_dur:27,extended_period:27,extens:[21,30,111],extent:103,extern:[12,29,40,112,113],extra:[38,42,47,96],extra_gdb_cmd:61,extract:[4,11,58,59,60,82,83,106],extrajtagcmd:[38,42,47],extrem:9,f401re:53,f4discoveri:107,facil:19,fact:112,factor:9,factori:110,fail:[20,42,57,80,93,99,106,107,110,111,112],failur:[20,98,99,100],fairli:[24,55,61],fall:116,fallback:27,fals:89,famili:[4,94],familiar:[3,12,90,92,93,95,116],faq:[11,13],far:93,fashion:87,fat2n:[7,61],fatf:7,fault:88,fcb:7,featur:[1,3,11,19,20,30,90,91,96,111],feedback:104,feel:3,fetch:[1,12,40,57,80,94,104,112,113],few:[1,6,14,25,31,55,61,93,98,101,111,116],ffffffff:109,ffs2nativ:[7,6
 1],fhss:21,ficr:23,fictiti:[112,113],field:[20,27,85,88,90,96,98,100,101,102,112,113],file:[1,2,4,6,7,10,11,12,34,36,37,41,43,46,48,50,55,57,58,59,60,61,64,70,71,80,81,82,83,88,89,90,93,94,100,103,105,106,107,109,110,111,112,114],file_nam:61,filenam:[1,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,57,58,59,62,70,71,94],filesystem:55,fill:[10,48,93,98,101,102],filter:[2,22,27,30,72,103],find:[1,2,3,20,28,34,55,61,89,91,93,94,103,106,107,110,116],find_info_req_rx:76,find_info_req_tx:76,find_info_rsp_rx:76,find_info_rsp_tx:76,find_type_value_req_rx:76,find_type_value_req_tx:76,find_type_value_rsp_rx:76,find_type_value_rsp_tx:76,fine:[9,101,102],finish:[4,111],fip:21,fire:97,firmwar:[106,108,111],first:[2,3,6,8,12,21,22,29,33,57,58,59,60,63,82,83,84,90,92,95,96,97,98,100,101,102,104,105,111,116],fit:[4,96,97],five:[20,21,22],fix:[6,11,114],flag:[1,6,12,27,29,55,57,58,59,61,62,64,80,81,82,94,98,100],flash:[1,9,39,43,48,55,57,58,59,61,90,103,107,108,109,111],flash_area_bootl
 oad:[89,90],flash_area_image_1:90,flash_area_image_scratch:89,flash_area_nff:[89,90],flash_area_noexist:89,flash_area_reboot_log:[89,90],flash_map:[7,89,90],flash_map_init:90,flash_own:[89,90],flash_test:[7,88],flavor:103,flexibl:[91,96,112,113],flood:31,flow:[21,88,94,101,102],fmt:88,folder:[4,10,12,33,55,59,63,106],follow:[1,2,3,4,6,7,8,11,12,19,20,21,23,24,26,27,29,30,31,32,37,38,43,50,51,55,57,58,59,60,61,64,66,67,71,72,73,77,78,80,81,82,83,86,88,89,90,93,94,95,96,98,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114],footer:105,footprint:9,forc:[41,49,52],forgeri:22,forget:80,fork:10,form:[1,19,22,23,26,66,90,98,99,101,111,112],formal:[7,20],format:[8,29,50,66,68,71,72,88,90,94,101,105,112,113],formula:[3,60,83],fortun:55,forver:27,forward:96,found:[1,20,33,55,63,94,99,100,101,103,107,109],foundat:[4,21,31,103,109,112],four:[19,22,47],frame:111,framework:[21,28,94],frdm:53,free:[2,4,73,97,99,103,109],freedom:[99,101,102],frequenc:[21,24,84,86,111],frequent:[10,19,21,22
 ,101,102],friend:31,from:[1,4,6,7,8,9,10,11,12,19,20,22,23,26,27,30,31,32,35,36,38,39,41,43,44,45,46,47,49,50,51,55,56,60,61,62,64,65,66,68,69,70,71,72,73,76,77,79,83,84,85,87,89,90,92,93,94,95,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113],fs_cli:7,fs_dirent:7,fs_file:7,fs_mkdir:7,fs_mount:7,fs_nmgr:7,fssl:[11,58],fsutil:7,ftdichip:94,fulfil:98,full:[1,7,8,20,21,28,30,48,55,89,90,93,96,99,100,105,116],fulli:[9,21,93,102,112,113],fundament:[1,116],further:6,furthermor:[87,101,102],fuse:55,futur:[90,111,112,113,114],g_current_task:84,g_led_pin:105,g_os_run_list:[84,85],g_os_sleep_list:[84,85],g_os_start:84,g_task1_loop:105,gain:93,gap:[18,19,20,21,30,95,98,100],gatewai:111,gatt:[14,18,21,27,30,31,32,95,98,100],gatt_acc:98,gatt_svr:100,gatt_svr_chr_access_gap:[98,100],gatt_svr_chr_access_sec_test:100,gatt_svr_chr_sec_test_rand_uuid:100,gatt_svr_chr_sec_test_static_uuid:100,gatt_svr_register_cb:100,gatt_svr_svc:[98,100],gatt_svr_svc_sec_test_uuid:100,gaussian:21,gavin:5
 8,gcc:[4,7,57],gcc_startup_nrf52:[106,108],gcc_startup_nrf52_split:[106,108,110,111],gdb:[4,7,12,38,47,61,62,93,103,105,106,107,109,110],gdb_arduino_blinki:12,gdbmacro:7,gdbpath:12,gdbserver:6,gen:[27,30],gener:[1,11,15,16,17,18,19,20,21,23,27,28,29,31,34,35,43,55,61,62,89,93,94,96,97,100,101,102,103,104,105,106,107,108,109,110,111,112],get32:84,get:[2,4,6,7,8,9,10,11,23,55,56,58,59,60,61,64,76,79,81,82,83,85,87,90,92,94,96,98,100,101,102,103,104,106,107,109,110,111,116],gfsk:21,ggdb:6,ghz:21,git:[11,55,58,80,81,82,103,112,113,114],github:[1,7,10,11,33,55,57,58,59,63,80,81,82,103,112,113,114],githublogin:114,githubpassword:114,githubusercont:[11,57,58,59,80,81,82],give:[55,93,101,102,111,112,113],given:[12,20,42,84,113],glanc:96,glibc:57,global:[1,29,62,98],gnd:[8,111],gnu:[3,4,12,38,47,103,107,109,110],goal:55,gobjcopi:6,gobjdump:6,gobl:81,goe:61,going:[101,105],golang:[11,59,82],gone:97,good:[7,9,22,55,93,96,102,111],googl:101,gopath:[11,57,58,59,60,80,81,82,83],gpg:[57,80],gpio:8
 ,gpl:[4,103,107,109,110],gplv3:[103,109],grain:9,graph:[1,50,62],great:[8,21,89],greater:[21,29,89],green:[2,10,12,103,107,108],grid:55,group:[2,10,20,76,90,111],grow:53,guard:87,guid:[7,11,12,18,59,62,64,82,90,95,100,102,112],h_mynewt_syscfg_:90,hack:[7,9,12],had:87,hal:[1,7,9,48,55,61,86,93,103,107,109,116],hal_bsp:[7,103,106,107,109],hal_common:[7,93,107,109],hal_flash:[7,103,107,109],hal_gpio:7,hal_gpio_init_out:105,hal_gpio_toggl:105,hal_os_tick:106,hal_tim:[84,86],hal_timer_cb:84,half:[16,17],halt:[87,103,107,109],handbook:[106,110],handl:[17,20,27,28,30,61,97,98,99],handler:87,happen:[9,20,26,97,100,101,102,103,113],happi:[7,9],hard:88,hardcod:[25,27],hardwar:[2,3,5,6,7,9,20,21,24,25,31,34,84,86,90,93,94,101,102,103,105,106,107,108,112,116],has:[2,3,4,7,10,11,12,20,22,24,26,30,34,36,43,50,55,57,58,59,61,62,77,80,81,82,84,85,87,88,90,98,99,100,103,105,106,107,111,112,113,116],hash:[34,37,43,46,71],have:[1,2,3,6,7,8,9,10,11,12,19,20,22,24,30,32,43,50,52,54,55,57,58,59,60,61,62,
 64,80,81,82,83,87,88,89,90,91,92,93,94,97,98,100,101,102,103,104,105,106,107,108,109,110,111,112,113,115,116],haven:[3,91,113,116],hci1:94,hci:[21,92],hci_adv_param:96,head:[11,58,80,81,82],header:[1,37,39,46,55,57,58,59,61,90,105],headless:2,health:101,heap:87,held:112,hello:[12,69,104,116],help:[1,8,12,31,34,35,37,38,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,57,58,59,62,64,65,67,68,69,70,71,72,73,74,75,76,77,80,81,82,87,89,92,93,96,103,105,106,108,111,114],helper:[1,61,101,102],henc:91,her:87,here:[1,3,8,10,11,29,32,55,73,76,77,88,89,90,91,94,98,100,101,102,103,105,106,107,110,111,112,113,116],hertz:84,hex:[7,37,43,48,71,109,111],hexidecim:66,hfxo:24,hidapi:4,hidraw:4,hierarchi:90,high:[9,18,21,64,86],high_duti:27,higher:[11,14,20,21,55,58,59,72,80,81,82,87,89,90,91,94,113],highest:[84,85,87,89,90],highli:91,highlight:[2,6,30,103,106,108,110],hint:55,his:87,histori:89,hit:[36,105],hold:[33,43,63,111,112],home:[7,11,59,93,105,114],homebrew:[4,6,7,11,36,56,60,79,83],homepag:[1,43
 ,61,88],hook:109,hop:21,host:[7,9,21,22,23,26,29,30,66,70,71,93,94,98,99,100,103],how:[2,3,4,5,6,7,8,11,12,20,21,23,30,55,57,58,59,60,66,80,81,82,83,88,91,92,93,94,97,98,99,101,102,103,104,105,106,107,108,109,110,111,116],howev:[3,57,80,88,106,112],htm:94,html:[4,33,63,103,107,109],http:[1,4,10,11,12,33,39,55,57,58,59,61,63,80,81,82,88,94,101,103,106,107,109,110,112,114],httperror404:[57,80],human:[94,112],hw_bsp_nativ:61,hw_hal:55,hypothet:20,i2c:8,i2s:103,i2s_callback:103,i386:[4,6],iOS:97,ibeacon:[23,93,104,116],icon:[10,12],id16:100,id3:[33,63],id_init:90,idcod:103,idea:[61,96],ideal:21,ident:[18,20,22,23,27,30,66],identifi:[1,8,19,20,27,29,34,71,101,102,106,108,111],idl:[27,77,93],idx:27,ifdef:[90,105],ifndef:90,ignor:[6,27,82,90],illustr:[12,87],imag:[2,6,7,10,12,31,34,38,39,42,43,47,55,57,58,59,61,64,78,80,81,82,88,89,91,93,97,103,104,105,116],image_ec256:[103,106,107,108,109,110,111],image_ec:[7,103,106,107,108,109,110,111],image_rsa:[7,103,106,107,108,109,110,111],image_val
 id:[7,103,107,108,110],img:[37,46,71,93,94,97,103,106,107,108,109,110,111],imgmgr:[7,88,90],imgmgr_module_init:90,immedi:[26,96,101,102],impact:24,impl:61,implemen:66,implement:[9,10,21,32,61,66,88,90,95,98,100,101,111],impli:[101,102,113],imposs:19,impract:100,improv:105,inc:[4,103,109],includ:[1,4,7,9,10,14,15,16,17,19,20,21,22,26,27,28,31,43,50,59,61,88,89,90,94,95,96,98,101,102,106,112,113],include_tx_pow:27,incom:20,incompat:[57,80,112],incomplet:29,incorrect:42,increas:[21,22,90],incub:[7,55,90],inde:[87,109],indefini:[101,102],indent:6,independ:[22,90],index:[31,72,94],indic:[7,19,20,26,28,29,30,88,89,90,98,100,103,106,107,110],individu:[11,90,112],industri:21,infinit:[87,90,105],info:[39,57,58,59,61,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,99,103,107,109,110],inform:[1,6,7,12,20,22,23,27,29,34,37,39,40,57,58,59,61,62,64,66,71,80,81,82,90,91,93,96,99,100,101,102,103,105,111,112,113,114],infrastructur:93,ing:[101,102],inher:[1,23,98],inherit:[1,4,59],init:[50,55,84,9
 0],init_app_task:87,init_func_nam:90,init_funct:90,init_stag:90,init_tim:105,initi:[16,19,21,23,25,26,27,28,61,84,86,87,88,94,95,99,101,102,105],initialis:103,inoper:[26,101,102],input:[20,22,27,109],inquiri:[20,29],insid:[24,87,105,109],inspect:[48,99],instal:[3,7,9,33,39,54,55,63,78,87,92,93,94,103,104,106,107,108,109,110,113,115,116],instanc:[2,3,9,27,62,96,101,102,103],instant:20,instanti:87,instead:[7,11,12,24,88,90,97,103,105,106,107,108,109,110,114],instruct:[3,4,7,11,55,57,62,80,85,103,106,110],insuffici:20,int32_max:27,int32_t:[101,102],integ:90,integr:[12,22],intend:[24,29,36,91],interact:[2,8,88,97,105],interconnect:9,interdepend:90,interest:[7,14,18,93,96,101,116],interfac:[4,18,21,30,31,92,94,95,103,107,109],intern:[7,20,87,103],internet:[7,12,21,94,104],interrupt:84,interv:[20,27,29],interval_max:27,interval_min:27,introduc:[1,30,89,90],introduct:116,invalid:[20,84,98],invoc:[6,100],invok:[2,114],involv:[16,17,19,22],io_cap:27,iot:21,ipsp:21,ipv6:21,irk:[19,27],isbuild
 command:12,ism:21,isn:93,isshellcommand:12,issu:[1,6,10,30,55,66,87,106,107,108,110,111,115],ite_chr:98,item:[1,102],its:[7,10,11,18,19,20,55,61,85,87,88,89,90,92,93,96,98,99,100,101,102,111,112,116],itself:[26,61,90,106],javascript:55,jira:10,jlink:[61,106,108],jlink_debug:61,jlink_dev:61,jlinkex:[106,108,111],job:[1,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,57,58,59,62,85,87,98],join:[3,91,116],json:[7,12,34,37,51,55,61],jtag:[4,38,42,47,103,106,107,109],jul:80,jump0:67,jumper:[8,109],just:[1,7,8,20,22,23,62,97,98,101,102,103,105,111,114,115],k64f:53,keep:[9,22,24,87,88],keg:[60,83],kei:[8,19,20,21,31,37,46,57,80,90,98,111],kept:85,kernel:[1,7,9,51,55,61,88,90,93,94],keyboard:[12,22,88],keyboarddisplai:27,keyboardonli:27,keychain:[57,80],keystor:27,keyword:[1,61,88,112],khz:[103,107],kick:[101,102],kind:31,kit:[8,47,61,104,106,116],know:[1,8,12,30,61,88,89,98,99,101,102,104,105,116],known:[21,55,96],l13:106,l2cap:21,lab:32,label:[8,109],lag:100,languag:[11,12,55]
 ,laptop:[3,8,94,111],larg:[20,24,31],larger:31,las_app_port:111,las_app_tx:111,las_join:111,las_link_chk:111,las_rd_app_eui:111,las_rd_app_kei:111,las_rd_dev_eui:111,las_rd_mib:111,las_wr_app_eui:111,las_wr_app_kei:111,las_wr_dev_eui:111,las_wr_mib:111,last:[20,26,72,77,90,96,100,101,102,103,111],last_checkin:77,latenc:27,later:[7,8,72,93,99,103,111],latest:[1,2,4,7,11,49,52,55,56,60,79,83,103,112,113],latter:20,launch:12,launchpad:4,law:103,layer:[9,20,21,90,95,116],ld4:107,ldebug:89,ldflag:50,ldr:109,lead:[87,99],learn:[7,26,61,104],least:[22,105,111,116],led1:108,led:[1,7,61,94,103,104,105,106,107,108,109,110,116],led_blink_pin:105,left:[84,109,116],legaci:[30,90],len:[98,111],length:[20,21,27,88,98,111],less:[87,100,101,102],lesson:116,let:[4,8,55,93,95,96,97,98,99,100,101,102,105,109,112,113],level:[1,2,9,14,18,20,23,27,29,30,31,32,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,57,58,59,61,62,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,89,90,91,97,98,101,
 102,103,107,111,113],level_list:72,leverag:92,lflag:[1,50,61],lib:[1,4,45,53,55,82,88,89,90],libc6:6,libc:7,libc_baselibc:109,libftdi1:4,libftdi:4,libg:48,libgcc:48,libhidapi:4,librari:[1,4,48,50,55,58,81,88,93,112,113],libusb:4,libusb_error_access:107,libusb_open:107,licens:[4,7,11,55,61,93,103,107,109,110,112],lieu:66,life:[24,101],light:[9,31,104,107,108,109,110],lightblu:97,like:[2,3,5,8,12,31,55,58,59,62,81,82,87,88,93,103,107,109,112],likewis:62,limit:[3,20,27,29,96,101],line:[2,6,7,12,36,38,39,47,62,88,94,100,105,107,108,112,114],lines_queu:88,link:[2,3,7,20,21,22,27,34,38,42,60,61,81,83,85,90,91,93,94,97,102,103,105,106,107,108,109,110,111,116],linker:[1,61,93,109],linkerscript:61,linux:[5,7,9,12,56,66,78,79,94,103,105,106,107,109,110],list:[3,6,7,8,12,22,27,29,34,35,48,50,51,53,57,59,61,66,71,72,73,75,76,77,78,80,85,88,90,91,93,96,99,100,103,104,105,106,107,108,109,110,111,112,113,116],listen:[2,14,30,31,66,96],lit:94,littl:[6,20,23,93,100,111,113],live:[99,100,103,112,113]
 ,lma:109,lmp:20,load:[2,4,5,7,12,34,39,43,47,55,57,58,59,61,97,104,105,111,113],load_arduino_blinki:12,load_arduino_boot:12,loader:[43,50,88,103,106,107,108,110],local:[1,4,6,7,10,11,20,27,28,36,40,49,55,58,60,71,81,83,96,103],localhost:66,locat:[1,8,11,19,31,61,100,105,109,112],lock:[9,87],log:[1,7,10,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,57,58,59,62,64,65,66,67,68,69,70,71,73,74,75,76,77,78,80,81,82,89,90,93,103,106,107,109,110],log_fcb:90,log_init:90,log_level:[50,90],log_nam:72,log_newmgr:89,log_newtmgr:[50,89,90],log_nmgr_register_group:90,logic:[1,21,23,29,111],login:114,loglevel:[1,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,57,58,59,62,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82],logxi:81,longer:[3,8,11,21,24,89,94],longrange_interv:27,longrange_pass:27,longrange_window:27,look:[8,24,55,61,88,96,98,99,100,113,115,116],lookup:98,loop:[87,90,93,105],lora:111,lora_app_shel:111,lora_app_shell_telee02:111,lora_app_shell_telee0:111,lora
 _mac_timer_num:111,lose:26,loss:[26,29],lot:[7,89,96],low:[9,20,21,22,31,84,98,101,102,103,104,107,116],lower:[20,84,86,87,89,90,95,105,109],lowest:[73,85,90],lrwxr:[4,81],lst:[34,55,61],ltbase:90,ltd:27,ltk:27,ltk_sc:27,ltrequir:90,m32:6,mac:[3,5,7,9,12,20,55,56,78,79,94,97,103,105,106,107,109,110,111],machin:[2,3,7,8,94,116],maco:[4,66],macro:[20,90,100],made:[2,10,11,20,55,71,84,111],magic:61,mai:[2,4,6,7,8,12,22,27,29,30,31,51,53,57,58,62,80,81,82,87,88,89,90,93,94,103,105,106,107,108,109,110,111,112],mail:[3,10,91,93,104,116],main:[7,12,26,31,57,61,77,80,87,88,90,93,96,101,102,103,106,107,108,109,110],maintain:[4,49,85,90,112,113],major:[55,61,102,112,113],major_num:[112,113],make:[1,2,3,7,8,9,19,20,21,24,30,31,33,55,57,63,71,85,92,93,94,96,98,99,101,102,103,105,109,111,112,116],man:[6,27],manag:[6,8,16,17,21,27,31,39,45,57,58,59,61,64,66,68,71,72,73,76,77,80,81,82,87,88,90,105,106,113,116],mandatori:[20,100,101,102],mani:[20,31,55,61,98,103,112],manifest:[34,37,43,55,61],manip
 ul:[1,39,45],manner:[27,29,87],manual:[21,25,60,83,87,103,109],manufactur:[19,27,29,39,43,57,58,59,66,96,103],map:[2,3,8,20,27,28,61,89,90,98,105,112,113],mar:[106,108,111],march:68,mark:[27,28,71,109],market:[31,108],mask:27,mass:[94,107],mass_eras:[106,107],master:[1,7,11,27,56,57,59,60,79,80,82,83,103,112,113],match:[2,7,20,103,107,112,113],matter:10,max_conn_event_len:27,max_ev:27,maxim:9,maximum:[21,27,29,88],mbed:[106,110],mbedtl:[7,103,106,108,110],mblehciproj:94,mbuf:87,mcu:[7,9,53,103,106],mcu_sim_parse_arg:105,mdw:109,mean:[2,12,20,90,100,107,113],meant:1,measur:[9,111],mechan:[1,22,87,90,112,114],medic:[21,55],meet:[94,103,104,106,107,108,109,110],mem:[7,90],member:[88,96,98],memcpi:98,memori:[9,20,48,73,87,89,98,109,111],mempool:[64,80,81,82],memset:[96,99,102],mention:12,menu:[12,59,107,109],merchant:4,mesh:32,messag:[2,4,22,31,42,57,58,59,75,88,103,107,111],messsag:62,met:20,meta:8,metadata:43,meter:21,method:[25,98,112],mfg:[7,39,57,58,59,70,90],mfg_data:29,mfg_init:9
 0,mgmt:[7,88,89,90],mgutz:81,mhz:[21,24],mib:[55,81,111],mic:20,micro:[55,103,104,106,108,109,111],microcontrol:[9,109],microsecond:[24,84],microsoft:12,mid:[14,107],middl:27,might:[1,2,18,20,61,88,89,93,95,96,101,102,103,107,112,113,115],migrat:90,milisecond:27,millisecond:[27,111],min:[72,73],min_conn_event_len:27,mind:93,mingw32:59,mingw64:59,mingw:[4,7,8,12,56,82,105],mini:107,minicom:[8,105],minim:93,minimum:[27,29,72,93],minor:[102,112,113],minor_num:[112,113],minut:[81,101],mip:[7,61],mirror:[1,10,11,112],mislead:6,mismatch:20,miss:[20,57,89,93,104],misspel:89,mitm:27,mkdir:[11,43,80,82,103,106,107,108,109,110,111,112],mlme:111,mman:57,mn_socket:7,mobil:31,mod:[30,97],mode:[9,20,22,27,29,96,103,107,109],model:[21,22,32,106],modern:8,modif:11,modifi:[6,62],modul:[72,84,86,87,105,111],module_list:72,moment:[98,113],mon:[103,106,107],monitor:[88,109,116],monolith:100,more:[1,4,7,9,10,12,20,21,22,29,30,34,35,39,43,51,53,57,58,59,61,62,64,80,81,82,85,87,90,93,96,100,101,102,103,10
 5,106,111,113,116],most:[1,8,14,19,21,23,24,25,61,89,96],mostli:[6,9,101,102],motor:9,move:[8,45,57,58,59,81,84,87,105,109],mpool:111,mpstat:[64,78,80,81,82],msec:27,msg_data:27,msp:[103,109],msy:59,msys2:56,msys2_path_typ:59,msys64:59,msys_1:73,mtu:[20,27,28,97],multi:[1,9,50,62],multilib:[6,7,57],multipl:[4,23,27,29,34,35,50,51,55,87,90,96,100,101,112],multiplex:21,multitask:87,must:[1,2,4,5,7,8,9,11,12,14,22,24,25,33,37,41,46,53,55,57,59,61,63,66,68,71,80,84,86,87,88,89,90,93,96,98,105,108,109,111,112,113],mutex:87,my_blinki:50,my_blinky_sim:[7,34,35,43,55,61,93,94,106,107],my_blocking_enc_proc:20,my_config_nam:90,my_new_target:50,my_newt_target:50,my_proj1:93,my_proj:93,my_project:[1,103,112],my_target1:62,myapp_console_buf:88,myapp_console_ev:88,myapp_init:88,myapp_process_input:88,mybl:[34,35,46,50,66,73,76,77],myble2:[37,38,94],myblehostd:66,mybleprph:66,mybletyp:66,myboard:45,mycor:71,mylora:111,mymfg:70,mynewt:[1,3,4,5,6,11,13,20,21,25,30,32,37,38,39,43,44,50,51,53,55,56,57
 ,59,60,61,62,71,78,79,80,82,83,86,89,90,91,92,94,95,97,101,102,103,104,105,106,107,108,109,110,111,113,116],mynewt_0_8_0_b2_tag:[112,113],mynewt_0_8_0_tag:112,mynewt_0_9_0_tag:112,mynewt_1_0_0_b1_tag:112,mynewt_1_0_0_b2_tag:112,mynewt_1_0_0_rc1_tag:112,mynewt_1_0_0_tag:112,mynewt_1_3_0_tag:[57,59,80,82],mynewt_arduino_zero:[103,112],mynewt_v:[88,90],mynewt_val_:90,mynewt_val_log_level:90,mynewt_val_log_newtmgr:90,mynewt_val_msys_1_block_count:90,mynewt_val_msys_1_block_s:90,mynewt_val_my_config_nam:90,mynewtsan:75,myperiph:97,myproj:[2,7,12,103,105,106,107,108,109,110,112],myriad:9,myseri:[73,76,77],myserial01:66,myserial02:66,myserial03:66,myudp5683:66,myvar:65,name1:50,name2:50,name:[1,2,4,7,8,10,11,12,20,21,27,29,34,35,37,38,42,43,44,45,47,48,50,51,53,55,57,58,59,61,62,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,88,89,93,96,98,100,101,102,103,105,106,107,108,109,110,112,113,114],name_is_complet:96,name_len:96,namespac:101,nano2:[43,53,110],nano2_debug:110,nano:[104,116],na
 nosecond:84,nativ:[2,3,7,12,43,50,53,55,59,61,66,89,90,94,106,107,116],navig:[10,116],nding:100,nearest:106,neatli:96,necessari:[6,24,39,47,57,58,59,93,98,103,111],need:[4,5,6,7,8,9,10,11,12,14,23,24,32,43,50,52,55,57,58,59,60,61,64,66,80,81,83,84,87,88,89,90,93,94,96,98,99,100,101,102,103,105,106,107,108,109,110,113,114],neg:100,net:[4,7,24,51,90,93,94,98,100],network:[1,9,23,27,31,32,55,87,111],never:[19,87,90,93,98],new_bletini:45,new_slinki:45,newer:6,newest:89,newli:[1,10,19,43,94,101,102,112],newlin:88,newt:[1,3,5,6,7,13,32,56,61,62,73,76,77,80,81,82,83,87,89,90,92,93,94,97,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116],newt_1:[57,60],newt_1_1_0_windows_amd64:60,newt_1_3_0_windows_amd64:59,newt_group:2,newt_host:2,newt_us:2,newtgmr:[81,82,83],newtmgr:[1,7,9,13,57,58,59,63,64,78,79,88,89,90,116],newtmgr_1:[80,83],newtmgr_1_1_0_windows_amd64:83,newtmgr_1_3_0_windows_amd64:82,newtron:[89,90],newtvm:11,next:[7,8,24,30,71,77,82,84,85,88,90,93,96,100,101,102,103,10
 6,109,113],next_checkin:77,next_t:84,nff:[7,89,90],nffs_flash_area:[89,90],nil:67,nim:100,nimbl:[7,23,24,26,29,66,90,92,95,96,97,98,99,100],nmgr_shell:[88,90],nmgr_shell_pkg_init:90,nmxact:11,no_rsp:28,no_wl:[27,30],no_wl_inita:27,node:[21,32,55],nodup:27,nogdb:[38,47],noinputnooutput:27,non:[7,18,19,21,24,27,31,32,90,101,102,111,112],none:[4,7,8,12,20,27,30,82,103,107,111],nonzero:99,nor:22,nordic:[23,106,108,116],nordicsemi:[106,108,111],normal:2,notat:[55,109],note:[1,2,4,6,7,10,11,12,21,22,23,24,29,32,43,47,50,57,58,59,60,61,66,68,71,80,81,82,83,84,87,88,89,90,93,94,96,98,100,101,102,103,105,106,107,108,109,110,111,112,113,114,116],noth:[11,101,102],notic:[7,11,55,61,87,93,113],notif:[10,27,28,88,95],notifi:[10,28,99,100],notnul:90,nov:8,now:[2,8,9,59,84,93,95,96,97,99,100,101,102,103,106,111,112],nreset:103,nrf51:[24,53],nrf51dk:53,nrf52840pdk:32,nrf52:[4,24,61,94,104,105,106,111,116],nrf52_blinki:[105,108,110],nrf52_boot:[94,108],nrf52dk:[37,38,53,61,62,90,93,94,97,105,108],nr
 f52dk_debug:[61,105],nrf52pdk:[94,108],nrf52xxx:[48,106],nrf5x:24,nrf:25,nrpa:[19,101,102],nsec:84,ntick:84,ntrst:103,nucleo:53,number:[1,8,9,10,22,27,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,57,58,59,60,61,62,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,86,87,89,90,94,100,101,102,103,105,109,111,112,113],numer:[20,22,85],nvm:103,objcopi:6,objdump:6,object:[4,11,48,55,61,81,84,87,99],objsiz:[6,48],observ:[14,27,94],obtain:[27,112],obvious:53,occur:[26,27,89,98,99,101,102],occurr:90,ocf_sampl:[7,61],octet:[27,29,31],off:[2,20,21,31,32,88,93,94,101,102,105,109,116],offer:[1,21],offset:[20,28,71,89,90],often:[9,55],oic:[7,51,66,116],oic_bhd:66,oic_bl:66,oic_seri:66,oic_udp:66,oic_udpconnstr:66,oicmgr:[7,66],old:45,older:[59,82,107],oldest:89,olimex:[104,116],olimex_blinki:109,olimex_stm32:[53,109],omit:[47,89],on_reset:26,on_sync:26,onboard:116,onc:[19,29,55,57,61,80,84,87,96,101,104,105,111,112],one:[1,4,7,8,10,11,12,19,20,21,22,23,27,29,30,31,34,35,39,4
 3,45,50,51,53,57,58,59,61,67,85,87,88,89,90,93,94,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,116],ones:[14,94,116],ongo:27,onli:[1,2,7,8,10,11,12,14,19,20,24,27,29,31,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,57,58,59,60,61,62,66,72,80,83,84,86,87,88,89,90,91,96,98,101,103,105,111,112,113,114],onlin:103,onto:[1,20,42,43,47,104,106,107,108,109,110],oob:[20,27,29],open:[4,8,9,10,12,20,21,38,39,47,55,57,58,59,61,101,103,106,107,109,110],openocd:[12,103,106,107,109,110],openocd_debug:106,oper:[1,9,12,15,18,20,21,26,31,39,57,58,59,84,87,88,90,91,93,94,98,99,100,101,102,103,111,113,114],oppos:[31,114],opt:4,optim:[1,24,32,37,38,43,50,61,93,94,97,103,106,107,108,109,110,111],optimis:31,option:[2,3,4,6,7,8,12,22,23,27,36,37,46,51,55,62,66,72,84,89,90,93,94,100,103,107,109,111,112,113],orang:[106,110],order:[1,8,9,22,33,55,61,63,85,89,90,111,113,115],org:[1,4,10,11,39,57,58,59,61,80,82,88,101,103,106,107,109,110],organ:[11,112],origin:[11,46,109],os_alig
 n:84,os_arch:61,os_arch_ctx_sw:85,os_callout:[61,105],os_callout_init:105,os_callout_reset:105,os_cfg:61,os_cli:90,os_cputim:61,os_cputime_delay_nsec:[84,86],os_cputime_delay_tick:[84,86],os_cputime_delay_usec:[84,86],os_cputime_freq:24,os_cputime_get32:[84,86],os_cputime_init:[84,86],os_cputime_nsecs_to_tick:[84,86],os_cputime_ticks_to_nsec:[84,86],os_cputime_ticks_to_usec:[84,86],os_cputime_timer_init:[84,86],os_cputime_timer_num:[24,86],os_cputime_timer_rel:[84,86],os_cputime_timer_start:[84,86],os_cputime_timer_stop:[84,86],os_cputime_usecs_to_tick:[84,86],os_dev:61,os_error_t:84,os_ev:[88,105],os_eventq:[61,88],os_eventq_dflt_get:[26,87,88,90,101,102,105],os_eventq_init:88,os_eventq_put:88,os_eventq_run:[26,87,90,101,102,105],os_exit_crit:84,os_fault:61,os_get_return_addr:84,os_heap:61,os_idle_prio:84,os_info_init:84,os_init:84,os_init_idle_task:84,os_main_stack_s:84,os_main_task_prio:[84,90],os_main_task_stack_s:90,os_malloc:61,os_mbuf:61,os_mempool:61,os_mutex:[61,84],os_mute
 x_releas:84,os_ok:84,os_pkg_init:90,os_san:61,os_sch:[61,84,85],os_sched_ctx_sw_hook:[84,85],os_sched_get_current_task:[84,85],os_sched_insert:[84,85],os_sched_next_task:[84,85],os_sched_os_timer_exp:[84,85],os_sched_remov:[84,85],os_sched_resort:[84,85],os_sched_set_current_task:[84,85],os_sched_sleep:[84,85],os_sched_wakeup:[84,85],os_sched_wakeup_tick:84,os_sem:[61,87],os_sem_init:87,os_sem_pend:87,os_sem_releas:87,os_start:84,os_task:[61,84,87],os_task_init:87,os_task_list:84,os_test:61,os_tick_idl:[103,106],os_ticks_per_sec:105,os_tim:61,os_time_t:84,os_timeout_nev:87,os_wait_forev:[84,87],otg1:109,otg2:109,other:[1,6,10,11,20,22,24,29,31,50,55,61,84,87,88,90,93,94,95,96,98,99,103,104,105,106,112],otherwis:[87,112,113],oui:[19,111],our:[20,55,93,96,101,102,104,105,113],our_id_addr:[30,97],our_id_addr_typ:97,our_key_dist:27,our_ota_addr:[30,97],our_ota_addr_typ:[30,97],out:[8,9,11,20,21,22,23,26,27,61,80,81,82,88,93,95,97,101,102,104,109],out_id_addr_typ:30,outdat:58,outfil:[1,3
 4,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,57,58,59,62],outlin:5,output:[1,7,12,21,22,27,30,34,35,37,38,39,40,41,42,43,44,45,46,47,49,50,51,52,54,57,58,59,62,69,73,75,76,77,81,89,103,105,106,107,109,110,111],outsid:[20,21],over:[20,21,22,23,27,29,31,65,66,67,68,69,70,71,72,73,74,75,76,77,98,104,105,107,111,116],overal:[10,24],overlap:20,overrid:[50,61,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,94],overridden:[23,90,94],overwrit:[6,49,50,59,60,82,83,88,103],own:[2,11,19,20,39,57,58,59,61,87,92,93],own_addr_t:[101,102],own_addr_typ:[27,66,101,102],owner:114,pacakg:93,pack:[4,55,81,106,108],packag:[6,9,11,23,24,26,34,39,40,41,43,45,50,51,52,53,55,56,58,59,60,79,83,87,94,104,105,106,111,112,113,116],packet:[20,21,27,29,101,111],pacman:[7,59],page:[1,4,5,6,7,8,10,20,22,57,58,60,80,81,83,93,95,99,101,102,104],pair:[20,21,22,27,66,90,97,99],panel:12,param:[27,99],paramet:[1,20,26,27,28,30,61,66,72,84,90,96,98,99,100,101,102],parameter_nam:90,parameter_valu:90,parlan
 c:11,parmaet:27,parmet:[27,28],pars:[55,101],part:[22,29,96,97,100],parti:[101,103],partial:[64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82],particular:[4,20,47,61,87,88,99,101,102],partit:20,pass:[1,7,12,20,27,61,84,88,96,100,101,102],passiv:27,passkei:[20,22,27],password:[11,58,80,94,114],past:20,patch:[106,107,110],path:[2,4,6,11,12,29,50,57,58,59,60,61,66,80,81,82,83,90,112],pathloss:29,pattern:27,pca100040:94,pca:108,pdu:[20,27],peer:[10,22,28,66,98,100,101,102],peer_addr:[27,30,66,96],peer_addr_typ:[27,30,66,96],peer_id:66,peer_id_addr:97,peer_id_addr_typ:97,peer_nam:66,peer_ota_addr:97,peer_ota_addr_typ:97,pem:[37,46],pencil:10,pend:20,per:[11,19,113],perform:[3,4,5,9,11,12,20,22,25,27,36,57,58,59,64,80,81,82,84,87,88,90,98,103,105,106,111,113],perhap:112,period:[9,19,22,27],peripher:[9,20,21,24,26,29,30,92,93,96,99,100,101],perman:[71,96,99],permit:[20,100,103],pertain:99,phone:[22,31],php:55,phy:[21,27],phy_opt:27,physic:[21,27,29,66,88],pick:[85,87,101,102],pictur:106,
 pid:107,piec:21,pin:[7,8,20,105,106,109,111],ping:87,piqu:116,pkg1:89,pkg2:89,pkg:[1,7,11,39,43,50,53,55,57,58,59,61,88,89,90,93,105],pkg_init_func1_nam:90,pkg_init_func1_stag:90,pkg_init_func2_nam:90,pkg_init_func2_stag:90,pkg_init_func:90,pkg_init_funcn_nam:90,pkg_init_funcn_stag:90,pkga_syscfg_nam:90,pkga_syscfg_name1:90,pkga_syscfg_name2:90,pkgn_syscfg_name1:90,place:[3,55,61,90,93,94,100,101,102,109,113],plai:[12,21],plain:[107,113],plan:2,platform:[2,7,9,11,12,23,24,57,58,59,66,80,81,82,87,93,103,105,106,107,109,110],pleas:[39,57,58,59,103,104,112],plist:61,plug:[8,109,110],point:[2,4,6,31,85,88,93,98,99,101,102],pointer:[67,84,85,88,98,99],polici:[27,112],poll:87,pong:87,pool:[73,80,87,111],popul:[1,7,12,50,62,104,116],port:[2,12,66,87,88,94,103,105,106,107,108,109,110,116],port_o:116,posit:109,posix:59,possibl:[21,22,24,27,28,30,32,36,53,100,112],post:[49,93],potenti:113,pour:[58,81],power:[2,9,20,21,22,27,29,31,55,88,94,103,108,109,111],ppa:4,pre:[4,9,112,113],precaut:98,pr
 eced:23,precis:[6,20],preempt:87,preemptiv:87,prefer:[3,27,29,98],preference0x01:27,prefix:[61,90],prepar:[20,106,108,111],prerequisit:12,presenc:[96,101,102,112],present:[1,88,94,109],press:[8,12,93],presum:111,prev_ind:99,prev_notifi:99,prevent:[87,98],previ:[97,99],preview:[94,108],previou:[21,56,57,58,59,78,79,80,81,82,89,90,93,94,105,112],previous:[6,12,57,58,59,60,80,81,82,83,97,115],prevn:[97,99],pri:77,primari:[27,100,102],primary_phi:27,primo:104,primo_boot:106,primo_debug:106,primoblinki:106,print:[48,57,58,59,62,88,89],prior:[22,24,49,87,111],prioriti:[77,84,85,87,90,94,116],priv:27,privaci:[19,21,27],privat:[19,22,32,37,46,57,66,80,101,102],privileg:2,pro:[103,106],probabl:[7,95,114],probe:106,problem:[7,89],proce:[3,6,11,103,106,107,108,109,110],procedur:[6,11,16,19,20,22,27,28,64,75,80,81,82],proceed:[7,95,101,102],process:[3,6,9,10,20,22,26,27,31,61,85,88,90,101,102],processor:[4,9,103,109],produc:107,product:[55,94],profil:[14,15,16,17,21,27,28,31,64,65,66,67,68,69,7
 0,71,72,73,74,75,76,77,78,80,81,82,93,103],profile01:[65,67,68,69,70,71,72,73,74,75,76,77],profile0:77,program:[4,6,8,12,23,85,88,103,105,106,108,111],programat:88,programm:107,progress:[7,20,92],project:[3,6,8,11,33,34,39,40,41,44,49,50,52,55,57,58,59,61,63,88,97,114,115,116],prompt:[7,8,11,12,47,58,59,93,103,105,106,107,108,109,110],prone:100,properli:[24,61,87,94,98],properti:[12,19,31,59,95,106],propos:10,protect:22,protocol:[14,20,21,28,61,66],prototyp:[90,101,102],provid:[1,2,7,9,11,12,19,20,21,22,27,30,31,37,39,45,50,57,58,59,66,70,71,72,75,80,86,87,88,91,95,101,102,103,111,112,113],provis:[21,32],provision:31,proxi:[21,31],psm:27,psp:[103,107],pst:68,pth:109,public_id:27,public_id_addr:30,public_target_address:29,publish:22,pull:[11,49,80,82,105,109],purpos:[4,22,50,55,98,111],push:10,put:[1,2,7,43,61,80,82,96,101,102],putti:[8,105],pwd:[2,11],pwm:9,pwr:[107,109],px4:4,python:[33,63],qualifi:98,queri:[9,19,50,55,57,58,59,61,62,96],question:93,queu:20,queue:[26,61,84,87,88,90
 ,101,102,116],quick:[2,3],quickstart:2,quiet:[1,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,57,58,59,62],quit:[19,93,96,101,102,103,106,107,109,110],quot:66,radio:[21,24,94],raff:81,ram:[48,93,103],rand:27,random:[19,20,25,27,30,66,94,100,101,102],random_id:27,random_id_addr:30,randomli:19,rang:[9,20,21,29,111],rate:[66,88,94,111],rather:[14,20],raw:[11,57,58,59,80,81,82,88,90],rb_bletini:50,rb_blinki:[43,50],rb_blinky_rsa:43,rb_boot:43,rbnano2_blinki:110,rbnano2_boot:110,rdy:84,read:[4,6,7,11,12,14,18,19,20,23,27,28,55,61,64,65,68,73,76,77,80,81,82,88,90,97,99,100,101,102,103,104,107,110,111,112],read_chr:98,read_rsp_rx:76,read_rsp_tx:76,read_type_req_rx:76,read_type_req_tx:76,read_type_rsp_rx:76,read_type_rsp_tx:76,readabl:[94,114],readdesc:7,readi:[10,84,85,88,103],readm:[7,11,55,61,93],readnow:61,real:[1,7,9,87,88,91,93,100],reason:[20,26,27,97,99,111,112],reassembl:21,rebas:11,reboot:[7,71,89],reboot_log:72,reboot_log_flash_area:[89,90],rebuild:[32,61,82],recal:
 [98,112],receiv:[10,14,20,27,29,31,55,81,88,96,99,100,107,111],recent:106,recip:6,recipi:29,recogn:55,recommend:[3,4,7,12,57,58,80,81,88,89,90,96,100,106,110],reconnect:98,recreat:113,recurs:[55,61],red:[27,28,107,109],redbear:[104,116],redefin:89,redistribut:[55,103,112],reduc:[9,10,22,24,31],ref0:67,refer:[7,8,10,18,22,23,29,55,67,96,101,102,103,105,109],referenc:1,reflect:97,refrain:26,refresh:[2,49,103],regardless:41,regist:[23,75,85,90,98,100],registr:[17,98],reject:20,rel:[84,87],relai:[21,31],relat:[10,27,31,43,96,99,103,111],relationship:27,releas:[3,4,7,31,49,56,78,79,87,90,103,112,113],release_not:[7,11],reli:[1,7,55,90],reliabl:[21,101,102,113],remain:98,remaind:[96,112],rememb:[2,41,80,82,103],remind:103,remot:[1,7,9,12,20,27,28,49,55,66,78,80,81,82,94,103,104,105,116],remov:[2,4,6,27,35,45,60,83,84,88,98,103],repeat:[2,11,20,98],repeatedli:29,replac:[4,6,90,103,105],repli:27,repo814721459:55,repo:[1,6,7,10,11,41,55,57,61,80,93,103,105,106,107,108,109,110,111,114],repop:
 7,report:[1,4,6,10,20,103,107],reposistori:7,repositori:[1,4,11,12,40,41,44,49,51,52,57,61,80,92,93,95,103,104,111,115,116],repres:[1,12,61,86,88,100],reproduc:[1,61,101,102],req_api:[61,88],request:[12,20,27,66,67,74,78,97,98,103,107,109,111,112,113],requir:[1,2,4,6,9,11,20,24,30,31,53,59,61,66,80,82,87,88,89,90,93,96,98,103,106,110,111,112,113,116],resch:84,reserv:[20,111],reset:[25,64,78,80,81,82,93,94,97,106,107,108,110],reset_cb:26,reset_config:103,reset_handl:109,resid:100,resign:[57,58,59],resolut:[22,86],resolv:[1,19,20,22,27,32,55,66,81,89,101,102,112],resourc:[9,20,29,61,103],respond:[17,25,96,98,100],respons:[15,20,28,29,69,85,87,88,96,98],rest:[1,46,61],restart:[2,103],restor:[106,108,111],restrict:[90,98,99],restructuredtext:10,result:[12,20,58,62,90,100,107],resum:[21,96,99],resynchron:49,retain:[90,99],retransmit:31,retri:[110,111],retriev:[57,80,93],reus:[55,81,90],reusabl:55,revdep:[1,50,62],revers:[1,23,50,62,98,109],review:[10,96],revis:4,revision_num:[112,113],re
 visit:[93,99],rfc:68,ribbon:109,rigado:[48,108],right:[2,3,10,55,61,84,96,109],rimari:100,ristic:100,role:[20,21,30,31,98],root:[2,4,8,31,80,112],routin:84,rpa:[19,27],rpa_pub:[27,66],rpa_rnd:[27,66],rsp:27,rssi:[27,29,94],rtc:9,rto:[55,87],rtt:[88,116],rubi:[11,55,58],rule:[90,107],run:[2,3,4,5,6,8,9,11,23,24,30,34,39,41,43,50,52,55,57,58,59,60,61,64,66,67,77,78,80,81,82,83,84,85,87,89,91,93,94,101,102,104,106,107,108,109,110,111,116],runner:12,runtest:7,runtim:[25,77,103],runtimeco:[57,58,59,80,81,82,103,112],rwxr:[80,82],rx_cb:88,rx_phys_mask:27,rx_power:27,safeguard:87,safeti:98,sai:[61,103,112,113],sam0:103,sam3u128:[106,108,111],samd21:103,samd21g18a:103,samd21xx:103,samd:103,same:[6,10,12,22,29,34,37,47,51,59,61,78,88,89,90,96,98,99,104,106,108,111,112,113,114],sampl:[1,12,21,30,61,90],sample_target:53,saniti:[77,87,93],satisfactori:112,satisfi:113,save:[12,31,49,50,71,88,98],saw:99,sbrk:[106,107,108,109,110],scale:31,scan:[15,21,24,26,27,29,94,96],scan_interv:27,scan_req:27,
 scan_req_notif:27,scan_rsp:27,scan_window:27,scannabl:[27,30],scenario:22,scene:31,schedul:[9,24,87],scheme:[19,29],scientif:21,sco:20,scope:12,screen:[8,111],script:[7,42,61,109],scroll:[12,97],sdk:[45,53,90],search:[12,93,103,109,112],second:[22,26,27,61,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,96,101,102,105,109],secondar:100,secondari:[27,71,100],secondary_phi:27,secret:[22,27],section:[1,5,6,7,11,12,14,24,25,29,30,61,87,89,90,92,96,99,100,103,104,112,113],sector:109,secur:[21,100,114],see:[2,4,5,6,7,8,10,11,12,21,22,23,24,33,36,43,55,57,58,59,61,63,64,66,80,81,82,87,89,90,93,94,96,97,98,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114],seem:96,seen:[112,116],segger:[88,106,108,111,116],segment:21,select:[4,12,19,21,55,59,103,105,106,107,109],self:[3,30,101,102],semant:99,semaphor:87,send:[3,14,20,27,28,31,38,42,47,64,66,67,69,74,78,80,81,82,88,91,96,104,116],sender:96,sens:20,sensibl:90,sensor:[9,31,116],sent:[20,29,88,98,100,111],sentenc:62,sep:[4,81,82],s
 epar:[20,26,34,35,50,51,66,98,101,102,103,106,107,109,110,111],sequenc:[87,88],seri:[100,116],serial:[66,88,106,110,111],serv:[18,55],server:[12,14,18,20,21,27,31,100,111],servic:[16,17,21,27,28,29,31,87,91,96,97,98,99,113],service_data_uuid128:[27,29],service_data_uuid16:29,service_data_uuid32:[27,29],session:[12,38,39,47,55,57,58,59,61,103,106,107,109,110],set:[1,2,7,8,9,10,12,19,20,23,24,27,28,29,31,32,34,36,37,39,50,53,55,56,58,59,61,62,64,65,66,67,68,69,70,71,72,73,74,75,76,77,79,81,82,84,86,88,94,97,98,101,102,103,104,106,107,108,109,110,111,112,113,114],setting1:89,setting2:89,settl:25,setup:[11,57,59,60,71,80,82,83,93,94,104,105],sever:[3,20,21,23,27,61,90,91,100,101,102,108,109,112],shall:[24,27,29],share:[4,22,87,112],shell:[1,7,8,21,30,55,59,80,88,89,90,104,111],shell_cmd_argc_max:111,shell_init:90,shell_prompt_modul:105,shell_task:[89,90,105],shell_task_prior:89,shield:87,shift:[12,21],ship:6,shortcut:12,shorten:96,shorthand:112,shot:111,should:[4,8,10,12,19,26,30,32,55,
 57,59,61,81,84,85,88,90,94,96,97,98,99,101,102,103,105,106,107,108,109,110,111,112,115],show:[1,4,5,6,7,8,11,12,27,28,31,36,39,40,43,50,53,57,58,59,60,61,62,72,80,81,82,83,88,89,90,91,94,100,103,104,105,106,107,108,109,110,111,116],shown:[6,7,12,43,55,61,87,98,103,106,108,111,112,114],sibl:[11,113],sid:27,side:[12,21,30],sierra:[58,81],sig:[20,29,31],sign:[6,10,37,46,47,57,58,59,80,94,104],signal:[20,21,26,29,99],signatuar:12,signatur:[27,46],signific:[19,111],significantli:31,silent:[1,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,57,58,59,62,90],silicon:32,sim:[6,7,61],sim_slinki:89,similar:[1,8,12,87,94,111],simpl:[12,20,21,61,85,87,95,96,101,102,105],simplehttpserv:[33,63],simpler:100,simpli:[6,10,88,92,97,103],simplic:[101,102],simplifi:20,simul:[2,3,5,6,50],simultan:[27,29,30],sinc:[3,20,24,32,61,87,93,94,101,102,103,105,112],singl:[2,3,7,22,39,47,55,57,58,59,90,95,96,100,101,112],sit:[14,18],site:[95,106,110],situat:87,six:[22,23],size:[9,10,20,27,29,39,55,57,58
 ,59,61,73,77,88,89,90,91,103,107,109,111],sizeof:[96,98,99,102],skelet:94,skeleton:[7,44,50,93,94,103,106,107,108,109,110,111],skip:[6,11,47,59,103,106,107,108,109,110],slave:[27,29],slave_interval_rang:29,sleep:[9,84,85,105],slinki:[7,45,61,88,89,90],slinky_o:[7,61],slinky_sim:89,slinky_task_prior:89,slot:[7,20,61,71,94,97,103,105,106,107,108,109,110,111],slower:3,small:[20,24,88,100,107],smaller:103,smart:[21,31,55,61],smarter:113,smp:[20,21],snapshot:[43,106,110,113],snip:[1,36,43,55,61,93,94],snippet:98,socket:2,soft:[64,80,81,82],softwar:[1,3,4,6,21,38,42,47,50,91,103,106,108,109,112],solut:[55,101,102],some:[1,8,12,30,64,76,87,88,89,95,96,97,98,99,101,102,105,106,107,110,111,112,116],somehow:61,someon:[10,85],someth:[20,93,94,114],sometim:103,somewhat:87,soon:[21,113],sort:97,sourc:[1,4,9,21,24,50,56,58,60,61,79,81,83,90,95,103,106,107,109,112,113],space:[12,21,34,35,50,51,66,93,101,104,116],spec:20,special:[8,100,101,102,112,113],specif:[11,20,21,22,23,29,31,57,58,59,61,62,84
 ,85,87,90,94,96,98,99,101,102,103,109,111,112],specifi:[1,4,6,7,11,12,20,27,30,34,35,37,39,41,43,45,46,50,51,53,55,57,58,59,61,65,66,67,68,69,70,71,72,73,74,75,76,77,86,88,89,93,96,98,99,100,101,102,103,108,109,112,113,114],spectrum:21,speed:[9,21,103,106,107,108,111],sphinx:[33,63],spi:[8,21],spitest:[7,61],split:[7,71,89],split_app:7,split_app_init:90,split_elf_nam:61,split_load:90,splitti:[7,61,89],spread:21,sram:109,src:[6,7,11,45,50,55,61,70,80,82,90,93,103,106,107,108,109,110,111],ss_op_wr:98,ssec:27,stabil:[112,113],stabl:[1,7,57,58,80,81,112,113],stack:[1,9,18,21,24,26,27,30,55,77,85,87,90,92,93,94,95,96,98,99,100,111],staff:[80,81],stage:90,stale:[2,103],standard:[7,21,31,96,101,102,111],standbi:21,start:[2,4,8,9,10,12,26,27,28,30,38,47,59,62,71,82,84,87,90,92,93,96,103,104,105,106,107,109,110,111,112,116],startup:[19,21,26,30,90,101,102],startup_stm32f40x:[107,109],stash:49,stat:[1,7,64,78,80,81,82,90,93,111],state:[6,21,26,31,52,55,84,85,103,109,113,115],statement:[11,90]
 ,statist:[1,48,64,73,76,77,80,81,82,111],stats_cli:1,stats_module_init:90,stats_nam:[1,37,38,76],stats_newtmgr:[1,89,90],statu:[10,11,20,97,99,101,103,111],step:[2,4,6,7,12,47,55,57,59,80,82,87,88,93,94,101,102,103,106,107,108,109,110,111,112],sterli:113,sterlinghugh:113,stic:[98,100],still:[5,59,66,84,97],stitch:1,stksz:77,stkuse:77,stlink:107,stm32:[107,109],stm32f2x:107,stm32f4:104,stm32f4disc_blinki:107,stm32f4disc_boot:107,stm32f4discoveri:[53,107],stm32f4discovery_debug:107,stm32f4x:107,stm32x:107,stop:[2,27,84,96],storag:[20,94,112],store:[1,11,22,27,31,34,35,37,50,55,57,59,61,80,85,88,93,96,98,99,112],str:88,straight:96,straightforward:93,stream:21,strength:29,strict:[98,103],string:[1,27,29,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,57,58,59,62,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,88,90,101,102,112,113],strip:46,strlen:[96,98],struct:[84,86,87,88,96,98,99,100,101,102,105],structur:[7,11,12,18,28,55,61,78,87,88,98,104,116],stub:[61,101,102,105]
 ,studio:[5,13],stuff:112,style:88,sub:[28,43,45,50,70,71,72,75,76,102,115],subcommand:[45,50,62,64,66,70,71,72,75,76],subcompon:21,subdirectori:2,subfold:106,submit:11,subrang:20,subscrib:[28,97,99],subsequ:[21,22,96,99],subset:22,substitut:[6,93,94],subsystem:[30,59,88],succesfulli:[93,94,97,103,105,106,107,108,109,110,111],success:[3,20,55,84,87,98,100,109,111],successfulli:[7,20,55,93,94,97,99,101,102,103,106,107,108,109,110,111],sudo:[4,6,7,11,57,58,60,80,83,94],suggest:[3,6,91,116],suit:[6,55,93],suitabl:20,summari:[6,11,19,36,102],supervision_timeout:[30,97],supplement:[29,96],support:[1,3,4,6,7,12,14,19,20,21,22,29,30,32,53,58,66,81,86,87,88,90,93,94,95,96,100,101,103,104,106,112,113,116],suppos:43,suppresstasknam:12,sure:[2,7,8,57,93,94,96,98,103,105,111,112],svc:100,swap:[2,84,85,103],swclk:103,swd:[103,106,107,108,109,110,111],swdio:103,swim:107,swo:106,symbol:[4,7,12,61,103,107],symlink:[60,83],sync:[20,25,39,57,58,59],sync_cb:[26,101,102],synchron:[20,39,49,57,58,59],syn
 tax:[90,111],synthes:24,sys:[1,7,55,57,61,88,89,90,93,105],sys_config_test:7,sys_flash_map:[107,109],sys_mfg:[7,103,106,107,108,109],sys_sysinit:[7,103,106,107,108,109,110],syscfg:[23,24,32,37,38,50,61,88,89,94,103,105,106,111],sysflash:[103,109],sysinit:[7,25,26,87,88,90,101,102,103,105,111],sysinit_assert_act:90,sysinit_panic_assert:90,sysresetreq:103,system:[1,3,6,8,9,25,39,50,57,58,59,61,62,84,86,87,88,91,93,94,103,105,106,109,111,112,113],system_stm32f4xx:[107,109],systemview:116,syuu:59,t_prio:85,tab:[30,36],tabl:[19,20,90,98,100,111],tag:113,tailq_head:84,take:[6,7,23,45,50,55,62,87,96,98,99,100,101,102],taken:[7,61,87,98,112,113],talk:[94,96],tap:[4,56,79],tar:[4,57,58,59,60,81,82,83],tarbal:4,target:[3,4,5,7,12,25,29,32,34,35,36,37,38,39,42,43,46,47,48,53,55,57,58,59,62,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,89,90,92,101,102,104],target_nam:34,targetin:[101,102],task1:87,task1_handl:87,task1_init:87,task1_prio:87,task1_sem:87,task1_stack:87,task1_stack_s:87,task
 2:87,task2_handl:87,task2_init:87,task2_prio:87,task2_sem:87,task2_stack:87,task2_stack_s:87,task:[9,11,55,64,77,80,81,82,84,85,87,88,90,98,105,111,116],task_prior:[89,90],tasknam:12,taskstat:[64,78,80,81,82],tbd:100,tck:103,tcp:[103,107],tdi:103,tdo:103,team:4,technic:10,technolog:21,tee:[1,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,57,58,59,62],telee02:111,telee02_boot:111,telemetri:101,telenor:111,teli:[101,102],tell:[30,55,90,96,98,101,102,109,113],templat:[7,45,93],temporari:20,term:[3,112],termin:[2,4,7,8,10,12,20,21,27,59,82,88,94,96,99,100,103,105,106,107,108,109,110,111],terribl:[7,93],test:[4,6,12,39,50,57,58,59,61,64,67,71,75,80,81,82,88,90,94,100,101,102,103,105,106,108,112,116],test_project:44,testbench:[7,61],testcas:7,testnam:75,testutil:7,text:[39,48,69,88,107],textual:1,tgz:4,than:[3,7,14,20,29,72,87,89,94,100,101,102,106],thank:30,thei:[1,6,20,29,30,61,87,90,91,96,97,98,100,101,102,111,112,113,115],their_key_dist:27,them:[2,9,55,90,94,96,101,102,10
 3,112,116],themselv:[87,100],theori:[55,90],therefor:[20,114],thi:[1,2,3,4,5,6,7,8,9,10,11,12,14,18,20,21,22,23,24,25,26,27,29,30,31,32,33,34,41,43,52,53,55,57,58,59,60,61,63,64,66,71,72,80,81,82,83,84,85,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,113,114,116],thing:[1,21,24,26,55,61,101,102,113],think:10,third:[6,19,94,96,103],thorough:113,those:[1,31,32,39,55,57,58,59,61,91,113],thread:[9,93,103,107,109],three:[2,11,19,59,61,88,90,93,95,96,102,103,109,111],through:[21,23,61,62,95,97,99,102,103,105,109],throughout:1,throughput:21,thrown:6,tick:[84,88,105,106],ticket:10,tid:77,ties:93,time:[1,7,9,11,12,19,20,21,22,25,27,31,34,43,57,58,59,60,61,77,82,83,87,88,91,93,96,98,100,101,102,106,108,111],timeout:[20,27,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82],timer:[24,84,86],timer_0:24,timer_4:111,timer_5:24,timer_ev_cb:105,timestamp:72,timtest:[7,61],ting:[101,102],tini:109,tinycbor:7,tinycrypt:7,titl:8,tlm:101,tlv:27,tmp:[57,59,80,
 82],todo:[61,101,102],togeth:[1,43,55,61,97,109],toggl:[7,105],token:[75,87,114],too:[20,87,89],took:107,tool:[1,2,3,5,6,7,9,12,13,39,54,57,58,61,62,63,66,78,79,80,81,87,89,90,92,93,94,103,104,109,111,112,113,114,116],toolbox:2,toolchain:[2,3,5,7,12,33,59,63,94,104,116],toolkit:3,tools_1:[57,58,59,81,82],top:[1,10,12,35,61,89,94,101,102],topic:1,total:[9,55,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,106,108,111],tour:95,track:[19,21,22],transact:20,transfer:22,translat:101,transmiss:[20,27,111],transmit:[29,31,88,111],transport:[20,21,27,80,88,90,93,94,103,107],tree:[1,6,7,50,55,61,93],tri:[3,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,89,111],trigger:[6,10],troubleshoot:89,trust:[22,27],tt_chr_f:100,tt_svc_type_p:100,ttl:94,tty:[8,105],ttys002:66,ttys003:66,ttys10:8,ttys2:[8,105],ttys5:8,ttyusb0:[66,94],ttyusb2:8,ttyusb:[8,105],turn:[24,93,94,104,105,108,112,113],tutiori:[73,76],tutori:[2,3,6,7,8,12,21,23,59,77,92,93,94,95,96,97,98,99,100,101,102,103,105,106,107,108,
 109,110,111],two:[2,3,12,18,19,21,22,23,27,31,43,45,50,55,61,66,87,88,89,90,93,94,96,98,101,102,103,105,106,107,108,109,110,111,112,113,114,115],tx_phys_mask:27,tx_power_level:[27,29],tx_time_on_air:111,txd:111,txpower:111,txt:70,type:[1,7,8,10,12,19,20,23,27,29,30,31,39,43,45,46,53,55,57,58,59,61,66,88,89,90,93,94,96,97,98,99,100,101,103,106,107,108,109,111,112,113,114],typedef:[26,88],typic:[3,9,21,26,31,55,61,87,88,90,96,101,102],uart0:88,uart:[7,8,21,55,88,93,94,106,107,108,109,110,111],uart_bitbang:106,uart_flow_control_non:88,uart_hal:[7,107,108,109],ubuntu:[4,6,7,57,80],uci:23,udev:107,udp:66,uicr:23,uid:101,uint16:[27,28],uint16_max:27,uint16_t:[20,98],uint32:[27,71],uint32_max:27,uint32_t:[84,86],uint64:27,uint8:27,uint8_max:27,uint8_t:[23,32,88,96,98,101,102],ultim:98,unabl:[2,103,106,107,110],unaccept:20,unadorn:20,unam:2,unconfirm:111,und:[27,30],undefin:[82,90],under:[4,7,10,11,12,20,26,34,55,61,71,100,103,107,108,110],understand:[7,91,111,112],undesir:87,undirect:[27,9
 6],unexpect:20,unexpectedli:20,unicast:31,unidirect:27,uniform:[29,59],uniformli:62,uninstal:7,unint32:71,uninterpret:90,union:98,uniqu:[9,19,32,89,90,101,111],unit:[1,7,20,27,39,51,57,58,59,90,116],unittest:[7,45,55,61,90,93],unix:[2,59],unknown:[20,89],unless:[27,90],unlicens:21,unlik:20,unlink:[58,60,81,83],unpack:[57,59],unplug:110,unprovis:31,unrespons:20,unset:50,unsign:110,unspecifi:[20,42],unstabl:[57,58,80,81],unsupport:[20,100],unsync:26,untar:4,until:[20,26,61,84,87,88,96,101,102,111,112],unuesd:99,unus:71,updat:[2,4,15,20,27,30,36,37,49,52,57,58,59,60,80,81,83,90,97,99,105,106],upgrad:[2,39,56,59,79,88,94,103,116],uplink:111,uplink_cntr:111,uplink_freq:111,upload:[43,70,71,106],upon:[1,3,10,26,55,99],upper:[23,90],uri:[27,29],url:[27,101,112],url_bodi:101,url_body_len:101,url_schem:101,url_suffix:101,usabl:[1,93,101],usag:[1,9,57,58,59,62,80,81,82,90,111],usb:[2,3,8,21,42,66,94,103,104,106,107,108,109,110,111],usbmodem14211:66,usbmodem14221:66,usbmodem401322:8,usbseri:[8
 ,105],usbttlseri:94,use:[1,4,5,6,7,8,11,12,14,19,20,21,22,24,27,30,32,41,45,50,51,55,56,58,59,61,64,65,66,67,68,69,70,71,72,73,74,75,76,77,79,81,82,86,88,89,90,92,93,94,96,97,98,99,101,102,103,104,105,106,109,111,113,114],use_wl:27,use_wl_inita:27,usec:84,used:[6,7,11,12,19,20,22,23,24,27,29,30,31,34,46,49,61,66,72,84,86,88,89,90,91,94,96,98,99,100,101,102,103,111,112,113],useful:[3,20,87,93,112],user:[1,2,4,6,7,8,9,18,20,22,24,48,55,58,59,61,78,80,81,82,88,89,90,100,103,109,111,112,113,114],user_id:[89,90],usernam:[10,48,59,112],uses:[2,4,6,7,8,12,14,20,21,22,23,24,30,32,55,65,66,67,68,69,70,71,72,73,74,75,76,77,78,86,88,89,90,98,99,100,103,105,108,112,114],using:[1,2,4,6,7,8,10,11,12,19,20,21,24,26,27,28,29,31,33,36,37,43,44,57,58,59,60,61,63,66,76,80,81,82,83,86,87,90,93,94,100,102,103,104,105,106,107,108,109,110,111],usr:[4,6,11,36,57,58,59,60,80,81,82,83],usual:24,utc:68,utf:29,util:[7,11,20,21,31,87,88,90],util_cbmem_test:7,util_mem:[7,103,105,106,107,108,109,110,111],util_par
 s:111,uuid128:[27,29,98,100,102],uuid128_is_complet:[27,29],uuid16:[27,28,29,98],uuid16_is_complet:[27,29],uuid32:[27,29],uuid32_is_complet:[27,29],uuid:[27,28,29,30,32,66,98,100,102],v14:107,v25:107,val:[23,24,39,50,57,58,59,61,89,90,101,102,105,111],valid:[20,39,50,53,57,58,59,61,66,72,98],valu:[1,4,7,12,20,23,24,27,28,29,30,37,39,42,46,50,53,57,58,59,61,62,64,65,66,68,71,72,75,80,81,82,85,94,97,98,99,100,101,102,112,113],valuabl:112,value1:[50,90],value2:[50,90],valuen:90,vari:9,variabl:[1,4,11,24,34,37,50,59,61,62,65,84,88,96,98,111,112,113],variant:22,variat:12,varieti:[4,99],variou:[23,24,61,99,104,111],vendor:112,ver:[1,7,55,94,103,112,113,114],verb:62,verbos:[1,7,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,57,58,59,62,103],veri:[1,9,31,55,92,100,105,106,112],verif:22,verifi:[22,57,59,80,82,106,107,108,110,111],versa:8,version:[1,2,4,6,7,11,12,21,22,34,37,39,41,43,47,55,56,60,79,83,88,90,94,102,103,105,106,107,108,109,110,111,115],via:[8,20,26,42,55,88,90,94,9
 5,96,98,106,108,111,112],vice:8,vid:107,view:[1,7,10,12,30,50,62,66,90,112],vim:59,violat:20,viper:11,virtual:66,virtualbox:103,visibl:[2,28],visit:[39,57,58,59],visual:[5,13],visualstudio:12,vol:22,volatil:107,voltag:107,volum:29,vscode:12,vtref:[106,108,111],wai:[2,3,9,21,30,31,59,61,87,88,89,112,113,114],wait:[84,85,87,90,109,111],wake:[85,87],wall:6,wanda:81,want:[1,3,11,18,50,57,58,59,60,61,80,83,85,87,88,91,93,95,96,98,100,101,102,103,104,106,107,108,109,111,112,116],warn:[1,6,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,57,58,59,62,89,98,106],warranti:[4,103],watch:93,watchdog:87,watchpoint:[103,107],wdog:67,wear:93,wearabl:9,webfreak:12,welcom:[8,92],well:[8,22,40,55,91,97,111],were:[29,73,84,113],werror:[6,50],wes:111,wfi:107,wget:[57,59,80,82],what:[7,8,20,41,55,90,96,99,100,101,102,113],whatev:23,wheel:8,when:[1,2,6,7,8,10,12,14,20,22,23,24,26,29,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,57,58,59,61,62,66,72,81,84,85,87,88,89,90,93,94,9
 5,96,99,100,101,102,103,106,107,109,110,112,113,114],whenev:[21,26,98,100],where:[8,9,10,11,22,29,31,35,37,50,55,59,60,61,83,88,89,90,100,101,102,105,106,111],wherea:113,whether:[10,12,22,84,90,96,98,100],which:[1,2,4,8,11,14,19,20,21,30,32,34,39,55,57,58,59,61,62,66,80,81,82,84,85,87,89,96,97,98,99,100,101,102,103,111,112,113],white:[22,27],whitelist:27,who:10,whose:[61,62],why:10,wide:21,wifi:7,window:[5,6,7,9,12,27,56,66,78,79,88,94,103,105,106,107,108,109,110,111],winusb:[107,109],wire:[8,111],wireless:21,wish:[6,10,112],withdraw:10,within:[1,12,20,31,41,55,99,109,112],without:[6,10,22,24,28,30,90,103],wno:6,won:8,word:[6,55,87,98,103,112],work:[2,4,8,10,11,22,24,55,61,62,85,87,88,93,94,97,103,105,111,115],workspac:[1,2,11,39,57,58,59,60,80,82,83],workspaceroot:12,world:[12,21,96,101,102,104,114,116],worri:87,worth:1,would:[5,12,58,59,81,82,87,88,93,109,111,112,113],wrap:105,write:[1,9,14,20,28,61,64,65,80,81,82,88,92,97,99,100,111],write_cmd_rx:76,write_cmd_tx:76,write_req_rx:7
 6,write_req_tx:76,write_rsp_rx:76,write_rsp_tx:76,written:[11,20,23,59,82,87,98,100,105,113],wrong:42,wsl:[12,59],www:[94,103],x86:[4,12],x86_64:103,xml:7,xpf:4,xpsr:[103,107,109],xtal_32768_synth:24,xxx:6,xxx_branch_0_8_0:[112,113],xxx_branch_1_0_0:[112,113],xxx_branch_1_0_2:[112,113],xxx_branch_1_1_0:[112,113],xxx_branch_1_1_2:[112,113],xxx_branch_1_2_0:[112,113],xxx_branch_1_2_1:[112,113],xzf:[57,59,60,82,83],yaml:11,year:31,yes:[22,111],yesno:27,yet:[7,84,87,93,112,113],yield:87,yml:[1,6,7,41,43,50,52,53,55,61,88,89,90,93,94,103,105,111,112,114,115],you:[1,3,4,5,6,7,8,9,10,11,12,18,19,30,33,34,35,39,41,43,45,46,47,50,51,52,53,54,55,57,58,59,60,61,63,64,66,68,76,80,81,82,83,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,113,114,116],your:[1,3,4,6,8,10,19,30,39,50,52,55,56,58,59,60,61,70,71,79,81,82,83,87,89,90,92,93,94,95,96,97,99,100,101,102,104,105,111,113,116],yourself:[2,10,30,87,95,116],ype:[101,102],yym:6,zadig:[107,109],zero:[12,
 24,90,100,101,102,104,111,112,116],zip:[4,106]},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","Contributing to Newt or Newtmgr Tools","Developing Mynewt Applications with Visual Studio Code","Appendix","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","BLE User Guide","NimBLE Security","Configure device ddress","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","Bluetooth Mesh","Sample application","Mynewt Newt Tool Documenta
 tion","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","Core OS API","Scheduler","CPU Time","Mynewt Core OS","Console","Validation and Error Messag
 es","System Configuration and Initialization","OS User Guide","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","LoRaWAN App","Adding Repositories to your Project","Create a Repo out of a Project","Accessing a private repository","Upgrade a repo","Tutorials"],titleterms:{"default":105,"function":[90,98,100],"new":[7,44,97],"public":23,"return":20,Adding:[58,81,112],Fo
 r:4,The:105,Use:[2,94,105],Using:[8,57,80,88],access:[94,98,114],add:[66,101,102],addit:112,address:[19,23,30,101,102],administr:10,advertis:[27,29,30,96,101,102],ambigu:89,apach:[9,31],api:[27,28,30,84,85,86,88],app:[9,30,61,94,97,111],appendix:13,applic:[7,12,32,87,93,94,101,102,103,105,106,107,108,109,110,111],apt:[57,80],arduino:[8,103,106],area:89,arm:4,artifact:61,assign:89,associ:12,att:[14,20],attach:94,attribut:[30,100],autocomplet:36,avail:[27,28,39,43,50,104,112],bare:93,bash:36,basic:87,beacon:[101,102],bearer:31,begin:[30,96],being:98,belong:30,binari:[57,59,80,82],bit:6,ble:[21,93,95,97,101,102],blehci:94,bleprph_gap_ev:99,blink_rigado:48,blinki:[7,103,104,105,106,107,108,109,110],bluetooth:[21,31,92,94],bluez:94,board:[103,106,107,108,109,110,111],bone:93,bootload:[94,103,106,107,108,109,110,111],branch:[58,81],brew:6,bsp:[53,89],btmgmt:94,btmon:94,btshell:[27,28,30],bug:10,build:[7,9,12,34,55,61,93,94,103,105,106,107,108,109,110,111],callback:99,can:10,categori:116,c
 hang:[33,63],channel:27,characterist:[30,95,98],check:[57,58,59,80,81,82],clean:35,clear:110,client:[14,16],clock:24,close:111,code:[12,20],command:[12,27,28,39,43,50,62,64,66,94],committ:10,commun:[8,105],complet:36,compon:[21,112],comput:[57,80],concept:1,conclus:[93,101,102],condit:90,config:65,configur:[1,12,23,24,27,28,30,89,90,101,102,105],conflict:90,conn:66,connect:[27,30,94,103,105,106,107,108,109,110,111],consol:[88,105],contain:2,content:[33,63],contribut:11,control:[24,94,101,102],core:[20,84,87],cpu:[84,86],crash:67,creat:[7,37,93,94,97,101,102,103,106,107,108,109,110,111,113],creation:87,cross:4,crystal:24,data:[29,86,96,111],datetim:68,ddress:23,debian:[57,80],debug:[12,38,61],debugg:[4,12],defin:12,definit:[89,90],delet:66,depend:[7,61,105,113],descript:[34,35,37,38,40,41,42,43,44,45,46,47,48,49,50,51,52,53,65,66,67,68,69,70,71,72,73,74,75,76,77,85,86,88],descriptor:[30,95,100,112],determin:98,develop:[12,108],devic:[2,23,27,30,94],direct:30,directori:61,disabl:27,di
 scov:30,discoveri:[27,107],displai:30,docker:2,document:[10,33,63],doe:112,download:[11,57,61,80,111],duplic:89,echo:69,eddyston:101,edit:10,editor:10,empti:[101,102],enabl:[2,27,36,105],energi:92,enter:93,environ:11,eras:106,error:89,establish:[30,94],event:[26,99,105],everyth:[2,111],exampl:[8,20,21,26,34,35,37,38,39,43,44,45,46,47,48,50,51,53,54,65,66,67,68,69,70,71,72,73,74,75,76,77,87,89,90],execut:[6,106,107,108,110,111],exist:[105,112],explor:7,express:89,extend:27,extens:[2,12],extern:103,faq:10,featur:[7,10,21,22,28,31,87],fetch:[7,103],field:29,file:113,find:112,first:[7,9],flag:[34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,65,66,67,68,69,70,71,72,73,74,75,76,77],flash:[89,106,110],from:[57,58,59,80,81,82,88],ft232h:8,full:88,gap:[15,27,99],gatt:[16,17,28],gcc:6,gdb:6,gener:[22,30,90],get:[3,57,80],git:[10,59],global:[34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,65,66,67,68,69,70,71,72,73,74,75,76,77],guarante:99,guid:[21,55,78,91],hardcod:23,
 hardwar:[23,111],hci:[20,94],header:[14,15,16,17,19,20],hello:[103,106,107,108,109,110],help:39,homebrew:[58,81],host:[14,15,16,17,18,19,20,101,102],how:[10,90,112],ibeacon:102,ident:19,identifi:112,ignor:89,imag:[37,46,71,94,106,107,108,109,110,111],includ:[30,100],indefinit:[101,102],info:40,initi:[30,90],input:88,instal:[2,4,5,6,11,12,36,41,56,57,58,59,60,79,80,81,82,83,111],introduct:[9,14,15,16,17,18,19,20,31,55,95],invalid:89,join:111,kei:[22,27],kit:108,l2cap:[20,27],laptop:10,latest:[57,58,59,80,81,82],legaci:27,libc:6,like:10,link:4,linux:[2,4,6,8,11,57,60,80,83],list:[10,64,101,102],load:[42,94,103,106,107,108,109,110],log:72,lorawan:111,low:92,mac:[2,4,6,8,11,58,60,81,83],main:105,make:10,manag:[9,20,55,63,78],manual:[57,80],master:[58,81],memori:110,merg:10,mesh:[21,31],messag:89,method:[23,57,80],mfg:43,mingw:59,minim:88,model:31,modifi:105,monitor:94,more:55,mpstat:73,msys2:59,multipl:[12,89],mynewt:[2,7,8,9,10,12,23,31,33,58,63,81,87,88,93,112],name:[30,90],nano:110,n
 ativ:[5,6],need:[2,111,112],newt:[2,9,11,12,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,57,58,59,60,63,78],newtmgr:[11,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83],next:6,nimbl:[14,15,16,17,18,19,20,21,22,25,93,94,101,102],node:31,nordic:8,note:55,notnul:89,nrf52:108,nrf52dk:8,nrf:23,object:[104,111],olimex:109,onto:103,open:[94,111],openocd:4,oper:[55,61],option:106,orient:27,ota:111,other:[7,12,113],out:[112,113],output:[48,53,88],overrid:[89,90],overview:[64,95,96,97,99,104],own:10,pack:2,packag:[1,7,57,61,80,88,89,90,93,103],passiv:30,patch:10,peer:[20,30],perform:30,peripher:[95,97],pkg:45,platform:8,port:[8,111],prerequisit:[7,94,97,103,104,105,106,107,108,109,110,116],preview:[33,63],previou:[60,83],primo:106,prioriti:89,privaci:22,privat:114,pro:8,process:105,produc:[6,61],project:[1,7,10,12,21,93,94,95,103,104,105,106,107,108,109,110,111,112,113],protect:110,protocol:[101,102],provis:31,pull:[2,10],question:10,queue:105,random:23,rational:55,
 read:[30,98],rebuild:11,redbear:110,refer:[14,15,16,17,19,20,90],referenc:90,registr:100,releas:[57,58,59,60,80,81,82,83],repo:[112,113,115],repositori:[7,10,55,112,113,114],request:10,reset:[26,74],resign:46,resolut:113,resolv:[61,90,113],respond:26,restrict:89,review:98,run:[7,12,47,75,103,105],runtim:23,sampl:32,scan:30,schedul:[84,85],script:2,secur:[20,22,27],segger:4,select:2,semiconductor:8,send:[30,94,111],serial:[8,94,105],server:17,servic:[30,95,100],set:[6,11,30,57,80,89,90,93,96,100,105],settl:24,setup:[3,8,25],shell:105,should:113,show:[30,66],sign:[106,107,108,109,110,111],signatur:98,simul:7,size:48,softwar:10,some:10,sourc:[7,11,55,57,59,80,82,101,102],specif:113,specifi:90,stack:[101,102],start:[3,94],stat:76,step:[11,104],stm32f4:107,storag:27,structur:[62,86],stub:88,studio:12,sub:66,submit:10,summari:20,support:[2,31,61],sync:[26,49,101,102],syscfg:90,sysinit_app:90,system:[24,55,89,90],tap:[58,81],target:[1,23,50,61,93,94,97,103,105,106,107,108,109,110,111],task
 :[12,89],taskstat:77,test:[7,51],theori:61,time:[24,84,86],timer:105,tool:[4,11,33,55,59,82],toolchain:[4,6],topolog:31,tutori:[104,116],undefin:89,undirect:30,updat:11,upgrad:[52,57,58,80,81,115],upload:105,usag:[34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,65,66,67,68,69,70,71,72,73,74,75,76,77],usb2:2,use:[10,57,80,87,112],user:[21,91],using:55,val:53,valid:89,valu:[89,90],version:[54,57,58,59,80,81,82,112,113],violat:89,virtualbox:2,visual:12,wait:[101,102],want:10,welcom:9,what:[10,112],where:113,why:[87,112],window:[2,4,8,11,59,60,82,83],work:12,workspac:12,world:[103,106,107,108,109,110],would:10,wrapper:2,write:[30,33,63,98,110],yml:113,you:2,your:[2,7,9,11,12,57,80,103,106,107,108,109,110,112],zero:103}})
\ No newline at end of file


 

----------------------------------------------------------------
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