You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ut...@apache.org on 2019/04/09 17:25:54 UTC

[mynewt-site] branch asf-site updated (6b64552 -> 77c80ba)

This is an automated email from the ASF dual-hosted git repository.

utzig pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/mynewt-site.git.


    from 6b64552  Merge pull request #510 from utzig/asf-site
     add d50250e  Revert "asf-site update Tue Apr  9 07:09:31 -03 2019"
     new 77c80ba  Merge pull request #511 from apache/revert-510-asf-site

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 about/index.html                                   |   221 +-
 community/index.html                               |   202 +-
 documentation/index.html                           |   183 +-
 download/index.html                                |   205 +-
 events/index.html                                  |   156 +-
 img/favicon.ico                                    |   Bin 4286 -> 0 bytes
 .../_static => img}/mynewt-logo-only-newt32x32.png |   Bin
 index.html                                         |   346 +-
 known_issues/index.html                            |   256 -
 {v1_4_0 => master}/_images/mbuf_fig1.png           |   Bin
 {v1_4_0 => master}/_images/mbuf_fig2.png           |   Bin
 {v1_4_0 => master}/_images/mbuf_fig3.png           |   Bin
 .../_sources/_static/common.rst.txt                |     0
 master/_sources/get_started/docker.rst.txt         |     2 +-
 .../get_started/native_install/cross_tools.rst.txt |     6 +-
 master/_sources/os/core_os/mbuf/mbuf.rst.txt       |     8 +-
 .../_sources/os/core_os/porting/port_bsp.rst.txt   |    26 +-
 master/_sources/os/core_os/porting/port_os.rst.txt |     6 +-
 master/_sources/os/modules/baselibc.rst.txt        |    16 +-
 .../modules/bootloader/boot_build_status.rst.txt   |     1 -
 .../bootloader/boot_build_status_one.rst.txt       |     1 -
 .../modules/bootloader/boot_clear_status.rst.txt   |     1 -
 .../os/modules/bootloader/boot_copy_area.rst.txt   |     1 -
 .../os/modules/bootloader/boot_copy_image.rst.txt  |     1 -
 .../os/modules/bootloader/boot_erase_area.rst.txt  |     1 -
 .../os/modules/bootloader/boot_fill_slot.rst.txt   |     1 -
 .../bootloader/boot_find_image_area_idx.rst.txt    |     1 -
 .../bootloader/boot_find_image_part.rst.txt        |     1 -
 .../bootloader/boot_find_image_slot.rst.txt        |     1 -
 .../_sources/os/modules/bootloader/boot_go.rst.txt |     1 -
 .../os/modules/bootloader/boot_init_flash.rst.txt  |     1 -
 .../os/modules/bootloader/boot_move_area.rst.txt   |     1 -
 .../bootloader/boot_read_image_header.rst.txt      |     1 -
 .../bootloader/boot_read_image_headers.rst.txt     |     1 -
 .../os/modules/bootloader/boot_read_status.rst.txt |     1 -
 .../bootloader/boot_select_image_slot.rst.txt      |     1 -
 .../os/modules/bootloader/boot_slot_addr.rst.txt   |     1 -
 .../bootloader/boot_slot_to_area_idx.rst.txt       |     1 -
 .../os/modules/bootloader/boot_swap_areas.rst.txt  |     1 -
 .../bootloader/boot_vect_delete_main.rst.txt       |     1 -
 .../bootloader/boot_vect_delete_test.rst.txt       |     1 -
 .../modules/bootloader/boot_vect_read_main.rst.txt |     1 -
 .../modules/bootloader/boot_vect_read_one.rst.txt  |     1 -
 .../modules/bootloader/boot_vect_read_test.rst.txt |     1 -
 .../modules/bootloader/boot_write_status.rst.txt   |     1 -
 .../os/modules/bootloader/bootloader.rst.txt       |    40 +-
 master/_sources/os/modules/config/config.rst.txt   |    49 +-
 master/_sources/os/modules/console/console.rst.txt |    42 +-
 master/_sources/os/modules/devmgmt/newtmgr.rst.txt |    15 +
 master/_sources/os/modules/devmgmt/oicmgr.rst.txt  |    28 +-
 master/_sources/os/modules/drivers/driver.rst.txt  |    21 +-
 master/_sources/os/modules/drivers/flash.rst.txt   |     2 +-
 master/_sources/os/modules/drivers/mmc.rst.txt     |     2 +-
 master/_sources/os/modules/elua/elua.rst.txt       |     4 +-
 master/_sources/os/modules/fcb/fcb.rst.txt         |    78 +-
 master/_sources/os/modules/fs/fatfs.rst.txt        |     2 +-
 .../_sources/os/modules/fs/fs.rst.txt              |     0
 master/_sources/os/modules/fs/fs/fs.rst.txt        |   284 -
 master/_sources/os/modules/fs/fs/fs_close.rst.txt  |    72 -
 .../_sources/os/modules/fs/fs/fs_closedir.rst.txt  |    83 -
 .../os/modules/fs/fs/fs_dirent_is_dir.rst.txt      |    84 -
 .../os/modules/fs/fs/fs_dirent_name.rst.txt        |   115 -
 .../_sources/os/modules/fs/fs/fs_filelen.rst.txt   |    63 -
 master/_sources/os/modules/fs/fs/fs_getpos.rst.txt |    37 -
 master/_sources/os/modules/fs/fs/fs_mkdir.rst.txt  |    68 -
 master/_sources/os/modules/fs/fs/fs_open.rst.txt   |   113 -
 .../_sources/os/modules/fs/fs/fs_opendir.rst.txt   |   102 -
 master/_sources/os/modules/fs/fs/fs_ops.rst.txt    |    47 -
 master/_sources/os/modules/fs/fs/fs_read.rst.txt   |    88 -
 .../_sources/os/modules/fs/fs/fs_readdir.rst.txt   |    93 -
 .../_sources/os/modules/fs/fs/fs_register.rst.txt  |    49 -
 master/_sources/os/modules/fs/fs/fs_rename.rst.txt |    85 -
 .../os/modules/fs/fs/fs_return_codes.rst.txt       |    44 -
 master/_sources/os/modules/fs/fs/fs_seek.rst.txt   |    78 -
 master/_sources/os/modules/fs/fs/fs_unlink.rst.txt |    70 -
 master/_sources/os/modules/fs/fs/fs_write.rst.txt  |    72 -
 .../os/modules/fs/fs/fsutil_read_file.rst.txt      |    93 -
 .../os/modules/fs/fs/fsutil_write_file.rst.txt     |    65 -
 .../_sources/os/modules/fs/fs_add.rst.txt          |     0
 .../_sources/os/modules/fs/nffs.rst.txt            |     0
 master/_sources/os/modules/fs/nffs/nffs.rst.txt    |   137 -
 .../os/modules/fs/nffs/nffs_area_desc.rst.txt      |    48 -
 .../os/modules/fs/nffs/nffs_config.rst.txt         |    47 -
 .../os/modules/fs/nffs/nffs_detect.rst.txt         |    85 -
 .../os/modules/fs/nffs/nffs_format.rst.txt         |    80 -
 .../_sources/os/modules/fs/nffs/nffs_init.rst.txt  |    22 -
 .../os/modules/fs/nffs/nffs_internals.rst.txt      |   509 -
 master/_sources/os/modules/fs/otherfs.rst.txt      |    10 +-
 .../os/modules/hal/hal_gpio/hal_gpio.rst.txt       |     4 +-
 master/_sources/os/modules/imgmgr/imgmgr.rst.txt   |    57 +-
 master/_sources/os/modules/json/json.rst.txt       |    64 +-
 .../modules/json/json_encode_object_entry.rst.txt  |    49 -
 .../modules/json/json_encode_object_finish.rst.txt |    44 -
 .../os/modules/json/json_encode_object_key.rst.txt |    46 -
 .../modules/json/json_encode_object_start.rst.txt  |    44 -
 .../os/modules/json/json_read_object.rst.txt       |    67 -
 master/_sources/os/modules/logs/logs.rst.txt       |    18 +-
 master/_sources/os/modules/mcumgr/mcumgr.rst.txt   |    16 +
 master/_sources/os/modules/mfg/mfg.rst.txt         |   127 +
 .../os/modules/sensor_framework/sensor_api.rst.txt |   123 +-
 .../modules/sensor_framework/sensor_create.rst.txt |    59 +-
 .../modules/sensor_framework/sensor_driver.rst.txt |   380 +-
 .../sensor_framework/sensor_framework.rst.txt      |     0
 .../sensor_framework_overview.rst.txt              |    83 -
 .../sensor_framework/sensor_listener_api.rst.txt   |    29 +-
 .../sensor_framework/sensor_mgr_api.rst.txt        |   100 +-
 .../sensor_framework/sensor_notifier_api.rst.txt   |     0
 .../os/modules/sensor_framework/sensor_oic.rst.txt |     4 +-
 .../modules/sensor_framework/sensor_shell.rst.txt  |     4 +-
 master/_sources/os/modules/shell/shell.rst.txt     |   135 +-
 .../os/modules/shell/shell_cmd_register.rst.txt    |    55 -
 .../os/modules/shell/shell_evq_set.rst.txt         |    30 -
 .../shell/shell_nlip_input_register.rst.txt        |    58 -
 .../os/modules/shell/shell_nlip_output.rst.txt     |    46 -
 .../os/modules/shell/shell_register.rst.txt        |   131 -
 .../shell/shell_register_app_cmd_handler.rst.txt   |    52 -
 .../shell/shell_register_default_module.rst.txt    |    52 -
 master/_sources/os/modules/split/split.rst.txt     |    16 +-
 master/_sources/os/modules/stats/stats.rst.txt     |     9 +
 .../os/modules/sysinitconfig/sysinitconfig.rst.txt |    16 +-
 .../_sources/os/modules/system_modules.rst.txt     |     0
 .../os/modules/testutil/test_assert.rst.txt        |   129 -
 .../_sources/os/modules/testutil/test_case.rst.txt |    36 -
 .../_sources/os/modules/testutil/test_decl.rst.txt |    37 -
 .../_sources/os/modules/testutil/test_pass.rst.txt |    66 -
 .../os/modules/testutil/test_suite.rst.txt         |    42 -
 .../_sources/os/modules/testutil/testutil.rst.txt  |   137 +-
 .../_sources/os/modules/testutil/tu_init.rst.txt   |    44 -
 .../os/modules/testutil/tu_restart.rst.txt         |    41 -
 master/_sources/os/os_user_guide.rst.txt           |    19 +-
 master/_sources/os/tutorials/STM32F303.rst.txt     |     2 +-
 master/_sources/os/tutorials/add_newtmgr.rst.txt   |   321 -
 master/_sources/os/tutorials/define_target.rst.txt |     4 -
 master/_sources/os/tutorials/event_queue.rst.txt   |   539 -
 .../os/tutorials/ota_upgrade_nrf52.rst.txt         |   236 -
 master/_sources/os/tutorials/segger_rtt.rst.txt    |   109 -
 .../_sources/os/tutorials/segger_sysview.rst.txt   |    96 -
 master/_sources/os/tutorials/tasks_lesson.rst.txt  |   323 -
 master/_sources/os/tutorials/try_markdown.rst.txt  |    44 -
 master/_static/basic.css                           |    18 +-
 master/_static/common.html                         |   296 +
 master/_static/doctools.js                         |    12 +-
 master/_static/documentation_options.js            |     5 +-
 master/_static/language_data.js                    |   297 -
 master/_static/searchtools.js                      |   352 +-
 master/_static/websupport.js                       |     2 +-
 master/concepts.html                               |    31 +-
 master/genindex.html                               |   628 +-
 master/get_started/debug.html                      |     1 -
 master/get_started/docker.html                     |     3 +-
 master/get_started/index.html                      |     1 -
 master/get_started/native_install/cross_tools.html |     7 +-
 master/get_started/native_install/index.html       |     1 -
 .../get_started/native_install/native_tools.html   |    29 +-
 master/get_started/project_create.html             |    21 +-
 master/get_started/serial_access.html              |     1 -
 master/index.html                                  |     1 -
 master/misc/go_env.html                            |     1 -
 master/misc/ide.html                               |     1 -
 master/misc/index.html                             |     1 -
 master/mynewt_faq/admin_faq.html                   |     1 -
 master/mynewt_faq/bluetooth_faq.html               |     1 -
 master/mynewt_faq/boot_faq.html                    |     1 -
 master/mynewt_faq/fs_faq.html                      |     1 -
 master/mynewt_faq/hardware_faq.html                |     1 -
 master/mynewt_faq/index.html                       |     1 -
 master/mynewt_faq/modules_faq.html                 |     1 -
 master/mynewt_faq/newt_faq.html                    |     1 -
 master/mynewt_faq/newtmgr_faq.html                 |     1 -
 master/mynewt_faq/nfc_faq.html                     |     1 -
 master/mynewt_faq/port_faq.html                    |     1 -
 master/mynewt_faq/syntax_faq.html                  |     1 -
 master/mynewt_faq/troubleshoot_faq.html            |     1 -
 master/network/docs/README.html                    |     1 -
 master/network/docs/ble_hs/ble_att.html            |     1 -
 master/network/docs/ble_hs/ble_gap.html            |    62 +-
 master/network/docs/ble_hs/ble_gattc.html          |    63 +-
 master/network/docs/ble_hs/ble_gatts.html          |    63 +-
 master/network/docs/ble_hs/ble_hs.html             |     1 -
 master/network/docs/ble_hs/ble_hs_id.html          |     1 -
 .../network/docs/ble_hs/ble_hs_return_codes.html   |     1 -
 master/network/docs/ble_sec.html                   |     1 -
 master/network/docs/ble_setup/ble_addr.html        |     1 -
 master/network/docs/ble_setup/ble_lp_clock.html    |     1 -
 master/network/docs/ble_setup/ble_setup_intro.html |     1 -
 master/network/docs/ble_setup/ble_sync_cb.html     |     1 -
 master/network/docs/btshell/btshell_GAP.html       |     1 -
 master/network/docs/btshell/btshell_GATT.html      |     1 -
 master/network/docs/btshell/btshell_advdata.html   |     1 -
 master/network/docs/btshell/btshell_api.html       |     1 -
 master/network/docs/index.html                     |     5 +-
 master/network/docs/mesh/index.html                |     1 -
 master/network/docs/mesh/sample.html               |     1 -
 master/newt/README.html                            |     1 -
 master/newt/command_list/newt_build.html           |     1 -
 master/newt/command_list/newt_clean.html           |     1 -
 master/newt/command_list/newt_complete.html        |     1 -
 master/newt/command_list/newt_create_image.html    |     1 -
 master/newt/command_list/newt_debug.html           |     1 -
 master/newt/command_list/newt_help.html            |     1 -
 master/newt/command_list/newt_info.html            |     1 -
 master/newt/command_list/newt_install.html         |     1 -
 master/newt/command_list/newt_load.html            |     1 -
 master/newt/command_list/newt_mfg.html             |     1 -
 master/newt/command_list/newt_new.html             |     1 -
 master/newt/command_list/newt_pkg.html             |     1 -
 master/newt/command_list/newt_resign_image.html    |     1 -
 master/newt/command_list/newt_run.html             |     1 -
 master/newt/command_list/newt_size.html            |     1 -
 master/newt/command_list/newt_sync.html            |     1 -
 master/newt/command_list/newt_target.html          |     1 -
 master/newt/command_list/newt_test.html            |     1 -
 master/newt/command_list/newt_upgrade.html         |     1 -
 master/newt/command_list/newt_vals.html            |     1 -
 master/newt/command_list/newt_version.html         |     1 -
 master/newt/index.html                             |     1 -
 master/newt/install/index.html                     |     1 -
 master/newt/install/newt_linux.html                |    24 +-
 master/newt/install/newt_mac.html                  |    24 +-
 master/newt/install/newt_windows.html              |    24 +-
 master/newt/install/prev_releases.html             |     1 -
 master/newt/newt_operation.html                    |     5 +-
 master/newt/newt_ops.html                          |     1 -
 master/newtmgr/README.html                         |     1 -
 master/newtmgr/command_list/index.html             |     1 -
 master/newtmgr/command_list/newtmgr_config.html    |     1 -
 master/newtmgr/command_list/newtmgr_conn.html      |     1 -
 master/newtmgr/command_list/newtmgr_crash.html     |     1 -
 master/newtmgr/command_list/newtmgr_datetime.html  |     1 -
 master/newtmgr/command_list/newtmgr_echo.html      |     1 -
 master/newtmgr/command_list/newtmgr_fs.html        |     1 -
 master/newtmgr/command_list/newtmgr_image.html     |     1 -
 master/newtmgr/command_list/newtmgr_logs.html      |     1 -
 master/newtmgr/command_list/newtmgr_mpstats.html   |     3 +-
 master/newtmgr/command_list/newtmgr_reset.html     |     1 -
 master/newtmgr/command_list/newtmgr_run.html       |     1 -
 master/newtmgr/command_list/newtmgr_stat.html      |     3 +-
 master/newtmgr/command_list/newtmgr_taskstats.html |     3 +-
 master/newtmgr/index.html                          |     1 -
 master/newtmgr/install/index.html                  |     1 -
 master/newtmgr/install/install_linux.html          |     1 -
 master/newtmgr/install/install_mac.html            |     1 -
 master/newtmgr/install/install_windows.html        |     1 -
 master/newtmgr/install/prev_releases.html          |     1 -
 master/objects.inv                                 |   Bin 26292 -> 47759 bytes
 master/os/core_os/callout/callout.html             |    63 +-
 .../os/core_os/context_switch/context_switch.html  |    67 +-
 master/os/core_os/cputime/os_cputime.html          |    26 +-
 master/os/core_os/event_queue/event_queue.html     |    97 +-
 master/os/core_os/heap/heap.html                   |    18 +-
 master/os/core_os/mbuf/mbuf.html                   |   427 +-
 master/os/core_os/memory_pool/memory_pool.html     |    87 +-
 master/os/core_os/mutex/mutex.html                 |    60 +-
 master/os/core_os/mynewt_os.html                   |    20 +-
 master/os/core_os/porting/port_bsp.html            |    57 +-
 master/os/core_os/porting/port_cpu.html            |    22 +-
 master/os/core_os/porting/port_mcu.html            |    18 +-
 master/os/core_os/porting/port_os.html             |    28 +-
 master/os/core_os/sanity/sanity.html               |    38 +-
 master/os/core_os/semaphore/semaphore.html         |    34 +-
 master/os/core_os/task/task.html                   |    50 +-
 master/os/core_os/time/os_time.html                |   255 +-
 master/os/modules/baselibc.html                    |    57 +-
 .../os/modules/bootloader/boot_build_status.html   |   297 -
 .../modules/bootloader/boot_build_status_one.html  |   297 -
 .../os/modules/bootloader/boot_clear_status.html   |   297 -
 master/os/modules/bootloader/boot_copy_area.html   |   297 -
 master/os/modules/bootloader/boot_copy_image.html  |   297 -
 master/os/modules/bootloader/boot_erase_area.html  |   297 -
 master/os/modules/bootloader/boot_fill_slot.html   |   297 -
 .../bootloader/boot_find_image_area_idx.html       |   297 -
 .../modules/bootloader/boot_find_image_part.html   |   297 -
 .../modules/bootloader/boot_find_image_slot.html   |   297 -
 master/os/modules/bootloader/boot_go.html          |   297 -
 master/os/modules/bootloader/boot_init_flash.html  |   297 -
 master/os/modules/bootloader/boot_move_area.html   |   297 -
 .../modules/bootloader/boot_read_image_header.html |   297 -
 .../bootloader/boot_read_image_headers.html        |   297 -
 master/os/modules/bootloader/boot_read_status.html |   297 -
 .../modules/bootloader/boot_select_image_slot.html |   297 -
 master/os/modules/bootloader/boot_slot_addr.html   |   297 -
 .../modules/bootloader/boot_slot_to_area_idx.html  |   297 -
 master/os/modules/bootloader/boot_swap_areas.html  |   297 -
 .../modules/bootloader/boot_vect_delete_main.html  |   297 -
 .../modules/bootloader/boot_vect_delete_test.html  |   297 -
 .../os/modules/bootloader/boot_vect_read_main.html |   297 -
 .../os/modules/bootloader/boot_vect_read_one.html  |   297 -
 .../os/modules/bootloader/boot_vect_read_test.html |   297 -
 .../os/modules/bootloader/boot_write_status.html   |   297 -
 master/os/modules/bootloader/bootloader.html       |   116 +-
 master/os/modules/config/config.html               |   377 +-
 master/os/modules/console/console.html             |   219 +-
 master/os/modules/devmgmt/customize_newtmgr.html   |    47 +-
 master/os/modules/devmgmt/newtmgr.html             |    58 +-
 master/os/modules/devmgmt/oicmgr.html              |    81 +-
 master/os/modules/drivers/driver.html              |    82 +-
 master/os/modules/drivers/flash.html               |    49 +-
 master/os/modules/drivers/mmc.html                 |    49 +-
 master/os/modules/elua/elua.html                   |    39 +-
 master/os/modules/elua/lua_init.html               |     1 -
 master/os/modules/elua/lua_main.html               |     1 -
 master/os/modules/fcb/fcb.html                     |   613 +-
 master/os/modules/fcb/fcb_append.html              |     1 -
 master/os/modules/fcb/fcb_append_finish.html       |     1 -
 master/os/modules/fcb/fcb_append_to_scratch.html   |     1 -
 master/os/modules/fcb/fcb_clear.html               |     1 -
 master/os/modules/fcb/fcb_getnext.html             |     1 -
 master/os/modules/fcb/fcb_init.html                |     1 -
 master/os/modules/fcb/fcb_is_empty.html            |     1 -
 master/os/modules/fcb/fcb_offset_last_n.html       |     1 -
 master/os/modules/fcb/fcb_rotate.html              |     1 -
 master/os/modules/fcb/fcb_walk.html                |     1 -
 master/os/modules/fs/fatfs.html                    |    51 +-
 master/os/modules/fs/fs.html                       |   816 ++
 master/os/modules/fs/fs/fs.html                    |   476 -
 master/os/modules/fs/fs/fs_close.html              |   375 -
 master/os/modules/fs/fs/fs_closedir.html           |   387 -
 master/os/modules/fs/fs/fs_dirent_is_dir.html      |   388 -
 master/os/modules/fs/fs/fs_dirent_name.html        |   422 -
 master/os/modules/fs/fs/fs_filelen.html            |   369 -
 master/os/modules/fs/fs/fs_getpos.html             |   342 -
 master/os/modules/fs/fs/fs_mkdir.html              |   371 -
 master/os/modules/fs/fs/fs_open.html               |   418 -
 master/os/modules/fs/fs/fs_opendir.html            |   407 -
 master/os/modules/fs/fs/fs_ops.html                |   341 -
 master/os/modules/fs/fs/fs_read.html               |   395 -
 master/os/modules/fs/fs/fs_readdir.html            |   398 -
 master/os/modules/fs/fs/fs_register.html           |   326 -
 master/os/modules/fs/fs/fs_rename.html             |   389 -
 master/os/modules/fs/fs/fs_return_codes.html       |   363 -
 master/os/modules/fs/fs/fs_seek.html               |   382 -
 master/os/modules/fs/fs/fs_unlink.html             |   374 -
 master/os/modules/fs/fs/fs_write.html              |   378 -
 master/os/modules/fs/fs/fsutil_read_file.html      |   400 -
 master/os/modules/fs/fs/fsutil_write_file.html     |   371 -
 master/os/modules/fs/fs_add.html                   |   505 +
 master/os/modules/fs/nffs.html                     |   565 +
 master/os/modules/fs/nffs/nffs.html                |   395 -
 master/os/modules/fs/nffs/nffs_area_desc.html      |   339 -
 master/os/modules/fs/nffs/nffs_config.html         |   339 -
 master/os/modules/fs/nffs/nffs_detect.html         |   389 -
 master/os/modules/fs/nffs/nffs_format.html         |   384 -
 master/os/modules/fs/nffs/nffs_init.html           |   318 -
 master/os/modules/fs/nffs/nffs_internals.html      |   780 --
 master/os/modules/fs/otherfs.html                  |    59 +-
 master/os/modules/hal/hal.html                     |    22 +-
 master/os/modules/hal/hal_bsp/hal_bsp.html         |    33 +-
 master/os/modules/hal/hal_creation.html            |     1 -
 master/os/modules/hal/hal_flash/hal_flash.html     |   173 +-
 master/os/modules/hal/hal_flash/hal_flash_int.html |     1 -
 master/os/modules/hal/hal_gpio/hal_gpio.html       |    38 +-
 master/os/modules/hal/hal_i2c/hal_i2c.html         |   159 +-
 master/os/modules/hal/hal_in_libraries.html        |     1 -
 master/os/modules/hal/hal_os_tick/hal_os_tick.html |     1 -
 master/os/modules/hal/hal_spi/hal_spi.html         |    54 +-
 master/os/modules/hal/hal_system/hal_sys.html      |    12 +-
 master/os/modules/hal/hal_timer/hal_timer.html     |    32 +-
 master/os/modules/hal/hal_uart/hal_uart.html       |    18 +-
 .../os/modules/hal/hal_watchdog/hal_watchdog.html  |    18 +-
 master/os/modules/imgmgr/imgmgr.html               |    92 +-
 master/os/modules/imgmgr/imgmgr_module_init.html   |    48 +-
 master/os/modules/imgmgr/imgr_ver_parse.html       |    48 +-
 master/os/modules/imgmgr/imgr_ver_str.html         |    48 +-
 master/os/modules/json/json.html                   |   868 +-
 .../os/modules/json/json_encode_object_entry.html  |   354 -
 .../os/modules/json/json_encode_object_finish.html |   347 -
 master/os/modules/json/json_encode_object_key.html |   351 -
 .../os/modules/json/json_encode_object_start.html  |   347 -
 master/os/modules/json/json_read_object.html       |   370 -
 master/os/modules/logs/logs.html                   |   887 +-
 master/os/modules/mcumgr/mcumgr.html               |   343 +
 master/os/modules/mfg/mfg.html                     |   745 +
 master/os/modules/sensor_framework/sensor_api.html |  1056 +-
 .../os/modules/sensor_framework/sensor_create.html |   104 +-
 .../os/modules/sensor_framework/sensor_driver.html |   379 +-
 .../modules/sensor_framework/sensor_framework.html |   429 +
 .../sensor_framework_overview.html                 |   374 -
 .../sensor_framework/sensor_listener_api.html      |   150 +-
 .../modules/sensor_framework/sensor_mgr_api.html   |   529 +-
 .../sensor_framework/sensor_notifier_api.html      |   381 +
 master/os/modules/sensor_framework/sensor_oic.html |    57 +-
 .../os/modules/sensor_framework/sensor_shell.html  |    57 +-
 master/os/modules/shell/shell.html                 |   307 +-
 master/os/modules/shell/shell_cmd_register.html    |   355 -
 master/os/modules/shell/shell_evq_set.html         |   334 -
 .../modules/shell/shell_nlip_input_register.html   |   361 -
 master/os/modules/shell/shell_nlip_output.html     |   349 -
 master/os/modules/shell/shell_register.html        |   435 -
 .../shell/shell_register_app_cmd_handler.html      |   354 -
 .../shell/shell_register_default_module.html       |   356 -
 master/os/modules/split/split.html                 |    57 +-
 master/os/modules/stats/stats.html                 |   515 +-
 .../os/modules/sysinitconfig/sysconfig_error.html  |   180 +-
 master/os/modules/sysinitconfig/sysinitconfig.html |   184 +-
 master/os/modules/system_modules.html              |   346 +
 master/os/modules/testutil/test_assert.html        |   426 -
 master/os/modules/testutil/test_case.html          |   340 -
 master/os/modules/testutil/test_decl.html          |   341 -
 master/os/modules/testutil/test_pass.html          |   370 -
 master/os/modules/testutil/test_suite.html         |   346 -
 master/os/modules/testutil/testutil.html           |   452 +-
 master/os/modules/testutil/tu_init.html            |   336 -
 master/os/modules/testutil/tu_restart.html         |   333 -
 master/os/os_user_guide.html                       |    20 +-
 master/os/tutorials/STM32F303.html                 |     6 +-
 master/os/tutorials/add_newtmgr.html               |   579 -
 master/os/tutorials/define_target.html             |   301 -
 master/os/tutorials/event_queue.html               |   791 --
 master/os/tutorials/ota_upgrade_nrf52.html         |   496 -
 master/os/tutorials/pin-wheel-mods.html            |     1 -
 master/os/tutorials/segger_rtt.html                |   395 -
 master/os/tutorials/segger_sysview.html            |   382 -
 master/os/tutorials/tasks_lesson.html              |   572 -
 master/os/tutorials/try_markdown.html              |   337 -
 master/search.html                                 |     1 -
 master/searchindex.js                              |     2 +-
 master/tutorials/ble/ble.html                      |     1 -
 master/tutorials/ble/ble_bare_bones.html           |     1 -
 master/tutorials/ble/blehci_project.html           |     1 -
 .../ble/bleprph/bleprph-sections/bleprph-adv.html  |     1 -
 .../ble/bleprph/bleprph-sections/bleprph-app.html  |     1 -
 .../bleprph-sections/bleprph-chr-access.html       |     1 -
 .../bleprph-sections/bleprph-gap-event.html        |     1 -
 .../bleprph/bleprph-sections/bleprph-svc-reg.html  |     1 -
 master/tutorials/ble/bleprph/bleprph.html          |     1 -
 master/tutorials/ble/eddystone.html                |     1 -
 master/tutorials/ble/ibeacon.html                  |     1 -
 master/tutorials/blinky/arduino_zero.html          |    65 +-
 master/tutorials/blinky/blinky.html                |     1 -
 master/tutorials/blinky/blinky_console.html        |     9 +-
 master/tutorials/blinky/blinky_primo.html          |     1 -
 master/tutorials/blinky/blinky_stm32f4disc.html    |     1 -
 master/tutorials/blinky/nRF52.html                 |     1 -
 master/tutorials/blinky/olimex.html                |     1 -
 master/tutorials/blinky/rbnano2.html               |     1 -
 master/tutorials/devmgmt/add_newtmgr.html          |     1 -
 master/tutorials/devmgmt/devmgmt.html              |     1 -
 master/tutorials/devmgmt/ota_upgrade_nrf52.html    |     5 +-
 master/tutorials/lora/lorawanapp.html              |     1 -
 master/tutorials/os_fundamentals/event_queue.html  |     1 -
 .../tutorials/os_fundamentals/os_fundamentals.html |     1 -
 master/tutorials/os_fundamentals/tasks_lesson.html |     1 -
 master/tutorials/other/codesize.html               |     1 -
 master/tutorials/other/other.html                  |     1 -
 master/tutorials/other/unit_test.html              |     1 -
 master/tutorials/other/wi-fi_on_arduino.html       |     1 -
 master/tutorials/repo/add_repos.html               |     1 -
 master/tutorials/repo/create_repo.html             |     1 -
 master/tutorials/repo/private_repo.html            |     1 -
 master/tutorials/repo/upgrade_repo.html            |     1 -
 master/tutorials/sensors/air_quality.html          |     1 -
 master/tutorials/sensors/air_quality_ble.html      |     1 -
 master/tutorials/sensors/air_quality_sensor.html   |     1 -
 master/tutorials/sensors/nrf52_adc.html            |     1 -
 master/tutorials/sensors/sensor_bleprph_oic.html   |     1 -
 master/tutorials/sensors/sensor_nrf52_bno055.html  |     1 -
 .../tutorials/sensors/sensor_nrf52_bno055_oic.html |     1 -
 master/tutorials/sensors/sensor_nrf52_drv2605.html |     1 -
 .../tutorials/sensors/sensor_offboard_config.html  |     1 -
 master/tutorials/sensors/sensor_oic_overview.html  |     1 -
 .../sensors/sensor_thingy_lis2dh12_onb.html        |     1 -
 master/tutorials/sensors/sensors.html              |     1 -
 master/tutorials/sensors/sensors_framework.html    |     1 -
 master/tutorials/slinky/project-nrf52-slinky.html  |     1 -
 master/tutorials/slinky/project-sim-slinky.html    |     1 -
 master/tutorials/slinky/project-slinky.html        |     1 -
 master/tutorials/slinky/project-stm32-slinky.html  |     1 -
 master/tutorials/tooling/error_diagnostics.html    |     1 -
 master/tutorials/tooling/segger_rtt.html           |     1 -
 master/tutorials/tooling/segger_sysview.html       |     1 -
 master/tutorials/tooling/tooling.html              |     1 -
 master/tutorials/tutorials.html                    |     1 -
 mkdocs/js/lunr.min.js                              |     7 +
 mkdocs/js/mustache.min.js                          |     1 +
 mkdocs/js/require.js                               |    36 +
 mkdocs/js/search-results-template.mustache         |     4 +
 mkdocs/js/search.js                                |    88 +
 mkdocs/js/text.js                                  |   390 +
 mkdocs/search_index.json                           |   149 +
 news/article1/index.html                           |   256 -
 pages/ble/index.html                               |   295 +-
 pages/configurability/index.html                   |   256 -
 pages/securitybullets/index.html                   |   178 +-
 quick-start/index.html                             |   175 +-
 search.html                                        |   298 +
 search/lunr.js                                     |  2986 ----
 search/main.js                                     |    96 -
 search/search_index.json                           |     1 -
 search/worker.js                                   |   128 -
 sitemap.xml                                        |    51 +-
 sitemap.xml.gz                                     |   Bin 284 -> 0 bytes
 talks/index.html                                   |   205 +-
 v0_9_0/404.html                                    |  1732 ---
 FW-dist.png => v0_9_0/FW-dist.png                  |   Bin
 v0_9_0/about/index.html                            |  1931 +--
 v0_9_0/community/index.html                        |  1916 +--
 v0_9_0/css/base.css                                |   321 +-
 .../_static => v0_9_0}/css/bootstrap-3.0.3.min.css |     0
 v0_9_0/css/bootstrap-custom.min.css                |     1 -
 {css => v0_9_0/css}/custom.css                     |     0
 {css => v0_9_0/css}/font-awesome-4.0.3.css         |     0
 v0_9_0/css/font-awesome.min.css                    |     4 -
 {css => v0_9_0/css}/highlight.css                  |     0
 {css => v0_9_0/css}/v2.css                         |     0
 v0_9_0/documentation/index.html                    |  1733 ---
 v0_9_0/download/index.html                         |  1876 +--
 v0_9_0/events/index.html                           |  1876 +--
 v0_9_0/faq/answers/index.html                      |  2006 +--
 v0_9_0/faq/how_to_edit_docs/index.html             |  2013 +--
 v0_9_0/fonts/fontawesome-webfont.eot               |   Bin 165742 -> 38205 bytes
 v0_9_0/fonts/fontawesome-webfont.svg               |  3079 +----
 v0_9_0/fonts/fontawesome-webfont.ttf               |   Bin 165548 -> 80652 bytes
 v0_9_0/fonts/fontawesome-webfont.woff              |   Bin 98024 -> 44432 bytes
 v0_9_0/fonts/fontawesome-webfont.woff2             |   Bin 77160 -> 0 bytes
 v0_9_0/fonts/glyphicons-halflings-regular.eot      |   Bin 20127 -> 0 bytes
 v0_9_0/fonts/glyphicons-halflings-regular.svg      |   288 -
 v0_9_0/fonts/glyphicons-halflings-regular.ttf      |   Bin 45404 -> 0 bytes
 v0_9_0/fonts/glyphicons-halflings-regular.woff     |   Bin 23424 -> 0 bytes
 v0_9_0/fonts/glyphicons-halflings-regular.woff2    |   Bin 18028 -> 0 bytes
 {img => v0_9_0/img}/01.png                         |   Bin
 {img => v0_9_0/img}/FWdist.png                     |   Bin
 {img => v0_9_0/img}/MicrochipPIC32.jpg             |   Bin
 {img => v0_9_0/img}/NimBLE_conn.png                |   Bin
 {img => v0_9_0/img}/NimBLE_throughput.png          |   Bin
 {img => v0_9_0/img}/OS_arch.png                    |   Bin
 {v1_4_0/_static => v0_9_0}/img/add_to_slack.png    |   Bin
 {img => v0_9_0/img}/apache-feather.png             |   Bin
 {img => v0_9_0/img}/arm_logo.gif                   |   Bin
 {img => v0_9_0/img}/asf_logo_wide.gif              |   Bin
 .../_static => v0_9_0}/img/asf_logo_wide_small.png |   Bin
 {img => v0_9_0/img}/atmel.png                      |   Bin
 {img => v0_9_0/img}/combo_ble_lora.png             |   Bin
 {img => v0_9_0/img}/concurrent_conn.png            |   Bin
 {img => v0_9_0/img}/content-bg.png                 |   Bin
 {img => v0_9_0/img}/cross-platform.svg             |     0
 {img => v0_9_0/img}/cross-platforms.png            |   Bin
 {v1_4_0/_static => v0_9_0}/img/egg-logo2.png       |   Bin
 v0_9_0/img/favicon.ico                             |   Bin 1150 -> 0 bytes
 {img => v0_9_0/img}/folder.png                     |   Bin
 v0_9_0/img/grid.png                                |   Bin 1458 -> 0 bytes
 {img => v0_9_0/img}/json_logs.png                  |   Bin
 {img => v0_9_0/img}/logo.pdf                       |   Bin
 {v1_4_0/_static => v0_9_0}/img/logo.png            |   Bin
 {img => v0_9_0/img}/logo.svg                       |     0
 {img => v0_9_0/img}/lora_config.png                |   Bin
 .../img}/mynewt-logo-only-newt32x32.png            |   Bin
 {img => v0_9_0/img}/mynewt_dev_cycle.pdf           |   Bin
 {img => v0_9_0/img}/newt-img.png                   |   Bin
 {img => v0_9_0/img}/newt.png                       |   Bin
 {img => v0_9_0/img}/nimble-full-perf.png           |   Bin
 {img => v0_9_0/img}/perf_chart.png                 |   Bin
 {img => v0_9_0/img}/performance.png                |   Bin
 {img => v0_9_0/img}/riscv-logo.png                 |   Bin
 {img => v0_9_0/img}/secure_img.png                 |   Bin
 {img => v0_9_0/img}/watch.png                      |   Bin
 v0_9_0/index.html                                  |  2064 +--
 v0_9_0/js/base.js                                  |   238 +-
 {js => v0_9_0/js}/custom.js                        |     0
 {js => v0_9_0/js}/highlight.pack.js                |     0
 v0_9_0/known_issues/index.html                     |  2099 +--
 v0_9_0/mkdocs/js/lunr.min.js                       |     7 +
 v0_9_0/mkdocs/js/mustache.min.js                   |     1 +
 v0_9_0/mkdocs/js/require.js                        |    36 +
 v0_9_0/mkdocs/js/search-results-template.mustache  |     4 +
 v0_9_0/mkdocs/js/search.js                         |    88 +
 v0_9_0/mkdocs/js/text.js                           |   390 +
 v0_9_0/mkdocs/search_index.json                    |  7739 +++++++++++
 v0_9_0/network/ble/ble_intro/index.html            |  2156 +--
 v0_9_0/network/ble/ble_sec/index.html              |  2155 +--
 v0_9_0/network/ble/bletiny/bletiny_GAP/index.html  |  2184 +--
 v0_9_0/network/ble/bletiny/bletiny_GATT/index.html |  2158 +--
 .../network/ble/bletiny/bletiny_advdata/index.html |  2157 +--
 v0_9_0/network/ble/bletiny_api/index.html          |  2180 +--
 .../network/ble/ini_stack/ble_add_cpu/index.html   |  2197 +--
 .../ble/ini_stack/ble_consolepkg/index.html        |  2197 +--
 .../ble/ini_stack/ble_controller_ini/index.html    |  2197 +--
 v0_9_0/network/ble/ini_stack/ble_devadd/index.html |  2197 +--
 .../network/ble/ini_stack/ble_host_ini/index.html  |  2207 +--
 .../network/ble/ini_stack/ble_ini_intro/index.html |  2197 +--
 .../network/ble/ini_stack/ble_mempool/index.html   |  2197 +--
 .../ble/ini_stack/ble_parent_ini/index.html        |  2197 +--
 .../network/ble/ini_stack/ble_statpkg/index.html   |  2197 +--
 v0_9_0/network/ble/nimble_setup/index.html         |  2146 +--
 v0_9_0/news/article1/index.html                    |  1730 ---
 v0_9_0/newt/command_list/newt_build/index.html     |  2232 +--
 v0_9_0/newt/command_list/newt_clean/index.html     |  2233 +--
 .../newt/command_list/newt_create_image/index.html |  2233 +--
 v0_9_0/newt/command_list/newt_debug/index.html     |  2233 +--
 v0_9_0/newt/command_list/newt_help/index.html      |  2232 +--
 v0_9_0/newt/command_list/newt_info/index.html      |  2231 +--
 v0_9_0/newt/command_list/newt_install/index.html   |  2232 +--
 v0_9_0/newt/command_list/newt_load/index.html      |  2232 +--
 v0_9_0/newt/command_list/newt_new/index.html       |  2232 +--
 v0_9_0/newt/command_list/newt_run/index.html       |  2233 +--
 v0_9_0/newt/command_list/newt_size/index.html      |  2233 +--
 v0_9_0/newt/command_list/newt_target/index.html    |  2234 +--
 v0_9_0/newt/command_list/newt_test/index.html      |  2233 +--
 v0_9_0/newt/command_list/newt_upgrade/index.html   |  2231 +--
 v0_9_0/newt/command_list/newt_version/index.html   |  2232 +--
 v0_9_0/newt/install/newt_linux/index.html          |  2173 +--
 v0_9_0/newt/install/newt_mac/index.html            |  2173 +--
 v0_9_0/newt/newt_intro/index.html                  |  2107 +--
 v0_9_0/newt/newt_operation/index.html              |  2136 +--
 v0_9_0/newt/newt_ops/index.html                    |  2226 +--
 v0_9_0/newtmgr/installing/index.html               |  2097 +--
 v0_9_0/newtmgr/overview/index.html                 |  2113 +--
 v0_9_0/newtmgr/protocol/index.html                 |  1736 ---
 v0_9_0/os/core_os/callout/callout/index.html       |  2440 +---
 .../callout/os_callout_func_init/index.html        |  2479 +---
 .../os/core_os/callout/os_callout_init/index.html  |  2479 +---
 .../core_os/callout/os_callout_queued/index.html   |  2473 +---
 .../os/core_os/callout/os_callout_reset/index.html |  2477 +---
 .../os/core_os/callout/os_callout_stop/index.html  |  2476 +---
 .../context_switch/context_switch/index.html       |  2429 +---
 .../context_switch/os_arch_ctx_sw/index.html       |  2523 ++--
 .../os/core_os/context_switch/os_sched/index.html  |  2523 ++--
 .../context_switch/os_sched_ctx_sw_hook/index.html |  2523 ++--
 .../os_sched_get_current_task/index.html           |  2523 ++--
 .../context_switch/os_sched_insert/index.html      |  2522 ++--
 .../context_switch/os_sched_next_task/index.html   |  2522 ++--
 .../os_sched_os_timer_exp/index.html               |  2523 ++--
 .../context_switch/os_sched_resort/index.html      |  2523 ++--
 .../os_sched_set_current_task/index.html           |  2522 ++--
 .../context_switch/os_sched_sleep/index.html       |  2523 ++--
 .../context_switch/os_sched_wakeup/index.html      |  2523 ++--
 .../os/core_os/event_queue/event_queue/index.html  |  2430 +---
 .../event_queue/os_eventq_dflt_get/index.html      |  1762 ---
 .../event_queue/os_eventq_dflt_set/index.html      |  1776 ---
 .../core_os/event_queue/os_eventq_get/index.html   |  2467 +---
 .../core_os/event_queue/os_eventq_init/index.html  |  2467 +---
 .../event_queue/os_eventq_inited/index.html        |  1778 ---
 .../core_os/event_queue/os_eventq_put/index.html   |  2466 +---
 .../event_queue/os_eventq_remove/index.html        |  2467 +---
 v0_9_0/os/core_os/heap/heap/index.html             |  2436 +---
 v0_9_0/os/core_os/heap/os_free/index.html          |  2459 +---
 v0_9_0/os/core_os/heap/os_malloc/index.html        |  2459 +---
 v0_9_0/os/core_os/heap/os_realloc/index.html       |  2459 +---
 v0_9_0/os/core_os/mbuf/OS_MBUF_DATA/index.html     |  2652 ++--
 .../core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html   |  2653 ++--
 v0_9_0/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html   |  2652 ++--
 .../core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html |  2652 ++--
 v0_9_0/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html   |  2652 ++--
 .../core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html  |  2653 ++--
 v0_9_0/os/core_os/mbuf/OS_MBUF_USRHDR/index.html   |  2652 ++--
 .../os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html  |  2652 ++--
 v0_9_0/os/core_os/mbuf/mbuf/index.html             |  2470 +---
 v0_9_0/os/core_os/mbuf/os_mbuf_adj/index.html      |  2654 ++--
 v0_9_0/os/core_os/mbuf/os_mbuf_append/index.html   |  2654 ++--
 v0_9_0/os/core_os/mbuf/os_mbuf_concat/index.html   |  2654 ++--
 v0_9_0/os/core_os/mbuf/os_mbuf_copydata/index.html |  2653 ++--
 v0_9_0/os/core_os/mbuf/os_mbuf_copyinto/index.html |  2653 ++--
 v0_9_0/os/core_os/mbuf/os_mbuf_dup/index.html      |  2653 ++--
 v0_9_0/os/core_os/mbuf/os_mbuf_extend/index.html   |  2653 ++--
 .../os/core_os/mbuf/os_mbuf_free_chain/index.html  |  2654 ++--
 v0_9_0/os/core_os/mbuf/os_mbuf_get/index.html      |  2654 ++--
 .../os/core_os/mbuf/os_mbuf_get_pkthdr/index.html  |  2654 ++--
 v0_9_0/os/core_os/mbuf/os_mbuf_memcmp/index.html   |  2654 ++--
 v0_9_0/os/core_os/mbuf/os_mbuf_off/index.html      |  2654 ++--
 .../os/core_os/mbuf/os_mbuf_pool_init/index.html   |  2654 ++--
 v0_9_0/os/core_os/mbuf/os_mbuf_prepend/index.html  |  2654 ++--
 v0_9_0/os/core_os/mbuf/os_mbuf_pullup/index.html   |  2654 ++--
 .../memory_pool/OS_MEMPOOL_BYTES/index.html        |  2475 +---
 .../core_os/memory_pool/OS_MEMPOOL_SIZE/index.html |  2475 +---
 .../os/core_os/memory_pool/memory_pool/index.html  |  2440 +---
 .../core_os/memory_pool/os_memblock_get/index.html |  2475 +---
 .../core_os/memory_pool/os_memblock_put/index.html |  2474 +---
 .../core_os/memory_pool/os_mempool_init/index.html |  2475 +---
 v0_9_0/os/core_os/mqueue/mqueue/index.html         |  2465 +---
 v0_9_0/os/core_os/mqueue/os_mqueue_get/index.html  |  2493 ++--
 v0_9_0/os/core_os/mqueue/os_mqueue_init/index.html |  2493 ++--
 v0_9_0/os/core_os/mqueue/os_mqueue_put/index.html  |  2493 ++--
 v0_9_0/os/core_os/msys/msys/index.html             |  2463 +---
 v0_9_0/os/core_os/msys/os_msys_get/index.html      |  2502 ++--
 .../os/core_os/msys/os_msys_get_pkthdr/index.html  |  2502 ++--
 v0_9_0/os/core_os/msys/os_msys_register/index.html |  2501 ++--
 v0_9_0/os/core_os/msys/os_msys_reset/index.html    |  2501 ++--
 v0_9_0/os/core_os/mutex/mutex/index.html           |  2436 +---
 v0_9_0/os/core_os/mutex/os_mutex_init/index.html   |  2459 +---
 v0_9_0/os/core_os/mutex/os_mutex_pend/index.html   |  2459 +---
 .../os/core_os/mutex/os_mutex_release/index.html   |  2458 +---
 v0_9_0/os/core_os/mynewt_os/index.html             |  2431 +---
 v0_9_0/os/core_os/os_init/index.html               |  2441 +---
 v0_9_0/os/core_os/os_start/index.html              |  2441 +---
 v0_9_0/os/core_os/os_started/index.html            |  2440 +---
 v0_9_0/os/core_os/porting/port_bsp/index.html      |  2293 +---
 v0_9_0/os/core_os/porting/port_cpu/index.html      |  2271 +---
 v0_9_0/os/core_os/porting/port_mcu/index.html      |  2269 +---
 v0_9_0/os/core_os/porting/port_os/index.html       |  2278 +---
 .../core_os/sanity/os_sanity_check_init/index.html |  2474 +---
 .../sanity/os_sanity_check_register/index.html     |  2474 +---
 .../sanity/os_sanity_check_reset/index.html        |  2474 +---
 .../sanity/os_sanity_task_checkin/index.html       |  2474 +---
 .../core_os/sanity/os_sanity_task_init/index.html  |  2474 +---
 v0_9_0/os/core_os/sanity/sanity/index.html         |  2436 +---
 v0_9_0/os/core_os/semaphore/os_sem_init/index.html |  2459 +---
 v0_9_0/os/core_os/semaphore/os_sem_pend/index.html |  2459 +---
 .../os/core_os/semaphore/os_sem_release/index.html |  2459 +---
 v0_9_0/os/core_os/semaphore/semaphore/index.html   |  2436 +---
 v0_9_0/os/core_os/task/os_task_count/index.html    |  2458 +---
 .../core_os/task/os_task_info_get_next/index.html  |  2458 +---
 v0_9_0/os/core_os/task/os_task_init/index.html     |  2458 +---
 v0_9_0/os/core_os/task/task/index.html             |  2430 +---
 v0_9_0/os/core_os/time/os_gettimeofday/index.html  |  2475 +---
 v0_9_0/os/core_os/time/os_settimeofday/index.html  |  2475 +---
 v0_9_0/os/core_os/time/os_time/index.html          |  2432 +---
 v0_9_0/os/core_os/time/os_time_delay/index.html    |  2475 +---
 v0_9_0/os/core_os/time/os_time_get/index.html      |  2477 +---
 v0_9_0/os/core_os/time/os_time_tick/index.html     |  2477 +---
 v0_9_0/os/get_started/cross_tools/index.html       |  2142 +--
 v0_9_0/os/get_started/docker/index.html            |  2139 +--
 v0_9_0/os/get_started/get_started/index.html       |  2110 +--
 v0_9_0/os/get_started/native_tools/index.html      |  2140 +--
 v0_9_0/os/get_started/project_create/index.html    |  2145 +--
 v0_9_0/os/get_started/vocabulary/index.html        |  2102 +--
 v0_9_0/os/introduction/index.html                  |  2102 +--
 v0_9_0/os/modules/baselibc/index.html              |  2244 +--
 .../bootloader/boot_build_status/index.html        |  2481 ++--
 .../bootloader/boot_build_status_one/index.html    |  2481 ++--
 .../bootloader/boot_clear_status/index.html        |  2481 ++--
 .../modules/bootloader/boot_copy_area/index.html   |  2481 ++--
 .../modules/bootloader/boot_copy_image/index.html  |  2481 ++--
 .../modules/bootloader/boot_erase_area/index.html  |  2481 ++--
 .../modules/bootloader/boot_fill_slot/index.html   |  2481 ++--
 .../bootloader/boot_find_image_area_idx/index.html |  2481 ++--
 .../bootloader/boot_find_image_part/index.html     |  2481 ++--
 .../bootloader/boot_find_image_slot/index.html     |  2481 ++--
 v0_9_0/os/modules/bootloader/boot_go/index.html    |  2481 ++--
 .../modules/bootloader/boot_init_flash/index.html  |  2481 ++--
 .../modules/bootloader/boot_move_area/index.html   |  2481 ++--
 .../bootloader/boot_read_image_header/index.html   |  2481 ++--
 .../bootloader/boot_read_image_headers/index.html  |  2481 ++--
 .../modules/bootloader/boot_read_status/index.html |  2481 ++--
 .../bootloader/boot_select_image_slot/index.html   |  2481 ++--
 .../modules/bootloader/boot_slot_addr/index.html   |  2481 ++--
 .../bootloader/boot_slot_to_area_idx/index.html    |  2481 ++--
 .../modules/bootloader/boot_swap_areas/index.html  |  2481 ++--
 .../bootloader/boot_vect_delete_main/index.html    |  2481 ++--
 .../bootloader/boot_vect_delete_test/index.html    |  2481 ++--
 .../bootloader/boot_vect_read_main/index.html      |  2481 ++--
 .../bootloader/boot_vect_read_one/index.html       |  2481 ++--
 .../bootloader/boot_vect_read_test/index.html      |  2481 ++--
 .../bootloader/boot_write_status/index.html        |  2481 ++--
 v0_9_0/os/modules/bootloader/bootloader/index.html |  2259 +--
 v0_9_0/os/modules/console/console/index.html       |  2259 +--
 .../console/console_blocking_mode/index.html       |  2319 +---
 v0_9_0/os/modules/console/console_echo/index.html  |  2348 +---
 v0_9_0/os/modules/console/console_init/index.html  |  2347 +---
 .../os/modules/console/console_is_init/index.html  |  2347 +---
 .../os/modules/console/console_printf/index.html   |  2348 +---
 v0_9_0/os/modules/console/console_read/index.html  |  2319 +---
 v0_9_0/os/modules/console/console_write/index.html |  2347 +---
 v0_9_0/os/modules/elua/elua/index.html             |  2260 +--
 v0_9_0/os/modules/elua/lua_init/index.html         |  2280 +---
 v0_9_0/os/modules/elua/lua_main/index.html         |  2280 +---
 v0_9_0/os/modules/fs/fs/fs/index.html              |  2324 +---
 v0_9_0/os/modules/fs/fs/fs_close/index.html        |  2490 ++--
 v0_9_0/os/modules/fs/fs/fs_closedir/index.html     |  2489 ++--
 .../os/modules/fs/fs/fs_dirent_is_dir/index.html   |  2489 ++--
 v0_9_0/os/modules/fs/fs/fs_dirent_name/index.html  |  2490 ++--
 v0_9_0/os/modules/fs/fs/fs_filelen/index.html      |  2489 ++--
 v0_9_0/os/modules/fs/fs/fs_getpos/index.html       |  2489 ++--
 v0_9_0/os/modules/fs/fs/fs_mkdir/index.html        |  2490 ++--
 v0_9_0/os/modules/fs/fs/fs_open/index.html         |  2490 ++--
 v0_9_0/os/modules/fs/fs/fs_opendir/index.html      |  2490 ++--
 v0_9_0/os/modules/fs/fs/fs_ops/index.html          |  2332 +---
 v0_9_0/os/modules/fs/fs/fs_read/index.html         |  2489 ++--
 v0_9_0/os/modules/fs/fs/fs_readdir/index.html      |  2489 ++--
 v0_9_0/os/modules/fs/fs/fs_register/index.html     |  2489 ++--
 v0_9_0/os/modules/fs/fs/fs_rename/index.html       |  2490 ++--
 v0_9_0/os/modules/fs/fs/fs_return_codes/index.html |  2312 +---
 v0_9_0/os/modules/fs/fs/fs_seek/index.html         |  2490 ++--
 v0_9_0/os/modules/fs/fs/fs_unlink/index.html       |  2489 ++--
 v0_9_0/os/modules/fs/fs/fs_write/index.html        |  2490 ++--
 .../os/modules/fs/fs/fsutil_read_file/index.html   |  2490 ++--
 .../os/modules/fs/fs/fsutil_write_file/index.html  |  2489 ++--
 v0_9_0/os/modules/fs/nffs/nffs/index.html          |  2344 +---
 .../os/modules/fs/nffs/nffs_area_desc/index.html   |  2331 +---
 v0_9_0/os/modules/fs/nffs/nffs_config/index.html   |  2341 +---
 v0_9_0/os/modules/fs/nffs/nffs_detect/index.html   |  2369 +---
 v0_9_0/os/modules/fs/nffs/nffs_format/index.html   |  2369 +---
 v0_9_0/os/modules/fs/nffs/nffs_init/index.html     |  2339 +---
 .../os/modules/fs/nffs/nffs_internals/index.html   |  2352 +---
 v0_9_0/os/modules/fs/otherfs/index.html            |  2286 +---
 v0_9_0/os/modules/hal/hal/index.html               |  2286 +---
 v0_9_0/os/modules/hal/hal_adc/hal_adc/index.html   |  2408 +---
 v0_9_0/os/modules/hal/hal_api/index.html           |  2405 +---
 v0_9_0/os/modules/hal/hal_architecture/index.html  |  2282 +---
 .../hal/hal_cputime/hal_cpu_timer/index.html       |  2410 +---
 v0_9_0/os/modules/hal/hal_creation/index.html      |  2295 +---
 v0_9_0/os/modules/hal/hal_dac/hal_dac/index.html   |  2408 +---
 .../os/modules/hal/hal_flash/hal_flash/index.html  |  2416 +---
 .../modules/hal/hal_flash/hal_flash_int/index.html |  2416 +---
 .../modules/hal/hal_flash/hal_flash_map/index.html |  2416 +---
 v0_9_0/os/modules/hal/hal_gpio/hal_gpio/index.html |  2408 +---
 v0_9_0/os/modules/hal/hal_i2c/hal_i2c/index.html   |  2409 +---
 v0_9_0/os/modules/hal/hal_in_libraries/index.html  |  2292 +---
 v0_9_0/os/modules/hal/hal_pwm/hal_pwm/index.html   |  2408 +---
 v0_9_0/os/modules/hal/hal_spi/hal_spi/index.html   |  2412 +---
 .../os/modules/hal/hal_system/hal_sys/index.html   |  2390 +---
 v0_9_0/os/modules/hal/hal_uart/hal_uart/index.html |  2408 +---
 v0_9_0/os/modules/imgmgr/imgmgr/index.html         |  2259 +--
 .../modules/imgmgr/imgmgr_module_init/index.html   |  2288 +---
 v0_9_0/os/modules/imgmgr/imgr_ver_parse/index.html |  2288 +---
 v0_9_0/os/modules/imgmgr/imgr_ver_str/index.html   |  2288 +---
 v0_9_0/os/modules/json/json/index.html             |  2269 +---
 .../json/json_encode_object_entry/index.html       |  2303 +---
 .../json/json_encode_object_finish/index.html      |  2303 +---
 .../modules/json/json_encode_object_key/index.html |  2303 +---
 .../json/json_encode_object_start/index.html       |  2303 +---
 v0_9_0/os/modules/json/json_read_object/index.html |  2303 +---
 v0_9_0/os/modules/logs/logs/index.html             |  2262 +--
 v0_9_0/os/modules/newtmgr/index.html               |  1871 ---
 v0_9_0/os/modules/shell/shell/index.html           |  2287 +---
 .../os/modules/shell/shell_cmd_register/index.html |  2295 +---
 .../shell/shell_nlip_input_register/index.html     |  2295 +---
 .../os/modules/shell/shell_nlip_output/index.html  |  2295 +---
 v0_9_0/os/modules/shell/shell_task_init/index.html |  2296 +---
 v0_9_0/os/modules/stats/stats/index.html           |  2261 +--
 v0_9_0/os/modules/testutil/test_assert/index.html  |  2348 +---
 v0_9_0/os/modules/testutil/test_case/index.html    |  2319 +---
 v0_9_0/os/modules/testutil/test_decl/index.html    |  2319 +---
 v0_9_0/os/modules/testutil/test_pass/index.html    |  2329 +---
 v0_9_0/os/modules/testutil/test_suite/index.html   |  2319 +---
 v0_9_0/os/modules/testutil/testutil/index.html     |  2270 +---
 v0_9_0/os/modules/testutil/tu_init/index.html      |  2347 +---
 v0_9_0/os/modules/testutil/tu_restart/index.html   |  2319 +---
 v0_9_0/os/os_user_guide/index.html                 |  2239 +--
 v0_9_0/os/tutorials/STM32F303/index.html           |  2275 +---
 v0_9_0/os/tutorials/air_quality_sensor/index.html  |  2201 +--
 v0_9_0/os/tutorials/arduino_zero/index.html        |  2264 +--
 v0_9_0/os/tutorials/blehci_project/index.html      |  2206 +--
 v0_9_0/os/tutorials/bleprph/bleprph-adv/index.html |  2221 +--
 .../bleprph/bleprph-chr-access/index.html          |  2235 +--
 .../os/tutorials/bleprph/bleprph-conn/index.html   |  2233 +--
 .../os/tutorials/bleprph/bleprph-intro/index.html  |  2223 +--
 .../tutorials/bleprph/bleprph-svc-reg/index.html   |  2225 +--
 v0_9_0/os/tutorials/bletiny_project/index.html     |  2203 +--
 v0_9_0/os/tutorials/blinky_primo/index.html        |  2261 +--
 v0_9_0/os/tutorials/blinky_sram_olimex/index.html  |  2273 +---
 v0_9_0/os/tutorials/blinky_windows/index.html      |  2017 ---
 v0_9_0/os/tutorials/define_target/index.html       |  1732 ---
 v0_9_0/os/tutorials/event_queue/index.html         |  2199 +--
 v0_9_0/os/tutorials/ibeacon/index.html             |  2189 +--
 v0_9_0/os/tutorials/nRF52/index.html               |  2279 +---
 v0_9_0/os/tutorials/olimex/index.html              |  2279 +---
 v0_9_0/os/tutorials/pin-wheel-mods/index.html      |  2263 +--
 v0_9_0/os/tutorials/project-slinky/index.html      |  2201 +--
 .../os/tutorials/project-target-slinky/index.html  |  2227 +--
 v0_9_0/os/tutorials/repo/add_repos/index.html      |  2246 +--
 v0_9_0/os/tutorials/repo/create_repo/index.html    |  2219 +--
 v0_9_0/os/tutorials/repo/upgrade_repo/index.html   |  2204 +--
 v0_9_0/os/tutorials/tasks_lesson/index.html        |  2125 ---
 v0_9_0/os/tutorials/try_markdown/index.html        |  1768 ---
 v0_9_0/os/tutorials/tutorials/index.html           |  2210 +--
 v0_9_0/os/tutorials/unit_test/index.html           |  2204 +--
 v0_9_0/os/tutorials/wi-fi_on_arduino/index.html    |  1977 ---
 v0_9_0/quick-start/index.html                      |  1903 +--
 v0_9_0/search.html                                 |   311 +
 v0_9_0/search/lunr.js                              |  2986 ----
 v0_9_0/search/main.js                              |    96 -
 v0_9_0/search/search_index.json                    |     1 -
 v0_9_0/search/worker.js                            |   128 -
 v0_9_0/sitemap.xml                                 |  1434 +-
 v0_9_0/sitemap.xml.gz                              |   Bin 2216 -> 0 bytes
 v1_0_0/404.html                                    |  2510 ----
 FW-dist.png => v1_0_0/FW-dist.png                  |   Bin
 v1_0_0/about/index.html                            |  2729 +---
 v1_0_0/community/index.html                        |  2706 +---
 v1_0_0/css/base.css                                |   321 +-
 .../_static => v1_0_0}/css/bootstrap-3.0.3.min.css |     0
 v1_0_0/css/bootstrap-custom.min.css                |     1 -
 {css => v1_0_0/css}/custom.css                     |     0
 {css => v1_0_0/css}/font-awesome-4.0.3.css         |     0
 v1_0_0/css/font-awesome.min.css                    |     4 -
 {css => v1_0_0/css}/highlight.css                  |     0
 {css => v1_0_0/css}/v2.css                         |     0
 v1_0_0/documentation/index.html                    |  2511 ----
 v1_0_0/download/index.html                         |  2674 +---
 v1_0_0/events/index.html                           |  2668 +---
 v1_0_0/faq/answers/index.html                      |  2827 +---
 v1_0_0/faq/go_env/index.html                       |  2839 +---
 v1_0_0/faq/how_to_edit_docs/index.html             |  2833 +---
 v1_0_0/faq/ide/index.html                          |  2839 +---
 v1_0_0/faq/pics/debug_new_config_small.png         |   Bin
 v1_0_0/faq/pics/gdb_debug_small.png                |   Bin
 v1_0_0/faq/pics/gdb_server_small.png               |   Bin
 v1_0_0/faq/pics/gdb_small.png                      |   Bin
 v1_0_0/faq/pics/integrated_terminal_small.png      |   Bin
 v1_0_0/faq/pics/launch_small.png                   |   Bin
 v1_0_0/faq/pics/task_json_small.png                |   Bin
 v1_0_0/faq/pics/task_runner_small.png              |   Bin
 v1_0_0/faq/pics/task_select_small.png              |   Bin
 v1_0_0/faq/pics/task_start_small.png               |   Bin
 v1_0_0/fonts/fontawesome-webfont.eot               |   Bin 165742 -> 38205 bytes
 v1_0_0/fonts/fontawesome-webfont.svg               |  3079 +----
 v1_0_0/fonts/fontawesome-webfont.ttf               |   Bin 165548 -> 80652 bytes
 v1_0_0/fonts/fontawesome-webfont.woff              |   Bin 98024 -> 44432 bytes
 v1_0_0/fonts/fontawesome-webfont.woff2             |   Bin 77160 -> 0 bytes
 v1_0_0/fonts/glyphicons-halflings-regular.eot      |   Bin 20127 -> 0 bytes
 v1_0_0/fonts/glyphicons-halflings-regular.svg      |   288 -
 v1_0_0/fonts/glyphicons-halflings-regular.ttf      |   Bin 45404 -> 0 bytes
 v1_0_0/fonts/glyphicons-halflings-regular.woff     |   Bin 23424 -> 0 bytes
 v1_0_0/fonts/glyphicons-halflings-regular.woff2    |   Bin 18028 -> 0 bytes
 {img => v1_0_0/img}/01.png                         |   Bin
 {img => v1_0_0/img}/FWdist.png                     |   Bin
 {img => v1_0_0/img}/MicrochipPIC32.jpg             |   Bin
 {img => v1_0_0/img}/NimBLE_conn.png                |   Bin
 {img => v1_0_0/img}/NimBLE_throughput.png          |   Bin
 {img => v1_0_0/img}/OS_arch.png                    |   Bin
 {v1_4_0/_static => v1_0_0}/img/add_to_slack.png    |   Bin
 {img => v1_0_0/img}/apache-feather.png             |   Bin
 {img => v1_0_0/img}/arm_logo.gif                   |   Bin
 {img => v1_0_0/img}/asf_logo_wide.gif              |   Bin
 .../_static => v1_0_0}/img/asf_logo_wide_small.png |   Bin
 {img => v1_0_0/img}/atmel.png                      |   Bin
 {img => v1_0_0/img}/combo_ble_lora.png             |   Bin
 {img => v1_0_0/img}/concurrent_conn.png            |   Bin
 {img => v1_0_0/img}/content-bg.png                 |   Bin
 {img => v1_0_0/img}/cross-platform.svg             |     0
 {img => v1_0_0/img}/cross-platforms.png            |   Bin
 {v1_4_0/_static => v1_0_0}/img/egg-logo2.png       |   Bin
 v1_0_0/img/favicon.ico                             |   Bin 1150 -> 0 bytes
 {img => v1_0_0/img}/folder.png                     |   Bin
 v1_0_0/img/grid.png                                |   Bin 1458 -> 0 bytes
 {img => v1_0_0/img}/json_logs.png                  |   Bin
 {img => v1_0_0/img}/logo.pdf                       |   Bin
 {v1_4_0/_static => v1_0_0}/img/logo.png            |   Bin
 {img => v1_0_0/img}/logo.svg                       |     0
 {img => v1_0_0/img}/lora_config.png                |   Bin
 .../img}/mynewt-logo-only-newt32x32.png            |   Bin
 {img => v1_0_0/img}/mynewt_dev_cycle.pdf           |   Bin
 {img => v1_0_0/img}/newt-img.png                   |   Bin
 {img => v1_0_0/img}/newt.png                       |   Bin
 {img => v1_0_0/img}/nimble-full-perf.png           |   Bin
 {img => v1_0_0/img}/perf_chart.png                 |   Bin
 {img => v1_0_0/img}/performance.png                |   Bin
 {img => v1_0_0/img}/riscv-logo.png                 |   Bin
 {img => v1_0_0/img}/secure_img.png                 |   Bin
 {img => v1_0_0/img}/watch.png                      |   Bin
 v1_0_0/index.html                                  |  2862 +---
 v1_0_0/js/base.js                                  |   238 +-
 {js => v1_0_0/js}/custom.js                        |     0
 {js => v1_0_0/js}/highlight.pack.js                |     0
 v1_0_0/known_issues/index.html                     |  2881 +---
 v1_0_0/mkdocs/js/lunr.min.js                       |     7 +
 v1_0_0/mkdocs/js/mustache.min.js                   |     1 +
 v1_0_0/mkdocs/js/require.js                        |    36 +
 v1_0_0/mkdocs/js/search-results-template.mustache  |     4 +
 v1_0_0/mkdocs/js/search.js                         |    88 +
 v1_0_0/mkdocs/js/text.js                           |   390 +
 v1_0_0/mkdocs/search_index.json                    | 12164 +++++++++++++++++
 .../network/ble/ble_hs/ble_att/ble_att/index.html  |  3053 +----
 .../ble_att/functions/ble_att_mtu/index.html       |  3089 +----
 .../functions/ble_att_set_preferred_mtu/index.html |  3089 +----
 .../functions/ble_att_svr_read_local/index.html    |  3093 +----
 .../functions/ble_att_svr_write_local/index.html   |  3093 +----
 .../network/ble/ble_hs/ble_gap/ble_gap/index.html  |  3067 +----
 .../ble_gap/definitions/ble_gap_defs/index.html    |  3087 +----
 .../functions/ble_gap_adv_active/index.html        |  3210 +----
 .../ble_gap_adv_rsp_set_fields/index.html          |  3212 +----
 .../functions/ble_gap_adv_set_fields/index.html    |  3212 +----
 .../ble_gap/functions/ble_gap_adv_start/index.html |  3212 +----
 .../ble_gap/functions/ble_gap_adv_stop/index.html  |  3212 +----
 .../functions/ble_gap_conn_active/index.html       |  3210 +----
 .../functions/ble_gap_conn_cancel/index.html       |  3212 +----
 .../ble_gap/functions/ble_gap_conn_find/index.html |  3210 +----
 .../ble_gap/functions/ble_gap_conn_rssi/index.html |  3214 +----
 .../ble_gap/functions/ble_gap_connect/index.html   |  3212 +----
 .../ble_gap/functions/ble_gap_disc/index.html      |  3212 +----
 .../functions/ble_gap_disc_active/index.html       |  3210 +----
 .../functions/ble_gap_disc_cancel/index.html       |  3212 +----
 .../functions/ble_gap_security_initiate/index.html |  3212 +----
 .../ble_gap/functions/ble_gap_terminate/index.html |  3212 +----
 .../functions/ble_gap_update_params/index.html     |  3212 +----
 .../ble_gap/functions/ble_gap_wl_set/index.html    |  3212 +----
 .../ble/ble_hs/ble_gattc/ble_gattc/index.html      |  3067 +----
 .../definitions/ble_gattc_defs/index.html          |  3087 +----
 .../functions/ble_gattc_disc_all_chrs/index.html   |  3236 +----
 .../functions/ble_gattc_disc_all_dscs/index.html   |  3236 +----
 .../functions/ble_gattc_disc_all_svcs/index.html   |  3234 +----
 .../ble_gattc_disc_chrs_by_uuid/index.html         |  3236 +----
 .../ble_gattc_disc_svc_by_uuid/index.html          |  3236 +----
 .../functions/ble_gattc_exchange_mtu/index.html    |  3236 +----
 .../functions/ble_gattc_find_inc_svcs/index.html   |  3236 +----
 .../functions/ble_gattc_indicate/index.html        |  3236 +----
 .../functions/ble_gattc_notify/index.html          |  3236 +----
 .../functions/ble_gattc_notify_custom/index.html   |  3236 +----
 .../ble_gattc/functions/ble_gattc_read/index.html  |  3236 +----
 .../functions/ble_gattc_read_by_uuid/index.html    |  3236 +----
 .../functions/ble_gattc_read_long/index.html       |  3236 +----
 .../functions/ble_gattc_read_mult/index.html       |  3236 +----
 .../ble_gattc/functions/ble_gattc_write/index.html |  3236 +----
 .../functions/ble_gattc_write_flat/index.html      |  3236 +----
 .../functions/ble_gattc_write_long/index.html      |  3236 +----
 .../functions/ble_gattc_write_no_rsp/index.html    |  3236 +----
 .../ble_gattc_write_no_rsp_flat/index.html         |  3236 +----
 .../functions/ble_gattc_write_reliable/index.html  |  3234 +----
 .../ble/ble_hs/ble_gatts/ble_gatts/index.html      |  3067 +----
 .../definitions/ble_gatts_defs/index.html          |  3087 +----
 .../functions/ble_gatts_add_svcs/index.html        |  3126 +----
 .../functions/ble_gatts_count_cfg/index.html       |  3126 +----
 .../functions/ble_gatts_count_resources/index.html |  3126 +----
 .../functions/ble_gatts_find_chr/index.html        |  3126 +----
 .../functions/ble_gatts_find_dsc/index.html        |  3126 +----
 .../functions/ble_gatts_find_svc/index.html        |  3126 +----
 .../functions/ble_gatts_register_svcs/index.html   |  3126 +----
 v1_0_0/network/ble/ble_hs/ble_hs/index.html        |  3035 +----
 .../ble/ble_hs/ble_hs_id/ble_hs_id/index.html      |  3054 +----
 .../functions/ble_hs_id_copy_addr/index.html       |  3081 +----
 .../functions/ble_hs_id_gen_rnd/index.html         |  3083 +----
 .../functions/ble_hs_id_set_rnd/index.html         |  3083 +----
 .../ble/ble_hs/ble_hs_return_codes/index.html      |  3079 +----
 .../ble_hs/init/definitions/init_defs/index.html   |  3079 +----
 .../ble_hs/init/functions/ble_hs_init/index.html   |  3096 +----
 .../ble_hs/init/functions/ble_hs_start/index.html  |  3096 +----
 .../ble_hs/init/functions/ble_hs_synced/index.html |  3094 +----
 v1_0_0/network/ble/ble_hs/init/init/index.html     |  3067 +----
 .../ble_eddystone_set_adv_data_uid/index.html      |  3123 +----
 .../ble_eddystone_set_adv_data_url/index.html      |  3123 +----
 .../other/functions/ble_hs_mbuf_att_pkt/index.html |  3121 +----
 .../functions/ble_hs_mbuf_from_flat/index.html     |  3121 +----
 .../other/functions/ble_hs_mbuf_to_flat/index.html |  3123 +----
 .../functions/ble_ibeacon_set_adv_data/index.html  |  3123 +----
 .../other/functions/ble_uuid_128_to_16/index.html  |  3121 +----
 .../other/functions/ble_uuid_16_to_128/index.html  |  3121 +----
 v1_0_0/network/ble/ble_hs/other/other/index.html   |  3054 +----
 v1_0_0/network/ble/ble_intro/index.html            |  2949 +---
 v1_0_0/network/ble/ble_sec/index.html              |  2948 +---
 v1_0_0/network/ble/bletiny/bletiny_GAP/index.html  |  3016 +---
 v1_0_0/network/ble/bletiny/bletiny_GATT/index.html |  2975 +---
 .../network/ble/bletiny/bletiny_advdata/index.html |  2974 +---
 v1_0_0/network/ble/bletiny/bletiny_api/index.html  |  2989 +---
 .../network/ble/ini_stack/ble_add_cpu/index.html   |  3014 +---
 .../ble/ini_stack/ble_consolepkg/index.html        |  3014 +---
 .../ble/ini_stack/ble_controller_ini/index.html    |  3018 +---
 v1_0_0/network/ble/ini_stack/ble_devadd/index.html |  3014 +---
 .../network/ble/ini_stack/ble_host_ini/index.html  |  3018 +---
 .../network/ble/ini_stack/ble_ini_intro/index.html |  3014 +---
 .../network/ble/ini_stack/ble_mempool/index.html   |  3014 +---
 .../ble/ini_stack/ble_parent_ini/index.html        |  3016 +---
 .../network/ble/ini_stack/ble_statpkg/index.html   |  3014 +---
 v1_0_0/network/ble/nimble_setup/index.html         |  2957 +---
 v1_0_0/news/article1/index.html                    |  2508 ----
 v1_0_0/newt/command_list/newt_build/index.html     |  3070 +----
 v1_0_0/newt/command_list/newt_clean/index.html     |  3070 +----
 v1_0_0/newt/command_list/newt_complete/index.html  |  2535 ----
 .../newt/command_list/newt_create_image/index.html |  3070 +----
 v1_0_0/newt/command_list/newt_debug/index.html     |  3075 +----
 v1_0_0/newt/command_list/newt_help/index.html      |  3074 +----
 v1_0_0/newt/command_list/newt_info/index.html      |  3069 +----
 v1_0_0/newt/command_list/newt_install/index.html   |  3074 +----
 v1_0_0/newt/command_list/newt_load/index.html      |  3073 +----
 v1_0_0/newt/command_list/newt_mfg/index.html       |  3075 +----
 v1_0_0/newt/command_list/newt_new/index.html       |  3069 +----
 v1_0_0/newt/command_list/newt_pkg/index.html       |  3075 +----
 v1_0_0/newt/command_list/newt_run/index.html       |  3075 +----
 v1_0_0/newt/command_list/newt_size/index.html      |  3076 +----
 v1_0_0/newt/command_list/newt_sync/index.html      |  3074 +----
 v1_0_0/newt/command_list/newt_target/index.html    |  3075 +----
 v1_0_0/newt/command_list/newt_test/index.html      |  3075 +----
 v1_0_0/newt/command_list/newt_upgrade/index.html   |  3074 +----
 v1_0_0/newt/command_list/newt_vals/index.html      |  3075 +----
 v1_0_0/newt/command_list/newt_version/index.html   |  3069 +----
 v1_0_0/newt/install/newt_linux/index.html          |  2983 +---
 v1_0_0/newt/install/newt_mac/index.html            |  2982 +---
 v1_0_0/newt/install/newt_windows/index.html        |  2975 +---
 v1_0_0/newt/newt_intro/index.html                  |  2914 +---
 v1_0_0/newt/newt_operation/index.html              |  2922 +---
 v1_0_0/newt/newt_ops/index.html                    |  3068 +----
 .../newtmgr/command_list/newtmgr_config/index.html |  3027 +----
 .../newtmgr/command_list/newtmgr_conn/index.html   |  3027 +----
 .../newtmgr/command_list/newtmgr_crash/index.html  |  3027 +----
 .../command_list/newtmgr_datetime/index.html       |  3027 +----
 .../newtmgr/command_list/newtmgr_echo/index.html   |  3027 +----
 v1_0_0/newtmgr/command_list/newtmgr_fs/index.html  |  3027 +----
 .../newtmgr/command_list/newtmgr_image/index.html  |  3028 +----
 .../newtmgr/command_list/newtmgr_logs/index.html   |  3027 +----
 .../command_list/newtmgr_mpstats/index.html        |  3029 +----
 .../newtmgr/command_list/newtmgr_reset/index.html  |  3027 +----
 v1_0_0/newtmgr/command_list/newtmgr_run/index.html |  3027 +----
 .../newtmgr/command_list/newtmgr_stat/index.html   |  3029 +----
 .../command_list/newtmgr_taskstats/index.html      |  3031 +----
 v1_0_0/newtmgr/install_linux/index.html            |  2956 +---
 v1_0_0/newtmgr/install_mac/index.html              |  2947 +---
 v1_0_0/newtmgr/install_windows/index.html          |  2946 +---
 v1_0_0/newtmgr/overview/index.html                 |  2916 +---
 v1_0_0/newtmgr/protocol/index.html                 |  2514 ----
 v1_0_0/os/core_os/callout/callout/index.html       |  3277 ++---
 .../callout/os_callout_func_init/index.html        |  3312 ++---
 .../os/core_os/callout/os_callout_init/index.html  |  3312 ++---
 .../core_os/callout/os_callout_queued/index.html   |  3310 ++---
 .../os/core_os/callout/os_callout_reset/index.html |  3312 ++---
 .../os/core_os/callout/os_callout_stop/index.html  |  3311 ++---
 .../context_switch/context_switch/index.html       |  3266 ++---
 .../context_switch/os_arch_ctx_sw/index.html       |  3368 ++---
 .../os/core_os/context_switch/os_sched/index.html  |  3368 ++---
 .../context_switch/os_sched_ctx_sw_hook/index.html |  3368 ++---
 .../os_sched_get_current_task/index.html           |  3368 ++---
 .../context_switch/os_sched_insert/index.html      |  3367 ++---
 .../context_switch/os_sched_next_task/index.html   |  3367 ++---
 .../os_sched_os_timer_exp/index.html               |  3368 ++---
 .../context_switch/os_sched_remove/index.html      |  3368 ++---
 .../context_switch/os_sched_resort/index.html      |  3368 ++---
 .../os_sched_set_current_task/index.html           |  3367 ++---
 .../context_switch/os_sched_sleep/index.html       |  3368 ++---
 .../context_switch/os_sched_wakeup/index.html      |  3368 ++---
 v1_0_0/os/core_os/cputime/os_cputime/index.html    |  3268 ++---
 .../cputime/os_cputime_delay_nsecs/index.html      |  3376 ++---
 .../cputime/os_cputime_delay_ticks/index.html      |  3376 ++---
 .../cputime/os_cputime_delay_usecs/index.html      |  3376 ++---
 .../os/core_os/cputime/os_cputime_get32/index.html |  3376 ++---
 .../os/core_os/cputime/os_cputime_init/index.html  |  3376 ++---
 .../cputime/os_cputime_nsecs_to_ticks/index.html   |  3376 ++---
 .../cputime/os_cputime_ticks_to_nsecs/index.html   |  3376 ++---
 .../cputime/os_cputime_ticks_to_usecs/index.html   |  3376 ++---
 .../cputime/os_cputime_timer_init/index.html       |  3376 ++---
 .../cputime/os_cputime_timer_relative/index.html   |  3376 ++---
 .../cputime/os_cputime_timer_start/index.html      |  3376 ++---
 .../cputime/os_cputime_timer_stop/index.html       |  3376 ++---
 .../cputime/os_cputime_usecs_to_ticks/index.html   |  3376 ++---
 .../os/core_os/event_queue/event_queue/index.html  |  3267 ++---
 .../event_queue/os_eventq_designate/index.html     |  3336 ++---
 .../event_queue/os_eventq_dflt_get/index.html      |  3336 ++---
 .../event_queue/os_eventq_dflt_set/index.html      |  2554 ----
 .../core_os/event_queue/os_eventq_get/index.html   |  3336 ++---
 .../core_os/event_queue/os_eventq_init/index.html  |  3336 ++---
 .../event_queue/os_eventq_inited/index.html        |  3336 ++---
 .../core_os/event_queue/os_eventq_put/index.html   |  3335 ++---
 .../event_queue/os_eventq_remove/index.html        |  3336 ++---
 .../core_os/event_queue/os_eventq_run/index.html   |  3336 ++---
 v1_0_0/os/core_os/heap/heap/index.html             |  3273 ++---
 v1_0_0/os/core_os/heap/os_free/index.html          |  3296 ++---
 v1_0_0/os/core_os/heap/os_malloc/index.html        |  3296 ++---
 v1_0_0/os/core_os/heap/os_realloc/index.html       |  3296 ++---
 v1_0_0/os/core_os/mbuf/OS_MBUF_DATA/index.html     |  3489 ++---
 .../core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html   |  3490 ++---
 v1_0_0/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html   |  3489 ++---
 .../core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html |  3489 ++---
 v1_0_0/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html   |  3489 ++---
 .../core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html  |  3490 ++---
 v1_0_0/os/core_os/mbuf/OS_MBUF_USRHDR/index.html   |  3489 ++---
 .../os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html  |  3489 ++---
 v1_0_0/os/core_os/mbuf/mbuf/index.html             |  3307 ++---
 v1_0_0/os/core_os/mbuf/os_mbuf_adj/index.html      |  3491 ++---
 v1_0_0/os/core_os/mbuf/os_mbuf_append/index.html   |  3491 ++---
 v1_0_0/os/core_os/mbuf/os_mbuf_concat/index.html   |  3491 ++---
 v1_0_0/os/core_os/mbuf/os_mbuf_copydata/index.html |  3490 ++---
 v1_0_0/os/core_os/mbuf/os_mbuf_copyinto/index.html |  3490 ++---
 v1_0_0/os/core_os/mbuf/os_mbuf_dup/index.html      |  3490 ++---
 v1_0_0/os/core_os/mbuf/os_mbuf_extend/index.html   |  3490 ++---
 .../os/core_os/mbuf/os_mbuf_free_chain/index.html  |  3491 ++---
 v1_0_0/os/core_os/mbuf/os_mbuf_get/index.html      |  3491 ++---
 .../os/core_os/mbuf/os_mbuf_get_pkthdr/index.html  |  3491 ++---
 v1_0_0/os/core_os/mbuf/os_mbuf_memcmp/index.html   |  3491 ++---
 v1_0_0/os/core_os/mbuf/os_mbuf_off/index.html      |  3491 ++---
 .../os/core_os/mbuf/os_mbuf_pool_init/index.html   |  3491 ++---
 v1_0_0/os/core_os/mbuf/os_mbuf_prepend/index.html  |  3491 ++---
 v1_0_0/os/core_os/mbuf/os_mbuf_pullup/index.html   |  3491 ++---
 .../memory_pool/OS_MEMPOOL_BYTES/index.html        |  3320 ++---
 .../core_os/memory_pool/OS_MEMPOOL_SIZE/index.html |  3320 ++---
 .../os/core_os/memory_pool/memory_pool/index.html  |  3279 ++---
 .../core_os/memory_pool/os_memblock_get/index.html |  3320 ++---
 .../core_os/memory_pool/os_memblock_put/index.html |  3319 ++---
 .../os_mempool_info_get_next/index.html            |  3319 ++---
 .../core_os/memory_pool/os_mempool_init/index.html |  3320 ++---
 v1_0_0/os/core_os/mqueue/mqueue/index.html         |  3302 ++---
 v1_0_0/os/core_os/mqueue/os_mqueue_get/index.html  |  3330 ++---
 v1_0_0/os/core_os/mqueue/os_mqueue_init/index.html |  3331 ++---
 v1_0_0/os/core_os/mqueue/os_mqueue_put/index.html  |  3330 ++---
 v1_0_0/os/core_os/msys/msys/index.html             |  3300 ++---
 v1_0_0/os/core_os/msys/os_msys_get/index.html      |  3339 ++---
 .../os/core_os/msys/os_msys_get_pkthdr/index.html  |  3339 ++---
 v1_0_0/os/core_os/msys/os_msys_register/index.html |  3338 ++---
 v1_0_0/os/core_os/msys/os_msys_reset/index.html    |  3338 ++---
 v1_0_0/os/core_os/mutex/mutex/index.html           |  3273 ++---
 v1_0_0/os/core_os/mutex/os_mutex_init/index.html   |  3296 ++---
 v1_0_0/os/core_os/mutex/os_mutex_pend/index.html   |  3296 ++---
 .../os/core_os/mutex/os_mutex_release/index.html   |  3295 ++---
 v1_0_0/os/core_os/mynewt_os/index.html             |  3254 +----
 v1_0_0/os/core_os/os_init/index.html               |  2527 ----
 v1_0_0/os/core_os/os_start/index.html              |  2527 ----
 v1_0_0/os/core_os/os_started/index.html            |  3261 ++---
 v1_0_0/os/core_os/porting/port_bsp/index.html      |  3137 +----
 v1_0_0/os/core_os/porting/port_cpu/index.html      |  3121 +----
 v1_0_0/os/core_os/porting/port_mcu/index.html      |  3119 +----
 v1_0_0/os/core_os/porting/port_os/index.html       |  3128 +----
 .../core_os/sanity/os_sanity_check_init/index.html |  3311 ++---
 .../sanity/os_sanity_check_register/index.html     |  3311 ++---
 .../sanity/os_sanity_check_reset/index.html        |  3311 ++---
 .../sanity/os_sanity_task_checkin/index.html       |  3311 ++---
 .../core_os/sanity/os_sanity_task_init/index.html  |  3311 ++---
 v1_0_0/os/core_os/sanity/sanity/index.html         |  3273 ++---
 v1_0_0/os/core_os/semaphore/os_sem_init/index.html |  3296 ++---
 v1_0_0/os/core_os/semaphore/os_sem_pend/index.html |  3296 ++---
 .../os/core_os/semaphore/os_sem_release/index.html |  3296 ++---
 v1_0_0/os/core_os/semaphore/semaphore/index.html   |  3273 ++---
 v1_0_0/os/core_os/task/os_task_count/index.html    |  3303 ++---
 .../core_os/task/os_task_info_get_next/index.html  |  3303 ++---
 v1_0_0/os/core_os/task/os_task_init/index.html     |  3303 ++---
 v1_0_0/os/core_os/task/os_task_remove/index.html   |  3303 ++---
 v1_0_0/os/core_os/task/task/index.html             |  3267 ++---
 .../os/core_os/time/os_get_uptime_usec/index.html  |  3328 ++---
 v1_0_0/os/core_os/time/os_gettimeofday/index.html  |  3328 ++---
 v1_0_0/os/core_os/time/os_settimeofday/index.html  |  3328 ++---
 v1_0_0/os/core_os/time/os_time/index.html          |  3269 ++---
 v1_0_0/os/core_os/time/os_time_advance/index.html  |  3328 ++---
 v1_0_0/os/core_os/time/os_time_delay/index.html    |  3328 ++---
 v1_0_0/os/core_os/time/os_time_get/index.html      |  3330 ++---
 .../os/core_os/time/os_time_ms_to_ticks/index.html |  3328 ++---
 v1_0_0/os/get_started/cross_tools/index.html       |  2980 +---
 v1_0_0/os/get_started/docker/index.html            |  2929 +---
 v1_0_0/os/get_started/get_started/index.html       |  2924 +---
 .../os/get_started/native_install_intro/index.html |  2978 +---
 v1_0_0/os/get_started/native_tools/index.html      |  2976 +---
 v1_0_0/os/get_started/project_create/index.html    |  2943 +---
 v1_0_0/os/get_started/serial_access/index.html     |  2936 +---
 v1_0_0/os/get_started/vocabulary/index.html        |  2885 +---
 v1_0_0/os/introduction/index.html                  |  2884 +---
 v1_0_0/os/modules/baselibc/index.html              |  3094 +----
 .../bootloader/boot_build_status/index.html        |  3307 ++---
 .../bootloader/boot_build_status_one/index.html    |  3307 ++---
 .../bootloader/boot_clear_status/index.html        |  3307 ++---
 .../modules/bootloader/boot_copy_area/index.html   |  3307 ++---
 .../modules/bootloader/boot_copy_image/index.html  |  3307 ++---
 .../modules/bootloader/boot_erase_area/index.html  |  3307 ++---
 .../modules/bootloader/boot_fill_slot/index.html   |  3307 ++---
 .../bootloader/boot_find_image_area_idx/index.html |  3307 ++---
 .../bootloader/boot_find_image_part/index.html     |  3307 ++---
 .../bootloader/boot_find_image_slot/index.html     |  3307 ++---
 v1_0_0/os/modules/bootloader/boot_go/index.html    |  3307 ++---
 .../modules/bootloader/boot_init_flash/index.html  |  3307 ++---
 .../modules/bootloader/boot_move_area/index.html   |  3307 ++---
 .../bootloader/boot_read_image_header/index.html   |  3307 ++---
 .../bootloader/boot_read_image_headers/index.html  |  3307 ++---
 .../modules/bootloader/boot_read_status/index.html |  3307 ++---
 .../bootloader/boot_select_image_slot/index.html   |  3307 ++---
 .../modules/bootloader/boot_slot_addr/index.html   |  3307 ++---
 .../bootloader/boot_slot_to_area_idx/index.html    |  3307 ++---
 .../modules/bootloader/boot_swap_areas/index.html  |  3307 ++---
 .../bootloader/boot_vect_delete_main/index.html    |  3307 ++---
 .../bootloader/boot_vect_delete_test/index.html    |  3307 ++---
 .../bootloader/boot_vect_read_main/index.html      |  3307 ++---
 .../bootloader/boot_vect_read_one/index.html       |  3307 ++---
 .../bootloader/boot_vect_read_test/index.html      |  3307 ++---
 .../bootloader/boot_write_status/index.html        |  3307 ++---
 v1_0_0/os/modules/bootloader/bootloader/index.html |  3128 +----
 v1_0_0/os/modules/console/console/index.html       |  3113 +----
 .../console/console_blocking_mode/index.html       |  3173 +----
 v1_0_0/os/modules/console/console_echo/index.html  |  3174 +----
 v1_0_0/os/modules/console/console_init/index.html  |  3173 +----
 .../os/modules/console/console_is_init/index.html  |  3173 +----
 .../os/modules/console/console_printf/index.html   |  3174 +----
 v1_0_0/os/modules/console/console_read/index.html  |  3173 +----
 v1_0_0/os/modules/console/console_write/index.html |  3173 +----
 .../modules/devmgmt/customize_newtmgr/index.html   |  3111 +----
 v1_0_0/os/modules/devmgmt/newtmgr/index.html       |  3111 +----
 v1_0_0/os/modules/devmgmt/oicmgr/index.html        |  3111 +----
 v1_0_0/os/modules/drivers/driver/index.html        |  3112 +----
 v1_0_0/os/modules/drivers/flash/index.html         |  3142 +----
 v1_0_0/os/modules/drivers/mmc/index.html           |  3142 +----
 v1_0_0/os/modules/elua/elua/index.html             |  2539 ----
 v1_0_0/os/modules/elua/lua_init/index.html         |  2536 ----
 v1_0_0/os/modules/elua/lua_main/index.html         |  2549 ----
 v1_0_0/os/modules/fcb/fcb/index.html               |  3110 +----
 v1_0_0/os/modules/fcb/fcb_append/index.html        |  3198 +----
 v1_0_0/os/modules/fcb/fcb_append_finish/index.html |  3198 +----
 .../modules/fcb/fcb_append_to_scratch/index.html   |  3198 +----
 v1_0_0/os/modules/fcb/fcb_clear/index.html         |  3198 +----
 v1_0_0/os/modules/fcb/fcb_getnext/index.html       |  3198 +----
 v1_0_0/os/modules/fcb/fcb_init/index.html          |  3198 +----
 v1_0_0/os/modules/fcb/fcb_is_empty/index.html      |  3198 +----
 v1_0_0/os/modules/fcb/fcb_offset_last_n/index.html |  3198 +----
 v1_0_0/os/modules/fcb/fcb_rotate/index.html        |  3198 +----
 v1_0_0/os/modules/fcb/fcb_walk/index.html          |  3198 +----
 v1_0_0/os/modules/fs/fatfs/index.html              |  3136 +----
 v1_0_0/os/modules/fs/fs/fs/index.html              |  3176 +----
 v1_0_0/os/modules/fs/fs/fs_close/index.html        |  3324 ++---
 v1_0_0/os/modules/fs/fs/fs_closedir/index.html     |  3323 ++---
 .../os/modules/fs/fs/fs_dirent_is_dir/index.html   |  3323 ++---
 v1_0_0/os/modules/fs/fs/fs_dirent_name/index.html  |  3324 ++---
 v1_0_0/os/modules/fs/fs/fs_filelen/index.html      |  3323 ++---
 v1_0_0/os/modules/fs/fs/fs_getpos/index.html       |  3323 ++---
 v1_0_0/os/modules/fs/fs/fs_mkdir/index.html        |  3324 ++---
 v1_0_0/os/modules/fs/fs/fs_open/index.html         |  3324 ++---
 v1_0_0/os/modules/fs/fs/fs_opendir/index.html      |  3324 ++---
 v1_0_0/os/modules/fs/fs/fs_ops/index.html          |  3184 +----
 v1_0_0/os/modules/fs/fs/fs_read/index.html         |  3323 ++---
 v1_0_0/os/modules/fs/fs/fs_readdir/index.html      |  3323 ++---
 v1_0_0/os/modules/fs/fs/fs_register/index.html     |  3323 ++---
 v1_0_0/os/modules/fs/fs/fs_rename/index.html       |  3324 ++---
 v1_0_0/os/modules/fs/fs/fs_return_codes/index.html |  3170 +----
 v1_0_0/os/modules/fs/fs/fs_seek/index.html         |  3324 ++---
 v1_0_0/os/modules/fs/fs/fs_unlink/index.html       |  3323 ++---
 v1_0_0/os/modules/fs/fs/fs_write/index.html        |  3324 ++---
 .../os/modules/fs/fs/fsutil_read_file/index.html   |  3324 ++---
 .../os/modules/fs/fs/fsutil_write_file/index.html  |  3323 ++---
 v1_0_0/os/modules/fs/nffs/nffs/index.html          |  3173 +----
 .../os/modules/fs/nffs/nffs_area_desc/index.html   |  3193 +----
 v1_0_0/os/modules/fs/nffs/nffs_config/index.html   |  3193 +----
 v1_0_0/os/modules/fs/nffs/nffs_detect/index.html   |  3203 +----
 v1_0_0/os/modules/fs/nffs/nffs_format/index.html   |  3203 +----
 v1_0_0/os/modules/fs/nffs/nffs_init/index.html     |  3201 +----
 .../os/modules/fs/nffs/nffs_internals/index.html   |  3186 +----
 v1_0_0/os/modules/fs/otherfs/index.html            |  3138 +----
 v1_0_0/os/modules/hal/hal/index.html               |  3127 +----
 v1_0_0/os/modules/hal/hal_api/index.html           |  3223 +----
 v1_0_0/os/modules/hal/hal_bsp/hal_bsp/index.html   |  3226 +----
 v1_0_0/os/modules/hal/hal_creation/index.html      |  3125 +----
 .../os/modules/hal/hal_flash/hal_flash/index.html  |  3244 +----
 .../modules/hal/hal_flash/hal_flash_int/index.html |  3244 +----
 v1_0_0/os/modules/hal/hal_gpio/hal_gpio/index.html |  3226 +----
 v1_0_0/os/modules/hal/hal_i2c/hal_i2c/index.html   |  3227 +----
 v1_0_0/os/modules/hal/hal_in_libraries/index.html  |  3116 +----
 .../modules/hal/hal_os_tick/hal_os_tick/index.html |  3226 +----
 v1_0_0/os/modules/hal/hal_spi/hal_spi/index.html   |  3226 +----
 .../os/modules/hal/hal_system/hal_sys/index.html   |  3226 +----
 .../os/modules/hal/hal_timer/hal_timer/index.html  |  3226 +----
 v1_0_0/os/modules/hal/hal_uart/hal_uart/index.html |  3226 +----
 .../hal/hal_watchdog/hal_watchdog/index.html       |  3226 +----
 v1_0_0/os/modules/imgmgr/imgmgr/index.html         |  3109 +----
 .../modules/imgmgr/imgmgr_module_init/index.html   |  2524 ----
 v1_0_0/os/modules/imgmgr/imgr_ver_parse/index.html |  3130 +----
 v1_0_0/os/modules/imgmgr/imgr_ver_str/index.html   |  3130 +----
 v1_0_0/os/modules/json/json/index.html             |  3113 +----
 .../json/json_encode_object_entry/index.html       |  3157 +----
 .../json/json_encode_object_finish/index.html      |  3157 +----
 .../modules/json/json_encode_object_key/index.html |  3157 +----
 .../json/json_encode_object_start/index.html       |  3157 +----
 v1_0_0/os/modules/json/json_read_object/index.html |  3157 +----
 v1_0_0/os/modules/logs/logs/index.html             |  3109 +----
 v1_0_0/os/modules/shell/shell/index.html           |  3111 +----
 .../os/modules/shell/shell_cmd_register/index.html |  3149 +----
 v1_0_0/os/modules/shell/shell_evq_set/index.html   |  3145 +----
 .../shell/shell_nlip_input_register/index.html     |  3149 +----
 .../os/modules/shell/shell_nlip_output/index.html  |  3149 +----
 v1_0_0/os/modules/shell/shell_task_init/index.html |  2566 ----
 v1_0_0/os/modules/split/split/index.html           |  3108 +----
 v1_0_0/os/modules/stats/stats/index.html           |  3105 +----
 .../sysinitconfig/sysconfig_error/index.html       |  3117 +----
 .../modules/sysinitconfig/sysinitconfig/index.html |  3120 +----
 v1_0_0/os/modules/testutil/test_assert/index.html  |  3174 +----
 v1_0_0/os/modules/testutil/test_case/index.html    |  3173 +----
 v1_0_0/os/modules/testutil/test_decl/index.html    |  3173 +----
 v1_0_0/os/modules/testutil/test_pass/index.html    |  3173 +----
 v1_0_0/os/modules/testutil/test_suite/index.html   |  3173 +----
 v1_0_0/os/modules/testutil/testutil/index.html     |  3114 +----
 v1_0_0/os/modules/testutil/tu_init/index.html      |  3173 +----
 v1_0_0/os/modules/testutil/tu_restart/index.html   |  3173 +----
 v1_0_0/os/os_user_guide/index.html                 |  3083 +----
 v1_0_0/os/tutorials/STM32F303/index.html           |  2689 ----
 v1_0_0/os/tutorials/add_newtmgr/index.html         |  3060 +----
 v1_0_0/os/tutorials/add_shell/index.html           |  3050 +----
 v1_0_0/os/tutorials/air_quality_ble/index.html     |  3063 +----
 v1_0_0/os/tutorials/air_quality_sensor/index.html  |  3067 +----
 v1_0_0/os/tutorials/arduino_zero/index.html        |  3115 +----
 v1_0_0/os/tutorials/blehci_project/index.html      |  3054 +----
 v1_0_0/os/tutorials/bleprph/bleprph-adv/index.html |  3085 +----
 v1_0_0/os/tutorials/bleprph/bleprph-app/index.html |  3083 +----
 .../bleprph/bleprph-chr-access/index.html          |  3093 +----
 .../tutorials/bleprph/bleprph-gap-event/index.html |  3089 +----
 .../os/tutorials/bleprph/bleprph-intro/index.html  |  3083 +----
 .../tutorials/bleprph/bleprph-svc-reg/index.html   |  3087 +----
 v1_0_0/os/tutorials/bletiny_project/index.html     |  3051 +----
 v1_0_0/os/tutorials/blinky/index.html              |  3120 +----
 v1_0_0/os/tutorials/blinky_console/index.html      |  3116 +----
 v1_0_0/os/tutorials/blinky_primo/index.html        |  3116 +----
 v1_0_0/os/tutorials/blinky_sram_olimex/index.html  |  2663 ----
 v1_0_0/os/tutorials/blinky_stm32f4disc/index.html  |  3114 +----
 v1_0_0/os/tutorials/blinky_windows/index.html      |  2795 ----
 v1_0_0/os/tutorials/define_target/index.html       |  2510 ----
 v1_0_0/os/tutorials/eddystone/index.html           |  3047 +----
 v1_0_0/os/tutorials/event_queue/index.html         |  3046 +----
 v1_0_0/os/tutorials/ibeacon/index.html             |  3045 +----
 v1_0_0/os/tutorials/nRF52/index.html               |  3112 +----
 v1_0_0/os/tutorials/nrf52_adc/index.html           |  3058 +----
 v1_0_0/os/tutorials/olimex/index.html              |  3115 +----
 v1_0_0/os/tutorials/pics/STM32-E407_bot_small.jpg  |   Bin
 v1_0_0/os/tutorials/pics/STM32-E407_top_small.jpg  |   Bin
 v1_0_0/os/tutorials/pics/device_manager_ft232H.png |   Bin
 .../os/tutorials/pics/device_manager_no_ft232H.png |   Bin
 v1_0_0/os/tutorials/pics/mkr1000-jlink.jpg         |   Bin
 v1_0_0/os/tutorials/pics/mkr1000-serial.jpg        |   Bin
 v1_0_0/os/tutorials/pics/putty.png                 |   Bin
 v1_0_0/os/tutorials/pics/stm32f4_disc.jpg          |   Bin
 v1_0_0/os/tutorials/pin-wheel-mods/index.html      |  2586 ----
 .../os/tutorials/project-nrf52-slinky/index.html   |  3086 +----
 v1_0_0/os/tutorials/project-sim-slinky/index.html  |  3079 +----
 v1_0_0/os/tutorials/project-slinky/index.html      |  3081 +----
 .../os/tutorials/project-stm32-slinky/index.html   |  3086 +----
 v1_0_0/os/tutorials/rbnano2/index.html             |  3115 +----
 v1_0_0/os/tutorials/repo/add_repos/index.html      |  3082 +----
 v1_0_0/os/tutorials/repo/create_repo/index.html    |  3073 +----
 v1_0_0/os/tutorials/repo/private_repo/index.html   |  3064 +----
 v1_0_0/os/tutorials/repo/upgrade_repo/index.html   |  3064 +----
 v1_0_0/os/tutorials/tasks_lesson/index.html        |  3048 +----
 v1_0_0/os/tutorials/try_markdown/index.html        |  2546 ----
 v1_0_0/os/tutorials/tutorials/index.html           |  3040 +----
 v1_0_0/os/tutorials/unit_test/index.html           |  3050 +----
 v1_0_0/os/tutorials/wi-fi_on_arduino/index.html    |  3065 +----
 v1_0_0/pages/ble/index.html                        |  2798 +---
 v1_0_0/pages/configurability/index.html            |  2512 ----
 v1_0_0/quick-start/index.html                      |  2681 +---
 v1_0_0/search.html                                 |   315 +
 v1_0_0/search/lunr.js                              |  2986 ----
 v1_0_0/search/main.js                              |    96 -
 v1_0_0/search/search_index.json                    |     1 -
 v1_0_0/search/worker.js                            |   128 -
 v1_0_0/sitemap.xml                                 |  2182 +--
 v1_0_0/sitemap.xml.gz                              |   Bin 3239 -> 0 bytes
 v1_0_0/talks/index.html                            |  2700 +---
 v1_1_0/404.html                                    |  2689 ----
 FW-dist.png => v1_1_0/FW-dist.png                  |   Bin
 v1_1_0/about/index.html                            |  2910 +---
 v1_1_0/community/index.html                        |  2885 +---
 v1_1_0/css/base.css                                |   321 +-
 .../_static => v1_1_0}/css/bootstrap-3.0.3.min.css |     0
 v1_1_0/css/bootstrap-custom.min.css                |     1 -
 {css => v1_1_0/css}/custom.css                     |     0
 {css => v1_1_0/css}/font-awesome-4.0.3.css         |     0
 v1_1_0/css/font-awesome.min.css                    |     4 -
 {css => v1_1_0/css}/highlight.css                  |     0
 {css => v1_1_0/css}/v2.css                         |     0
 v1_1_0/documentation/index.html                    |  2690 ----
 v1_1_0/download/index.html                         |  2853 +---
 v1_1_0/events/index.html                           |  2854 +---
 v1_1_0/faq/answers/index.html                      |  3012 +---
 v1_1_0/faq/go_env/index.html                       |  3027 +----
 v1_1_0/faq/how_to_edit_docs/index.html             |  3021 +---
 v1_1_0/faq/ide/index.html                          |  3027 +----
 v1_1_0/faq/pics/debug_new_config_small.png         |   Bin
 v1_1_0/faq/pics/gdb_debug_small.png                |   Bin
 v1_1_0/faq/pics/gdb_server_small.png               |   Bin
 v1_1_0/faq/pics/gdb_small.png                      |   Bin
 v1_1_0/faq/pics/integrated_terminal_small.png      |   Bin
 v1_1_0/faq/pics/launch_small.png                   |   Bin
 v1_1_0/faq/pics/task_json_small.png                |   Bin
 v1_1_0/faq/pics/task_runner_small.png              |   Bin
 v1_1_0/faq/pics/task_select_small.png              |   Bin
 v1_1_0/faq/pics/task_start_small.png               |   Bin
 v1_1_0/fonts/fontawesome-webfont.eot               |   Bin 165742 -> 38205 bytes
 v1_1_0/fonts/fontawesome-webfont.svg               |  3079 +----
 v1_1_0/fonts/fontawesome-webfont.ttf               |   Bin 165548 -> 80652 bytes
 v1_1_0/fonts/fontawesome-webfont.woff              |   Bin 98024 -> 44432 bytes
 v1_1_0/fonts/fontawesome-webfont.woff2             |   Bin 77160 -> 0 bytes
 v1_1_0/fonts/glyphicons-halflings-regular.eot      |   Bin 20127 -> 0 bytes
 v1_1_0/fonts/glyphicons-halflings-regular.svg      |   288 -
 v1_1_0/fonts/glyphicons-halflings-regular.ttf      |   Bin 45404 -> 0 bytes
 v1_1_0/fonts/glyphicons-halflings-regular.woff     |   Bin 23424 -> 0 bytes
 v1_1_0/fonts/glyphicons-halflings-regular.woff2    |   Bin 18028 -> 0 bytes
 {img => v1_1_0/img}/01.png                         |   Bin
 {img => v1_1_0/img}/FWdist.png                     |   Bin
 {img => v1_1_0/img}/MicrochipPIC32.jpg             |   Bin
 {img => v1_1_0/img}/NimBLE_conn.png                |   Bin
 {img => v1_1_0/img}/NimBLE_throughput.png          |   Bin
 {img => v1_1_0/img}/OS_arch.png                    |   Bin
 {v1_4_0/_static => v1_1_0}/img/add_to_slack.png    |   Bin
 {img => v1_1_0/img}/apache-feather.png             |   Bin
 {img => v1_1_0/img}/arm_logo.gif                   |   Bin
 {img => v1_1_0/img}/asf_logo_wide.gif              |   Bin
 .../_static => v1_1_0}/img/asf_logo_wide_small.png |   Bin
 {img => v1_1_0/img}/atmel.png                      |   Bin
 {img => v1_1_0/img}/combo_ble_lora.png             |   Bin
 {img => v1_1_0/img}/concurrent_conn.png            |   Bin
 {img => v1_1_0/img}/content-bg.png                 |   Bin
 {img => v1_1_0/img}/cross-platform.svg             |     0
 {img => v1_1_0/img}/cross-platforms.png            |   Bin
 {v1_4_0/_static => v1_1_0}/img/egg-logo2.png       |   Bin
 v1_1_0/img/favicon.ico                             |   Bin 1150 -> 0 bytes
 {img => v1_1_0/img}/folder.png                     |   Bin
 v1_1_0/img/grid.png                                |   Bin 1458 -> 0 bytes
 {img => v1_1_0/img}/json_logs.png                  |   Bin
 {img => v1_1_0/img}/logo.pdf                       |   Bin
 {v1_4_0/_static => v1_1_0}/img/logo.png            |   Bin
 {img => v1_1_0/img}/logo.svg                       |     0
 {img => v1_1_0/img}/lora_config.png                |   Bin
 .../img}/mynewt-logo-only-newt32x32.png            |   Bin
 {img => v1_1_0/img}/mynewt_dev_cycle.pdf           |   Bin
 {img => v1_1_0/img}/newt-img.png                   |   Bin
 {img => v1_1_0/img}/newt.png                       |   Bin
 {img => v1_1_0/img}/nimble-full-perf.png           |   Bin
 {img => v1_1_0/img}/perf_chart.png                 |   Bin
 {img => v1_1_0/img}/performance.png                |   Bin
 {img => v1_1_0/img}/riscv-logo.png                 |   Bin
 {img => v1_1_0/img}/secure_img.png                 |   Bin
 {img => v1_1_0/img}/watch.png                      |   Bin
 v1_1_0/index.html                                  |  3041 +----
 v1_1_0/js/base.js                                  |   238 +-
 {js => v1_1_0/js}/custom.js                        |     0
 {js => v1_1_0/js}/highlight.pack.js                |     0
 v1_1_0/known_issues/index.html                     |  3069 +----
 v1_1_0/mkdocs/js/lunr.min.js                       |     7 +
 v1_1_0/mkdocs/js/mustache.min.js                   |     1 +
 v1_1_0/mkdocs/js/require.js                        |    36 +
 v1_1_0/mkdocs/js/search-results-template.mustache  |     4 +
 v1_1_0/mkdocs/js/search.js                         |    88 +
 v1_1_0/mkdocs/js/text.js                           |   390 +
 v1_1_0/mkdocs/search_index.json                    | 13494 ++++++++++++++++++
 .../network/ble/ble_hs/ble_att/ble_att/index.html  |  3234 +----
 .../ble_att/functions/ble_att_mtu/index.html       |  3277 +----
 .../functions/ble_att_preferred_mtu/index.html     |  3277 +----
 .../functions/ble_att_set_preferred_mtu/index.html |  3277 +----
 .../functions/ble_att_svr_read_local/index.html    |  3281 +----
 .../functions/ble_att_svr_write_local/index.html   |  3281 +----
 v1_1_0/network/ble/ble_hs/ble_att/mdtoc/index.html |  2695 ----
 .../network/ble/ble_hs/ble_gap/ble_gap/index.html  |  3247 +----
 .../ble_gap/definitions/ble_gap_defs/index.html    |  3267 +----
 .../functions/ble_gap_adv_active/index.html        |  3478 ++---
 .../functions/ble_gap_adv_rsp_set_data/index.html  |  3480 ++---
 .../ble_gap_adv_rsp_set_fields/index.html          |  3480 ++---
 .../functions/ble_gap_adv_set_data/index.html      |  3480 ++---
 .../functions/ble_gap_adv_set_fields/index.html    |  3480 ++---
 .../functions/ble_gap_adv_set_phys/index.html      |  3480 ++---
 .../functions/ble_gap_adv_set_tx_power/index.html  |  3480 ++---
 .../ble_gap/functions/ble_gap_adv_start/index.html |  3480 ++---
 .../ble_gap/functions/ble_gap_adv_stop/index.html  |  3480 ++---
 .../functions/ble_gap_conn_active/index.html       |  3478 ++---
 .../functions/ble_gap_conn_cancel/index.html       |  3480 ++---
 .../ble_gap/functions/ble_gap_conn_find/index.html |  3478 ++---
 .../ble_gap/functions/ble_gap_conn_rssi/index.html |  3482 ++---
 .../ble_gap/functions/ble_gap_connect/index.html   |  3480 ++---
 .../ble_gap/functions/ble_gap_disc/index.html      |  3480 ++---
 .../functions/ble_gap_disc_active/index.html       |  3478 ++---
 .../functions/ble_gap_disc_cancel/index.html       |  3480 ++---
 .../functions/ble_gap_ext_connect/index.html       |  3480 ++---
 .../ble_gap/functions/ble_gap_ext_disc/index.html  |  3480 ++---
 .../functions/ble_gap_read_le_phy/index.html       |  3480 ++---
 .../functions/ble_gap_security_initiate/index.html |  3480 ++---
 .../functions/ble_gap_set_event_cb/index.html      |  3478 ++---
 .../ble_gap_set_prefered_default_le_phy/index.html |  3480 ++---
 .../ble_gap_set_prefered_le_phy/index.html         |  3479 ++---
 .../functions/ble_gap_set_priv_mode/index.html     |  3480 ++---
 .../ble_gap/functions/ble_gap_terminate/index.html |  3480 ++---
 .../functions/ble_gap_update_params/index.html     |  3480 ++---
 .../ble_gap/functions/ble_gap_wl_set/index.html    |  3480 ++---
 v1_1_0/network/ble/ble_hs/ble_gap/mdtoc/index.html |  2713 ----
 .../ble/ble_hs/ble_gattc/ble_gattc/index.html      |  3247 +----
 .../definitions/ble_gattc_defs/index.html          |  3267 +----
 .../functions/ble_gattc_disc_all_chrs/index.html   |  3424 +----
 .../functions/ble_gattc_disc_all_dscs/index.html   |  3424 +----
 .../functions/ble_gattc_disc_all_svcs/index.html   |  3422 +----
 .../ble_gattc_disc_chrs_by_uuid/index.html         |  3424 +----
 .../ble_gattc_disc_svc_by_uuid/index.html          |  3424 +----
 .../functions/ble_gattc_exchange_mtu/index.html    |  3424 +----
 .../functions/ble_gattc_find_inc_svcs/index.html   |  3424 +----
 .../functions/ble_gattc_indicate/index.html        |  3424 +----
 .../functions/ble_gattc_indicate_custom/index.html |  3424 +----
 .../functions/ble_gattc_notify/index.html          |  3424 +----
 .../functions/ble_gattc_notify_custom/index.html   |  3424 +----
 .../ble_gattc/functions/ble_gattc_read/index.html  |  3424 +----
 .../functions/ble_gattc_read_by_uuid/index.html    |  3424 +----
 .../functions/ble_gattc_read_long/index.html       |  3424 +----
 .../functions/ble_gattc_read_mult/index.html       |  3424 +----
 .../ble_gattc/functions/ble_gattc_write/index.html |  3424 +----
 .../functions/ble_gattc_write_flat/index.html      |  3424 +----
 .../functions/ble_gattc_write_long/index.html      |  3424 +----
 .../functions/ble_gattc_write_no_rsp/index.html    |  3424 +----
 .../ble_gattc_write_no_rsp_flat/index.html         |  3424 +----
 .../functions/ble_gattc_write_reliable/index.html  |  3422 +----
 .../network/ble/ble_hs/ble_gattc/mdtoc/index.html  |  2713 ----
 .../ble/ble_hs/ble_gatts/ble_gatts/index.html      |  3247 +----
 .../definitions/ble_gatts_defs/index.html          |  3267 +----
 .../functions/ble_gatts_add_svcs/index.html        |  3298 +----
 .../functions/ble_gatts_count_cfg/index.html       |  3298 +----
 .../functions/ble_gatts_find_chr/index.html        |  3298 +----
 .../functions/ble_gatts_find_dsc/index.html        |  3298 +----
 .../functions/ble_gatts_find_svc/index.html        |  3298 +----
 .../ble_gatts_svc_set_visibility/index.html        |  3298 +----
 .../network/ble/ble_hs/ble_gatts/mdtoc/index.html  |  2698 ----
 v1_1_0/network/ble/ble_hs/ble_hs/index.html        |  3215 +----
 .../ble/ble_hs/ble_hs_id/ble_hs_id/index.html      |  3234 +----
 .../functions/ble_hs_id_copy_addr/index.html       |  3261 +----
 .../functions/ble_hs_id_gen_rnd/index.html         |  3263 +----
 .../functions/ble_hs_id_set_rnd/index.html         |  3263 +----
 .../network/ble/ble_hs/ble_hs_id/mdtoc/index.html  |  2693 ----
 .../ble/ble_hs/ble_hs_return_codes/index.html      |  3259 +----
 .../ble_eddystone_set_adv_data_uid/index.html      |  3347 +----
 .../ble_eddystone_set_adv_data_url/index.html      |  3347 +----
 .../other/functions/ble_hs_evq_set/index.html      |  3345 +----
 .../other/functions/ble_hs_mbuf_att_pkt/index.html |  3345 +----
 .../functions/ble_hs_mbuf_from_flat/index.html     |  3345 +----
 .../other/functions/ble_hs_mbuf_to_flat/index.html |  3347 +----
 .../other/functions/ble_hs_sched_reset/index.html  |  3345 +----
 .../other/functions/ble_hs_synced/index.html       |  3345 +----
 .../functions/ble_ibeacon_set_adv_data/index.html  |  3347 +----
 .../ble_hs/other/functions/ble_uuid_cmp/index.html |  3345 +----
 .../functions/ble_uuid_init_from_buf/index.html    |  3345 +----
 .../other/functions/ble_uuid_to_str/index.html     |  3345 +----
 .../ble_hs/other/functions/ble_uuid_u16/index.html |  3345 +----
 v1_1_0/network/ble/ble_hs/other/mdtoc/index.html   |  2703 ----
 v1_1_0/network/ble/ble_hs/other/other/index.html   |  3234 +----
 v1_1_0/network/ble/ble_intro/index.html            |  3140 +----
 v1_1_0/network/ble/ble_sec/index.html              |  3139 +----
 v1_1_0/network/ble/ble_setup/ble_addr/index.html   |  3174 +----
 .../network/ble/ble_setup/ble_lp_clock/index.html  |  3167 +----
 .../ble/ble_setup/ble_setup_intro/index.html       |  3155 +----
 .../network/ble/ble_setup/ble_sync_cb/index.html   |  3170 +----
 v1_1_0/network/ble/bletiny/bletiny_GAP/index.html  |  3211 +----
 v1_1_0/network/ble/bletiny/bletiny_GATT/index.html |  3166 +----
 .../network/ble/bletiny/bletiny_advdata/index.html |  3165 +----
 v1_1_0/network/ble/bletiny/bletiny_api/index.html  |  3180 +----
 v1_1_0/network/ble/bletiny_api/index.html          |  2807 ----
 v1_1_0/network/ble/btshell/btshell_GAP/index.html  |  3174 +----
 v1_1_0/network/ble/btshell/btshell_GATT/index.html |  3166 +----
 .../network/ble/btshell/btshell_advdata/index.html |  3165 +----
 v1_1_0/network/ble/btshell/btshell_api/index.html  |  3180 +----
 v1_1_0/news/article1/index.html                    |  2687 ----
 v1_1_0/newt/command_list/newt_build/index.html     |  3266 +----
 v1_1_0/newt/command_list/newt_clean/index.html     |  3266 +----
 v1_1_0/newt/command_list/newt_complete/index.html  |  2714 ----
 .../newt/command_list/newt_create_image/index.html |  3266 +----
 v1_1_0/newt/command_list/newt_debug/index.html     |  3271 +----
 v1_1_0/newt/command_list/newt_help/index.html      |  3270 +----
 v1_1_0/newt/command_list/newt_info/index.html      |  3265 +----
 v1_1_0/newt/command_list/newt_install/index.html   |  3270 +----
 v1_1_0/newt/command_list/newt_load/index.html      |  3269 +----
 v1_1_0/newt/command_list/newt_mfg/index.html       |  3271 +----
 v1_1_0/newt/command_list/newt_new/index.html       |  3265 +----
 v1_1_0/newt/command_list/newt_pkg/index.html       |  3271 +----
 .../newt/command_list/newt_resign_image/index.html |  3266 +----
 v1_1_0/newt/command_list/newt_run/index.html       |  3271 +----
 v1_1_0/newt/command_list/newt_size/index.html      |  3272 +----
 v1_1_0/newt/command_list/newt_sync/index.html      |  3270 +----
 v1_1_0/newt/command_list/newt_target/index.html    |  3271 +----
 v1_1_0/newt/command_list/newt_test/index.html      |  3271 +----
 v1_1_0/newt/command_list/newt_upgrade/index.html   |  3270 +----
 v1_1_0/newt/command_list/newt_vals/index.html      |  3271 +----
 v1_1_0/newt/command_list/newt_version/index.html   |  3265 +----
 v1_1_0/newt/install/newt_linux/index.html          |  3174 +----
 v1_1_0/newt/install/newt_mac/index.html            |  3174 +----
 v1_1_0/newt/install/newt_windows/index.html        |  3172 +----
 v1_1_0/newt/newt_intro/index.html                  |  3101 +----
 v1_1_0/newt/newt_operation/index.html              |  3110 +----
 v1_1_0/newt/newt_ops/index.html                    |  3264 +----
 .../newtmgr/command_list/newtmgr_config/index.html |  3215 +----
 .../newtmgr/command_list/newtmgr_conn/index.html   |  3216 +----
 .../newtmgr/command_list/newtmgr_crash/index.html  |  3215 +----
 .../command_list/newtmgr_datetime/index.html       |  3215 +----
 .../newtmgr/command_list/newtmgr_echo/index.html   |  3215 +----
 v1_1_0/newtmgr/command_list/newtmgr_fs/index.html  |  3215 +----
 .../newtmgr/command_list/newtmgr_image/index.html  |  3216 +----
 .../newtmgr/command_list/newtmgr_logs/index.html   |  3215 +----
 .../command_list/newtmgr_mpstats/index.html        |  3217 +----
 .../newtmgr/command_list/newtmgr_reset/index.html  |  3215 +----
 v1_1_0/newtmgr/command_list/newtmgr_run/index.html |  3215 +----
 .../newtmgr/command_list/newtmgr_stat/index.html   |  3217 +----
 .../command_list/newtmgr_taskstats/index.html      |  3219 +----
 v1_1_0/newtmgr/install_linux/index.html            |  3145 +----
 v1_1_0/newtmgr/install_mac/index.html              |  3146 +----
 v1_1_0/newtmgr/install_windows/index.html          |  3143 +----
 v1_1_0/newtmgr/overview/index.html                 |  3104 +----
 v1_1_0/newtmgr/protocol/index.html                 |  2693 ----
 v1_1_0/os/core_os/callout/callout/index.html       |  3476 ++---
 .../callout/os_callout_func_init/index.html        |  3515 ++---
 .../os/core_os/callout/os_callout_init/index.html  |  3515 ++---
 .../core_os/callout/os_callout_queued/index.html   |  3509 ++---
 .../os/core_os/callout/os_callout_reset/index.html |  3513 ++---
 .../os/core_os/callout/os_callout_stop/index.html  |  3512 ++---
 .../context_switch/context_switch/index.html       |  3465 ++---
 .../context_switch/os_arch_ctx_sw/index.html       |  3567 ++---
 .../os/core_os/context_switch/os_sched/index.html  |  3567 ++---
 .../context_switch/os_sched_ctx_sw_hook/index.html |  3567 ++---
 .../os_sched_get_current_task/index.html           |  3567 ++---
 .../context_switch/os_sched_insert/index.html      |  3566 ++---
 .../context_switch/os_sched_next_task/index.html   |  3566 ++---
 .../os_sched_os_timer_exp/index.html               |  3567 ++---
 .../context_switch/os_sched_remove/index.html      |  3567 ++---
 .../context_switch/os_sched_resort/index.html      |  3567 ++---
 .../os_sched_set_current_task/index.html           |  3566 ++---
 .../context_switch/os_sched_sleep/index.html       |  3567 ++---
 .../context_switch/os_sched_wakeup/index.html      |  3567 ++---
 v1_1_0/os/core_os/cputime/os_cputime/index.html    |  3467 ++---
 .../cputime/os_cputime_delay_nsecs/index.html      |  3575 ++---
 .../cputime/os_cputime_delay_ticks/index.html      |  3575 ++---
 .../cputime/os_cputime_delay_usecs/index.html      |  3575 ++---
 .../os/core_os/cputime/os_cputime_get32/index.html |  3575 ++---
 .../os/core_os/cputime/os_cputime_init/index.html  |  3575 ++---
 .../cputime/os_cputime_nsecs_to_ticks/index.html   |  3575 ++---
 .../cputime/os_cputime_ticks_to_nsecs/index.html   |  3575 ++---
 .../cputime/os_cputime_ticks_to_usecs/index.html   |  3575 ++---
 .../cputime/os_cputime_timer_init/index.html       |  3575 ++---
 .../cputime/os_cputime_timer_relative/index.html   |  3575 ++---
 .../cputime/os_cputime_timer_start/index.html      |  3575 ++---
 .../cputime/os_cputime_timer_stop/index.html       |  3575 ++---
 .../cputime/os_cputime_usecs_to_ticks/index.html   |  3575 ++---
 .../os/core_os/event_queue/event_queue/index.html  |  3466 ++---
 .../event_queue/os_eventq_designate/index.html     |  3535 ++---
 .../event_queue/os_eventq_dflt_get/index.html      |  3535 ++---
 .../event_queue/os_eventq_dflt_set/index.html      |  2733 ----
 .../core_os/event_queue/os_eventq_get/index.html   |  3535 ++---
 .../core_os/event_queue/os_eventq_init/index.html  |  3535 ++---
 .../event_queue/os_eventq_inited/index.html        |  3535 ++---
 .../core_os/event_queue/os_eventq_put/index.html   |  3534 ++---
 .../event_queue/os_eventq_remove/index.html        |  3535 ++---
 .../core_os/event_queue/os_eventq_run/index.html   |  3535 ++---
 v1_1_0/os/core_os/heap/heap/index.html             |  3472 ++---
 v1_1_0/os/core_os/heap/os_free/index.html          |  3495 ++---
 v1_1_0/os/core_os/heap/os_malloc/index.html        |  3495 ++---
 v1_1_0/os/core_os/heap/os_realloc/index.html       |  3495 ++---
 v1_1_0/os/core_os/mbuf/OS_MBUF_DATA/index.html     |  3688 ++---
 .../core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html   |  3689 ++---
 v1_1_0/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html   |  3688 ++---
 .../core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html |  3688 ++---
 v1_1_0/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html   |  3688 ++---
 .../core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html  |  3689 ++---
 v1_1_0/os/core_os/mbuf/OS_MBUF_USRHDR/index.html   |  3688 ++---
 .../os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html  |  3688 ++---
 v1_1_0/os/core_os/mbuf/mbuf/index.html             |  3506 ++---
 v1_1_0/os/core_os/mbuf/os_mbuf_adj/index.html      |  3690 ++---
 v1_1_0/os/core_os/mbuf/os_mbuf_append/index.html   |  3690 ++---
 v1_1_0/os/core_os/mbuf/os_mbuf_concat/index.html   |  3690 ++---
 v1_1_0/os/core_os/mbuf/os_mbuf_copydata/index.html |  3689 ++---
 v1_1_0/os/core_os/mbuf/os_mbuf_copyinto/index.html |  3689 ++---
 v1_1_0/os/core_os/mbuf/os_mbuf_dup/index.html      |  3689 ++---
 v1_1_0/os/core_os/mbuf/os_mbuf_extend/index.html   |  3689 ++---
 .../os/core_os/mbuf/os_mbuf_free_chain/index.html  |  3690 ++---
 v1_1_0/os/core_os/mbuf/os_mbuf_get/index.html      |  3690 ++---
 .../os/core_os/mbuf/os_mbuf_get_pkthdr/index.html  |  3690 ++---
 v1_1_0/os/core_os/mbuf/os_mbuf_memcmp/index.html   |  3690 ++---
 v1_1_0/os/core_os/mbuf/os_mbuf_off/index.html      |  3690 ++---
 .../os/core_os/mbuf/os_mbuf_pool_init/index.html   |  3690 ++---
 v1_1_0/os/core_os/mbuf/os_mbuf_prepend/index.html  |  3690 ++---
 v1_1_0/os/core_os/mbuf/os_mbuf_pullup/index.html   |  3690 ++---
 .../memory_pool/OS_MEMPOOL_BYTES/index.html        |  3519 ++---
 .../core_os/memory_pool/OS_MEMPOOL_SIZE/index.html |  3519 ++---
 .../os/core_os/memory_pool/memory_pool/index.html  |  3478 ++---
 .../core_os/memory_pool/os_memblock_get/index.html |  3519 ++---
 .../core_os/memory_pool/os_memblock_put/index.html |  3518 ++---
 .../os_mempool_info_get_next/index.html            |  3518 ++---
 .../core_os/memory_pool/os_mempool_init/index.html |  3519 ++---
 v1_1_0/os/core_os/mqueue/mqueue/index.html         |  3501 ++---
 v1_1_0/os/core_os/mqueue/os_mqueue_get/index.html  |  3529 ++---
 v1_1_0/os/core_os/mqueue/os_mqueue_init/index.html |  3530 ++---
 v1_1_0/os/core_os/mqueue/os_mqueue_put/index.html  |  3529 ++---
 v1_1_0/os/core_os/msys/msys/index.html             |  3499 ++---
 v1_1_0/os/core_os/msys/os_msys_get/index.html      |  3538 ++---
 .../os/core_os/msys/os_msys_get_pkthdr/index.html  |  3538 ++---
 v1_1_0/os/core_os/msys/os_msys_register/index.html |  3537 ++---
 v1_1_0/os/core_os/msys/os_msys_reset/index.html    |  3537 ++---
 v1_1_0/os/core_os/mutex/mutex/index.html           |  3472 ++---
 v1_1_0/os/core_os/mutex/os_mutex_init/index.html   |  3495 ++---
 v1_1_0/os/core_os/mutex/os_mutex_pend/index.html   |  3495 ++---
 .../os/core_os/mutex/os_mutex_release/index.html   |  3494 ++---
 v1_1_0/os/core_os/mynewt_os/index.html             |  3453 ++---
 v1_1_0/os/core_os/os_init/index.html               |  2706 ----
 v1_1_0/os/core_os/os_start/index.html              |  2706 ----
 v1_1_0/os/core_os/os_started/index.html            |  3460 ++---
 v1_1_0/os/core_os/porting/port_bsp/index.html      |  3345 +----
 v1_1_0/os/core_os/porting/port_cpu/index.html      |  3320 +----
 v1_1_0/os/core_os/porting/port_mcu/index.html      |  3318 +----
 v1_1_0/os/core_os/porting/port_os/index.html       |  3327 +----
 .../core_os/sanity/os_sanity_check_init/index.html |  3502 ++---
 .../sanity/os_sanity_check_register/index.html     |  3502 ++---
 .../sanity/os_sanity_check_reset/index.html        |  3502 ++---
 .../sanity/os_sanity_task_checkin/index.html       |  3502 ++---
 v1_1_0/os/core_os/sanity/sanity/index.html         |  3472 ++---
 v1_1_0/os/core_os/semaphore/os_sem_init/index.html |  3495 ++---
 v1_1_0/os/core_os/semaphore/os_sem_pend/index.html |  3495 ++---
 .../os/core_os/semaphore/os_sem_release/index.html |  3495 ++---
 v1_1_0/os/core_os/semaphore/semaphore/index.html   |  3472 ++---
 v1_1_0/os/core_os/task/os_task_count/index.html    |  3502 ++---
 .../core_os/task/os_task_info_get_next/index.html  |  3502 ++---
 v1_1_0/os/core_os/task/os_task_init/index.html     |  3502 ++---
 v1_1_0/os/core_os/task/os_task_remove/index.html   |  3502 ++---
 v1_1_0/os/core_os/task/task/index.html             |  3466 ++---
 .../os/core_os/time/os_get_uptime_usec/index.html  |  3527 ++---
 v1_1_0/os/core_os/time/os_gettimeofday/index.html  |  3527 ++---
 v1_1_0/os/core_os/time/os_settimeofday/index.html  |  3527 ++---
 v1_1_0/os/core_os/time/os_time/index.html          |  3468 ++---
 v1_1_0/os/core_os/time/os_time_advance/index.html  |  3527 ++---
 v1_1_0/os/core_os/time/os_time_delay/index.html    |  3527 ++---
 v1_1_0/os/core_os/time/os_time_get/index.html      |  3529 ++---
 .../os/core_os/time/os_time_ms_to_ticks/index.html |  3527 ++---
 v1_1_0/os/get_started/cross_tools/index.html       |  3168 +----
 v1_1_0/os/get_started/docker/index.html            |  3117 +----
 v1_1_0/os/get_started/get_started/index.html       |  3112 +----
 .../os/get_started/native_install_intro/index.html |  3166 +----
 v1_1_0/os/get_started/native_tools/index.html      |  3164 +----
 v1_1_0/os/get_started/project_create/index.html    |  3131 +----
 v1_1_0/os/get_started/serial_access/index.html     |  3124 +----
 v1_1_0/os/get_started/vocabulary/index.html        |  3073 +----
 v1_1_0/os/introduction/index.html                  |  3072 +----
 v1_1_0/os/modules/baselibc/index.html              |  3293 +----
 .../bootloader/boot_build_status/index.html        |  3506 ++---
 .../bootloader/boot_build_status_one/index.html    |  3506 ++---
 .../bootloader/boot_clear_status/index.html        |  3506 ++---
 .../modules/bootloader/boot_copy_area/index.html   |  3506 ++---
 .../modules/bootloader/boot_copy_image/index.html  |  3506 ++---
 .../modules/bootloader/boot_erase_area/index.html  |  3506 ++---
 .../modules/bootloader/boot_fill_slot/index.html   |  3506 ++---
 .../bootloader/boot_find_image_area_idx/index.html |  3506 ++---
 .../bootloader/boot_find_image_part/index.html     |  3506 ++---
 .../bootloader/boot_find_image_slot/index.html     |  3506 ++---
 v1_1_0/os/modules/bootloader/boot_go/index.html    |  3506 ++---
 .../modules/bootloader/boot_init_flash/index.html  |  3506 ++---
 .../modules/bootloader/boot_move_area/index.html   |  3506 ++---
 .../bootloader/boot_read_image_header/index.html   |  3506 ++---
 .../bootloader/boot_read_image_headers/index.html  |  3506 ++---
 .../modules/bootloader/boot_read_status/index.html |  3506 ++---
 .../bootloader/boot_select_image_slot/index.html   |  3506 ++---
 .../modules/bootloader/boot_slot_addr/index.html   |  3506 ++---
 .../bootloader/boot_slot_to_area_idx/index.html    |  3506 ++---
 .../modules/bootloader/boot_swap_areas/index.html  |  3506 ++---
 .../bootloader/boot_vect_delete_main/index.html    |  3506 ++---
 .../bootloader/boot_vect_delete_test/index.html    |  3506 ++---
 .../bootloader/boot_vect_read_main/index.html      |  3506 ++---
 .../bootloader/boot_vect_read_one/index.html       |  3506 ++---
 .../bootloader/boot_vect_read_test/index.html      |  3506 ++---
 .../bootloader/boot_write_status/index.html        |  3506 ++---
 v1_1_0/os/modules/bootloader/bootloader/index.html |  3327 +----
 v1_1_0/os/modules/console/console/index.html       |  3318 +----
 v1_1_0/os/modules/console/console_echo/index.html  |  3373 +----
 v1_1_0/os/modules/console/console_init/index.html  |  3372 +----
 .../os/modules/console/console_is_init/index.html  |  3372 +----
 .../os/modules/console/console_printf/index.html   |  3373 +----
 v1_1_0/os/modules/console/console_read/index.html  |  3372 +----
 .../modules/console/console_set_queues/index.html  |  3372 +----
 v1_1_0/os/modules/console/console_write/index.html |  3372 +----
 .../modules/devmgmt/customize_newtmgr/index.html   |  3310 +----
 v1_1_0/os/modules/devmgmt/newtmgr/index.html       |  3310 +----
 v1_1_0/os/modules/devmgmt/oicmgr/index.html        |  3310 +----
 v1_1_0/os/modules/drivers/driver/index.html        |  3311 +----
 v1_1_0/os/modules/drivers/flash/index.html         |  3341 +----
 v1_1_0/os/modules/drivers/mmc/index.html           |  3341 +----
 v1_1_0/os/modules/elua/elua/index.html             |  2718 ----
 v1_1_0/os/modules/elua/lua_init/index.html         |  2715 ----
 v1_1_0/os/modules/elua/lua_main/index.html         |  2728 ----
 v1_1_0/os/modules/fcb/fcb/index.html               |  3309 +----
 v1_1_0/os/modules/fcb/fcb_append/index.html        |  3397 +----
 v1_1_0/os/modules/fcb/fcb_append_finish/index.html |  3397 +----
 .../modules/fcb/fcb_append_to_scratch/index.html   |  3397 +----
 v1_1_0/os/modules/fcb/fcb_clear/index.html         |  3397 +----
 v1_1_0/os/modules/fcb/fcb_getnext/index.html       |  3397 +----
 v1_1_0/os/modules/fcb/fcb_init/index.html          |  3397 +----
 v1_1_0/os/modules/fcb/fcb_is_empty/index.html      |  3397 +----
 v1_1_0/os/modules/fcb/fcb_offset_last_n/index.html |  3397 +----
 v1_1_0/os/modules/fcb/fcb_rotate/index.html        |  3397 +----
 v1_1_0/os/modules/fcb/fcb_walk/index.html          |  3397 +----
 v1_1_0/os/modules/fs/fatfs/index.html              |  3335 +----
 v1_1_0/os/modules/fs/fs/fs/index.html              |  3375 +----
 v1_1_0/os/modules/fs/fs/fs_close/index.html        |  3523 ++---
 v1_1_0/os/modules/fs/fs/fs_closedir/index.html     |  3522 ++---
 .../os/modules/fs/fs/fs_dirent_is_dir/index.html   |  3522 ++---
 v1_1_0/os/modules/fs/fs/fs_dirent_name/index.html  |  3523 ++---
 v1_1_0/os/modules/fs/fs/fs_filelen/index.html      |  3522 ++---
 v1_1_0/os/modules/fs/fs/fs_getpos/index.html       |  3522 ++---
 v1_1_0/os/modules/fs/fs/fs_mkdir/index.html        |  3523 ++---
 v1_1_0/os/modules/fs/fs/fs_open/index.html         |  3523 ++---
 v1_1_0/os/modules/fs/fs/fs_opendir/index.html      |  3523 ++---
 v1_1_0/os/modules/fs/fs/fs_ops/index.html          |  3383 +----
 v1_1_0/os/modules/fs/fs/fs_read/index.html         |  3522 ++---
 v1_1_0/os/modules/fs/fs/fs_readdir/index.html      |  3522 ++---
 v1_1_0/os/modules/fs/fs/fs_register/index.html     |  3522 ++---
 v1_1_0/os/modules/fs/fs/fs_rename/index.html       |  3523 ++---
 v1_1_0/os/modules/fs/fs/fs_return_codes/index.html |  3373 +----
 v1_1_0/os/modules/fs/fs/fs_seek/index.html         |  3523 ++---
 v1_1_0/os/modules/fs/fs/fs_unlink/index.html       |  3522 ++---
 v1_1_0/os/modules/fs/fs/fs_write/index.html        |  3523 ++---
 .../os/modules/fs/fs/fsutil_read_file/index.html   |  3523 ++---
 .../os/modules/fs/fs/fsutil_write_file/index.html  |  3522 ++---
 v1_1_0/os/modules/fs/nffs/nffs/index.html          |  3376 +----
 .../os/modules/fs/nffs/nffs_area_desc/index.html   |  3392 +----
 v1_1_0/os/modules/fs/nffs/nffs_config/index.html   |  3392 +----
 v1_1_0/os/modules/fs/nffs/nffs_detect/index.html   |  3402 +----
 v1_1_0/os/modules/fs/nffs/nffs_format/index.html   |  3402 +----
 v1_1_0/os/modules/fs/nffs/nffs_init/index.html     |  3400 +----
 .../os/modules/fs/nffs/nffs_internals/index.html   |  3385 +----
 v1_1_0/os/modules/fs/otherfs/index.html            |  3337 +----
 v1_1_0/os/modules/hal/hal/index.html               |  3330 +----
 v1_1_0/os/modules/hal/hal_api/index.html           |  3422 +----
 v1_1_0/os/modules/hal/hal_bsp/hal_bsp/index.html   |  3425 +----
 v1_1_0/os/modules/hal/hal_creation/index.html      |  3324 +----
 .../os/modules/hal/hal_flash/hal_flash/index.html  |  3443 ++---
 .../modules/hal/hal_flash/hal_flash_int/index.html |  3443 ++---
 v1_1_0/os/modules/hal/hal_gpio/hal_gpio/index.html |  3425 +----
 v1_1_0/os/modules/hal/hal_i2c/hal_i2c/index.html   |  3426 +----
 v1_1_0/os/modules/hal/hal_in_libraries/index.html  |  3315 +----
 .../modules/hal/hal_os_tick/hal_os_tick/index.html |  3425 +----
 v1_1_0/os/modules/hal/hal_spi/hal_spi/index.html   |  3425 +----
 .../os/modules/hal/hal_system/hal_sys/index.html   |  3425 +----
 .../os/modules/hal/hal_timer/hal_timer/index.html  |  3425 +----
 v1_1_0/os/modules/hal/hal_uart/hal_uart/index.html |  3425 +----
 .../hal/hal_watchdog/hal_watchdog/index.html       |  3425 +----
 v1_1_0/os/modules/imgmgr/imgmgr/index.html         |  3308 +----
 .../modules/imgmgr/imgmgr_module_init/index.html   |  2703 ----
 v1_1_0/os/modules/imgmgr/imgr_ver_parse/index.html |  3329 +----
 v1_1_0/os/modules/imgmgr/imgr_ver_str/index.html   |  3329 +----
 v1_1_0/os/modules/json/json/index.html             |  3312 +----
 .../json/json_encode_object_entry/index.html       |  3356 +----
 .../json/json_encode_object_finish/index.html      |  3356 +----
 .../modules/json/json_encode_object_key/index.html |  3356 +----
 .../json/json_encode_object_start/index.html       |  3356 +----
 v1_1_0/os/modules/json/json_read_object/index.html |  3356 +----
 v1_1_0/os/modules/logs/logs/index.html             |  3308 +----
 .../modules/sensor_framework/sensor_api/index.html |  3385 +----
 .../sensor_framework/sensor_create/index.html      |  3344 +----
 .../sensor_framework/sensor_driver/index.html      |  3356 +----
 .../sensor_framework_overview/index.html           |  3340 +----
 .../sensor_listener_api/index.html                 |  3373 +----
 .../sensor_framework/sensor_mgr_api/index.html     |  3383 +----
 .../modules/sensor_framework/sensor_oic/index.html |  3369 +----
 .../sensor_framework/sensor_shell/index.html       |  3319 +----
 v1_1_0/os/modules/shell/shell/index.html           |  3314 +----
 .../os/modules/shell/shell_cmd_register/index.html |  3373 +----
 v1_1_0/os/modules/shell/shell_evq_set/index.html   |  3372 +----
 .../shell/shell_nlip_input_register/index.html     |  3372 +----
 .../os/modules/shell/shell_nlip_output/index.html  |  3372 +----
 v1_1_0/os/modules/shell/shell_register/index.html  |  3373 +----
 .../shell_register_app_cmd_handler/index.html      |  3372 +----
 .../shell/shell_register_default_module/index.html |  3372 +----
 v1_1_0/os/modules/split/split/index.html           |  3307 +----
 v1_1_0/os/modules/stats/stats/index.html           |  3304 +----
 .../sysinitconfig/sysconfig_error/index.html       |  3316 +----
 .../modules/sysinitconfig/sysinitconfig/index.html |  3319 +----
 v1_1_0/os/modules/testutil/test_assert/index.html  |  3373 +----
 v1_1_0/os/modules/testutil/test_case/index.html    |  3372 +----
 v1_1_0/os/modules/testutil/test_decl/index.html    |  3372 +----
 v1_1_0/os/modules/testutil/test_pass/index.html    |  3372 +----
 v1_1_0/os/modules/testutil/test_suite/index.html   |  3372 +----
 v1_1_0/os/modules/testutil/testutil/index.html     |  3313 +----
 v1_1_0/os/modules/testutil/tu_init/index.html      |  3372 +----
 v1_1_0/os/modules/testutil/tu_restart/index.html   |  3372 +----
 v1_1_0/os/os_user_guide/index.html                 |  3282 +----
 v1_1_0/os/tutorials/STM32F303/index.html           |  2867 ----
 v1_1_0/os/tutorials/add_newtmgr/index.html         |  3237 +----
 v1_1_0/os/tutorials/air_quality_ble/index.html     |  3256 +----
 v1_1_0/os/tutorials/air_quality_sensor/index.html  |  3260 +----
 v1_1_0/os/tutorials/arduino_zero/index.html        |  3272 +----
 v1_1_0/os/tutorials/ble_bare_bones/index.html      |  3260 +----
 v1_1_0/os/tutorials/blehci_project/index.html      |  3258 +----
 v1_1_0/os/tutorials/bleprph/bleprph-adv/index.html |  3287 +----
 v1_1_0/os/tutorials/bleprph/bleprph-app/index.html |  3285 +----
 .../bleprph/bleprph-chr-access/index.html          |  3293 +----
 .../os/tutorials/bleprph/bleprph-conn/index.html   |  2840 ----
 .../tutorials/bleprph/bleprph-gap-event/index.html |  3291 +----
 .../os/tutorials/bleprph/bleprph-intro/index.html  |  3287 +----
 .../tutorials/bleprph/bleprph-svc-reg/index.html   |  3291 +----
 v1_1_0/os/tutorials/blinky/index.html              |  3277 +----
 v1_1_0/os/tutorials/blinky_console/index.html      |  3271 +----
 v1_1_0/os/tutorials/blinky_primo/index.html        |  3273 +----
 v1_1_0/os/tutorials/blinky_sram_olimex/index.html  |  2842 ----
 v1_1_0/os/tutorials/blinky_stm32f4disc/index.html  |  3271 +----
 v1_1_0/os/tutorials/blinky_windows/index.html      |  2974 ----
 v1_1_0/os/tutorials/codesize/index.html            |  3221 +----
 v1_1_0/os/tutorials/define_target/index.html       |  2689 ----
 v1_1_0/os/tutorials/eddystone/index.html           |  3251 +----
 v1_1_0/os/tutorials/event_queue/index.html         |  3223 +----
 v1_1_0/os/tutorials/ibeacon/index.html             |  3251 +----
 v1_1_0/os/tutorials/nRF52/index.html               |  3269 +----
 v1_1_0/os/tutorials/nrf52_adc/index.html           |  3251 +----
 v1_1_0/os/tutorials/olimex/index.html              |  3272 +----
 v1_1_0/os/tutorials/ota_upgrade_nrf52/index.html   |  3238 +----
 v1_1_0/os/tutorials/pics/STM32-E407_bot_small.jpg  |   Bin
 v1_1_0/os/tutorials/pics/STM32-E407_top_small.jpg  |   Bin
 v1_1_0/os/tutorials/pics/device_manager_ft232H.png |   Bin
 .../os/tutorials/pics/device_manager_no_ft232H.png |   Bin
 v1_1_0/os/tutorials/pics/mkr1000-jlink.jpg         |   Bin
 v1_1_0/os/tutorials/pics/mkr1000-serial.jpg        |   Bin
 v1_1_0/os/tutorials/pics/putty.png                 |   Bin
 v1_1_0/os/tutorials/pics/stm32f4_disc.jpg          |   Bin
 v1_1_0/os/tutorials/pin-wheel-mods/index.html      |  2765 ----
 .../os/tutorials/project-nrf52-slinky/index.html   |  3243 +----
 v1_1_0/os/tutorials/project-sim-slinky/index.html  |  3236 +----
 v1_1_0/os/tutorials/project-slinky/index.html      |  3238 +----
 .../os/tutorials/project-stm32-slinky/index.html   |  3243 +----
 v1_1_0/os/tutorials/rbnano2/index.html             |  3272 +----
 v1_1_0/os/tutorials/repo/add_repos/index.html      |  3239 +----
 v1_1_0/os/tutorials/repo/create_repo/index.html    |  3230 +----
 v1_1_0/os/tutorials/repo/private_repo/index.html   |  3221 +----
 v1_1_0/os/tutorials/repo/upgrade_repo/index.html   |  3221 +----
 v1_1_0/os/tutorials/segger_rtt/index.html          |  3216 +----
 v1_1_0/os/tutorials/segger_sysview/index.html      |  3217 +----
 .../sensors/sensor_bleprph_oic/index.html          |  3319 +----
 .../sensors/sensor_nrf52_bno055/index.html         |  3301 +----
 .../sensors/sensor_nrf52_bno055_oic/index.html     |  3300 +----
 .../sensors/sensor_offboard_config/index.html      |  3283 +----
 .../sensors/sensor_oic_overview/index.html         |  3296 +----
 .../sensors/sensor_thingy_lis2dh12_onb/index.html  |  3289 +----
 v1_1_0/os/tutorials/sensors/sensors/index.html     |  3283 +----
 v1_1_0/os/tutorials/tasks_lesson/index.html        |  3225 +----
 v1_1_0/os/tutorials/try_markdown/index.html        |  2725 ----
 v1_1_0/os/tutorials/tutorials/index.html           |  3197 +----
 v1_1_0/os/tutorials/unit_test/index.html           |  3242 +----
 v1_1_0/os/tutorials/wi-fi_on_arduino/index.html    |  3250 +----
 v1_1_0/pages/ble/index.html                        |  2977 +---
 v1_1_0/pages/configurability/index.html            |  2691 ----
 v1_1_0/pages/securitybullets/index.html            |  2860 +---
 v1_1_0/quick-start/index.html                      |  2860 +---
 v1_1_0/search.html                                 |   321 +
 v1_1_0/search/lunr.js                              |  2986 ----
 v1_1_0/search/main.js                              |    96 -
 v1_1_0/search/search_index.json                    |     1 -
 v1_1_0/search/worker.js                            |   128 -
 v1_1_0/sitemap.xml                                 |  2340 +---
 v1_1_0/sitemap.xml.gz                              |   Bin 3464 -> 0 bytes
 v1_1_0/talks/index.html                            |  2879 +---
 v1_2_0/404.html                                    |  2707 ----
 FW-dist.png => v1_2_0/FW-dist.png                  |   Bin
 v1_2_0/about/index.html                            |  2928 +---
 v1_2_0/community/index.html                        |  2903 +---
 v1_2_0/css/base.css                                |   321 +-
 .../_static => v1_2_0}/css/bootstrap-3.0.3.min.css |     0
 v1_2_0/css/bootstrap-custom.min.css                |     1 -
 {css => v1_2_0/css}/custom.css                     |     0
 {css => v1_2_0/css}/font-awesome-4.0.3.css         |     0
 v1_2_0/css/font-awesome.min.css                    |     4 -
 {css => v1_2_0/css}/highlight.css                  |     0
 {css => v1_2_0/css}/v2.css                         |     0
 v1_2_0/documentation/index.html                    |  2708 ----
 v1_2_0/download/index.html                         |  2871 +---
 v1_2_0/events/index.html                           |  2872 +---
 v1_2_0/faq/answers/index.html                      |  3048 +----
 v1_2_0/faq/go_env/index.html                       |  3063 +----
 v1_2_0/faq/how_to_edit_docs/index.html             |  3057 +----
 v1_2_0/faq/ide/index.html                          |  3063 +----
 v1_2_0/faq/pics/debug_new_config_small.png         |   Bin
 v1_2_0/faq/pics/gdb_debug_small.png                |   Bin
 v1_2_0/faq/pics/gdb_server_small.png               |   Bin
 v1_2_0/faq/pics/gdb_small.png                      |   Bin
 v1_2_0/faq/pics/integrated_terminal_small.png      |   Bin
 v1_2_0/faq/pics/launch_small.png                   |   Bin
 v1_2_0/faq/pics/task_json_small.png                |   Bin
 v1_2_0/faq/pics/task_runner_small.png              |   Bin
 v1_2_0/faq/pics/task_select_small.png              |   Bin
 v1_2_0/faq/pics/task_start_small.png               |   Bin
 v1_2_0/fonts/fontawesome-webfont.eot               |   Bin 165742 -> 38205 bytes
 v1_2_0/fonts/fontawesome-webfont.svg               |  3079 +----
 v1_2_0/fonts/fontawesome-webfont.ttf               |   Bin 165548 -> 80652 bytes
 v1_2_0/fonts/fontawesome-webfont.woff              |   Bin 98024 -> 44432 bytes
 v1_2_0/fonts/fontawesome-webfont.woff2             |   Bin 77160 -> 0 bytes
 v1_2_0/fonts/glyphicons-halflings-regular.eot      |   Bin 20127 -> 0 bytes
 v1_2_0/fonts/glyphicons-halflings-regular.svg      |   288 -
 v1_2_0/fonts/glyphicons-halflings-regular.ttf      |   Bin 45404 -> 0 bytes
 v1_2_0/fonts/glyphicons-halflings-regular.woff     |   Bin 23424 -> 0 bytes
 v1_2_0/fonts/glyphicons-halflings-regular.woff2    |   Bin 18028 -> 0 bytes
 {img => v1_2_0/img}/01.png                         |   Bin
 {img => v1_2_0/img}/FWdist.png                     |   Bin
 {img => v1_2_0/img}/MicrochipPIC32.jpg             |   Bin
 {img => v1_2_0/img}/NimBLE_conn.png                |   Bin
 {img => v1_2_0/img}/NimBLE_throughput.png          |   Bin
 {img => v1_2_0/img}/OS_arch.png                    |   Bin
 {v1_4_0/_static => v1_2_0}/img/add_to_slack.png    |   Bin
 {img => v1_2_0/img}/apache-feather.png             |   Bin
 {img => v1_2_0/img}/arm_logo.gif                   |   Bin
 {img => v1_2_0/img}/asf_logo_wide.gif              |   Bin
 .../_static => v1_2_0}/img/asf_logo_wide_small.png |   Bin
 {img => v1_2_0/img}/atmel.png                      |   Bin
 {img => v1_2_0/img}/combo_ble_lora.png             |   Bin
 {img => v1_2_0/img}/concurrent_conn.png            |   Bin
 {img => v1_2_0/img}/content-bg.png                 |   Bin
 {img => v1_2_0/img}/cross-platform.svg             |     0
 {img => v1_2_0/img}/cross-platforms.png            |   Bin
 {v1_4_0/_static => v1_2_0}/img/egg-logo2.png       |   Bin
 v1_2_0/img/favicon.ico                             |   Bin 1150 -> 0 bytes
 {img => v1_2_0/img}/folder.png                     |   Bin
 v1_2_0/img/grid.png                                |   Bin 1458 -> 0 bytes
 {img => v1_2_0/img}/json_logs.png                  |   Bin
 {img => v1_2_0/img}/logo.pdf                       |   Bin
 {v1_4_0/_static => v1_2_0}/img/logo.png            |   Bin
 {img => v1_2_0/img}/logo.svg                       |     0
 {img => v1_2_0/img}/lora_config.png                |   Bin
 .../img}/mynewt-logo-only-newt32x32.png            |   Bin
 {img => v1_2_0/img}/mynewt_dev_cycle.pdf           |   Bin
 {img => v1_2_0/img}/newt-img.png                   |   Bin
 {img => v1_2_0/img}/newt.png                       |   Bin
 {img => v1_2_0/img}/nimble-full-perf.png           |   Bin
 {img => v1_2_0/img}/perf_chart.png                 |   Bin
 {img => v1_2_0/img}/performance.png                |   Bin
 {img => v1_2_0/img}/riscv-logo.png                 |   Bin
 {img => v1_2_0/img}/secure_img.png                 |   Bin
 {img => v1_2_0/img}/watch.png                      |   Bin
 v1_2_0/index.html                                  |  3059 +----
 v1_2_0/js/base.js                                  |   238 +-
 {js => v1_2_0/js}/custom.js                        |     0
 {js => v1_2_0/js}/highlight.pack.js                |     0
 v1_2_0/known_issues/index.html                     |  3089 +----
 v1_2_0/mkdocs/js/lunr.min.js                       |     7 +
 v1_2_0/mkdocs/js/mustache.min.js                   |     1 +
 v1_2_0/mkdocs/js/require.js                        |    36 +
 v1_2_0/mkdocs/js/search-results-template.mustache  |     4 +
 v1_2_0/mkdocs/js/search.js                         |    88 +
 v1_2_0/mkdocs/js/text.js                           |   390 +
 v1_2_0/mkdocs/search_index.json                    | 13609 +++++++++++++++++++
 .../network/ble/ble_hs/ble_att/ble_att/index.html  |  3254 +----
 .../ble_att/functions/ble_att_mtu/index.html       |  3297 +----
 .../functions/ble_att_preferred_mtu/index.html     |  3297 +----
 .../functions/ble_att_set_preferred_mtu/index.html |  3297 +----
 .../functions/ble_att_svr_read_local/index.html    |  3301 +----
 .../functions/ble_att_svr_write_local/index.html   |  3301 +----
 v1_2_0/network/ble/ble_hs/ble_att/mdtoc/index.html |  2713 ----
 .../network/ble/ble_hs/ble_gap/ble_gap/index.html  |  3267 +----
 .../ble_gap/definitions/ble_gap_defs/index.html    |  3287 +----
 .../functions/ble_gap_adv_active/index.html        |  3498 ++---
 .../functions/ble_gap_adv_rsp_set_data/index.html  |  3500 ++---
 .../ble_gap_adv_rsp_set_fields/index.html          |  3500 ++---
 .../functions/ble_gap_adv_set_data/index.html      |  3500 ++---
 .../functions/ble_gap_adv_set_fields/index.html    |  3500 ++---
 .../functions/ble_gap_adv_set_phys/index.html      |  3500 ++---
 .../functions/ble_gap_adv_set_tx_power/index.html  |  3500 ++---
 .../ble_gap/functions/ble_gap_adv_start/index.html |  3500 ++---
 .../ble_gap/functions/ble_gap_adv_stop/index.html  |  3500 ++---
 .../functions/ble_gap_conn_active/index.html       |  3498 ++---
 .../functions/ble_gap_conn_cancel/index.html       |  3500 ++---
 .../ble_gap/functions/ble_gap_conn_find/index.html |  3498 ++---
 .../ble_gap/functions/ble_gap_conn_rssi/index.html |  3502 ++---
 .../ble_gap/functions/ble_gap_connect/index.html   |  3500 ++---
 .../ble_gap/functions/ble_gap_disc/index.html      |  3500 ++---
 .../functions/ble_gap_disc_active/index.html       |  3498 ++---
 .../functions/ble_gap_disc_cancel/index.html       |  3500 ++---
 .../functions/ble_gap_ext_connect/index.html       |  3500 ++---
 .../ble_gap/functions/ble_gap_ext_disc/index.html  |  3500 ++---
 .../functions/ble_gap_read_le_phy/index.html       |  3500 ++---
 .../functions/ble_gap_security_initiate/index.html |  3500 ++---
 .../functions/ble_gap_set_event_cb/index.html      |  3498 ++---
 .../ble_gap_set_prefered_default_le_phy/index.html |  3500 ++---
 .../ble_gap_set_prefered_le_phy/index.html         |  3499 ++---
 .../functions/ble_gap_set_priv_mode/index.html     |  3500 ++---
 .../ble_gap/functions/ble_gap_terminate/index.html |  3500 ++---
 .../functions/ble_gap_update_params/index.html     |  3500 ++---
 .../ble_gap/functions/ble_gap_wl_set/index.html    |  3500 ++---
 v1_2_0/network/ble/ble_hs/ble_gap/mdtoc/index.html |  2731 ----
 .../ble/ble_hs/ble_gattc/ble_gattc/index.html      |  3267 +----
 .../definitions/ble_gattc_defs/index.html          |  3287 +----
 .../functions/ble_gattc_disc_all_chrs/index.html   |  3444 +----
 .../functions/ble_gattc_disc_all_dscs/index.html   |  3444 +----
 .../functions/ble_gattc_disc_all_svcs/index.html   |  3442 +----
 .../ble_gattc_disc_chrs_by_uuid/index.html         |  3444 +----
 .../ble_gattc_disc_svc_by_uuid/index.html          |  3444 +----
 .../functions/ble_gattc_exchange_mtu/index.html    |  3444 +----
 .../functions/ble_gattc_find_inc_svcs/index.html   |  3444 +----
 .../functions/ble_gattc_indicate/index.html        |  3444 +----
 .../functions/ble_gattc_indicate_custom/index.html |  3444 +----
 .../functions/ble_gattc_notify/index.html          |  3444 +----
 .../functions/ble_gattc_notify_custom/index.html   |  3444 +----
 .../ble_gattc/functions/ble_gattc_read/index.html  |  3444 +----
 .../functions/ble_gattc_read_by_uuid/index.html    |  3444 +----
 .../functions/ble_gattc_read_long/index.html       |  3444 +----
 .../functions/ble_gattc_read_mult/index.html       |  3444 +----
 .../ble_gattc/functions/ble_gattc_write/index.html |  3444 +----
 .../functions/ble_gattc_write_flat/index.html      |  3444 +----
 .../functions/ble_gattc_write_long/index.html      |  3444 +----
 .../functions/ble_gattc_write_no_rsp/index.html    |  3444 +----
 .../ble_gattc_write_no_rsp_flat/index.html         |  3444 +----
 .../functions/ble_gattc_write_reliable/index.html  |  3442 +----
 .../network/ble/ble_hs/ble_gattc/mdtoc/index.html  |  2731 ----
 .../ble/ble_hs/ble_gatts/ble_gatts/index.html      |  3267 +----
 .../definitions/ble_gatts_defs/index.html          |  3287 +----
 .../functions/ble_gatts_add_svcs/index.html        |  3318 +----
 .../functions/ble_gatts_count_cfg/index.html       |  3318 +----
 .../functions/ble_gatts_find_chr/index.html        |  3318 +----
 .../functions/ble_gatts_find_dsc/index.html        |  3318 +----
 .../functions/ble_gatts_find_svc/index.html        |  3318 +----
 .../ble_gatts_svc_set_visibility/index.html        |  3318 +----
 .../network/ble/ble_hs/ble_gatts/mdtoc/index.html  |  2716 ----
 v1_2_0/network/ble/ble_hs/ble_hs/index.html        |  3235 +----
 .../ble/ble_hs/ble_hs_id/ble_hs_id/index.html      |  3254 +----
 .../functions/ble_hs_id_copy_addr/index.html       |  3281 +----
 .../functions/ble_hs_id_gen_rnd/index.html         |  3283 +----
 .../functions/ble_hs_id_set_rnd/index.html         |  3283 +----
 .../network/ble/ble_hs/ble_hs_id/mdtoc/index.html  |  2711 ----
 .../ble/ble_hs/ble_hs_return_codes/index.html      |  3279 +----
 .../ble_eddystone_set_adv_data_uid/index.html      |  3367 +----
 .../ble_eddystone_set_adv_data_url/index.html      |  3367 +----
 .../other/functions/ble_hs_evq_set/index.html      |  3365 +----
 .../other/functions/ble_hs_mbuf_att_pkt/index.html |  3365 +----
 .../functions/ble_hs_mbuf_from_flat/index.html     |  3365 +----
 .../other/functions/ble_hs_mbuf_to_flat/index.html |  3367 +----
 .../other/functions/ble_hs_sched_reset/index.html  |  3365 +----
 .../other/functions/ble_hs_synced/index.html       |  3365 +----
 .../functions/ble_ibeacon_set_adv_data/index.html  |  3367 +----
 .../ble_hs/other/functions/ble_uuid_cmp/index.html |  3365 +----
 .../functions/ble_uuid_init_from_buf/index.html    |  3365 +----
 .../other/functions/ble_uuid_to_str/index.html     |  3365 +----
 .../ble_hs/other/functions/ble_uuid_u16/index.html |  3365 +----
 v1_2_0/network/ble/ble_hs/other/mdtoc/index.html   |  2721 ----
 v1_2_0/network/ble/ble_hs/other/other/index.html   |  3254 +----
 v1_2_0/network/ble/ble_intro/index.html            |  3161 +----
 v1_2_0/network/ble/ble_sec/index.html              |  3159 +----
 v1_2_0/network/ble/ble_setup/ble_addr/index.html   |  3194 +----
 .../network/ble/ble_setup/ble_lp_clock/index.html  |  3187 +----
 .../ble/ble_setup/ble_setup_intro/index.html       |  3175 +----
 .../network/ble/ble_setup/ble_sync_cb/index.html   |  3190 +----
 v1_2_0/network/ble/bletiny/bletiny_GAP/index.html  |  3231 +----
 v1_2_0/network/ble/bletiny/bletiny_GATT/index.html |  3186 +----
 .../network/ble/bletiny/bletiny_advdata/index.html |  3185 +----
 v1_2_0/network/ble/bletiny/bletiny_api/index.html  |  3200 +----
 v1_2_0/network/ble/bletiny_api/index.html          |  2825 ----
 v1_2_0/network/ble/btshell/btshell_GAP/index.html  |  3194 +----
 v1_2_0/network/ble/btshell/btshell_GATT/index.html |  3186 +----
 .../network/ble/btshell/btshell_advdata/index.html |  3185 +----
 v1_2_0/network/ble/btshell/btshell_api/index.html  |  3200 +----
 v1_2_0/news/article1/index.html                    |  2705 ----
 v1_2_0/newt/command_list/newt_build/index.html     |  3286 +----
 v1_2_0/newt/command_list/newt_clean/index.html     |  3286 +----
 v1_2_0/newt/command_list/newt_complete/index.html  |  2732 ----
 .../newt/command_list/newt_create_image/index.html |  3286 +----
 v1_2_0/newt/command_list/newt_debug/index.html     |  3291 +----
 v1_2_0/newt/command_list/newt_help/index.html      |  3290 +----
 v1_2_0/newt/command_list/newt_info/index.html      |  3285 +----
 v1_2_0/newt/command_list/newt_install/index.html   |  3290 +----
 v1_2_0/newt/command_list/newt_load/index.html      |  3289 +----
 v1_2_0/newt/command_list/newt_mfg/index.html       |  3291 +----
 v1_2_0/newt/command_list/newt_new/index.html       |  3285 +----
 v1_2_0/newt/command_list/newt_pkg/index.html       |  3291 +----
 .../newt/command_list/newt_resign_image/index.html |  3286 +----
 v1_2_0/newt/command_list/newt_run/index.html       |  3291 +----
 v1_2_0/newt/command_list/newt_size/index.html      |  3292 +----
 v1_2_0/newt/command_list/newt_sync/index.html      |  3290 +----
 v1_2_0/newt/command_list/newt_target/index.html    |  3291 +----
 v1_2_0/newt/command_list/newt_test/index.html      |  3291 +----
 v1_2_0/newt/command_list/newt_upgrade/index.html   |  3290 +----
 v1_2_0/newt/command_list/newt_vals/index.html      |  3291 +----
 v1_2_0/newt/command_list/newt_version/index.html   |  3285 +----
 v1_2_0/newt/install/newt_linux/index.html          |  3195 +----
 v1_2_0/newt/install/newt_mac/index.html            |  3195 +----
 v1_2_0/newt/install/newt_windows/index.html        |  3194 +----
 v1_2_0/newt/install/prev_releases/index.html       |  3054 +----
 v1_2_0/newt/newt_intro/index.html                  |  3121 +----
 v1_2_0/newt/newt_operation/index.html              |  3130 +----
 v1_2_0/newt/newt_ops/index.html                    |  3284 +----
 .../newtmgr/command_list/newtmgr_config/index.html |  3235 +----
 .../newtmgr/command_list/newtmgr_conn/index.html   |  3236 +----
 .../newtmgr/command_list/newtmgr_crash/index.html  |  3235 +----
 .../command_list/newtmgr_datetime/index.html       |  3235 +----
 .../newtmgr/command_list/newtmgr_echo/index.html   |  3235 +----
 v1_2_0/newtmgr/command_list/newtmgr_fs/index.html  |  3235 +----
 .../newtmgr/command_list/newtmgr_image/index.html  |  3236 +----
 .../newtmgr/command_list/newtmgr_logs/index.html   |  3235 +----
 .../command_list/newtmgr_mpstats/index.html        |  3237 +----
 .../newtmgr/command_list/newtmgr_reset/index.html  |  3235 +----
 v1_2_0/newtmgr/command_list/newtmgr_run/index.html |  3235 +----
 .../newtmgr/command_list/newtmgr_stat/index.html   |  3237 +----
 .../command_list/newtmgr_taskstats/index.html      |  3239 +----
 v1_2_0/newtmgr/install_linux/index.html            |  3166 +----
 v1_2_0/newtmgr/install_mac/index.html              |  3159 +----
 v1_2_0/newtmgr/install_windows/index.html          |  3165 +----
 v1_2_0/newtmgr/overview/index.html                 |  3124 +----
 v1_2_0/newtmgr/prev_releases/index.html            |  3054 +----
 v1_2_0/newtmgr/protocol/index.html                 |  2711 ----
 v1_2_0/os/core_os/callout/callout/index.html       |  3496 ++---
 .../callout/os_callout_func_init/index.html        |  3535 ++---
 .../os/core_os/callout/os_callout_init/index.html  |  3535 ++---
 .../core_os/callout/os_callout_queued/index.html   |  3529 ++---
 .../os/core_os/callout/os_callout_reset/index.html |  3533 ++---
 .../os/core_os/callout/os_callout_stop/index.html  |  3532 ++---
 .../context_switch/context_switch/index.html       |  3485 ++---
 .../context_switch/os_arch_ctx_sw/index.html       |  3587 ++---
 .../os/core_os/context_switch/os_sched/index.html  |  3587 ++---
 .../context_switch/os_sched_ctx_sw_hook/index.html |  3587 ++---
 .../os_sched_get_current_task/index.html           |  3587 ++---
 .../context_switch/os_sched_insert/index.html      |  3586 ++---
 .../context_switch/os_sched_next_task/index.html   |  3586 ++---
 .../os_sched_os_timer_exp/index.html               |  3587 ++---
 .../context_switch/os_sched_remove/index.html      |  3587 ++---
 .../context_switch/os_sched_resort/index.html      |  3587 ++---
 .../os_sched_set_current_task/index.html           |  3586 ++---
 .../context_switch/os_sched_sleep/index.html       |  3587 ++---
 .../context_switch/os_sched_wakeup/index.html      |  3587 ++---
 v1_2_0/os/core_os/cputime/os_cputime/index.html    |  3487 ++---
 .../cputime/os_cputime_delay_nsecs/index.html      |  3595 ++---
 .../cputime/os_cputime_delay_ticks/index.html      |  3595 ++---
 .../cputime/os_cputime_delay_usecs/index.html      |  3595 ++---
 .../os/core_os/cputime/os_cputime_get32/index.html |  3595 ++---
 .../os/core_os/cputime/os_cputime_init/index.html  |  3595 ++---
 .../cputime/os_cputime_nsecs_to_ticks/index.html   |  3595 ++---
 .../cputime/os_cputime_ticks_to_nsecs/index.html   |  3595 ++---
 .../cputime/os_cputime_ticks_to_usecs/index.html   |  3595 ++---
 .../cputime/os_cputime_timer_init/index.html       |  3595 ++---
 .../cputime/os_cputime_timer_relative/index.html   |  3595 ++---
 .../cputime/os_cputime_timer_start/index.html      |  3595 ++---
 .../cputime/os_cputime_timer_stop/index.html       |  3595 ++---
 .../cputime/os_cputime_usecs_to_ticks/index.html   |  3595 ++---
 .../os/core_os/event_queue/event_queue/index.html  |  3486 ++---
 .../event_queue/os_eventq_designate/index.html     |  3555 ++---
 .../event_queue/os_eventq_dflt_get/index.html      |  3555 ++---
 .../event_queue/os_eventq_dflt_set/index.html      |  2751 ----
 .../core_os/event_queue/os_eventq_get/index.html   |  3555 ++---
 .../core_os/event_queue/os_eventq_init/index.html  |  3555 ++---
 .../event_queue/os_eventq_inited/index.html        |  3555 ++---
 .../core_os/event_queue/os_eventq_put/index.html   |  3554 ++---
 .../event_queue/os_eventq_remove/index.html        |  3555 ++---
 .../core_os/event_queue/os_eventq_run/index.html   |  3555 ++---
 v1_2_0/os/core_os/heap/heap/index.html             |  3492 ++---
 v1_2_0/os/core_os/heap/os_free/index.html          |  3515 ++---
 v1_2_0/os/core_os/heap/os_malloc/index.html        |  3515 ++---
 v1_2_0/os/core_os/heap/os_realloc/index.html       |  3515 ++---
 v1_2_0/os/core_os/mbuf/OS_MBUF_DATA/index.html     |  3708 ++---
 .../core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html   |  3709 ++---
 v1_2_0/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html   |  3708 ++---
 .../core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html |  3708 ++---
 v1_2_0/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html   |  3708 ++---
 .../core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html  |  3709 ++---
 v1_2_0/os/core_os/mbuf/OS_MBUF_USRHDR/index.html   |  3708 ++---
 .../os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html  |  3708 ++---
 v1_2_0/os/core_os/mbuf/mbuf/index.html             |  3526 ++---
 v1_2_0/os/core_os/mbuf/os_mbuf_adj/index.html      |  3710 ++---
 v1_2_0/os/core_os/mbuf/os_mbuf_append/index.html   |  3710 ++---
 v1_2_0/os/core_os/mbuf/os_mbuf_concat/index.html   |  3710 ++---
 v1_2_0/os/core_os/mbuf/os_mbuf_copydata/index.html |  3709 ++---
 v1_2_0/os/core_os/mbuf/os_mbuf_copyinto/index.html |  3709 ++---
 v1_2_0/os/core_os/mbuf/os_mbuf_dup/index.html      |  3709 ++---
 v1_2_0/os/core_os/mbuf/os_mbuf_extend/index.html   |  3709 ++---
 .../os/core_os/mbuf/os_mbuf_free_chain/index.html  |  3710 ++---
 v1_2_0/os/core_os/mbuf/os_mbuf_get/index.html      |  3710 ++---
 .../os/core_os/mbuf/os_mbuf_get_pkthdr/index.html  |  3710 ++---
 v1_2_0/os/core_os/mbuf/os_mbuf_memcmp/index.html   |  3710 ++---
 v1_2_0/os/core_os/mbuf/os_mbuf_off/index.html      |  3710 ++---
 .../os/core_os/mbuf/os_mbuf_pool_init/index.html   |  3710 ++---
 v1_2_0/os/core_os/mbuf/os_mbuf_prepend/index.html  |  3710 ++---
 v1_2_0/os/core_os/mbuf/os_mbuf_pullup/index.html   |  3710 ++---
 .../memory_pool/OS_MEMPOOL_BYTES/index.html        |  3539 ++---
 .../core_os/memory_pool/OS_MEMPOOL_SIZE/index.html |  3539 ++---
 .../os/core_os/memory_pool/memory_pool/index.html  |  3498 ++---
 .../core_os/memory_pool/os_memblock_get/index.html |  3539 ++---
 .../core_os/memory_pool/os_memblock_put/index.html |  3538 ++---
 .../os_mempool_info_get_next/index.html            |  3538 ++---
 .../core_os/memory_pool/os_mempool_init/index.html |  3539 ++---
 v1_2_0/os/core_os/mqueue/mqueue/index.html         |  3521 ++---
 v1_2_0/os/core_os/mqueue/os_mqueue_get/index.html  |  3549 ++---
 v1_2_0/os/core_os/mqueue/os_mqueue_init/index.html |  3550 ++---
 v1_2_0/os/core_os/mqueue/os_mqueue_put/index.html  |  3549 ++---
 v1_2_0/os/core_os/msys/msys/index.html             |  3519 ++---
 v1_2_0/os/core_os/msys/os_msys_get/index.html      |  3558 ++---
 .../os/core_os/msys/os_msys_get_pkthdr/index.html  |  3558 ++---
 v1_2_0/os/core_os/msys/os_msys_register/index.html |  3557 ++---
 v1_2_0/os/core_os/msys/os_msys_reset/index.html    |  3557 ++---
 v1_2_0/os/core_os/mutex/mutex/index.html           |  3492 ++---
 v1_2_0/os/core_os/mutex/os_mutex_init/index.html   |  3515 ++---
 v1_2_0/os/core_os/mutex/os_mutex_pend/index.html   |  3515 ++---
 .../os/core_os/mutex/os_mutex_release/index.html   |  3514 ++---
 v1_2_0/os/core_os/mynewt_os/index.html             |  3473 ++---
 v1_2_0/os/core_os/os_init/index.html               |  2724 ----
 v1_2_0/os/core_os/os_start/index.html              |  2724 ----
 v1_2_0/os/core_os/os_started/index.html            |  3480 ++---
 v1_2_0/os/core_os/porting/port_bsp/index.html      |  3365 +----
 v1_2_0/os/core_os/porting/port_cpu/index.html      |  3340 +----
 v1_2_0/os/core_os/porting/port_mcu/index.html      |  3338 +----
 v1_2_0/os/core_os/porting/port_os/index.html       |  3347 +----
 .../core_os/sanity/os_sanity_check_init/index.html |  3522 ++---
 .../sanity/os_sanity_check_register/index.html     |  3522 ++---
 .../sanity/os_sanity_check_reset/index.html        |  3522 ++---
 .../sanity/os_sanity_task_checkin/index.html       |  3522 ++---
 v1_2_0/os/core_os/sanity/sanity/index.html         |  3486 ++---
 v1_2_0/os/core_os/semaphore/os_sem_init/index.html |  3515 ++---
 v1_2_0/os/core_os/semaphore/os_sem_pend/index.html |  3515 ++---
 .../os/core_os/semaphore/os_sem_release/index.html |  3515 ++---
 v1_2_0/os/core_os/semaphore/semaphore/index.html   |  3492 ++---
 v1_2_0/os/core_os/task/os_task_count/index.html    |  3522 ++---
 .../core_os/task/os_task_info_get_next/index.html  |  3522 ++---
 v1_2_0/os/core_os/task/os_task_init/index.html     |  3522 ++---
 v1_2_0/os/core_os/task/os_task_remove/index.html   |  3522 ++---
 v1_2_0/os/core_os/task/task/index.html             |  3486 ++---
 .../os/core_os/time/os_get_uptime_usec/index.html  |  3547 ++---
 v1_2_0/os/core_os/time/os_gettimeofday/index.html  |  3547 ++---
 v1_2_0/os/core_os/time/os_settimeofday/index.html  |  3547 ++---
 v1_2_0/os/core_os/time/os_time/index.html          |  3488 ++---
 v1_2_0/os/core_os/time/os_time_advance/index.html  |  3547 ++---
 v1_2_0/os/core_os/time/os_time_delay/index.html    |  3547 ++---
 v1_2_0/os/core_os/time/os_time_get/index.html      |  3549 ++---
 .../os/core_os/time/os_time_ms_to_ticks/index.html |  3547 ++---
 v1_2_0/os/get_started/cross_tools/index.html       |  3188 +----
 v1_2_0/os/get_started/docker/index.html            |  3137 +----
 v1_2_0/os/get_started/get_started/index.html       |  3132 +----
 .../os/get_started/native_install_intro/index.html |  3186 +----
 v1_2_0/os/get_started/native_tools/index.html      |  3184 +----
 v1_2_0/os/get_started/project_create/index.html    |  3151 +----
 v1_2_0/os/get_started/serial_access/index.html     |  3144 +----
 v1_2_0/os/get_started/vocabulary/index.html        |  3093 +----
 v1_2_0/os/introduction/index.html                  |  3092 +----
 v1_2_0/os/modules/baselibc/index.html              |  3313 +----
 .../bootloader/boot_build_status/index.html        |  3526 ++---
 .../bootloader/boot_build_status_one/index.html    |  3526 ++---
 .../bootloader/boot_clear_status/index.html        |  3526 ++---
 .../modules/bootloader/boot_copy_area/index.html   |  3526 ++---
 .../modules/bootloader/boot_copy_image/index.html  |  3526 ++---
 .../modules/bootloader/boot_erase_area/index.html  |  3526 ++---
 .../modules/bootloader/boot_fill_slot/index.html   |  3526 ++---
 .../bootloader/boot_find_image_area_idx/index.html |  3526 ++---
 .../bootloader/boot_find_image_part/index.html     |  3526 ++---
 .../bootloader/boot_find_image_slot/index.html     |  3526 ++---
 v1_2_0/os/modules/bootloader/boot_go/index.html    |  3526 ++---
 .../modules/bootloader/boot_init_flash/index.html  |  3526 ++---
 .../modules/bootloader/boot_move_area/index.html   |  3526 ++---
 .../bootloader/boot_read_image_header/index.html   |  3526 ++---
 .../bootloader/boot_read_image_headers/index.html  |  3526 ++---
 .../modules/bootloader/boot_read_status/index.html |  3526 ++---
 .../bootloader/boot_select_image_slot/index.html   |  3526 ++---
 .../modules/bootloader/boot_slot_addr/index.html   |  3526 ++---
 .../bootloader/boot_slot_to_area_idx/index.html    |  3526 ++---
 .../modules/bootloader/boot_swap_areas/index.html  |  3526 ++---
 .../bootloader/boot_vect_delete_main/index.html    |  3526 ++---
 .../bootloader/boot_vect_delete_test/index.html    |  3526 ++---
 .../bootloader/boot_vect_read_main/index.html      |  3526 ++---
 .../bootloader/boot_vect_read_one/index.html       |  3526 ++---
 .../bootloader/boot_vect_read_test/index.html      |  3526 ++---
 .../bootloader/boot_write_status/index.html        |  3526 ++---
 v1_2_0/os/modules/bootloader/bootloader/index.html |  3347 +----
 v1_2_0/os/modules/console/console/index.html       |  3338 +----
 v1_2_0/os/modules/console/console_echo/index.html  |  3393 +----
 v1_2_0/os/modules/console/console_init/index.html  |  3392 +----
 .../os/modules/console/console_is_init/index.html  |  3392 +----
 .../os/modules/console/console_printf/index.html   |  3393 +----
 v1_2_0/os/modules/console/console_read/index.html  |  3392 +----
 .../modules/console/console_set_queues/index.html  |  3392 +----
 v1_2_0/os/modules/console/console_write/index.html |  3392 +----
 .../modules/devmgmt/customize_newtmgr/index.html   |  3330 +----
 v1_2_0/os/modules/devmgmt/newtmgr/index.html       |  3330 +----
 v1_2_0/os/modules/devmgmt/oicmgr/index.html        |  3330 +----
 v1_2_0/os/modules/drivers/driver/index.html        |  3331 +----
 v1_2_0/os/modules/drivers/flash/index.html         |  3361 +----
 v1_2_0/os/modules/drivers/mmc/index.html           |  3361 +----
 v1_2_0/os/modules/elua/elua/index.html             |  2736 ----
 v1_2_0/os/modules/elua/lua_init/index.html         |  2733 ----
 v1_2_0/os/modules/elua/lua_main/index.html         |  2746 ----
 v1_2_0/os/modules/fcb/fcb/index.html               |  3329 +----
 v1_2_0/os/modules/fcb/fcb_append/index.html        |  3417 +----
 v1_2_0/os/modules/fcb/fcb_append_finish/index.html |  3417 +----
 .../modules/fcb/fcb_append_to_scratch/index.html   |  3417 +----
 v1_2_0/os/modules/fcb/fcb_clear/index.html         |  3417 +----
 v1_2_0/os/modules/fcb/fcb_getnext/index.html       |  3417 +----
 v1_2_0/os/modules/fcb/fcb_init/index.html          |  3417 +----
 v1_2_0/os/modules/fcb/fcb_is_empty/index.html      |  3417 +----
 v1_2_0/os/modules/fcb/fcb_offset_last_n/index.html |  3417 +----
 v1_2_0/os/modules/fcb/fcb_rotate/index.html        |  3417 +----
 v1_2_0/os/modules/fcb/fcb_walk/index.html          |  3417 +----
 v1_2_0/os/modules/fs/fatfs/index.html              |  3355 +----
 v1_2_0/os/modules/fs/fs/fs/index.html              |  3395 +----
 v1_2_0/os/modules/fs/fs/fs_close/index.html        |  3543 ++---
 v1_2_0/os/modules/fs/fs/fs_closedir/index.html     |  3542 ++---
 .../os/modules/fs/fs/fs_dirent_is_dir/index.html   |  3542 ++---
 v1_2_0/os/modules/fs/fs/fs_dirent_name/index.html  |  3543 ++---
 v1_2_0/os/modules/fs/fs/fs_filelen/index.html      |  3542 ++---
 v1_2_0/os/modules/fs/fs/fs_getpos/index.html       |  3542 ++---
 v1_2_0/os/modules/fs/fs/fs_mkdir/index.html        |  3543 ++---
 v1_2_0/os/modules/fs/fs/fs_open/index.html         |  3543 ++---
 v1_2_0/os/modules/fs/fs/fs_opendir/index.html      |  3543 ++---
 v1_2_0/os/modules/fs/fs/fs_ops/index.html          |  3403 +----
 v1_2_0/os/modules/fs/fs/fs_read/index.html         |  3542 ++---
 v1_2_0/os/modules/fs/fs/fs_readdir/index.html      |  3542 ++---
 v1_2_0/os/modules/fs/fs/fs_register/index.html     |  3542 ++---
 v1_2_0/os/modules/fs/fs/fs_rename/index.html       |  3543 ++---
 v1_2_0/os/modules/fs/fs/fs_return_codes/index.html |  3393 +----
 v1_2_0/os/modules/fs/fs/fs_seek/index.html         |  3543 ++---
 v1_2_0/os/modules/fs/fs/fs_unlink/index.html       |  3542 ++---
 v1_2_0/os/modules/fs/fs/fs_write/index.html        |  3543 ++---
 .../os/modules/fs/fs/fsutil_read_file/index.html   |  3543 ++---
 .../os/modules/fs/fs/fsutil_write_file/index.html  |  3542 ++---
 v1_2_0/os/modules/fs/nffs/nffs/index.html          |  3396 +----
 .../os/modules/fs/nffs/nffs_area_desc/index.html   |  3412 +----
 v1_2_0/os/modules/fs/nffs/nffs_config/index.html   |  3412 +----
 v1_2_0/os/modules/fs/nffs/nffs_detect/index.html   |  3422 +----
 v1_2_0/os/modules/fs/nffs/nffs_format/index.html   |  3422 +----
 v1_2_0/os/modules/fs/nffs/nffs_init/index.html     |  3420 +----
 .../os/modules/fs/nffs/nffs_internals/index.html   |  3405 +----
 v1_2_0/os/modules/fs/otherfs/index.html            |  3357 +----
 v1_2_0/os/modules/hal/hal/index.html               |  3350 +----
 v1_2_0/os/modules/hal/hal_api/index.html           |  3442 +----
 v1_2_0/os/modules/hal/hal_bsp/hal_bsp/index.html   |  3445 +----
 v1_2_0/os/modules/hal/hal_creation/index.html      |  3344 +----
 .../os/modules/hal/hal_flash/hal_flash/index.html  |  3463 ++---
 .../modules/hal/hal_flash/hal_flash_int/index.html |  3463 ++---
 v1_2_0/os/modules/hal/hal_gpio/hal_gpio/index.html |  3445 +----
 v1_2_0/os/modules/hal/hal_i2c/hal_i2c/index.html   |  3446 +----
 v1_2_0/os/modules/hal/hal_in_libraries/index.html  |  3335 +----
 .../modules/hal/hal_os_tick/hal_os_tick/index.html |  3445 +----
 v1_2_0/os/modules/hal/hal_spi/hal_spi/index.html   |  3445 +----
 .../os/modules/hal/hal_system/hal_sys/index.html   |  3445 +----
 .../os/modules/hal/hal_timer/hal_timer/index.html  |  3445 +----
 v1_2_0/os/modules/hal/hal_uart/hal_uart/index.html |  3445 +----
 .../hal/hal_watchdog/hal_watchdog/index.html       |  3445 +----
 v1_2_0/os/modules/imgmgr/imgmgr/index.html         |  3328 +----
 .../modules/imgmgr/imgmgr_module_init/index.html   |  2721 ----
 v1_2_0/os/modules/imgmgr/imgr_ver_parse/index.html |  3349 +----
 v1_2_0/os/modules/imgmgr/imgr_ver_str/index.html   |  3349 +----
 v1_2_0/os/modules/json/json/index.html             |  3332 +----
 .../json/json_encode_object_entry/index.html       |  3376 +----
 .../json/json_encode_object_finish/index.html      |  3376 +----
 .../modules/json/json_encode_object_key/index.html |  3376 +----
 .../json/json_encode_object_start/index.html       |  3376 +----
 v1_2_0/os/modules/json/json_read_object/index.html |  3376 +----
 v1_2_0/os/modules/logs/logs/index.html             |  3328 +----
 .../modules/sensor_framework/sensor_api/index.html |  3405 +----
 .../sensor_framework/sensor_create/index.html      |  3364 +----
 .../sensor_framework/sensor_driver/index.html      |  3376 +----
 .../sensor_framework_overview/index.html           |  3360 +----
 .../sensor_listener_api/index.html                 |  3393 +----
 .../sensor_framework/sensor_mgr_api/index.html     |  3403 +----
 .../modules/sensor_framework/sensor_oic/index.html |  3389 +----
 .../sensor_framework/sensor_shell/index.html       |  3339 +----
 v1_2_0/os/modules/shell/shell/index.html           |  3334 +----
 .../os/modules/shell/shell_cmd_register/index.html |  3393 +----
 v1_2_0/os/modules/shell/shell_evq_set/index.html   |  3392 +----
 .../shell/shell_nlip_input_register/index.html     |  3392 +----
 .../os/modules/shell/shell_nlip_output/index.html  |  3392 +----
 v1_2_0/os/modules/shell/shell_register/index.html  |  3393 +----
 .../shell_register_app_cmd_handler/index.html      |  3392 +----
 .../shell/shell_register_default_module/index.html |  3392 +----
 v1_2_0/os/modules/split/split/index.html           |  3327 +----
 v1_2_0/os/modules/stats/stats/index.html           |  3324 +----
 .../sysinitconfig/sysconfig_error/index.html       |  3336 +----
 .../modules/sysinitconfig/sysinitconfig/index.html |  3339 +----
 v1_2_0/os/modules/testutil/test_assert/index.html  |  3393 +----
 v1_2_0/os/modules/testutil/test_case/index.html    |  3392 +----
 v1_2_0/os/modules/testutil/test_decl/index.html    |  3392 +----
 v1_2_0/os/modules/testutil/test_pass/index.html    |  3392 +----
 v1_2_0/os/modules/testutil/test_suite/index.html   |  3392 +----
 v1_2_0/os/modules/testutil/testutil/index.html     |  3333 +----
 v1_2_0/os/modules/testutil/tu_init/index.html      |  3392 +----
 v1_2_0/os/modules/testutil/tu_restart/index.html   |  3392 +----
 v1_2_0/os/os_user_guide/index.html                 |  3302 +----
 v1_2_0/os/tutorials/STM32F303/index.html           |  2885 ----
 v1_2_0/os/tutorials/add_newtmgr/index.html         |  3270 +----
 v1_2_0/os/tutorials/air_quality_ble/index.html     |  3289 +----
 v1_2_0/os/tutorials/air_quality_sensor/index.html  |  3293 +----
 v1_2_0/os/tutorials/arduino_zero/index.html        |  3305 +----
 v1_2_0/os/tutorials/ble_bare_bones/index.html      |  3293 +----
 v1_2_0/os/tutorials/blehci_project/index.html      |  3291 +----
 v1_2_0/os/tutorials/bleprph/bleprph-adv/index.html |  3320 +----
 v1_2_0/os/tutorials/bleprph/bleprph-app/index.html |  3318 +----
 .../bleprph/bleprph-chr-access/index.html          |  3326 +----
 .../os/tutorials/bleprph/bleprph-conn/index.html   |  2858 ----
 .../tutorials/bleprph/bleprph-gap-event/index.html |  3324 +----
 .../os/tutorials/bleprph/bleprph-intro/index.html  |  3320 +----
 .../tutorials/bleprph/bleprph-svc-reg/index.html   |  3324 +----
 v1_2_0/os/tutorials/blinky/index.html              |  3310 +----
 v1_2_0/os/tutorials/blinky_console/index.html      |  3304 +----
 v1_2_0/os/tutorials/blinky_primo/index.html        |  3306 +----
 v1_2_0/os/tutorials/blinky_sram_olimex/index.html  |  2860 ----
 v1_2_0/os/tutorials/blinky_stm32f4disc/index.html  |  3304 +----
 v1_2_0/os/tutorials/blinky_windows/index.html      |  2992 ----
 v1_2_0/os/tutorials/codesize/index.html            |  3254 +----
 v1_2_0/os/tutorials/define_target/index.html       |  2707 ----
 v1_2_0/os/tutorials/eddystone/index.html           |  3284 +----
 v1_2_0/os/tutorials/event_queue/index.html         |  3256 +----
 v1_2_0/os/tutorials/ibeacon/index.html             |  3284 +----
 v1_2_0/os/tutorials/lora/lorawanapp/index.html     |  3257 +----
 v1_2_0/os/tutorials/nRF52/index.html               |  3302 +----
 v1_2_0/os/tutorials/nrf52_adc/index.html           |  3284 +----
 v1_2_0/os/tutorials/olimex/index.html              |  3305 +----
 v1_2_0/os/tutorials/ota_upgrade_nrf52/index.html   |  3271 +----
 v1_2_0/os/tutorials/pics/STM32-E407_bot_small.jpg  |   Bin
 v1_2_0/os/tutorials/pics/STM32-E407_top_small.jpg  |   Bin
 v1_2_0/os/tutorials/pics/device_manager_ft232H.png |   Bin
 .../os/tutorials/pics/device_manager_no_ft232H.png |   Bin
 v1_2_0/os/tutorials/pics/mkr1000-jlink.jpg         |   Bin
 v1_2_0/os/tutorials/pics/mkr1000-serial.jpg        |   Bin
 v1_2_0/os/tutorials/pics/putty.png                 |   Bin
 v1_2_0/os/tutorials/pics/stm32f4_disc.jpg          |   Bin
 v1_2_0/os/tutorials/pin-wheel-mods/index.html      |  2783 ----
 .../os/tutorials/project-nrf52-slinky/index.html   |  3276 +----
 v1_2_0/os/tutorials/project-sim-slinky/index.html  |  3269 +----
 v1_2_0/os/tutorials/project-slinky/index.html      |  3271 +----
 .../os/tutorials/project-stm32-slinky/index.html   |  3276 +----
 v1_2_0/os/tutorials/rbnano2/index.html             |  3305 +----
 v1_2_0/os/tutorials/repo/add_repos/index.html      |  3272 +----
 v1_2_0/os/tutorials/repo/create_repo/index.html    |  3263 +----
 v1_2_0/os/tutorials/repo/private_repo/index.html   |  3254 +----
 v1_2_0/os/tutorials/repo/upgrade_repo/index.html   |  3254 +----
 v1_2_0/os/tutorials/segger_rtt/index.html          |  3249 +----
 v1_2_0/os/tutorials/segger_sysview/index.html      |  3250 +----
 .../sensors/sensor_bleprph_oic/index.html          |  3352 +----
 .../sensors/sensor_nrf52_bno055/index.html         |  3334 +----
 .../sensors/sensor_nrf52_bno055_oic/index.html     |  3333 +----
 .../sensors/sensor_offboard_config/index.html      |  3316 +----
 .../sensors/sensor_oic_overview/index.html         |  3329 +----
 .../sensors/sensor_thingy_lis2dh12_onb/index.html  |  3322 +----
 v1_2_0/os/tutorials/sensors/sensors/index.html     |  3316 +----
 v1_2_0/os/tutorials/tasks_lesson/index.html        |  3258 +----
 v1_2_0/os/tutorials/try_markdown/index.html        |  2743 ----
 v1_2_0/os/tutorials/tutorials/index.html           |  3230 +----
 v1_2_0/os/tutorials/unit_test/index.html           |  3275 +----
 v1_2_0/os/tutorials/wi-fi_on_arduino/index.html    |  3283 +----
 v1_2_0/pages/ble/index.html                        |  2995 +---
 v1_2_0/pages/configurability/index.html            |  2709 ----
 v1_2_0/pages/securitybullets/index.html            |  2878 +---
 v1_2_0/quick-start/index.html                      |  2878 +---
 v1_2_0/search.html                                 |   323 +
 v1_2_0/search/lunr.js                              |  2986 ----
 v1_2_0/search/main.js                              |    96 -
 v1_2_0/search/search_index.json                    |     1 -
 v1_2_0/search/worker.js                            |   128 -
 v1_2_0/sitemap.xml                                 |  2351 +---
 v1_2_0/sitemap.xml.gz                              |   Bin 3488 -> 0 bytes
 v1_2_0/talks/index.html                            |  2897 +---
 v1_3_0/404.html                                    |  2703 ----
 FW-dist.png => v1_3_0/FW-dist.png                  |   Bin
 v1_3_0/about/index.html                            |  2923 +---
 v1_3_0/community/index.html                        |  2898 +---
 v1_3_0/css/base.css                                |   321 +-
 .../_static => v1_3_0}/css/bootstrap-3.0.3.min.css |     0
 v1_3_0/css/bootstrap-custom.min.css                |     1 -
 {css => v1_3_0/css}/custom.css                     |     0
 {css => v1_3_0/css}/font-awesome-4.0.3.css         |     0
 v1_3_0/css/font-awesome.min.css                    |     4 -
 {css => v1_3_0/css}/highlight.css                  |     0
 {css => v1_3_0/css}/v2.css                         |     0
 v1_3_0/documentation/index.html                    |  2872 +---
 v1_3_0/download/index.html                         |  2866 +---
 v1_3_0/events/index.html                           |  2853 +---
 v1_3_0/faq/answers/index.html                      |  3049 +----
 v1_3_0/faq/go_env/index.html                       |  3064 +----
 v1_3_0/faq/how_to_edit_docs/index.html             |  3058 +----
 v1_3_0/faq/ide/index.html                          |  3064 +----
 v1_3_0/faq/pics/debug_new_config_small.png         |   Bin
 v1_3_0/faq/pics/gdb_debug_small.png                |   Bin
 v1_3_0/faq/pics/gdb_server_small.png               |   Bin
 v1_3_0/faq/pics/gdb_small.png                      |   Bin
 v1_3_0/faq/pics/integrated_terminal_small.png      |   Bin
 v1_3_0/faq/pics/launch_small.png                   |   Bin
 v1_3_0/faq/pics/task_json_small.png                |   Bin
 v1_3_0/faq/pics/task_runner_small.png              |   Bin
 v1_3_0/faq/pics/task_select_small.png              |   Bin
 v1_3_0/faq/pics/task_start_small.png               |   Bin
 v1_3_0/fonts/fontawesome-webfont.eot               |   Bin 165742 -> 38205 bytes
 v1_3_0/fonts/fontawesome-webfont.svg               |  3079 +----
 v1_3_0/fonts/fontawesome-webfont.ttf               |   Bin 165548 -> 80652 bytes
 v1_3_0/fonts/fontawesome-webfont.woff              |   Bin 98024 -> 44432 bytes
 v1_3_0/fonts/fontawesome-webfont.woff2             |   Bin 77160 -> 0 bytes
 v1_3_0/fonts/glyphicons-halflings-regular.eot      |   Bin 20127 -> 0 bytes
 v1_3_0/fonts/glyphicons-halflings-regular.svg      |   288 -
 v1_3_0/fonts/glyphicons-halflings-regular.ttf      |   Bin 45404 -> 0 bytes
 v1_3_0/fonts/glyphicons-halflings-regular.woff     |   Bin 23424 -> 0 bytes
 v1_3_0/fonts/glyphicons-halflings-regular.woff2    |   Bin 18028 -> 0 bytes
 {img => v1_3_0/img}/01.png                         |   Bin
 {img => v1_3_0/img}/FWdist.png                     |   Bin
 {img => v1_3_0/img}/MicrochipPIC32.jpg             |   Bin
 {img => v1_3_0/img}/NimBLE_conn.png                |   Bin
 {img => v1_3_0/img}/NimBLE_throughput.png          |   Bin
 {img => v1_3_0/img}/OS_arch.png                    |   Bin
 {v1_4_0/_static => v1_3_0}/img/add_to_slack.png    |   Bin
 {img => v1_3_0/img}/apache-feather.png             |   Bin
 {img => v1_3_0/img}/arm_logo.gif                   |   Bin
 {img => v1_3_0/img}/asf_logo_wide.gif              |   Bin
 .../_static => v1_3_0}/img/asf_logo_wide_small.png |   Bin
 {img => v1_3_0/img}/atmel.png                      |   Bin
 {img => v1_3_0/img}/combo_ble_lora.png             |   Bin
 {img => v1_3_0/img}/concurrent_conn.png            |   Bin
 {img => v1_3_0/img}/content-bg.png                 |   Bin
 {img => v1_3_0/img}/cross-platform.svg             |     0
 {img => v1_3_0/img}/cross-platforms.png            |   Bin
 {v1_4_0/_static => v1_3_0}/img/egg-logo2.png       |   Bin
 v1_3_0/img/favicon.ico                             |   Bin 1150 -> 0 bytes
 {img => v1_3_0/img}/folder.png                     |   Bin
 v1_3_0/img/grid.png                                |   Bin 1458 -> 0 bytes
 {img => v1_3_0/img}/json_logs.png                  |   Bin
 {img => v1_3_0/img}/logo.pdf                       |   Bin
 {v1_4_0/_static => v1_3_0}/img/logo.png            |   Bin
 {img => v1_3_0/img}/logo.svg                       |     0
 {img => v1_3_0/img}/lora_config.png                |   Bin
 .../img}/mynewt-logo-only-newt32x32.png            |   Bin
 {img => v1_3_0/img}/mynewt_dev_cycle.pdf           |   Bin
 {img => v1_3_0/img}/newt-img.png                   |   Bin
 {img => v1_3_0/img}/newt.png                       |   Bin
 {img => v1_3_0/img}/nimble-full-perf.png           |   Bin
 {img => v1_3_0/img}/perf_chart.png                 |   Bin
 {img => v1_3_0/img}/performance.png                |   Bin
 {img => v1_3_0/img}/riscv-logo.png                 |   Bin
 {img => v1_3_0/img}/secure_img.png                 |   Bin
 {img => v1_3_0/img}/watch.png                      |   Bin
 v1_3_0/index.html                                  |  3046 +----
 v1_3_0/js/base.js                                  |   238 +-
 {js => v1_3_0/js}/custom.js                        |     0
 {js => v1_3_0/js}/highlight.pack.js                |     0
 v1_3_0/known_issues/index.html                     |  3090 +----
 v1_3_0/mkdocs/js/lunr.min.js                       |     7 +
 v1_3_0/mkdocs/js/mustache.min.js                   |     1 +
 v1_3_0/mkdocs/js/require.js                        |    36 +
 v1_3_0/mkdocs/js/search-results-template.mustache  |     4 +
 v1_3_0/mkdocs/js/search.js                         |    88 +
 v1_3_0/mkdocs/js/text.js                           |   390 +
 v1_3_0/mkdocs/search_index.json                    | 13564 ++++++++++++++++++
 v1_3_0/network/ble/ble_blemesh/index.html          |  3169 +----
 .../network/ble/ble_hs/ble_att/ble_att/index.html  |  3255 +----
 .../ble_att/functions/ble_att_mtu/index.html       |  3298 +----
 .../functions/ble_att_preferred_mtu/index.html     |  3298 +----
 .../functions/ble_att_set_preferred_mtu/index.html |  3298 +----
 .../functions/ble_att_svr_read_local/index.html    |  3302 +----
 .../functions/ble_att_svr_write_local/index.html   |  3302 +----
 v1_3_0/network/ble/ble_hs/ble_att/mdtoc/index.html |  2709 ----
 .../network/ble/ble_hs/ble_gap/ble_gap/index.html  |  3268 +----
 .../ble_gap/definitions/ble_gap_defs/index.html    |  3288 +----
 .../functions/ble_gap_adv_active/index.html        |  3499 ++---
 .../functions/ble_gap_adv_rsp_set_data/index.html  |  3501 ++---
 .../ble_gap_adv_rsp_set_fields/index.html          |  3501 ++---
 .../functions/ble_gap_adv_set_data/index.html      |  3501 ++---
 .../functions/ble_gap_adv_set_fields/index.html    |  3501 ++---
 .../functions/ble_gap_adv_set_phys/index.html      |  3501 ++---
 .../functions/ble_gap_adv_set_tx_power/index.html  |  3501 ++---
 .../ble_gap/functions/ble_gap_adv_start/index.html |  3501 ++---
 .../ble_gap/functions/ble_gap_adv_stop/index.html  |  3501 ++---
 .../functions/ble_gap_conn_active/index.html       |  3499 ++---
 .../functions/ble_gap_conn_cancel/index.html       |  3501 ++---
 .../ble_gap/functions/ble_gap_conn_find/index.html |  3499 ++---
 .../ble_gap/functions/ble_gap_conn_rssi/index.html |  3503 ++---
 .../ble_gap/functions/ble_gap_connect/index.html   |  3501 ++---
 .../ble_gap/functions/ble_gap_disc/index.html      |  3501 ++---
 .../functions/ble_gap_disc_active/index.html       |  3499 ++---
 .../functions/ble_gap_disc_cancel/index.html       |  3501 ++---
 .../functions/ble_gap_ext_connect/index.html       |  3501 ++---
 .../ble_gap/functions/ble_gap_ext_disc/index.html  |  3501 ++---
 .../functions/ble_gap_read_le_phy/index.html       |  3501 ++---
 .../functions/ble_gap_security_initiate/index.html |  3501 ++---
 .../functions/ble_gap_set_event_cb/index.html      |  3499 ++---
 .../ble_gap_set_prefered_default_le_phy/index.html |  3501 ++---
 .../ble_gap_set_prefered_le_phy/index.html         |  3500 ++---
 .../functions/ble_gap_set_priv_mode/index.html     |  3501 ++---
 .../ble_gap/functions/ble_gap_terminate/index.html |  3501 ++---
 .../functions/ble_gap_update_params/index.html     |  3501 ++---
 .../ble_gap/functions/ble_gap_wl_set/index.html    |  3501 ++---
 v1_3_0/network/ble/ble_hs/ble_gap/mdtoc/index.html |  2727 ----
 .../ble/ble_hs/ble_gattc/ble_gattc/index.html      |  3268 +----
 .../definitions/ble_gattc_defs/index.html          |  3288 +----
 .../functions/ble_gattc_disc_all_chrs/index.html   |  3445 +----
 .../functions/ble_gattc_disc_all_dscs/index.html   |  3445 +----
 .../functions/ble_gattc_disc_all_svcs/index.html   |  3443 +----
 .../ble_gattc_disc_chrs_by_uuid/index.html         |  3445 +----
 .../ble_gattc_disc_svc_by_uuid/index.html          |  3445 +----
 .../functions/ble_gattc_exchange_mtu/index.html    |  3445 +----
 .../functions/ble_gattc_find_inc_svcs/index.html   |  3445 +----
 .../functions/ble_gattc_indicate/index.html        |  3445 +----
 .../functions/ble_gattc_indicate_custom/index.html |  3445 +----
 .../functions/ble_gattc_notify/index.html          |  3445 +----
 .../functions/ble_gattc_notify_custom/index.html   |  3445 +----
 .../ble_gattc/functions/ble_gattc_read/index.html  |  3445 +----
 .../functions/ble_gattc_read_by_uuid/index.html    |  3445 +----
 .../functions/ble_gattc_read_long/index.html       |  3445 +----
 .../functions/ble_gattc_read_mult/index.html       |  3445 +----
 .../ble_gattc/functions/ble_gattc_write/index.html |  3445 +----
 .../functions/ble_gattc_write_flat/index.html      |  3445 +----
 .../functions/ble_gattc_write_long/index.html      |  3445 +----
 .../functions/ble_gattc_write_no_rsp/index.html    |  3445 +----
 .../ble_gattc_write_no_rsp_flat/index.html         |  3445 +----
 .../functions/ble_gattc_write_reliable/index.html  |  3443 +----
 .../network/ble/ble_hs/ble_gattc/mdtoc/index.html  |  2727 ----
 .../ble/ble_hs/ble_gatts/ble_gatts/index.html      |  3268 +----
 .../definitions/ble_gatts_defs/index.html          |  3288 +----
 .../functions/ble_gatts_add_svcs/index.html        |  3319 +----
 .../functions/ble_gatts_count_cfg/index.html       |  3319 +----
 .../functions/ble_gatts_find_chr/index.html        |  3319 +----
 .../functions/ble_gatts_find_dsc/index.html        |  3319 +----
 .../functions/ble_gatts_find_svc/index.html        |  3319 +----
 .../ble_gatts_svc_set_visibility/index.html        |  3319 +----
 .../network/ble/ble_hs/ble_gatts/mdtoc/index.html  |  2712 ----
 v1_3_0/network/ble/ble_hs/ble_hs/index.html        |  3236 +----
 .../ble/ble_hs/ble_hs_id/ble_hs_id/index.html      |  3255 +----
 .../functions/ble_hs_id_copy_addr/index.html       |  3282 +----
 .../functions/ble_hs_id_gen_rnd/index.html         |  3284 +----
 .../functions/ble_hs_id_set_rnd/index.html         |  3284 +----
 .../network/ble/ble_hs/ble_hs_id/mdtoc/index.html  |  2707 ----
 .../ble/ble_hs/ble_hs_return_codes/index.html      |  3280 +----
 .../ble_eddystone_set_adv_data_uid/index.html      |  3368 +----
 .../ble_eddystone_set_adv_data_url/index.html      |  3368 +----
 .../other/functions/ble_hs_evq_set/index.html      |  3366 +----
 .../other/functions/ble_hs_mbuf_att_pkt/index.html |  3366 +----
 .../functions/ble_hs_mbuf_from_flat/index.html     |  3366 +----
 .../other/functions/ble_hs_mbuf_to_flat/index.html |  3368 +----
 .../other/functions/ble_hs_sched_reset/index.html  |  3366 +----
 .../other/functions/ble_hs_synced/index.html       |  3366 +----
 .../functions/ble_ibeacon_set_adv_data/index.html  |  3368 +----
 .../ble_hs/other/functions/ble_uuid_cmp/index.html |  3366 +----
 .../functions/ble_uuid_init_from_buf/index.html    |  3366 +----
 .../other/functions/ble_uuid_to_str/index.html     |  3366 +----
 .../ble_hs/other/functions/ble_uuid_u16/index.html |  3366 +----
 v1_3_0/network/ble/ble_hs/other/mdtoc/index.html   |  2717 ----
 v1_3_0/network/ble/ble_hs/other/other/index.html   |  3255 +----
 v1_3_0/network/ble/ble_intro/index.html            |  3162 +----
 v1_3_0/network/ble/ble_mesh/index.html             |  3174 +----
 v1_3_0/network/ble/ble_sec/index.html              |  3160 +----
 v1_3_0/network/ble/ble_setup/ble_addr/index.html   |  3195 +----
 .../network/ble/ble_setup/ble_lp_clock/index.html  |  3189 +----
 .../ble/ble_setup/ble_setup_intro/index.html       |  3176 +----
 .../network/ble/ble_setup/ble_sync_cb/index.html   |  3191 +----
 v1_3_0/network/ble/btshell/btshell_GAP/index.html  |  3194 +----
 v1_3_0/network/ble/btshell/btshell_GATT/index.html |  3188 +----
 .../network/ble/btshell/btshell_advdata/index.html |  3186 +----
 v1_3_0/network/ble/btshell/btshell_api/index.html  |  3201 +----
 v1_3_0/news/article1/index.html                    |  2701 ----
 v1_3_0/newt/command_list/newt_build/index.html     |  3287 +----
 v1_3_0/newt/command_list/newt_clean/index.html     |  3287 +----
 v1_3_0/newt/command_list/newt_complete/index.html  |  2728 ----
 .../newt/command_list/newt_create_image/index.html |  3287 +----
 v1_3_0/newt/command_list/newt_debug/index.html     |  3292 +----
 v1_3_0/newt/command_list/newt_help/index.html      |  3291 +----
 v1_3_0/newt/command_list/newt_info/index.html      |  3286 +----
 v1_3_0/newt/command_list/newt_install/index.html   |  3291 +----
 v1_3_0/newt/command_list/newt_load/index.html      |  3290 +----
 v1_3_0/newt/command_list/newt_mfg/index.html       |  3292 +----
 v1_3_0/newt/command_list/newt_new/index.html       |  3286 +----
 v1_3_0/newt/command_list/newt_pkg/index.html       |  3292 +----
 .../newt/command_list/newt_resign_image/index.html |  3287 +----
 v1_3_0/newt/command_list/newt_run/index.html       |  3292 +----
 v1_3_0/newt/command_list/newt_size/index.html      |  3293 +----
 v1_3_0/newt/command_list/newt_sync/index.html      |  3291 +----
 v1_3_0/newt/command_list/newt_target/index.html    |  3292 +----
 v1_3_0/newt/command_list/newt_test/index.html      |  3292 +----
 v1_3_0/newt/command_list/newt_upgrade/index.html   |  3291 +----
 v1_3_0/newt/command_list/newt_vals/index.html      |  3292 +----
 v1_3_0/newt/command_list/newt_version/index.html   |  3286 +----
 v1_3_0/newt/install/newt_linux/index.html          |  3196 +----
 v1_3_0/newt/install/newt_mac/index.html            |  3196 +----
 v1_3_0/newt/install/newt_windows/index.html        |  3195 +----
 v1_3_0/newt/install/prev_releases/index.html       |  3055 +----
 v1_3_0/newt/newt_intro/index.html                  |  3122 +----
 v1_3_0/newt/newt_operation/index.html              |  3131 +----
 v1_3_0/newt/newt_ops/index.html                    |  3285 +----
 .../newtmgr/command_list/newtmgr_config/index.html |  3236 +----
 .../newtmgr/command_list/newtmgr_conn/index.html   |  3237 +----
 .../newtmgr/command_list/newtmgr_crash/index.html  |  3236 +----
 .../command_list/newtmgr_datetime/index.html       |  3236 +----
 .../newtmgr/command_list/newtmgr_echo/index.html   |  3236 +----
 v1_3_0/newtmgr/command_list/newtmgr_fs/index.html  |  3236 +----
 .../newtmgr/command_list/newtmgr_image/index.html  |  3237 +----
 .../newtmgr/command_list/newtmgr_logs/index.html   |  3236 +----
 .../command_list/newtmgr_mpstats/index.html        |  3238 +----
 .../newtmgr/command_list/newtmgr_reset/index.html  |  3236 +----
 v1_3_0/newtmgr/command_list/newtmgr_run/index.html |  3236 +----
 .../newtmgr/command_list/newtmgr_stat/index.html   |  3238 +----
 .../command_list/newtmgr_taskstats/index.html      |  3240 +----
 v1_3_0/newtmgr/install_linux/index.html            |  3167 +----
 v1_3_0/newtmgr/install_mac/index.html              |  3160 +----
 v1_3_0/newtmgr/install_windows/index.html          |  3166 +----
 v1_3_0/newtmgr/overview/index.html                 |  3125 +----
 v1_3_0/newtmgr/prev_releases/index.html            |  3055 +----
 v1_3_0/newtmgr/protocol/index.html                 |  2707 ----
 v1_3_0/os/core_os/callout/callout/index.html       |  3497 ++---
 .../callout/os_callout_func_init/index.html        |  3536 ++---
 .../os/core_os/callout/os_callout_init/index.html  |  3536 ++---
 .../core_os/callout/os_callout_queued/index.html   |  3530 ++---
 .../os/core_os/callout/os_callout_reset/index.html |  3534 ++---
 .../os/core_os/callout/os_callout_stop/index.html  |  3533 ++---
 .../context_switch/context_switch/index.html       |  3486 ++---
 .../context_switch/os_arch_ctx_sw/index.html       |  3588 ++---
 .../os/core_os/context_switch/os_sched/index.html  |  3588 ++---
 .../context_switch/os_sched_ctx_sw_hook/index.html |  3588 ++---
 .../os_sched_get_current_task/index.html           |  3588 ++---
 .../context_switch/os_sched_insert/index.html      |  3587 ++---
 .../context_switch/os_sched_next_task/index.html   |  3587 ++---
 .../os_sched_os_timer_exp/index.html               |  3588 ++---
 .../context_switch/os_sched_remove/index.html      |  3588 ++---
 .../context_switch/os_sched_resort/index.html      |  3588 ++---
 .../os_sched_set_current_task/index.html           |  3587 ++---
 .../context_switch/os_sched_sleep/index.html       |  3588 ++---
 .../context_switch/os_sched_wakeup/index.html      |  3588 ++---
 v1_3_0/os/core_os/cputime/os_cputime/index.html    |  3488 ++---
 .../cputime/os_cputime_delay_nsecs/index.html      |  3596 ++---
 .../cputime/os_cputime_delay_ticks/index.html      |  3596 ++---
 .../cputime/os_cputime_delay_usecs/index.html      |  3596 ++---
 .../os/core_os/cputime/os_cputime_get32/index.html |  3596 ++---
 .../os/core_os/cputime/os_cputime_init/index.html  |  3596 ++---
 .../cputime/os_cputime_nsecs_to_ticks/index.html   |  3596 ++---
 .../cputime/os_cputime_ticks_to_nsecs/index.html   |  3596 ++---
 .../cputime/os_cputime_ticks_to_usecs/index.html   |  3596 ++---
 .../cputime/os_cputime_timer_init/index.html       |  3596 ++---
 .../cputime/os_cputime_timer_relative/index.html   |  3596 ++---
 .../cputime/os_cputime_timer_start/index.html      |  3596 ++---
 .../cputime/os_cputime_timer_stop/index.html       |  3596 ++---
 .../cputime/os_cputime_usecs_to_ticks/index.html   |  3596 ++---
 .../os/core_os/event_queue/event_queue/index.html  |  3487 ++---
 .../event_queue/os_eventq_designate/index.html     |  3556 ++---
 .../event_queue/os_eventq_dflt_get/index.html      |  3556 ++---
 .../event_queue/os_eventq_dflt_set/index.html      |  2747 ----
 .../core_os/event_queue/os_eventq_get/index.html   |  3556 ++---
 .../core_os/event_queue/os_eventq_init/index.html  |  3556 ++---
 .../event_queue/os_eventq_inited/index.html        |  3556 ++---
 .../core_os/event_queue/os_eventq_put/index.html   |  3555 ++---
 .../event_queue/os_eventq_remove/index.html        |  3556 ++---
 .../core_os/event_queue/os_eventq_run/index.html   |  3556 ++---
 v1_3_0/os/core_os/heap/heap/index.html             |  3493 ++---
 v1_3_0/os/core_os/heap/os_free/index.html          |  3516 ++---
 v1_3_0/os/core_os/heap/os_malloc/index.html        |  3516 ++---
 v1_3_0/os/core_os/heap/os_realloc/index.html       |  3516 ++---
 v1_3_0/os/core_os/mbuf/OS_MBUF_DATA/index.html     |  3709 ++---
 .../core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html   |  3710 ++---
 v1_3_0/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html   |  3709 ++---
 .../core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html |  3709 ++---
 v1_3_0/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html   |  3709 ++---
 .../core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html  |  3710 ++---
 v1_3_0/os/core_os/mbuf/OS_MBUF_USRHDR/index.html   |  3709 ++---
 .../os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html  |  3709 ++---
 v1_3_0/os/core_os/mbuf/mbuf/index.html             |  3527 ++---
 v1_3_0/os/core_os/mbuf/os_mbuf_adj/index.html      |  3711 ++---
 v1_3_0/os/core_os/mbuf/os_mbuf_append/index.html   |  3711 ++---
 v1_3_0/os/core_os/mbuf/os_mbuf_concat/index.html   |  3711 ++---
 v1_3_0/os/core_os/mbuf/os_mbuf_copydata/index.html |  3710 ++---
 v1_3_0/os/core_os/mbuf/os_mbuf_copyinto/index.html |  3710 ++---
 v1_3_0/os/core_os/mbuf/os_mbuf_dup/index.html      |  3710 ++---
 v1_3_0/os/core_os/mbuf/os_mbuf_extend/index.html   |  3710 ++---
 .../os/core_os/mbuf/os_mbuf_free_chain/index.html  |  3711 ++---
 v1_3_0/os/core_os/mbuf/os_mbuf_get/index.html      |  3711 ++---
 .../os/core_os/mbuf/os_mbuf_get_pkthdr/index.html  |  3711 ++---
 v1_3_0/os/core_os/mbuf/os_mbuf_memcmp/index.html   |  3711 ++---
 v1_3_0/os/core_os/mbuf/os_mbuf_off/index.html      |  3711 ++---
 .../os/core_os/mbuf/os_mbuf_pool_init/index.html   |  3711 ++---
 v1_3_0/os/core_os/mbuf/os_mbuf_prepend/index.html  |  3711 ++---
 v1_3_0/os/core_os/mbuf/os_mbuf_pullup/index.html   |  3711 ++---
 .../memory_pool/OS_MEMPOOL_BYTES/index.html        |  3540 ++---
 .../core_os/memory_pool/OS_MEMPOOL_SIZE/index.html |  3540 ++---
 .../os/core_os/memory_pool/memory_pool/index.html  |  3499 ++---
 .../core_os/memory_pool/os_memblock_get/index.html |  3540 ++---
 .../core_os/memory_pool/os_memblock_put/index.html |  3539 ++---
 .../os_mempool_info_get_next/index.html            |  3539 ++---
 .../core_os/memory_pool/os_mempool_init/index.html |  3540 ++---
 v1_3_0/os/core_os/mqueue/mqueue/index.html         |  3522 ++---
 v1_3_0/os/core_os/mqueue/os_mqueue_get/index.html  |  3550 ++---
 v1_3_0/os/core_os/mqueue/os_mqueue_init/index.html |  3551 ++---
 v1_3_0/os/core_os/mqueue/os_mqueue_put/index.html  |  3550 ++---
 v1_3_0/os/core_os/msys/msys/index.html             |  3520 ++---
 v1_3_0/os/core_os/msys/os_msys_get/index.html      |  3559 ++---
 .../os/core_os/msys/os_msys_get_pkthdr/index.html  |  3559 ++---
 v1_3_0/os/core_os/msys/os_msys_register/index.html |  3558 ++---
 v1_3_0/os/core_os/msys/os_msys_reset/index.html    |  3558 ++---
 v1_3_0/os/core_os/mutex/mutex/index.html           |  3493 ++---
 v1_3_0/os/core_os/mutex/os_mutex_init/index.html   |  3516 ++---
 v1_3_0/os/core_os/mutex/os_mutex_pend/index.html   |  3516 ++---
 .../os/core_os/mutex/os_mutex_release/index.html   |  3515 ++---
 v1_3_0/os/core_os/mynewt_os/index.html             |  3474 ++---
 v1_3_0/os/core_os/os_init/index.html               |  2720 ----
 v1_3_0/os/core_os/os_start/index.html              |  2720 ----
 v1_3_0/os/core_os/os_started/index.html            |  3481 ++---
 v1_3_0/os/core_os/porting/port_bsp/index.html      |  3366 +----
 v1_3_0/os/core_os/porting/port_cpu/index.html      |  3341 +----
 v1_3_0/os/core_os/porting/port_mcu/index.html      |  3339 +----
 v1_3_0/os/core_os/porting/port_os/index.html       |  3348 +----
 .../core_os/sanity/os_sanity_check_init/index.html |  3523 ++---
 .../sanity/os_sanity_check_register/index.html     |  3523 ++---
 .../sanity/os_sanity_check_reset/index.html        |  3523 ++---
 .../sanity/os_sanity_task_checkin/index.html       |  3523 ++---
 v1_3_0/os/core_os/sanity/sanity/index.html         |  3487 ++---
 v1_3_0/os/core_os/semaphore/os_sem_init/index.html |  3516 ++---
 v1_3_0/os/core_os/semaphore/os_sem_pend/index.html |  3516 ++---
 .../os/core_os/semaphore/os_sem_release/index.html |  3516 ++---
 v1_3_0/os/core_os/semaphore/semaphore/index.html   |  3493 ++---
 v1_3_0/os/core_os/task/os_task_count/index.html    |  3523 ++---
 .../core_os/task/os_task_info_get_next/index.html  |  3523 ++---
 v1_3_0/os/core_os/task/os_task_init/index.html     |  3523 ++---
 v1_3_0/os/core_os/task/os_task_remove/index.html   |  3523 ++---
 v1_3_0/os/core_os/task/task/index.html             |  3487 ++---
 .../os/core_os/time/os_get_uptime_usec/index.html  |  3548 ++---
 v1_3_0/os/core_os/time/os_gettimeofday/index.html  |  3548 ++---
 v1_3_0/os/core_os/time/os_settimeofday/index.html  |  3548 ++---
 v1_3_0/os/core_os/time/os_time/index.html          |  3489 ++---
 v1_3_0/os/core_os/time/os_time_advance/index.html  |  3548 ++---
 v1_3_0/os/core_os/time/os_time_delay/index.html    |  3548 ++---
 v1_3_0/os/core_os/time/os_time_get/index.html      |  3550 ++---
 .../os/core_os/time/os_time_ms_to_ticks/index.html |  3548 ++---
 v1_3_0/os/get_started/cross_tools/index.html       |  3189 +----
 v1_3_0/os/get_started/docker/index.html            |  3138 +----
 v1_3_0/os/get_started/get_started/index.html       |  3133 +----
 .../os/get_started/native_install_intro/index.html |  3187 +----
 v1_3_0/os/get_started/native_tools/index.html      |  3185 +----
 v1_3_0/os/get_started/project_create/index.html    |  3152 +----
 v1_3_0/os/get_started/serial_access/index.html     |  3145 +----
 v1_3_0/os/get_started/vocabulary/index.html        |  3094 +----
 v1_3_0/os/introduction/index.html                  |  3098 +----
 v1_3_0/os/modules/baselibc/index.html              |  3314 +----
 .../bootloader/boot_build_status/index.html        |  3527 ++---
 .../bootloader/boot_build_status_one/index.html    |  3527 ++---
 .../bootloader/boot_clear_status/index.html        |  3527 ++---
 .../modules/bootloader/boot_copy_area/index.html   |  3527 ++---
 .../modules/bootloader/boot_copy_image/index.html  |  3527 ++---
 .../modules/bootloader/boot_erase_area/index.html  |  3527 ++---
 .../modules/bootloader/boot_fill_slot/index.html   |  3527 ++---
 .../bootloader/boot_find_image_area_idx/index.html |  3527 ++---
 .../bootloader/boot_find_image_part/index.html     |  3527 ++---
 .../bootloader/boot_find_image_slot/index.html     |  3527 ++---
 v1_3_0/os/modules/bootloader/boot_go/index.html    |  3527 ++---
 .../modules/bootloader/boot_init_flash/index.html  |  3527 ++---
 .../modules/bootloader/boot_move_area/index.html   |  3527 ++---
 .../bootloader/boot_read_image_header/index.html   |  3527 ++---
 .../bootloader/boot_read_image_headers/index.html  |  3527 ++---
 .../modules/bootloader/boot_read_status/index.html |  3527 ++---
 .../bootloader/boot_select_image_slot/index.html   |  3527 ++---
 .../modules/bootloader/boot_slot_addr/index.html   |  3527 ++---
 .../bootloader/boot_slot_to_area_idx/index.html    |  3527 ++---
 .../modules/bootloader/boot_swap_areas/index.html  |  3527 ++---
 .../bootloader/boot_vect_delete_main/index.html    |  3527 ++---
 .../bootloader/boot_vect_delete_test/index.html    |  3527 ++---
 .../bootloader/boot_vect_read_main/index.html      |  3527 ++---
 .../bootloader/boot_vect_read_one/index.html       |  3527 ++---
 .../bootloader/boot_vect_read_test/index.html      |  3527 ++---
 .../bootloader/boot_write_status/index.html        |  3527 ++---
 v1_3_0/os/modules/bootloader/bootloader/index.html |  3348 +----
 v1_3_0/os/modules/console/console/index.html       |  3339 +----
 v1_3_0/os/modules/console/console_echo/index.html  |  3394 +----
 v1_3_0/os/modules/console/console_init/index.html  |  3393 +----
 .../os/modules/console/console_is_init/index.html  |  3393 +----
 .../os/modules/console/console_printf/index.html   |  3394 +----
 v1_3_0/os/modules/console/console_read/index.html  |  3393 +----
 .../modules/console/console_set_queues/index.html  |  3393 +----
 v1_3_0/os/modules/console/console_write/index.html |  3393 +----
 .../modules/devmgmt/customize_newtmgr/index.html   |  3331 +----
 v1_3_0/os/modules/devmgmt/newtmgr/index.html       |  3331 +----
 v1_3_0/os/modules/devmgmt/oicmgr/index.html        |  3331 +----
 v1_3_0/os/modules/drivers/driver/index.html        |  3332 +----
 v1_3_0/os/modules/drivers/flash/index.html         |  3362 +----
 v1_3_0/os/modules/drivers/mmc/index.html           |  3362 +----
 v1_3_0/os/modules/elua/elua/index.html             |  2732 ----
 v1_3_0/os/modules/elua/lua_init/index.html         |  2729 ----
 v1_3_0/os/modules/elua/lua_main/index.html         |  2742 ----
 v1_3_0/os/modules/fcb/fcb/index.html               |  3330 +----
 v1_3_0/os/modules/fcb/fcb_append/index.html        |  3418 +----
 v1_3_0/os/modules/fcb/fcb_append_finish/index.html |  3418 +----
 .../modules/fcb/fcb_append_to_scratch/index.html   |  3418 +----
 v1_3_0/os/modules/fcb/fcb_clear/index.html         |  3418 +----
 v1_3_0/os/modules/fcb/fcb_getnext/index.html       |  3418 +----
 v1_3_0/os/modules/fcb/fcb_init/index.html          |  3418 +----
 v1_3_0/os/modules/fcb/fcb_is_empty/index.html      |  3418 +----
 v1_3_0/os/modules/fcb/fcb_offset_last_n/index.html |  3418 +----
 v1_3_0/os/modules/fcb/fcb_rotate/index.html        |  3418 +----
 v1_3_0/os/modules/fcb/fcb_walk/index.html          |  3418 +----
 v1_3_0/os/modules/fs/fatfs/index.html              |  3356 +----
 v1_3_0/os/modules/fs/fs/fs/index.html              |  3396 +----
 v1_3_0/os/modules/fs/fs/fs_close/index.html        |  3544 ++---
 v1_3_0/os/modules/fs/fs/fs_closedir/index.html     |  3543 ++---
 .../os/modules/fs/fs/fs_dirent_is_dir/index.html   |  3543 ++---
 v1_3_0/os/modules/fs/fs/fs_dirent_name/index.html  |  3544 ++---
 v1_3_0/os/modules/fs/fs/fs_filelen/index.html      |  3543 ++---
 v1_3_0/os/modules/fs/fs/fs_getpos/index.html       |  3543 ++---
 v1_3_0/os/modules/fs/fs/fs_mkdir/index.html        |  3544 ++---
 v1_3_0/os/modules/fs/fs/fs_open/index.html         |  3544 ++---
 v1_3_0/os/modules/fs/fs/fs_opendir/index.html      |  3544 ++---
 v1_3_0/os/modules/fs/fs/fs_ops/index.html          |  3404 +----
 v1_3_0/os/modules/fs/fs/fs_read/index.html         |  3543 ++---
 v1_3_0/os/modules/fs/fs/fs_readdir/index.html      |  3543 ++---
 v1_3_0/os/modules/fs/fs/fs_register/index.html     |  3543 ++---
 v1_3_0/os/modules/fs/fs/fs_rename/index.html       |  3544 ++---
 v1_3_0/os/modules/fs/fs/fs_return_codes/index.html |  3394 +----
 v1_3_0/os/modules/fs/fs/fs_seek/index.html         |  3544 ++---
 v1_3_0/os/modules/fs/fs/fs_unlink/index.html       |  3543 ++---
 v1_3_0/os/modules/fs/fs/fs_write/index.html        |  3544 ++---
 .../os/modules/fs/fs/fsutil_read_file/index.html   |  3544 ++---
 .../os/modules/fs/fs/fsutil_write_file/index.html  |  3543 ++---
 v1_3_0/os/modules/fs/nffs/nffs/index.html          |  3397 +----
 .../os/modules/fs/nffs/nffs_area_desc/index.html   |  3413 +----
 v1_3_0/os/modules/fs/nffs/nffs_config/index.html   |  3413 +----
 v1_3_0/os/modules/fs/nffs/nffs_detect/index.html   |  3423 +----
 v1_3_0/os/modules/fs/nffs/nffs_format/index.html   |  3423 +----
 v1_3_0/os/modules/fs/nffs/nffs_init/index.html     |  3421 +----
 .../os/modules/fs/nffs/nffs_internals/index.html   |  3406 +----
 v1_3_0/os/modules/fs/otherfs/index.html            |  3358 +----
 v1_3_0/os/modules/hal/hal/index.html               |  3351 +----
 v1_3_0/os/modules/hal/hal_api/index.html           |  3443 +----
 v1_3_0/os/modules/hal/hal_bsp/hal_bsp/index.html   |  3446 +----
 v1_3_0/os/modules/hal/hal_creation/index.html      |  3345 +----
 .../os/modules/hal/hal_flash/hal_flash/index.html  |  3464 ++---
 .../modules/hal/hal_flash/hal_flash_int/index.html |  3464 ++---
 v1_3_0/os/modules/hal/hal_gpio/hal_gpio/index.html |  3446 +----
 v1_3_0/os/modules/hal/hal_i2c/hal_i2c/index.html   |  3447 +----
 v1_3_0/os/modules/hal/hal_in_libraries/index.html  |  3336 +----
 .../modules/hal/hal_os_tick/hal_os_tick/index.html |  3446 +----
 v1_3_0/os/modules/hal/hal_spi/hal_spi/index.html   |  3446 +----
 .../os/modules/hal/hal_system/hal_sys/index.html   |  3446 +----
 .../os/modules/hal/hal_timer/hal_timer/index.html  |  3446 +----
 v1_3_0/os/modules/hal/hal_uart/hal_uart/index.html |  3446 +----
 .../hal/hal_watchdog/hal_watchdog/index.html       |  3446 +----
 v1_3_0/os/modules/imgmgr/imgmgr/index.html         |  3329 +----
 .../modules/imgmgr/imgmgr_module_init/index.html   |  2717 ----
 v1_3_0/os/modules/imgmgr/imgr_ver_parse/index.html |  3350 +----
 v1_3_0/os/modules/imgmgr/imgr_ver_str/index.html   |  3350 +----
 v1_3_0/os/modules/json/json/index.html             |  3333 +----
 .../json/json_encode_object_entry/index.html       |  3377 +----
 .../json/json_encode_object_finish/index.html      |  3377 +----
 .../modules/json/json_encode_object_key/index.html |  3377 +----
 .../json/json_encode_object_start/index.html       |  3377 +----
 v1_3_0/os/modules/json/json_read_object/index.html |  3377 +----
 v1_3_0/os/modules/logs/logs/index.html             |  3329 +----
 .../modules/sensor_framework/sensor_api/index.html |  3406 +----
 .../sensor_framework/sensor_create/index.html      |  3365 +----
 .../sensor_framework/sensor_driver/index.html      |  3373 +----
 .../sensor_framework_overview/index.html           |  3361 +----
 .../sensor_listener_api/index.html                 |  3394 +----
 .../sensor_framework/sensor_mgr_api/index.html     |  3404 +----
 .../modules/sensor_framework/sensor_oic/index.html |  3390 +----
 .../sensor_framework/sensor_shell/index.html       |  3340 +----
 v1_3_0/os/modules/shell/shell/index.html           |  3335 +----
 .../os/modules/shell/shell_cmd_register/index.html |  3394 +----
 v1_3_0/os/modules/shell/shell_evq_set/index.html   |  3393 +----
 .../shell/shell_nlip_input_register/index.html     |  3393 +----
 .../os/modules/shell/shell_nlip_output/index.html  |  3393 +----
 v1_3_0/os/modules/shell/shell_register/index.html  |  3394 +----
 .../shell_register_app_cmd_handler/index.html      |  3393 +----
 .../shell/shell_register_default_module/index.html |  3393 +----
 v1_3_0/os/modules/split/split/index.html           |  3328 +----
 v1_3_0/os/modules/stats/stats/index.html           |  3325 +----
 .../sysinitconfig/sysconfig_error/index.html       |  3337 +----
 .../modules/sysinitconfig/sysinitconfig/index.html |  3340 +----
 v1_3_0/os/modules/testutil/test_assert/index.html  |  3394 +----
 v1_3_0/os/modules/testutil/test_case/index.html    |  3393 +----
 v1_3_0/os/modules/testutil/test_decl/index.html    |  3393 +----
 v1_3_0/os/modules/testutil/test_pass/index.html    |  3393 +----
 v1_3_0/os/modules/testutil/test_suite/index.html   |  3393 +----
 v1_3_0/os/modules/testutil/testutil/index.html     |  3334 +----
 v1_3_0/os/modules/testutil/tu_init/index.html      |  3393 +----
 v1_3_0/os/modules/testutil/tu_restart/index.html   |  3393 +----
 v1_3_0/os/os_user_guide/index.html                 |  3303 +----
 v1_3_0/os/tutorials/STM32F303/index.html           |  2881 ----
 v1_3_0/os/tutorials/add_newtmgr/index.html         |  3271 +----
 v1_3_0/os/tutorials/air_quality_ble/index.html     |  3290 +----
 v1_3_0/os/tutorials/air_quality_sensor/index.html  |  3294 +----
 v1_3_0/os/tutorials/arduino_zero/index.html        |  3306 +----
 v1_3_0/os/tutorials/ble_bare_bones/index.html      |  3294 +----
 v1_3_0/os/tutorials/blehci_project/index.html      |  3292 +----
 v1_3_0/os/tutorials/bleprph/bleprph-adv/index.html |  3321 +----
 v1_3_0/os/tutorials/bleprph/bleprph-app/index.html |  3319 +----
 .../bleprph/bleprph-chr-access/index.html          |  3327 +----
 .../os/tutorials/bleprph/bleprph-conn/index.html   |  2854 ----
 .../tutorials/bleprph/bleprph-gap-event/index.html |  3325 +----
 .../os/tutorials/bleprph/bleprph-intro/index.html  |  3319 +----
 .../tutorials/bleprph/bleprph-svc-reg/index.html   |  3327 +----
 v1_3_0/os/tutorials/blinky/index.html              |  3311 +----
 v1_3_0/os/tutorials/blinky_console/index.html      |  3305 +----
 v1_3_0/os/tutorials/blinky_primo/index.html        |  3307 +----
 v1_3_0/os/tutorials/blinky_sram_olimex/index.html  |  2856 ----
 v1_3_0/os/tutorials/blinky_stm32f4disc/index.html  |  3305 +----
 v1_3_0/os/tutorials/blinky_windows/index.html      |  2988 ----
 v1_3_0/os/tutorials/codesize/index.html            |  3255 +----
 v1_3_0/os/tutorials/define_target/index.html       |  2703 ----
 v1_3_0/os/tutorials/eddystone/index.html           |  3285 +----
 v1_3_0/os/tutorials/event_queue/index.html         |  3257 +----
 v1_3_0/os/tutorials/ibeacon/index.html             |  3285 +----
 v1_3_0/os/tutorials/lora/lorawanapp/index.html     |  3258 +----
 v1_3_0/os/tutorials/nRF52/index.html               |  3303 +----
 v1_3_0/os/tutorials/nrf52_adc/index.html           |  3285 +----
 v1_3_0/os/tutorials/olimex/index.html              |  3306 +----
 v1_3_0/os/tutorials/ota_upgrade_nrf52/index.html   |  3272 +----
 v1_3_0/os/tutorials/pics/STM32-E407_bot_small.jpg  |   Bin
 v1_3_0/os/tutorials/pics/STM32-E407_top_small.jpg  |   Bin
 v1_3_0/os/tutorials/pics/device_manager_ft232H.png |   Bin
 .../os/tutorials/pics/device_manager_no_ft232H.png |   Bin
 v1_3_0/os/tutorials/pics/mkr1000-jlink.jpg         |   Bin
 v1_3_0/os/tutorials/pics/mkr1000-serial.jpg        |   Bin
 v1_3_0/os/tutorials/pics/putty.png                 |   Bin
 v1_3_0/os/tutorials/pics/stm32f4_disc.jpg          |   Bin
 v1_3_0/os/tutorials/pin-wheel-mods/index.html      |  2779 ----
 .../os/tutorials/project-nrf52-slinky/index.html   |  3277 +----
 v1_3_0/os/tutorials/project-sim-slinky/index.html  |  3270 +----
 v1_3_0/os/tutorials/project-slinky/index.html      |  3272 +----
 .../os/tutorials/project-stm32-slinky/index.html   |  3277 +----
 v1_3_0/os/tutorials/rbnano2/index.html             |  3306 +----
 v1_3_0/os/tutorials/repo/add_repos/index.html      |  3273 +----
 v1_3_0/os/tutorials/repo/create_repo/index.html    |  3264 +----
 v1_3_0/os/tutorials/repo/private_repo/index.html   |  3255 +----
 v1_3_0/os/tutorials/repo/upgrade_repo/index.html   |  3255 +----
 v1_3_0/os/tutorials/segger_rtt/index.html          |  3250 +----
 v1_3_0/os/tutorials/segger_sysview/index.html      |  3251 +----
 .../sensors/sensor_bleprph_oic/index.html          |  3353 +----
 .../sensors/sensor_nrf52_bno055/index.html         |  3335 +----
 .../sensors/sensor_nrf52_bno055_oic/index.html     |  3334 +----
 .../sensors/sensor_offboard_config/index.html      |  3317 +----
 .../sensors/sensor_oic_overview/index.html         |  3330 +----
 .../sensors/sensor_thingy_lis2dh12_onb/index.html  |  3323 +----
 v1_3_0/os/tutorials/sensors/sensors/index.html     |  3317 +----
 v1_3_0/os/tutorials/tasks_lesson/index.html        |  3259 +----
 v1_3_0/os/tutorials/try_markdown/index.html        |  2739 ----
 v1_3_0/os/tutorials/tutorials/index.html           |  3231 +----
 v1_3_0/os/tutorials/unit_test/index.html           |  3276 +----
 v1_3_0/os/tutorials/wi-fi_on_arduino/index.html    |  3284 +----
 v1_3_0/pages/ble/index.html                        |  2990 +---
 v1_3_0/pages/configurability/index.html            |  2705 ----
 v1_3_0/pages/securitybullets/index.html            |  2873 +---
 v1_3_0/quick-start/index.html                      |  2873 +---
 v1_3_0/search.html                                 |   330 +
 v1_3_0/search/lunr.js                              |  2986 ----
 v1_3_0/search/main.js                              |    96 -
 v1_3_0/search/search_index.json                    |     1 -
 v1_3_0/search/worker.js                            |   128 -
 v1_3_0/sitemap.xml                                 |  2346 +---
 v1_3_0/sitemap.xml.gz                              |   Bin 3483 -> 0 bytes
 v1_3_0/talks/index.html                            |  2892 +---
 .../common.rst => _sources/_static/common.rst.txt} |     0
 v1_4_0/_static/basic.css                           |    18 +-
 v1_4_0/_static/common.html                         |   304 +
 v1_4_0/_static/doctools.js                         |    12 +-
 v1_4_0/_static/documentation_options.js            |     5 +-
 v1_4_0/_static/language_data.js                    |   297 -
 v1_4_0/_static/searchtools.js                      |   352 +-
 v1_4_0/_static/websupport.js                       |     2 +-
 v1_4_0/concepts.html                               |    31 +-
 v1_4_0/genindex.html                               |   105 +-
 v1_4_0/get_started/docker.html                     |     1 -
 v1_4_0/get_started/index.html                      |     1 -
 v1_4_0/get_started/native_install/cross_tools.html |     1 -
 v1_4_0/get_started/native_install/index.html       |     1 -
 .../get_started/native_install/native_tools.html   |    29 +-
 v1_4_0/get_started/project_create.html             |    21 +-
 v1_4_0/get_started/serial_access.html              |     1 -
 v1_4_0/index.html                                  |     1 -
 v1_4_0/misc/go_env.html                            |     1 -
 v1_4_0/misc/ide.html                               |     1 -
 v1_4_0/misc/index.html                             |     1 -
 v1_4_0/mynewt_faq/admin_faq.html                   |     1 -
 v1_4_0/mynewt_faq/bluetooth_faq.html               |     1 -
 v1_4_0/mynewt_faq/boot_faq.html                    |     1 -
 v1_4_0/mynewt_faq/fs_faq.html                      |     1 -
 v1_4_0/mynewt_faq/hardware_faq.html                |     1 -
 v1_4_0/mynewt_faq/index.html                       |     1 -
 v1_4_0/mynewt_faq/modules_faq.html                 |     1 -
 v1_4_0/mynewt_faq/newt_faq.html                    |     1 -
 v1_4_0/mynewt_faq/newtmgr_faq.html                 |     1 -
 v1_4_0/mynewt_faq/nfc_faq.html                     |     1 -
 v1_4_0/mynewt_faq/port_faq.html                    |     1 -
 v1_4_0/mynewt_faq/syntax_faq.html                  |     1 -
 v1_4_0/mynewt_faq/troubleshoot_faq.html            |     1 -
 v1_4_0/network/docs/README.html                    |     1 -
 v1_4_0/network/docs/ble_hs/ble_att.html            |     1 -
 v1_4_0/network/docs/ble_hs/ble_gap.html            |    57 +-
 v1_4_0/network/docs/ble_hs/ble_gattc.html          |    63 +-
 v1_4_0/network/docs/ble_hs/ble_gatts.html          |    63 +-
 v1_4_0/network/docs/ble_hs/ble_hs.html             |     1 -
 v1_4_0/network/docs/ble_hs/ble_hs_id.html          |     1 -
 .../network/docs/ble_hs/ble_hs_return_codes.html   |     1 -
 v1_4_0/network/docs/ble_sec.html                   |     1 -
 v1_4_0/network/docs/ble_setup/ble_addr.html        |     1 -
 v1_4_0/network/docs/ble_setup/ble_lp_clock.html    |     1 -
 v1_4_0/network/docs/ble_setup/ble_setup_intro.html |     1 -
 v1_4_0/network/docs/ble_setup/ble_sync_cb.html     |     1 -
 v1_4_0/network/docs/btshell/btshell_GAP.html       |     1 -
 v1_4_0/network/docs/btshell/btshell_GATT.html      |     1 -
 v1_4_0/network/docs/btshell/btshell_advdata.html   |     1 -
 v1_4_0/network/docs/btshell/btshell_api.html       |     1 -
 v1_4_0/network/docs/index.html                     |     1 -
 v1_4_0/network/docs/mesh/index.html                |     1 -
 v1_4_0/network/docs/mesh/sample.html               |     1 -
 v1_4_0/newt/README.html                            |     1 -
 v1_4_0/newt/command_list/newt_build.html           |     1 -
 v1_4_0/newt/command_list/newt_clean.html           |     1 -
 v1_4_0/newt/command_list/newt_complete.html        |     1 -
 v1_4_0/newt/command_list/newt_create_image.html    |     1 -
 v1_4_0/newt/command_list/newt_debug.html           |     1 -
 v1_4_0/newt/command_list/newt_help.html            |     1 -
 v1_4_0/newt/command_list/newt_info.html            |     1 -
 v1_4_0/newt/command_list/newt_install.html         |     1 -
 v1_4_0/newt/command_list/newt_load.html            |     1 -
 v1_4_0/newt/command_list/newt_mfg.html             |     1 -
 v1_4_0/newt/command_list/newt_new.html             |     1 -
 v1_4_0/newt/command_list/newt_pkg.html             |     1 -
 v1_4_0/newt/command_list/newt_resign_image.html    |     1 -
 v1_4_0/newt/command_list/newt_run.html             |     1 -
 v1_4_0/newt/command_list/newt_size.html            |     1 -
 v1_4_0/newt/command_list/newt_sync.html            |     1 -
 v1_4_0/newt/command_list/newt_target.html          |     1 -
 v1_4_0/newt/command_list/newt_test.html            |     1 -
 v1_4_0/newt/command_list/newt_upgrade.html         |     1 -
 v1_4_0/newt/command_list/newt_vals.html            |     1 -
 v1_4_0/newt/command_list/newt_version.html         |     1 -
 v1_4_0/newt/index.html                             |     1 -
 v1_4_0/newt/install/index.html                     |     1 -
 v1_4_0/newt/install/newt_linux.html                |    23 +-
 v1_4_0/newt/install/newt_mac.html                  |    23 +-
 v1_4_0/newt/install/newt_windows.html              |    23 +-
 v1_4_0/newt/install/prev_releases.html             |     1 -
 v1_4_0/newt/newt_operation.html                    |     1 -
 v1_4_0/newt/newt_ops.html                          |     1 -
 v1_4_0/newtmgr/README.html                         |     1 -
 v1_4_0/newtmgr/command_list/index.html             |     1 -
 v1_4_0/newtmgr/command_list/newtmgr_config.html    |     1 -
 v1_4_0/newtmgr/command_list/newtmgr_conn.html      |     1 -
 v1_4_0/newtmgr/command_list/newtmgr_crash.html     |     1 -
 v1_4_0/newtmgr/command_list/newtmgr_datetime.html  |     1 -
 v1_4_0/newtmgr/command_list/newtmgr_echo.html      |     1 -
 v1_4_0/newtmgr/command_list/newtmgr_fs.html        |     1 -
 v1_4_0/newtmgr/command_list/newtmgr_image.html     |     1 -
 v1_4_0/newtmgr/command_list/newtmgr_logs.html      |     1 -
 v1_4_0/newtmgr/command_list/newtmgr_mpstats.html   |     1 -
 v1_4_0/newtmgr/command_list/newtmgr_reset.html     |     1 -
 v1_4_0/newtmgr/command_list/newtmgr_run.html       |     1 -
 v1_4_0/newtmgr/command_list/newtmgr_stat.html      |     1 -
 v1_4_0/newtmgr/command_list/newtmgr_taskstats.html |     1 -
 v1_4_0/newtmgr/index.html                          |     1 -
 v1_4_0/newtmgr/install/index.html                  |     1 -
 v1_4_0/newtmgr/install/install_linux.html          |     1 -
 v1_4_0/newtmgr/install/install_mac.html            |     1 -
 v1_4_0/newtmgr/install/install_windows.html        |     1 -
 v1_4_0/newtmgr/install/prev_releases.html          |     1 -
 v1_4_0/objects.inv                                 |   Bin 44641 -> 44936 bytes
 v1_4_0/os/core_os/callout/callout.html             |    21 +-
 .../os/core_os/context_switch/context_switch.html  |     9 +-
 v1_4_0/os/core_os/cputime/os_cputime.html          |     9 +-
 v1_4_0/os/core_os/event_queue/event_queue.html     |    37 +-
 v1_4_0/os/core_os/heap/heap.html                   |     1 -
 v1_4_0/os/core_os/mbuf/mbuf.html                   |    89 +-
 v1_4_0/os/core_os/memory_pool/memory_pool.html     |    37 +-
 v1_4_0/os/core_os/mutex/mutex.html                 |    19 +-
 v1_4_0/os/core_os/mynewt_os.html                   |     1 -
 v1_4_0/os/core_os/porting/port_bsp.html            |    19 +-
 v1_4_0/os/core_os/porting/port_cpu.html            |     1 -
 v1_4_0/os/core_os/porting/port_mcu.html            |     1 -
 v1_4_0/os/core_os/porting/port_os.html             |     1 -
 v1_4_0/os/core_os/sanity/sanity.html               |    17 +-
 v1_4_0/os/core_os/semaphore/semaphore.html         |    15 +-
 v1_4_0/os/core_os/task/task.html                   |    23 +-
 v1_4_0/os/core_os/time/os_time.html                |    57 +-
 v1_4_0/os/modules/baselibc.html                    |     1 -
 v1_4_0/os/modules/bootloader/bootloader.html       |     1 -
 v1_4_0/os/modules/config/config.html               |     9 +-
 v1_4_0/os/modules/console/console.html             |    35 +-
 v1_4_0/os/modules/devmgmt/customize_newtmgr.html   |     1 -
 v1_4_0/os/modules/devmgmt/newtmgr.html             |     1 -
 v1_4_0/os/modules/devmgmt/oicmgr.html              |     1 -
 v1_4_0/os/modules/drivers/driver.html              |     1 -
 v1_4_0/os/modules/drivers/flash.html               |     1 -
 v1_4_0/os/modules/drivers/mmc.html                 |     1 -
 v1_4_0/os/modules/elua/elua.html                   |     1 -
 v1_4_0/os/modules/elua/lua_init.html               |     1 -
 v1_4_0/os/modules/elua/lua_main.html               |     1 -
 v1_4_0/os/modules/fcb/fcb.html                     |    27 +-
 v1_4_0/os/modules/fcb/fcb_append.html              |     1 -
 v1_4_0/os/modules/fcb/fcb_append_finish.html       |     1 -
 v1_4_0/os/modules/fcb/fcb_append_to_scratch.html   |     1 -
 v1_4_0/os/modules/fcb/fcb_clear.html               |     1 -
 v1_4_0/os/modules/fcb/fcb_getnext.html             |     1 -
 v1_4_0/os/modules/fcb/fcb_init.html                |     1 -
 v1_4_0/os/modules/fcb/fcb_is_empty.html            |     1 -
 v1_4_0/os/modules/fcb/fcb_offset_last_n.html       |     1 -
 v1_4_0/os/modules/fcb/fcb_rotate.html              |     1 -
 v1_4_0/os/modules/fcb/fcb_walk.html                |     1 -
 v1_4_0/os/modules/fs/fatfs.html                    |     1 -
 v1_4_0/os/modules/fs/fs.html                       |     1 -
 v1_4_0/os/modules/fs/fs_add.html                   |     1 -
 v1_4_0/os/modules/fs/nffs.html                     |     1 -
 v1_4_0/os/modules/fs/otherfs.html                  |     1 -
 v1_4_0/os/modules/hal/hal.html                     |     1 -
 v1_4_0/os/modules/hal/hal_bsp/hal_bsp.html         |     1 -
 v1_4_0/os/modules/hal/hal_creation.html            |     1 -
 v1_4_0/os/modules/hal/hal_flash/hal_flash.html     |     1 -
 v1_4_0/os/modules/hal/hal_flash/hal_flash_int.html |     1 -
 v1_4_0/os/modules/hal/hal_gpio/hal_gpio.html       |     1 -
 v1_4_0/os/modules/hal/hal_i2c/hal_i2c.html         |    11 +-
 v1_4_0/os/modules/hal/hal_in_libraries.html        |     1 -
 v1_4_0/os/modules/hal/hal_os_tick/hal_os_tick.html |     1 -
 v1_4_0/os/modules/hal/hal_spi/hal_spi.html         |    13 +-
 v1_4_0/os/modules/hal/hal_system/hal_sys.html      |     1 -
 v1_4_0/os/modules/hal/hal_timer/hal_timer.html     |    15 +-
 v1_4_0/os/modules/hal/hal_uart/hal_uart.html       |     1 -
 .../os/modules/hal/hal_watchdog/hal_watchdog.html  |     1 -
 v1_4_0/os/modules/imgmgr/imgmgr.html               |     1 -
 v1_4_0/os/modules/imgmgr/imgmgr_module_init.html   |     1 -
 v1_4_0/os/modules/imgmgr/imgr_ver_parse.html       |     1 -
 v1_4_0/os/modules/imgmgr/imgr_ver_str.html         |     1 -
 v1_4_0/os/modules/json/json.html                   |     1 -
 v1_4_0/os/modules/logs/logs.html                   |    23 +-
 v1_4_0/os/modules/sensor_framework/sensor_api.html |    81 +-
 .../os/modules/sensor_framework/sensor_create.html |     1 -
 .../os/modules/sensor_framework/sensor_driver.html |     1 -
 .../modules/sensor_framework/sensor_framework.html |     1 -
 .../sensor_framework/sensor_listener_api.html      |     7 +-
 .../modules/sensor_framework/sensor_mgr_api.html   |    31 +-
 .../sensor_framework/sensor_notifier_api.html      |     5 +-
 v1_4_0/os/modules/sensor_framework/sensor_oic.html |     1 -
 .../os/modules/sensor_framework/sensor_shell.html  |     1 -
 v1_4_0/os/modules/shell/shell.html                 |     7 +-
 v1_4_0/os/modules/split/split.html                 |     1 -
 v1_4_0/os/modules/stats/stats.html                 |     1 -
 .../os/modules/sysinitconfig/sysconfig_error.html  |   151 +-
 v1_4_0/os/modules/sysinitconfig/sysinitconfig.html |   149 +-
 v1_4_0/os/modules/system_modules.html              |     1 -
 v1_4_0/os/modules/testutil/testutil.html           |     1 -
 v1_4_0/os/os_user_guide.html                       |     1 -
 v1_4_0/os/tutorials/STM32F303.html                 |     1 -
 v1_4_0/os/tutorials/pin-wheel-mods.html            |     1 -
 v1_4_0/search.html                                 |     1 -
 v1_4_0/searchindex.js                              |     2 +-
 v1_4_0/tutorials/ble/ble.html                      |     1 -
 v1_4_0/tutorials/ble/ble_bare_bones.html           |     1 -
 v1_4_0/tutorials/ble/blehci_project.html           |     1 -
 .../ble/bleprph/bleprph-sections/bleprph-adv.html  |     1 -
 .../ble/bleprph/bleprph-sections/bleprph-app.html  |     1 -
 .../bleprph-sections/bleprph-chr-access.html       |     1 -
 .../bleprph-sections/bleprph-gap-event.html        |     1 -
 .../bleprph/bleprph-sections/bleprph-svc-reg.html  |     1 -
 v1_4_0/tutorials/ble/bleprph/bleprph.html          |     1 -
 v1_4_0/tutorials/ble/eddystone.html                |     1 -
 v1_4_0/tutorials/ble/ibeacon.html                  |     1 -
 v1_4_0/tutorials/blinky/arduino_zero.html          |    65 +-
 v1_4_0/tutorials/blinky/blinky.html                |     1 -
 v1_4_0/tutorials/blinky/blinky_console.html        |     9 +-
 v1_4_0/tutorials/blinky/blinky_primo.html          |     1 -
 v1_4_0/tutorials/blinky/blinky_stm32f4disc.html    |     1 -
 v1_4_0/tutorials/blinky/nRF52.html                 |     1 -
 v1_4_0/tutorials/blinky/olimex.html                |     1 -
 v1_4_0/tutorials/blinky/rbnano2.html               |     1 -
 v1_4_0/tutorials/devmgmt/add_newtmgr.html          |     1 -
 v1_4_0/tutorials/devmgmt/devmgmt.html              |     1 -
 v1_4_0/tutorials/devmgmt/ota_upgrade_nrf52.html    |     1 -
 v1_4_0/tutorials/lora/lorawanapp.html              |     1 -
 v1_4_0/tutorials/os_fundamentals/event_queue.html  |     1 -
 .../tutorials/os_fundamentals/os_fundamentals.html |     1 -
 v1_4_0/tutorials/os_fundamentals/tasks_lesson.html |     1 -
 v1_4_0/tutorials/other/codesize.html               |     1 -
 v1_4_0/tutorials/other/other.html                  |     1 -
 v1_4_0/tutorials/other/unit_test.html              |     1 -
 v1_4_0/tutorials/other/wi-fi_on_arduino.html       |     1 -
 v1_4_0/tutorials/repo/add_repos.html               |     1 -
 v1_4_0/tutorials/repo/create_repo.html             |     1 -
 v1_4_0/tutorials/repo/private_repo.html            |     1 -
 v1_4_0/tutorials/repo/upgrade_repo.html            |     1 -
 v1_4_0/tutorials/sensors/air_quality.html          |     1 -
 v1_4_0/tutorials/sensors/air_quality_ble.html      |     1 -
 v1_4_0/tutorials/sensors/air_quality_sensor.html   |     1 -
 v1_4_0/tutorials/sensors/nrf52_adc.html            |     1 -
 v1_4_0/tutorials/sensors/sensor_bleprph_oic.html   |     1 -
 v1_4_0/tutorials/sensors/sensor_nrf52_bno055.html  |     1 -
 .../tutorials/sensors/sensor_nrf52_bno055_oic.html |     1 -
 v1_4_0/tutorials/sensors/sensor_nrf52_drv2605.html |     1 -
 .../tutorials/sensors/sensor_offboard_config.html  |     1 -
 v1_4_0/tutorials/sensors/sensor_oic_overview.html  |     1 -
 .../sensors/sensor_thingy_lis2dh12_onb.html        |     1 -
 v1_4_0/tutorials/sensors/sensors.html              |     1 -
 v1_4_0/tutorials/sensors/sensors_framework.html    |     1 -
 v1_4_0/tutorials/slinky/project-nrf52-slinky.html  |     1 -
 v1_4_0/tutorials/slinky/project-sim-slinky.html    |     1 -
 v1_4_0/tutorials/slinky/project-slinky.html        |     1 -
 v1_4_0/tutorials/slinky/project-stm32-slinky.html  |     1 -
 v1_4_0/tutorials/tooling/segger_rtt.html           |     1 -
 v1_4_0/tutorials/tooling/segger_sysview.html       |     1 -
 v1_4_0/tutorials/tooling/tooling.html              |     1 -
 v1_4_0/tutorials/tutorials.html                    |     1 -
 3416 files changed, 1571005 insertions(+), 5750745 deletions(-)
 delete mode 100644 img/favicon.ico
 copy {v1_4_0/_static => img}/mynewt-logo-only-newt32x32.png (100%)
 delete mode 100644 known_issues/index.html
 copy {v1_4_0 => master}/_images/mbuf_fig1.png (100%)
 copy {v1_4_0 => master}/_images/mbuf_fig2.png (100%)
 copy {v1_4_0 => master}/_images/mbuf_fig3.png (100%)
 copy v1_4_0/_static/common.rst => master/_sources/_static/common.rst.txt (100%)
 delete mode 100644 master/_sources/os/modules/bootloader/boot_build_status.rst.txt
 delete mode 100644 master/_sources/os/modules/bootloader/boot_build_status_one.rst.txt
 delete mode 100644 master/_sources/os/modules/bootloader/boot_clear_status.rst.txt
 delete mode 100644 master/_sources/os/modules/bootloader/boot_copy_area.rst.txt
 delete mode 100644 master/_sources/os/modules/bootloader/boot_copy_image.rst.txt
 delete mode 100644 master/_sources/os/modules/bootloader/boot_erase_area.rst.txt
 delete mode 100644 master/_sources/os/modules/bootloader/boot_fill_slot.rst.txt
 delete mode 100644 master/_sources/os/modules/bootloader/boot_find_image_area_idx.rst.txt
 delete mode 100644 master/_sources/os/modules/bootloader/boot_find_image_part.rst.txt
 delete mode 100644 master/_sources/os/modules/bootloader/boot_find_image_slot.rst.txt
 delete mode 100644 master/_sources/os/modules/bootloader/boot_go.rst.txt
 delete mode 100644 master/_sources/os/modules/bootloader/boot_init_flash.rst.txt
 delete mode 100644 master/_sources/os/modules/bootloader/boot_move_area.rst.txt
 delete mode 100644 master/_sources/os/modules/bootloader/boot_read_image_header.rst.txt
 delete mode 100644 master/_sources/os/modules/bootloader/boot_read_image_headers.rst.txt
 delete mode 100644 master/_sources/os/modules/bootloader/boot_read_status.rst.txt
 delete mode 100644 master/_sources/os/modules/bootloader/boot_select_image_slot.rst.txt
 delete mode 100644 master/_sources/os/modules/bootloader/boot_slot_addr.rst.txt
 delete mode 100644 master/_sources/os/modules/bootloader/boot_slot_to_area_idx.rst.txt
 delete mode 100644 master/_sources/os/modules/bootloader/boot_swap_areas.rst.txt
 delete mode 100644 master/_sources/os/modules/bootloader/boot_vect_delete_main.rst.txt
 delete mode 100644 master/_sources/os/modules/bootloader/boot_vect_delete_test.rst.txt
 delete mode 100644 master/_sources/os/modules/bootloader/boot_vect_read_main.rst.txt
 delete mode 100644 master/_sources/os/modules/bootloader/boot_vect_read_one.rst.txt
 delete mode 100644 master/_sources/os/modules/bootloader/boot_vect_read_test.rst.txt
 delete mode 100644 master/_sources/os/modules/bootloader/boot_write_status.rst.txt
 copy {v1_4_0 => master}/_sources/os/modules/fs/fs.rst.txt (100%)
 delete mode 100644 master/_sources/os/modules/fs/fs/fs.rst.txt
 delete mode 100644 master/_sources/os/modules/fs/fs/fs_close.rst.txt
 delete mode 100644 master/_sources/os/modules/fs/fs/fs_closedir.rst.txt
 delete mode 100644 master/_sources/os/modules/fs/fs/fs_dirent_is_dir.rst.txt
 delete mode 100644 master/_sources/os/modules/fs/fs/fs_dirent_name.rst.txt
 delete mode 100644 master/_sources/os/modules/fs/fs/fs_filelen.rst.txt
 delete mode 100644 master/_sources/os/modules/fs/fs/fs_getpos.rst.txt
 delete mode 100644 master/_sources/os/modules/fs/fs/fs_mkdir.rst.txt
 delete mode 100644 master/_sources/os/modules/fs/fs/fs_open.rst.txt
 delete mode 100644 master/_sources/os/modules/fs/fs/fs_opendir.rst.txt
 delete mode 100644 master/_sources/os/modules/fs/fs/fs_ops.rst.txt
 delete mode 100644 master/_sources/os/modules/fs/fs/fs_read.rst.txt
 delete mode 100644 master/_sources/os/modules/fs/fs/fs_readdir.rst.txt
 delete mode 100644 master/_sources/os/modules/fs/fs/fs_register.rst.txt
 delete mode 100644 master/_sources/os/modules/fs/fs/fs_rename.rst.txt
 delete mode 100644 master/_sources/os/modules/fs/fs/fs_return_codes.rst.txt
 delete mode 100644 master/_sources/os/modules/fs/fs/fs_seek.rst.txt
 delete mode 100644 master/_sources/os/modules/fs/fs/fs_unlink.rst.txt
 delete mode 100644 master/_sources/os/modules/fs/fs/fs_write.rst.txt
 delete mode 100644 master/_sources/os/modules/fs/fs/fsutil_read_file.rst.txt
 delete mode 100644 master/_sources/os/modules/fs/fs/fsutil_write_file.rst.txt
 copy {v1_4_0 => master}/_sources/os/modules/fs/fs_add.rst.txt (100%)
 copy {v1_4_0 => master}/_sources/os/modules/fs/nffs.rst.txt (100%)
 delete mode 100644 master/_sources/os/modules/fs/nffs/nffs.rst.txt
 delete mode 100644 master/_sources/os/modules/fs/nffs/nffs_area_desc.rst.txt
 delete mode 100644 master/_sources/os/modules/fs/nffs/nffs_config.rst.txt
 delete mode 100644 master/_sources/os/modules/fs/nffs/nffs_detect.rst.txt
 delete mode 100644 master/_sources/os/modules/fs/nffs/nffs_format.rst.txt
 delete mode 100644 master/_sources/os/modules/fs/nffs/nffs_init.rst.txt
 delete mode 100644 master/_sources/os/modules/fs/nffs/nffs_internals.rst.txt
 delete mode 100644 master/_sources/os/modules/json/json_encode_object_entry.rst.txt
 delete mode 100644 master/_sources/os/modules/json/json_encode_object_finish.rst.txt
 delete mode 100644 master/_sources/os/modules/json/json_encode_object_key.rst.txt
 delete mode 100644 master/_sources/os/modules/json/json_encode_object_start.rst.txt
 delete mode 100644 master/_sources/os/modules/json/json_read_object.rst.txt
 create mode 100644 master/_sources/os/modules/mcumgr/mcumgr.rst.txt
 create mode 100644 master/_sources/os/modules/mfg/mfg.rst.txt
 copy {v1_4_0 => master}/_sources/os/modules/sensor_framework/sensor_framework.rst.txt (100%)
 delete mode 100644 master/_sources/os/modules/sensor_framework/sensor_framework_overview.rst.txt
 copy {v1_4_0 => master}/_sources/os/modules/sensor_framework/sensor_notifier_api.rst.txt (100%)
 delete mode 100644 master/_sources/os/modules/shell/shell_cmd_register.rst.txt
 delete mode 100644 master/_sources/os/modules/shell/shell_evq_set.rst.txt
 delete mode 100644 master/_sources/os/modules/shell/shell_nlip_input_register.rst.txt
 delete mode 100644 master/_sources/os/modules/shell/shell_nlip_output.rst.txt
 delete mode 100644 master/_sources/os/modules/shell/shell_register.rst.txt
 delete mode 100644 master/_sources/os/modules/shell/shell_register_app_cmd_handler.rst.txt
 delete mode 100644 master/_sources/os/modules/shell/shell_register_default_module.rst.txt
 copy {v1_4_0 => master}/_sources/os/modules/system_modules.rst.txt (100%)
 delete mode 100644 master/_sources/os/modules/testutil/test_assert.rst.txt
 delete mode 100644 master/_sources/os/modules/testutil/test_case.rst.txt
 delete mode 100644 master/_sources/os/modules/testutil/test_decl.rst.txt
 delete mode 100644 master/_sources/os/modules/testutil/test_pass.rst.txt
 delete mode 100644 master/_sources/os/modules/testutil/test_suite.rst.txt
 delete mode 100644 master/_sources/os/modules/testutil/tu_init.rst.txt
 delete mode 100644 master/_sources/os/modules/testutil/tu_restart.rst.txt
 delete mode 100644 master/_sources/os/tutorials/add_newtmgr.rst.txt
 delete mode 100644 master/_sources/os/tutorials/define_target.rst.txt
 delete mode 100644 master/_sources/os/tutorials/event_queue.rst.txt
 delete mode 100644 master/_sources/os/tutorials/ota_upgrade_nrf52.rst.txt
 delete mode 100644 master/_sources/os/tutorials/segger_rtt.rst.txt
 delete mode 100644 master/_sources/os/tutorials/segger_sysview.rst.txt
 delete mode 100644 master/_sources/os/tutorials/tasks_lesson.rst.txt
 delete mode 100644 master/_sources/os/tutorials/try_markdown.rst.txt
 create mode 100644 master/_static/common.html
 delete mode 100644 master/_static/language_data.js
 delete mode 100644 master/os/modules/bootloader/boot_build_status.html
 delete mode 100644 master/os/modules/bootloader/boot_build_status_one.html
 delete mode 100644 master/os/modules/bootloader/boot_clear_status.html
 delete mode 100644 master/os/modules/bootloader/boot_copy_area.html
 delete mode 100644 master/os/modules/bootloader/boot_copy_image.html
 delete mode 100644 master/os/modules/bootloader/boot_erase_area.html
 delete mode 100644 master/os/modules/bootloader/boot_fill_slot.html
 delete mode 100644 master/os/modules/bootloader/boot_find_image_area_idx.html
 delete mode 100644 master/os/modules/bootloader/boot_find_image_part.html
 delete mode 100644 master/os/modules/bootloader/boot_find_image_slot.html
 delete mode 100644 master/os/modules/bootloader/boot_go.html
 delete mode 100644 master/os/modules/bootloader/boot_init_flash.html
 delete mode 100644 master/os/modules/bootloader/boot_move_area.html
 delete mode 100644 master/os/modules/bootloader/boot_read_image_header.html
 delete mode 100644 master/os/modules/bootloader/boot_read_image_headers.html
 delete mode 100644 master/os/modules/bootloader/boot_read_status.html
 delete mode 100644 master/os/modules/bootloader/boot_select_image_slot.html
 delete mode 100644 master/os/modules/bootloader/boot_slot_addr.html
 delete mode 100644 master/os/modules/bootloader/boot_slot_to_area_idx.html
 delete mode 100644 master/os/modules/bootloader/boot_swap_areas.html
 delete mode 100644 master/os/modules/bootloader/boot_vect_delete_main.html
 delete mode 100644 master/os/modules/bootloader/boot_vect_delete_test.html
 delete mode 100644 master/os/modules/bootloader/boot_vect_read_main.html
 delete mode 100644 master/os/modules/bootloader/boot_vect_read_one.html
 delete mode 100644 master/os/modules/bootloader/boot_vect_read_test.html
 delete mode 100644 master/os/modules/bootloader/boot_write_status.html
 create mode 100644 master/os/modules/fs/fs.html
 delete mode 100644 master/os/modules/fs/fs/fs.html
 delete mode 100644 master/os/modules/fs/fs/fs_close.html
 delete mode 100644 master/os/modules/fs/fs/fs_closedir.html
 delete mode 100644 master/os/modules/fs/fs/fs_dirent_is_dir.html
 delete mode 100644 master/os/modules/fs/fs/fs_dirent_name.html
 delete mode 100644 master/os/modules/fs/fs/fs_filelen.html
 delete mode 100644 master/os/modules/fs/fs/fs_getpos.html
 delete mode 100644 master/os/modules/fs/fs/fs_mkdir.html
 delete mode 100644 master/os/modules/fs/fs/fs_open.html
 delete mode 100644 master/os/modules/fs/fs/fs_opendir.html
 delete mode 100644 master/os/modules/fs/fs/fs_ops.html
 delete mode 100644 master/os/modules/fs/fs/fs_read.html
 delete mode 100644 master/os/modules/fs/fs/fs_readdir.html
 delete mode 100644 master/os/modules/fs/fs/fs_register.html
 delete mode 100644 master/os/modules/fs/fs/fs_rename.html
 delete mode 100644 master/os/modules/fs/fs/fs_return_codes.html
 delete mode 100644 master/os/modules/fs/fs/fs_seek.html
 delete mode 100644 master/os/modules/fs/fs/fs_unlink.html
 delete mode 100644 master/os/modules/fs/fs/fs_write.html
 delete mode 100644 master/os/modules/fs/fs/fsutil_read_file.html
 delete mode 100644 master/os/modules/fs/fs/fsutil_write_file.html
 create mode 100644 master/os/modules/fs/fs_add.html
 create mode 100644 master/os/modules/fs/nffs.html
 delete mode 100644 master/os/modules/fs/nffs/nffs.html
 delete mode 100644 master/os/modules/fs/nffs/nffs_area_desc.html
 delete mode 100644 master/os/modules/fs/nffs/nffs_config.html
 delete mode 100644 master/os/modules/fs/nffs/nffs_detect.html
 delete mode 100644 master/os/modules/fs/nffs/nffs_format.html
 delete mode 100644 master/os/modules/fs/nffs/nffs_init.html
 delete mode 100644 master/os/modules/fs/nffs/nffs_internals.html
 delete mode 100644 master/os/modules/json/json_encode_object_entry.html
 delete mode 100644 master/os/modules/json/json_encode_object_finish.html
 delete mode 100644 master/os/modules/json/json_encode_object_key.html
 delete mode 100644 master/os/modules/json/json_encode_object_start.html
 delete mode 100644 master/os/modules/json/json_read_object.html
 create mode 100644 master/os/modules/mcumgr/mcumgr.html
 create mode 100644 master/os/modules/mfg/mfg.html
 create mode 100644 master/os/modules/sensor_framework/sensor_framework.html
 delete mode 100644 master/os/modules/sensor_framework/sensor_framework_overview.html
 create mode 100644 master/os/modules/sensor_framework/sensor_notifier_api.html
 delete mode 100644 master/os/modules/shell/shell_cmd_register.html
 delete mode 100644 master/os/modules/shell/shell_evq_set.html
 delete mode 100644 master/os/modules/shell/shell_nlip_input_register.html
 delete mode 100644 master/os/modules/shell/shell_nlip_output.html
 delete mode 100644 master/os/modules/shell/shell_register.html
 delete mode 100644 master/os/modules/shell/shell_register_app_cmd_handler.html
 delete mode 100644 master/os/modules/shell/shell_register_default_module.html
 create mode 100644 master/os/modules/system_modules.html
 delete mode 100644 master/os/modules/testutil/test_assert.html
 delete mode 100644 master/os/modules/testutil/test_case.html
 delete mode 100644 master/os/modules/testutil/test_decl.html
 delete mode 100644 master/os/modules/testutil/test_pass.html
 delete mode 100644 master/os/modules/testutil/test_suite.html
 delete mode 100644 master/os/modules/testutil/tu_init.html
 delete mode 100644 master/os/modules/testutil/tu_restart.html
 delete mode 100644 master/os/tutorials/add_newtmgr.html
 delete mode 100644 master/os/tutorials/define_target.html
 delete mode 100644 master/os/tutorials/event_queue.html
 delete mode 100644 master/os/tutorials/ota_upgrade_nrf52.html
 delete mode 100644 master/os/tutorials/segger_rtt.html
 delete mode 100644 master/os/tutorials/segger_sysview.html
 delete mode 100644 master/os/tutorials/tasks_lesson.html
 delete mode 100644 master/os/tutorials/try_markdown.html
 create mode 100644 mkdocs/js/lunr.min.js
 create mode 100644 mkdocs/js/mustache.min.js
 create mode 100644 mkdocs/js/require.js
 create mode 100644 mkdocs/js/search-results-template.mustache
 create mode 100644 mkdocs/js/search.js
 create mode 100644 mkdocs/js/text.js
 create mode 100644 mkdocs/search_index.json
 delete mode 100644 news/article1/index.html
 delete mode 100644 pages/configurability/index.html
 create mode 100644 search.html
 delete mode 100644 search/lunr.js
 delete mode 100644 search/main.js
 delete mode 100644 search/search_index.json
 delete mode 100644 search/worker.js
 delete mode 100644 sitemap.xml.gz
 delete mode 100644 v0_9_0/404.html
 copy FW-dist.png => v0_9_0/FW-dist.png (100%)
 copy {v1_4_0/_static => v0_9_0}/css/bootstrap-3.0.3.min.css (100%)
 delete mode 100644 v0_9_0/css/bootstrap-custom.min.css
 copy {css => v0_9_0/css}/custom.css (100%)
 copy {css => v0_9_0/css}/font-awesome-4.0.3.css (100%)
 delete mode 100644 v0_9_0/css/font-awesome.min.css
 copy {css => v0_9_0/css}/highlight.css (100%)
 copy {css => v0_9_0/css}/v2.css (100%)
 delete mode 100644 v0_9_0/documentation/index.html
 delete mode 100644 v0_9_0/fonts/fontawesome-webfont.woff2
 delete mode 100644 v0_9_0/fonts/glyphicons-halflings-regular.eot
 delete mode 100644 v0_9_0/fonts/glyphicons-halflings-regular.svg
 delete mode 100644 v0_9_0/fonts/glyphicons-halflings-regular.ttf
 delete mode 100644 v0_9_0/fonts/glyphicons-halflings-regular.woff
 delete mode 100644 v0_9_0/fonts/glyphicons-halflings-regular.woff2
 copy {img => v0_9_0/img}/01.png (100%)
 copy {img => v0_9_0/img}/FWdist.png (100%)
 copy {img => v0_9_0/img}/MicrochipPIC32.jpg (100%)
 copy {img => v0_9_0/img}/NimBLE_conn.png (100%)
 copy {img => v0_9_0/img}/NimBLE_throughput.png (100%)
 copy {img => v0_9_0/img}/OS_arch.png (100%)
 copy {v1_4_0/_static => v0_9_0}/img/add_to_slack.png (100%)
 copy {img => v0_9_0/img}/apache-feather.png (100%)
 copy {img => v0_9_0/img}/arm_logo.gif (100%)
 copy {img => v0_9_0/img}/asf_logo_wide.gif (100%)
 copy {v1_4_0/_static => v0_9_0}/img/asf_logo_wide_small.png (100%)
 copy {img => v0_9_0/img}/atmel.png (100%)
 copy {img => v0_9_0/img}/combo_ble_lora.png (100%)
 copy {img => v0_9_0/img}/concurrent_conn.png (100%)
 copy {img => v0_9_0/img}/content-bg.png (100%)
 copy {img => v0_9_0/img}/cross-platform.svg (100%)
 copy {img => v0_9_0/img}/cross-platforms.png (100%)
 copy {v1_4_0/_static => v0_9_0}/img/egg-logo2.png (100%)
 delete mode 100644 v0_9_0/img/favicon.ico
 copy {img => v0_9_0/img}/folder.png (100%)
 delete mode 100644 v0_9_0/img/grid.png
 copy {img => v0_9_0/img}/json_logs.png (100%)
 copy {img => v0_9_0/img}/logo.pdf (100%)
 copy {v1_4_0/_static => v0_9_0}/img/logo.png (100%)
 copy {img => v0_9_0/img}/logo.svg (100%)
 copy {img => v0_9_0/img}/lora_config.png (100%)
 copy {v1_4_0/_static => v0_9_0/img}/mynewt-logo-only-newt32x32.png (100%)
 copy {img => v0_9_0/img}/mynewt_dev_cycle.pdf (100%)
 copy {img => v0_9_0/img}/newt-img.png (100%)
 copy {img => v0_9_0/img}/newt.png (100%)
 copy {img => v0_9_0/img}/nimble-full-perf.png (100%)
 copy {img => v0_9_0/img}/perf_chart.png (100%)
 copy {img => v0_9_0/img}/performance.png (100%)
 copy {img => v0_9_0/img}/riscv-logo.png (100%)
 copy {img => v0_9_0/img}/secure_img.png (100%)
 copy {img => v0_9_0/img}/watch.png (100%)
 copy {js => v0_9_0/js}/custom.js (100%)
 copy {js => v0_9_0/js}/highlight.pack.js (100%)
 create mode 100644 v0_9_0/mkdocs/js/lunr.min.js
 create mode 100644 v0_9_0/mkdocs/js/mustache.min.js
 create mode 100644 v0_9_0/mkdocs/js/require.js
 create mode 100644 v0_9_0/mkdocs/js/search-results-template.mustache
 create mode 100644 v0_9_0/mkdocs/js/search.js
 create mode 100644 v0_9_0/mkdocs/js/text.js
 create mode 100644 v0_9_0/mkdocs/search_index.json
 delete mode 100644 v0_9_0/news/article1/index.html
 delete mode 100644 v0_9_0/newtmgr/protocol/index.html
 delete mode 100644 v0_9_0/os/core_os/event_queue/os_eventq_dflt_get/index.html
 delete mode 100644 v0_9_0/os/core_os/event_queue/os_eventq_dflt_set/index.html
 delete mode 100644 v0_9_0/os/core_os/event_queue/os_eventq_inited/index.html
 delete mode 100644 v0_9_0/os/modules/newtmgr/index.html
 delete mode 100644 v0_9_0/os/tutorials/blinky_windows/index.html
 delete mode 100644 v0_9_0/os/tutorials/define_target/index.html
 delete mode 100644 v0_9_0/os/tutorials/tasks_lesson/index.html
 delete mode 100644 v0_9_0/os/tutorials/try_markdown/index.html
 delete mode 100644 v0_9_0/os/tutorials/wi-fi_on_arduino/index.html
 create mode 100644 v0_9_0/search.html
 delete mode 100644 v0_9_0/search/lunr.js
 delete mode 100644 v0_9_0/search/main.js
 delete mode 100644 v0_9_0/search/search_index.json
 delete mode 100644 v0_9_0/search/worker.js
 delete mode 100644 v0_9_0/sitemap.xml.gz
 delete mode 100644 v1_0_0/404.html
 copy FW-dist.png => v1_0_0/FW-dist.png (100%)
 copy {v1_4_0/_static => v1_0_0}/css/bootstrap-3.0.3.min.css (100%)
 delete mode 100644 v1_0_0/css/bootstrap-custom.min.css
 copy {css => v1_0_0/css}/custom.css (100%)
 copy {css => v1_0_0/css}/font-awesome-4.0.3.css (100%)
 delete mode 100644 v1_0_0/css/font-awesome.min.css
 copy {css => v1_0_0/css}/highlight.css (100%)
 copy {css => v1_0_0/css}/v2.css (100%)
 delete mode 100644 v1_0_0/documentation/index.html
 mode change 100644 => 100755 v1_0_0/faq/pics/debug_new_config_small.png
 mode change 100644 => 100755 v1_0_0/faq/pics/gdb_debug_small.png
 mode change 100644 => 100755 v1_0_0/faq/pics/gdb_server_small.png
 mode change 100644 => 100755 v1_0_0/faq/pics/gdb_small.png
 mode change 100644 => 100755 v1_0_0/faq/pics/integrated_terminal_small.png
 mode change 100644 => 100755 v1_0_0/faq/pics/launch_small.png
 mode change 100644 => 100755 v1_0_0/faq/pics/task_json_small.png
 mode change 100644 => 100755 v1_0_0/faq/pics/task_runner_small.png
 mode change 100644 => 100755 v1_0_0/faq/pics/task_select_small.png
 mode change 100644 => 100755 v1_0_0/faq/pics/task_start_small.png
 delete mode 100644 v1_0_0/fonts/fontawesome-webfont.woff2
 delete mode 100644 v1_0_0/fonts/glyphicons-halflings-regular.eot
 delete mode 100644 v1_0_0/fonts/glyphicons-halflings-regular.svg
 delete mode 100644 v1_0_0/fonts/glyphicons-halflings-regular.ttf
 delete mode 100644 v1_0_0/fonts/glyphicons-halflings-regular.woff
 delete mode 100644 v1_0_0/fonts/glyphicons-halflings-regular.woff2
 copy {img => v1_0_0/img}/01.png (100%)
 copy {img => v1_0_0/img}/FWdist.png (100%)
 copy {img => v1_0_0/img}/MicrochipPIC32.jpg (100%)
 copy {img => v1_0_0/img}/NimBLE_conn.png (100%)
 copy {img => v1_0_0/img}/NimBLE_throughput.png (100%)
 copy {img => v1_0_0/img}/OS_arch.png (100%)
 copy {v1_4_0/_static => v1_0_0}/img/add_to_slack.png (100%)
 copy {img => v1_0_0/img}/apache-feather.png (100%)
 copy {img => v1_0_0/img}/arm_logo.gif (100%)
 copy {img => v1_0_0/img}/asf_logo_wide.gif (100%)
 copy {v1_4_0/_static => v1_0_0}/img/asf_logo_wide_small.png (100%)
 copy {img => v1_0_0/img}/atmel.png (100%)
 copy {img => v1_0_0/img}/combo_ble_lora.png (100%)
 copy {img => v1_0_0/img}/concurrent_conn.png (100%)
 copy {img => v1_0_0/img}/content-bg.png (100%)
 copy {img => v1_0_0/img}/cross-platform.svg (100%)
 copy {img => v1_0_0/img}/cross-platforms.png (100%)
 copy {v1_4_0/_static => v1_0_0}/img/egg-logo2.png (100%)
 delete mode 100644 v1_0_0/img/favicon.ico
 copy {img => v1_0_0/img}/folder.png (100%)
 delete mode 100644 v1_0_0/img/grid.png
 copy {img => v1_0_0/img}/json_logs.png (100%)
 copy {img => v1_0_0/img}/logo.pdf (100%)
 copy {v1_4_0/_static => v1_0_0}/img/logo.png (100%)
 copy {img => v1_0_0/img}/logo.svg (100%)
 copy {img => v1_0_0/img}/lora_config.png (100%)
 copy {v1_4_0/_static => v1_0_0/img}/mynewt-logo-only-newt32x32.png (100%)
 copy {img => v1_0_0/img}/mynewt_dev_cycle.pdf (100%)
 copy {img => v1_0_0/img}/newt-img.png (100%)
 copy {img => v1_0_0/img}/newt.png (100%)
 copy {img => v1_0_0/img}/nimble-full-perf.png (100%)
 copy {img => v1_0_0/img}/perf_chart.png (100%)
 copy {img => v1_0_0/img}/performance.png (100%)
 copy {img => v1_0_0/img}/riscv-logo.png (100%)
 copy {img => v1_0_0/img}/secure_img.png (100%)
 copy {img => v1_0_0/img}/watch.png (100%)
 copy {js => v1_0_0/js}/custom.js (100%)
 copy {js => v1_0_0/js}/highlight.pack.js (100%)
 create mode 100644 v1_0_0/mkdocs/js/lunr.min.js
 create mode 100644 v1_0_0/mkdocs/js/mustache.min.js
 create mode 100644 v1_0_0/mkdocs/js/require.js
 create mode 100644 v1_0_0/mkdocs/js/search-results-template.mustache
 create mode 100644 v1_0_0/mkdocs/js/search.js
 create mode 100644 v1_0_0/mkdocs/js/text.js
 create mode 100644 v1_0_0/mkdocs/search_index.json
 delete mode 100644 v1_0_0/news/article1/index.html
 delete mode 100644 v1_0_0/newt/command_list/newt_complete/index.html
 delete mode 100644 v1_0_0/newtmgr/protocol/index.html
 delete mode 100644 v1_0_0/os/core_os/event_queue/os_eventq_dflt_set/index.html
 delete mode 100644 v1_0_0/os/core_os/os_init/index.html
 delete mode 100644 v1_0_0/os/core_os/os_start/index.html
 delete mode 100644 v1_0_0/os/modules/elua/elua/index.html
 delete mode 100644 v1_0_0/os/modules/elua/lua_init/index.html
 delete mode 100644 v1_0_0/os/modules/elua/lua_main/index.html
 delete mode 100644 v1_0_0/os/modules/imgmgr/imgmgr_module_init/index.html
 delete mode 100644 v1_0_0/os/modules/shell/shell_task_init/index.html
 delete mode 100644 v1_0_0/os/tutorials/STM32F303/index.html
 delete mode 100644 v1_0_0/os/tutorials/blinky_sram_olimex/index.html
 delete mode 100644 v1_0_0/os/tutorials/blinky_windows/index.html
 delete mode 100644 v1_0_0/os/tutorials/define_target/index.html
 mode change 100644 => 100755 v1_0_0/os/tutorials/pics/STM32-E407_bot_small.jpg
 mode change 100644 => 100755 v1_0_0/os/tutorials/pics/STM32-E407_top_small.jpg
 mode change 100644 => 100755 v1_0_0/os/tutorials/pics/device_manager_ft232H.png
 mode change 100644 => 100755 v1_0_0/os/tutorials/pics/device_manager_no_ft232H.png
 mode change 100644 => 100755 v1_0_0/os/tutorials/pics/mkr1000-jlink.jpg
 mode change 100644 => 100755 v1_0_0/os/tutorials/pics/mkr1000-serial.jpg
 mode change 100644 => 100755 v1_0_0/os/tutorials/pics/putty.png
 mode change 100644 => 100755 v1_0_0/os/tutorials/pics/stm32f4_disc.jpg
 delete mode 100644 v1_0_0/os/tutorials/pin-wheel-mods/index.html
 delete mode 100644 v1_0_0/os/tutorials/try_markdown/index.html
 delete mode 100644 v1_0_0/pages/configurability/index.html
 create mode 100644 v1_0_0/search.html
 delete mode 100644 v1_0_0/search/lunr.js
 delete mode 100644 v1_0_0/search/main.js
 delete mode 100644 v1_0_0/search/search_index.json
 delete mode 100644 v1_0_0/search/worker.js
 delete mode 100644 v1_0_0/sitemap.xml.gz
 delete mode 100644 v1_1_0/404.html
 copy FW-dist.png => v1_1_0/FW-dist.png (100%)
 copy {v1_4_0/_static => v1_1_0}/css/bootstrap-3.0.3.min.css (100%)
 delete mode 100644 v1_1_0/css/bootstrap-custom.min.css
 copy {css => v1_1_0/css}/custom.css (100%)
 copy {css => v1_1_0/css}/font-awesome-4.0.3.css (100%)
 delete mode 100644 v1_1_0/css/font-awesome.min.css
 copy {css => v1_1_0/css}/highlight.css (100%)
 copy {css => v1_1_0/css}/v2.css (100%)
 delete mode 100644 v1_1_0/documentation/index.html
 mode change 100644 => 100755 v1_1_0/faq/pics/debug_new_config_small.png
 mode change 100644 => 100755 v1_1_0/faq/pics/gdb_debug_small.png
 mode change 100644 => 100755 v1_1_0/faq/pics/gdb_server_small.png
 mode change 100644 => 100755 v1_1_0/faq/pics/gdb_small.png
 mode change 100644 => 100755 v1_1_0/faq/pics/integrated_terminal_small.png
 mode change 100644 => 100755 v1_1_0/faq/pics/launch_small.png
 mode change 100644 => 100755 v1_1_0/faq/pics/task_json_small.png
 mode change 100644 => 100755 v1_1_0/faq/pics/task_runner_small.png
 mode change 100644 => 100755 v1_1_0/faq/pics/task_select_small.png
 mode change 100644 => 100755 v1_1_0/faq/pics/task_start_small.png
 delete mode 100644 v1_1_0/fonts/fontawesome-webfont.woff2
 delete mode 100644 v1_1_0/fonts/glyphicons-halflings-regular.eot
 delete mode 100644 v1_1_0/fonts/glyphicons-halflings-regular.svg
 delete mode 100644 v1_1_0/fonts/glyphicons-halflings-regular.ttf
 delete mode 100644 v1_1_0/fonts/glyphicons-halflings-regular.woff
 delete mode 100644 v1_1_0/fonts/glyphicons-halflings-regular.woff2
 copy {img => v1_1_0/img}/01.png (100%)
 copy {img => v1_1_0/img}/FWdist.png (100%)
 copy {img => v1_1_0/img}/MicrochipPIC32.jpg (100%)
 copy {img => v1_1_0/img}/NimBLE_conn.png (100%)
 copy {img => v1_1_0/img}/NimBLE_throughput.png (100%)
 copy {img => v1_1_0/img}/OS_arch.png (100%)
 copy {v1_4_0/_static => v1_1_0}/img/add_to_slack.png (100%)
 copy {img => v1_1_0/img}/apache-feather.png (100%)
 copy {img => v1_1_0/img}/arm_logo.gif (100%)
 copy {img => v1_1_0/img}/asf_logo_wide.gif (100%)
 copy {v1_4_0/_static => v1_1_0}/img/asf_logo_wide_small.png (100%)
 copy {img => v1_1_0/img}/atmel.png (100%)
 copy {img => v1_1_0/img}/combo_ble_lora.png (100%)
 copy {img => v1_1_0/img}/concurrent_conn.png (100%)
 copy {img => v1_1_0/img}/content-bg.png (100%)
 copy {img => v1_1_0/img}/cross-platform.svg (100%)
 copy {img => v1_1_0/img}/cross-platforms.png (100%)
 copy {v1_4_0/_static => v1_1_0}/img/egg-logo2.png (100%)
 delete mode 100644 v1_1_0/img/favicon.ico
 copy {img => v1_1_0/img}/folder.png (100%)
 delete mode 100644 v1_1_0/img/grid.png
 copy {img => v1_1_0/img}/json_logs.png (100%)
 copy {img => v1_1_0/img}/logo.pdf (100%)
 copy {v1_4_0/_static => v1_1_0}/img/logo.png (100%)
 copy {img => v1_1_0/img}/logo.svg (100%)
 copy {img => v1_1_0/img}/lora_config.png (100%)
 copy {v1_4_0/_static => v1_1_0/img}/mynewt-logo-only-newt32x32.png (100%)
 copy {img => v1_1_0/img}/mynewt_dev_cycle.pdf (100%)
 copy {img => v1_1_0/img}/newt-img.png (100%)
 copy {img => v1_1_0/img}/newt.png (100%)
 copy {img => v1_1_0/img}/nimble-full-perf.png (100%)
 copy {img => v1_1_0/img}/perf_chart.png (100%)
 copy {img => v1_1_0/img}/performance.png (100%)
 copy {img => v1_1_0/img}/riscv-logo.png (100%)
 copy {img => v1_1_0/img}/secure_img.png (100%)
 copy {img => v1_1_0/img}/watch.png (100%)
 copy {js => v1_1_0/js}/custom.js (100%)
 copy {js => v1_1_0/js}/highlight.pack.js (100%)
 create mode 100644 v1_1_0/mkdocs/js/lunr.min.js
 create mode 100644 v1_1_0/mkdocs/js/mustache.min.js
 create mode 100644 v1_1_0/mkdocs/js/require.js
 create mode 100644 v1_1_0/mkdocs/js/search-results-template.mustache
 create mode 100644 v1_1_0/mkdocs/js/search.js
 create mode 100644 v1_1_0/mkdocs/js/text.js
 create mode 100644 v1_1_0/mkdocs/search_index.json
 delete mode 100644 v1_1_0/network/ble/ble_hs/ble_att/mdtoc/index.html
 delete mode 100644 v1_1_0/network/ble/ble_hs/ble_gap/mdtoc/index.html
 delete mode 100644 v1_1_0/network/ble/ble_hs/ble_gattc/mdtoc/index.html
 delete mode 100644 v1_1_0/network/ble/ble_hs/ble_gatts/mdtoc/index.html
 delete mode 100644 v1_1_0/network/ble/ble_hs/ble_hs_id/mdtoc/index.html
 delete mode 100644 v1_1_0/network/ble/ble_hs/other/mdtoc/index.html
 delete mode 100644 v1_1_0/network/ble/bletiny_api/index.html
 delete mode 100644 v1_1_0/news/article1/index.html
 delete mode 100644 v1_1_0/newt/command_list/newt_complete/index.html
 delete mode 100644 v1_1_0/newtmgr/protocol/index.html
 delete mode 100644 v1_1_0/os/core_os/event_queue/os_eventq_dflt_set/index.html
 delete mode 100644 v1_1_0/os/core_os/os_init/index.html
 delete mode 100644 v1_1_0/os/core_os/os_start/index.html
 delete mode 100644 v1_1_0/os/modules/elua/elua/index.html
 delete mode 100644 v1_1_0/os/modules/elua/lua_init/index.html
 delete mode 100644 v1_1_0/os/modules/elua/lua_main/index.html
 delete mode 100644 v1_1_0/os/modules/imgmgr/imgmgr_module_init/index.html
 delete mode 100644 v1_1_0/os/tutorials/STM32F303/index.html
 delete mode 100644 v1_1_0/os/tutorials/bleprph/bleprph-conn/index.html
 delete mode 100644 v1_1_0/os/tutorials/blinky_sram_olimex/index.html
 delete mode 100644 v1_1_0/os/tutorials/blinky_windows/index.html
 delete mode 100644 v1_1_0/os/tutorials/define_target/index.html
 mode change 100644 => 100755 v1_1_0/os/tutorials/pics/STM32-E407_bot_small.jpg
 mode change 100644 => 100755 v1_1_0/os/tutorials/pics/STM32-E407_top_small.jpg
 mode change 100644 => 100755 v1_1_0/os/tutorials/pics/device_manager_ft232H.png
 mode change 100644 => 100755 v1_1_0/os/tutorials/pics/device_manager_no_ft232H.png
 mode change 100644 => 100755 v1_1_0/os/tutorials/pics/mkr1000-jlink.jpg
 mode change 100644 => 100755 v1_1_0/os/tutorials/pics/mkr1000-serial.jpg
 mode change 100644 => 100755 v1_1_0/os/tutorials/pics/putty.png
 mode change 100644 => 100755 v1_1_0/os/tutorials/pics/stm32f4_disc.jpg
 delete mode 100644 v1_1_0/os/tutorials/pin-wheel-mods/index.html
 delete mode 100644 v1_1_0/os/tutorials/try_markdown/index.html
 delete mode 100644 v1_1_0/pages/configurability/index.html
 create mode 100644 v1_1_0/search.html
 delete mode 100644 v1_1_0/search/lunr.js
 delete mode 100644 v1_1_0/search/main.js
 delete mode 100644 v1_1_0/search/search_index.json
 delete mode 100644 v1_1_0/search/worker.js
 delete mode 100644 v1_1_0/sitemap.xml.gz
 delete mode 100644 v1_2_0/404.html
 copy FW-dist.png => v1_2_0/FW-dist.png (100%)
 copy {v1_4_0/_static => v1_2_0}/css/bootstrap-3.0.3.min.css (100%)
 delete mode 100644 v1_2_0/css/bootstrap-custom.min.css
 copy {css => v1_2_0/css}/custom.css (100%)
 copy {css => v1_2_0/css}/font-awesome-4.0.3.css (100%)
 delete mode 100644 v1_2_0/css/font-awesome.min.css
 copy {css => v1_2_0/css}/highlight.css (100%)
 copy {css => v1_2_0/css}/v2.css (100%)
 delete mode 100644 v1_2_0/documentation/index.html
 mode change 100644 => 100755 v1_2_0/faq/pics/debug_new_config_small.png
 mode change 100644 => 100755 v1_2_0/faq/pics/gdb_debug_small.png
 mode change 100644 => 100755 v1_2_0/faq/pics/gdb_server_small.png
 mode change 100644 => 100755 v1_2_0/faq/pics/gdb_small.png
 mode change 100644 => 100755 v1_2_0/faq/pics/integrated_terminal_small.png
 mode change 100644 => 100755 v1_2_0/faq/pics/launch_small.png
 mode change 100644 => 100755 v1_2_0/faq/pics/task_json_small.png
 mode change 100644 => 100755 v1_2_0/faq/pics/task_runner_small.png
 mode change 100644 => 100755 v1_2_0/faq/pics/task_select_small.png
 mode change 100644 => 100755 v1_2_0/faq/pics/task_start_small.png
 delete mode 100644 v1_2_0/fonts/fontawesome-webfont.woff2
 delete mode 100644 v1_2_0/fonts/glyphicons-halflings-regular.eot
 delete mode 100644 v1_2_0/fonts/glyphicons-halflings-regular.svg
 delete mode 100644 v1_2_0/fonts/glyphicons-halflings-regular.ttf
 delete mode 100644 v1_2_0/fonts/glyphicons-halflings-regular.woff
 delete mode 100644 v1_2_0/fonts/glyphicons-halflings-regular.woff2
 copy {img => v1_2_0/img}/01.png (100%)
 copy {img => v1_2_0/img}/FWdist.png (100%)
 copy {img => v1_2_0/img}/MicrochipPIC32.jpg (100%)
 copy {img => v1_2_0/img}/NimBLE_conn.png (100%)
 copy {img => v1_2_0/img}/NimBLE_throughput.png (100%)
 copy {img => v1_2_0/img}/OS_arch.png (100%)
 copy {v1_4_0/_static => v1_2_0}/img/add_to_slack.png (100%)
 copy {img => v1_2_0/img}/apache-feather.png (100%)
 copy {img => v1_2_0/img}/arm_logo.gif (100%)
 copy {img => v1_2_0/img}/asf_logo_wide.gif (100%)
 copy {v1_4_0/_static => v1_2_0}/img/asf_logo_wide_small.png (100%)
 copy {img => v1_2_0/img}/atmel.png (100%)
 copy {img => v1_2_0/img}/combo_ble_lora.png (100%)
 copy {img => v1_2_0/img}/concurrent_conn.png (100%)
 copy {img => v1_2_0/img}/content-bg.png (100%)
 copy {img => v1_2_0/img}/cross-platform.svg (100%)
 copy {img => v1_2_0/img}/cross-platforms.png (100%)
 copy {v1_4_0/_static => v1_2_0}/img/egg-logo2.png (100%)
 delete mode 100644 v1_2_0/img/favicon.ico
 copy {img => v1_2_0/img}/folder.png (100%)
 delete mode 100644 v1_2_0/img/grid.png
 copy {img => v1_2_0/img}/json_logs.png (100%)
 copy {img => v1_2_0/img}/logo.pdf (100%)
 copy {v1_4_0/_static => v1_2_0}/img/logo.png (100%)
 copy {img => v1_2_0/img}/logo.svg (100%)
 copy {img => v1_2_0/img}/lora_config.png (100%)
 copy {v1_4_0/_static => v1_2_0/img}/mynewt-logo-only-newt32x32.png (100%)
 copy {img => v1_2_0/img}/mynewt_dev_cycle.pdf (100%)
 copy {img => v1_2_0/img}/newt-img.png (100%)
 copy {img => v1_2_0/img}/newt.png (100%)
 copy {img => v1_2_0/img}/nimble-full-perf.png (100%)
 copy {img => v1_2_0/img}/perf_chart.png (100%)
 copy {img => v1_2_0/img}/performance.png (100%)
 copy {img => v1_2_0/img}/riscv-logo.png (100%)
 copy {img => v1_2_0/img}/secure_img.png (100%)
 copy {img => v1_2_0/img}/watch.png (100%)
 copy {js => v1_2_0/js}/custom.js (100%)
 copy {js => v1_2_0/js}/highlight.pack.js (100%)
 create mode 100644 v1_2_0/mkdocs/js/lunr.min.js
 create mode 100644 v1_2_0/mkdocs/js/mustache.min.js
 create mode 100644 v1_2_0/mkdocs/js/require.js
 create mode 100644 v1_2_0/mkdocs/js/search-results-template.mustache
 create mode 100644 v1_2_0/mkdocs/js/search.js
 create mode 100644 v1_2_0/mkdocs/js/text.js
 create mode 100644 v1_2_0/mkdocs/search_index.json
 delete mode 100644 v1_2_0/network/ble/ble_hs/ble_att/mdtoc/index.html
 delete mode 100644 v1_2_0/network/ble/ble_hs/ble_gap/mdtoc/index.html
 delete mode 100644 v1_2_0/network/ble/ble_hs/ble_gattc/mdtoc/index.html
 delete mode 100644 v1_2_0/network/ble/ble_hs/ble_gatts/mdtoc/index.html
 delete mode 100644 v1_2_0/network/ble/ble_hs/ble_hs_id/mdtoc/index.html
 delete mode 100644 v1_2_0/network/ble/ble_hs/other/mdtoc/index.html
 delete mode 100644 v1_2_0/network/ble/bletiny_api/index.html
 delete mode 100644 v1_2_0/news/article1/index.html
 delete mode 100644 v1_2_0/newt/command_list/newt_complete/index.html
 delete mode 100644 v1_2_0/newtmgr/protocol/index.html
 delete mode 100644 v1_2_0/os/core_os/event_queue/os_eventq_dflt_set/index.html
 delete mode 100644 v1_2_0/os/core_os/os_init/index.html
 delete mode 100644 v1_2_0/os/core_os/os_start/index.html
 delete mode 100644 v1_2_0/os/modules/elua/elua/index.html
 delete mode 100644 v1_2_0/os/modules/elua/lua_init/index.html
 delete mode 100644 v1_2_0/os/modules/elua/lua_main/index.html
 delete mode 100644 v1_2_0/os/modules/imgmgr/imgmgr_module_init/index.html
 delete mode 100644 v1_2_0/os/tutorials/STM32F303/index.html
 delete mode 100644 v1_2_0/os/tutorials/bleprph/bleprph-conn/index.html
 delete mode 100644 v1_2_0/os/tutorials/blinky_sram_olimex/index.html
 delete mode 100644 v1_2_0/os/tutorials/blinky_windows/index.html
 delete mode 100644 v1_2_0/os/tutorials/define_target/index.html
 mode change 100644 => 100755 v1_2_0/os/tutorials/pics/STM32-E407_bot_small.jpg
 mode change 100644 => 100755 v1_2_0/os/tutorials/pics/STM32-E407_top_small.jpg
 mode change 100644 => 100755 v1_2_0/os/tutorials/pics/device_manager_ft232H.png
 mode change 100644 => 100755 v1_2_0/os/tutorials/pics/device_manager_no_ft232H.png
 mode change 100644 => 100755 v1_2_0/os/tutorials/pics/mkr1000-jlink.jpg
 mode change 100644 => 100755 v1_2_0/os/tutorials/pics/mkr1000-serial.jpg
 mode change 100644 => 100755 v1_2_0/os/tutorials/pics/putty.png
 mode change 100644 => 100755 v1_2_0/os/tutorials/pics/stm32f4_disc.jpg
 delete mode 100644 v1_2_0/os/tutorials/pin-wheel-mods/index.html
 delete mode 100644 v1_2_0/os/tutorials/try_markdown/index.html
 delete mode 100644 v1_2_0/pages/configurability/index.html
 create mode 100644 v1_2_0/search.html
 delete mode 100644 v1_2_0/search/lunr.js
 delete mode 100644 v1_2_0/search/main.js
 delete mode 100644 v1_2_0/search/search_index.json
 delete mode 100644 v1_2_0/search/worker.js
 delete mode 100644 v1_2_0/sitemap.xml.gz
 delete mode 100644 v1_3_0/404.html
 copy FW-dist.png => v1_3_0/FW-dist.png (100%)
 copy {v1_4_0/_static => v1_3_0}/css/bootstrap-3.0.3.min.css (100%)
 delete mode 100644 v1_3_0/css/bootstrap-custom.min.css
 copy {css => v1_3_0/css}/custom.css (100%)
 copy {css => v1_3_0/css}/font-awesome-4.0.3.css (100%)
 delete mode 100644 v1_3_0/css/font-awesome.min.css
 copy {css => v1_3_0/css}/highlight.css (100%)
 copy {css => v1_3_0/css}/v2.css (100%)
 mode change 100644 => 100755 v1_3_0/faq/pics/debug_new_config_small.png
 mode change 100644 => 100755 v1_3_0/faq/pics/gdb_debug_small.png
 mode change 100644 => 100755 v1_3_0/faq/pics/gdb_server_small.png
 mode change 100644 => 100755 v1_3_0/faq/pics/gdb_small.png
 mode change 100644 => 100755 v1_3_0/faq/pics/integrated_terminal_small.png
 mode change 100644 => 100755 v1_3_0/faq/pics/launch_small.png
 mode change 100644 => 100755 v1_3_0/faq/pics/task_json_small.png
 mode change 100644 => 100755 v1_3_0/faq/pics/task_runner_small.png
 mode change 100644 => 100755 v1_3_0/faq/pics/task_select_small.png
 mode change 100644 => 100755 v1_3_0/faq/pics/task_start_small.png
 delete mode 100644 v1_3_0/fonts/fontawesome-webfont.woff2
 delete mode 100644 v1_3_0/fonts/glyphicons-halflings-regular.eot
 delete mode 100644 v1_3_0/fonts/glyphicons-halflings-regular.svg
 delete mode 100644 v1_3_0/fonts/glyphicons-halflings-regular.ttf
 delete mode 100644 v1_3_0/fonts/glyphicons-halflings-regular.woff
 delete mode 100644 v1_3_0/fonts/glyphicons-halflings-regular.woff2
 copy {img => v1_3_0/img}/01.png (100%)
 copy {img => v1_3_0/img}/FWdist.png (100%)
 copy {img => v1_3_0/img}/MicrochipPIC32.jpg (100%)
 copy {img => v1_3_0/img}/NimBLE_conn.png (100%)
 copy {img => v1_3_0/img}/NimBLE_throughput.png (100%)
 copy {img => v1_3_0/img}/OS_arch.png (100%)
 copy {v1_4_0/_static => v1_3_0}/img/add_to_slack.png (100%)
 copy {img => v1_3_0/img}/apache-feather.png (100%)
 copy {img => v1_3_0/img}/arm_logo.gif (100%)
 copy {img => v1_3_0/img}/asf_logo_wide.gif (100%)
 copy {v1_4_0/_static => v1_3_0}/img/asf_logo_wide_small.png (100%)
 copy {img => v1_3_0/img}/atmel.png (100%)
 copy {img => v1_3_0/img}/combo_ble_lora.png (100%)
 copy {img => v1_3_0/img}/concurrent_conn.png (100%)
 copy {img => v1_3_0/img}/content-bg.png (100%)
 copy {img => v1_3_0/img}/cross-platform.svg (100%)
 copy {img => v1_3_0/img}/cross-platforms.png (100%)
 copy {v1_4_0/_static => v1_3_0}/img/egg-logo2.png (100%)
 delete mode 100644 v1_3_0/img/favicon.ico
 copy {img => v1_3_0/img}/folder.png (100%)
 delete mode 100644 v1_3_0/img/grid.png
 copy {img => v1_3_0/img}/json_logs.png (100%)
 copy {img => v1_3_0/img}/logo.pdf (100%)
 copy {v1_4_0/_static => v1_3_0}/img/logo.png (100%)
 copy {img => v1_3_0/img}/logo.svg (100%)
 copy {img => v1_3_0/img}/lora_config.png (100%)
 copy {v1_4_0/_static => v1_3_0/img}/mynewt-logo-only-newt32x32.png (100%)
 copy {img => v1_3_0/img}/mynewt_dev_cycle.pdf (100%)
 copy {img => v1_3_0/img}/newt-img.png (100%)
 copy {img => v1_3_0/img}/newt.png (100%)
 copy {img => v1_3_0/img}/nimble-full-perf.png (100%)
 copy {img => v1_3_0/img}/perf_chart.png (100%)
 copy {img => v1_3_0/img}/performance.png (100%)
 copy {img => v1_3_0/img}/riscv-logo.png (100%)
 copy {img => v1_3_0/img}/secure_img.png (100%)
 copy {img => v1_3_0/img}/watch.png (100%)
 copy {js => v1_3_0/js}/custom.js (100%)
 copy {js => v1_3_0/js}/highlight.pack.js (100%)
 create mode 100644 v1_3_0/mkdocs/js/lunr.min.js
 create mode 100644 v1_3_0/mkdocs/js/mustache.min.js
 create mode 100644 v1_3_0/mkdocs/js/require.js
 create mode 100644 v1_3_0/mkdocs/js/search-results-template.mustache
 create mode 100644 v1_3_0/mkdocs/js/search.js
 create mode 100644 v1_3_0/mkdocs/js/text.js
 create mode 100644 v1_3_0/mkdocs/search_index.json
 delete mode 100644 v1_3_0/network/ble/ble_hs/ble_att/mdtoc/index.html
 delete mode 100644 v1_3_0/network/ble/ble_hs/ble_gap/mdtoc/index.html
 delete mode 100644 v1_3_0/network/ble/ble_hs/ble_gattc/mdtoc/index.html
 delete mode 100644 v1_3_0/network/ble/ble_hs/ble_gatts/mdtoc/index.html
 delete mode 100644 v1_3_0/network/ble/ble_hs/ble_hs_id/mdtoc/index.html
 delete mode 100644 v1_3_0/network/ble/ble_hs/other/mdtoc/index.html
 delete mode 100644 v1_3_0/news/article1/index.html
 delete mode 100644 v1_3_0/newt/command_list/newt_complete/index.html
 delete mode 100644 v1_3_0/newtmgr/protocol/index.html
 delete mode 100644 v1_3_0/os/core_os/event_queue/os_eventq_dflt_set/index.html
 delete mode 100644 v1_3_0/os/core_os/os_init/index.html
 delete mode 100644 v1_3_0/os/core_os/os_start/index.html
 delete mode 100644 v1_3_0/os/modules/elua/elua/index.html
 delete mode 100644 v1_3_0/os/modules/elua/lua_init/index.html
 delete mode 100644 v1_3_0/os/modules/elua/lua_main/index.html
 delete mode 100644 v1_3_0/os/modules/imgmgr/imgmgr_module_init/index.html
 delete mode 100644 v1_3_0/os/tutorials/STM32F303/index.html
 delete mode 100644 v1_3_0/os/tutorials/bleprph/bleprph-conn/index.html
 delete mode 100644 v1_3_0/os/tutorials/blinky_sram_olimex/index.html
 delete mode 100644 v1_3_0/os/tutorials/blinky_windows/index.html
 delete mode 100644 v1_3_0/os/tutorials/define_target/index.html
 mode change 100644 => 100755 v1_3_0/os/tutorials/pics/STM32-E407_bot_small.jpg
 mode change 100644 => 100755 v1_3_0/os/tutorials/pics/STM32-E407_top_small.jpg
 mode change 100644 => 100755 v1_3_0/os/tutorials/pics/device_manager_ft232H.png
 mode change 100644 => 100755 v1_3_0/os/tutorials/pics/device_manager_no_ft232H.png
 mode change 100644 => 100755 v1_3_0/os/tutorials/pics/mkr1000-jlink.jpg
 mode change 100644 => 100755 v1_3_0/os/tutorials/pics/mkr1000-serial.jpg
 mode change 100644 => 100755 v1_3_0/os/tutorials/pics/putty.png
 mode change 100644 => 100755 v1_3_0/os/tutorials/pics/stm32f4_disc.jpg
 delete mode 100644 v1_3_0/os/tutorials/pin-wheel-mods/index.html
 delete mode 100644 v1_3_0/os/tutorials/try_markdown/index.html
 delete mode 100644 v1_3_0/pages/configurability/index.html
 create mode 100644 v1_3_0/search.html
 delete mode 100644 v1_3_0/search/lunr.js
 delete mode 100644 v1_3_0/search/main.js
 delete mode 100644 v1_3_0/search/search_index.json
 delete mode 100644 v1_3_0/search/worker.js
 delete mode 100644 v1_3_0/sitemap.xml.gz
 copy v1_4_0/{_static/common.rst => _sources/_static/common.rst.txt} (100%)
 create mode 100644 v1_4_0/_static/common.html
 delete mode 100644 v1_4_0/_static/language_data.js


[mynewt-site] 01/01: Merge pull request #511 from apache/revert-510-asf-site

Posted by ut...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

utzig pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/mynewt-site.git

commit 77c80bac68662ea52e24694da87ef0858022bf5e
Merge: 6b64552 d50250e
Author: Fabio Utzig <ut...@utzig.org>
AuthorDate: Tue Apr 9 14:25:49 2019 -0300

    Merge pull request #511 from apache/revert-510-asf-site
    
    Revert "asf-site update Tue Apr  9 07:09:31 -03 2019"

 about/index.html                                   |   221 +-
 community/index.html                               |   202 +-
 documentation/index.html                           |   183 +-
 download/index.html                                |   205 +-
 events/index.html                                  |   156 +-
 img/favicon.ico                                    |   Bin 4286 -> 0 bytes
 img/mynewt-logo-only-newt32x32.png                 |   Bin 0 -> 1175 bytes
 index.html                                         |   346 +-
 known_issues/index.html                            |   256 -
 master/_images/mbuf_fig1.png                       |   Bin 0 -> 32123 bytes
 master/_images/mbuf_fig2.png                       |   Bin 0 -> 40402 bytes
 master/_images/mbuf_fig3.png                       |   Bin 0 -> 54819 bytes
 master/_sources/_static/common.rst.txt             |     1 +
 master/_sources/get_started/docker.rst.txt         |     2 +-
 .../get_started/native_install/cross_tools.rst.txt |     6 +-
 master/_sources/os/core_os/mbuf/mbuf.rst.txt       |     8 +-
 .../_sources/os/core_os/porting/port_bsp.rst.txt   |    26 +-
 master/_sources/os/core_os/porting/port_os.rst.txt |     6 +-
 master/_sources/os/modules/baselibc.rst.txt        |    16 +-
 .../modules/bootloader/boot_build_status.rst.txt   |     1 -
 .../bootloader/boot_build_status_one.rst.txt       |     1 -
 .../modules/bootloader/boot_clear_status.rst.txt   |     1 -
 .../os/modules/bootloader/boot_copy_area.rst.txt   |     1 -
 .../os/modules/bootloader/boot_copy_image.rst.txt  |     1 -
 .../os/modules/bootloader/boot_erase_area.rst.txt  |     1 -
 .../os/modules/bootloader/boot_fill_slot.rst.txt   |     1 -
 .../bootloader/boot_find_image_area_idx.rst.txt    |     1 -
 .../bootloader/boot_find_image_part.rst.txt        |     1 -
 .../bootloader/boot_find_image_slot.rst.txt        |     1 -
 .../_sources/os/modules/bootloader/boot_go.rst.txt |     1 -
 .../os/modules/bootloader/boot_init_flash.rst.txt  |     1 -
 .../os/modules/bootloader/boot_move_area.rst.txt   |     1 -
 .../bootloader/boot_read_image_header.rst.txt      |     1 -
 .../bootloader/boot_read_image_headers.rst.txt     |     1 -
 .../os/modules/bootloader/boot_read_status.rst.txt |     1 -
 .../bootloader/boot_select_image_slot.rst.txt      |     1 -
 .../os/modules/bootloader/boot_slot_addr.rst.txt   |     1 -
 .../bootloader/boot_slot_to_area_idx.rst.txt       |     1 -
 .../os/modules/bootloader/boot_swap_areas.rst.txt  |     1 -
 .../bootloader/boot_vect_delete_main.rst.txt       |     1 -
 .../bootloader/boot_vect_delete_test.rst.txt       |     1 -
 .../modules/bootloader/boot_vect_read_main.rst.txt |     1 -
 .../modules/bootloader/boot_vect_read_one.rst.txt  |     1 -
 .../modules/bootloader/boot_vect_read_test.rst.txt |     1 -
 .../modules/bootloader/boot_write_status.rst.txt   |     1 -
 .../os/modules/bootloader/bootloader.rst.txt       |    40 +-
 master/_sources/os/modules/config/config.rst.txt   |    49 +-
 master/_sources/os/modules/console/console.rst.txt |    42 +-
 master/_sources/os/modules/devmgmt/newtmgr.rst.txt |    15 +
 master/_sources/os/modules/devmgmt/oicmgr.rst.txt  |    28 +-
 master/_sources/os/modules/drivers/driver.rst.txt  |    21 +-
 master/_sources/os/modules/drivers/flash.rst.txt   |     2 +-
 master/_sources/os/modules/drivers/mmc.rst.txt     |     2 +-
 master/_sources/os/modules/elua/elua.rst.txt       |     4 +-
 master/_sources/os/modules/fcb/fcb.rst.txt         |    78 +-
 master/_sources/os/modules/fs/fatfs.rst.txt        |     2 +-
 master/_sources/os/modules/fs/fs.rst.txt           |   313 +
 master/_sources/os/modules/fs/fs/fs.rst.txt        |   284 -
 master/_sources/os/modules/fs/fs/fs_close.rst.txt  |    72 -
 .../_sources/os/modules/fs/fs/fs_closedir.rst.txt  |    83 -
 .../os/modules/fs/fs/fs_dirent_is_dir.rst.txt      |    84 -
 .../os/modules/fs/fs/fs_dirent_name.rst.txt        |   115 -
 .../_sources/os/modules/fs/fs/fs_filelen.rst.txt   |    63 -
 master/_sources/os/modules/fs/fs/fs_getpos.rst.txt |    37 -
 master/_sources/os/modules/fs/fs/fs_mkdir.rst.txt  |    68 -
 master/_sources/os/modules/fs/fs/fs_open.rst.txt   |   113 -
 .../_sources/os/modules/fs/fs/fs_opendir.rst.txt   |   102 -
 master/_sources/os/modules/fs/fs/fs_ops.rst.txt    |    47 -
 master/_sources/os/modules/fs/fs/fs_read.rst.txt   |    88 -
 .../_sources/os/modules/fs/fs/fs_readdir.rst.txt   |    93 -
 .../_sources/os/modules/fs/fs/fs_register.rst.txt  |    49 -
 master/_sources/os/modules/fs/fs/fs_rename.rst.txt |    85 -
 .../os/modules/fs/fs/fs_return_codes.rst.txt       |    44 -
 master/_sources/os/modules/fs/fs/fs_seek.rst.txt   |    78 -
 master/_sources/os/modules/fs/fs/fs_unlink.rst.txt |    70 -
 master/_sources/os/modules/fs/fs/fs_write.rst.txt  |    72 -
 .../os/modules/fs/fs/fsutil_read_file.rst.txt      |    93 -
 .../os/modules/fs/fs/fsutil_write_file.rst.txt     |    65 -
 master/_sources/os/modules/fs/fs_add.rst.txt       |     8 +
 master/_sources/os/modules/fs/nffs.rst.txt         |   113 +
 master/_sources/os/modules/fs/nffs/nffs.rst.txt    |   137 -
 .../os/modules/fs/nffs/nffs_area_desc.rst.txt      |    48 -
 .../os/modules/fs/nffs/nffs_config.rst.txt         |    47 -
 .../os/modules/fs/nffs/nffs_detect.rst.txt         |    85 -
 .../os/modules/fs/nffs/nffs_format.rst.txt         |    80 -
 .../_sources/os/modules/fs/nffs/nffs_init.rst.txt  |    22 -
 .../os/modules/fs/nffs/nffs_internals.rst.txt      |   509 -
 master/_sources/os/modules/fs/otherfs.rst.txt      |    10 +-
 .../os/modules/hal/hal_gpio/hal_gpio.rst.txt       |     4 +-
 master/_sources/os/modules/imgmgr/imgmgr.rst.txt   |    57 +-
 master/_sources/os/modules/json/json.rst.txt       |    64 +-
 .../modules/json/json_encode_object_entry.rst.txt  |    49 -
 .../modules/json/json_encode_object_finish.rst.txt |    44 -
 .../os/modules/json/json_encode_object_key.rst.txt |    46 -
 .../modules/json/json_encode_object_start.rst.txt  |    44 -
 .../os/modules/json/json_read_object.rst.txt       |    67 -
 master/_sources/os/modules/logs/logs.rst.txt       |    18 +-
 master/_sources/os/modules/mcumgr/mcumgr.rst.txt   |    16 +
 master/_sources/os/modules/mfg/mfg.rst.txt         |   127 +
 .../os/modules/sensor_framework/sensor_api.rst.txt |   123 +-
 .../modules/sensor_framework/sensor_create.rst.txt |    59 +-
 .../modules/sensor_framework/sensor_driver.rst.txt |   380 +-
 .../sensor_framework/sensor_framework.rst.txt      |    95 +
 .../sensor_framework_overview.rst.txt              |    83 -
 .../sensor_framework/sensor_listener_api.rst.txt   |    29 +-
 .../sensor_framework/sensor_mgr_api.rst.txt        |   100 +-
 .../sensor_framework/sensor_notifier_api.rst.txt   |     6 +
 .../os/modules/sensor_framework/sensor_oic.rst.txt |     4 +-
 .../modules/sensor_framework/sensor_shell.rst.txt  |     4 +-
 master/_sources/os/modules/shell/shell.rst.txt     |   135 +-
 .../os/modules/shell/shell_cmd_register.rst.txt    |    55 -
 .../os/modules/shell/shell_evq_set.rst.txt         |    30 -
 .../shell/shell_nlip_input_register.rst.txt        |    58 -
 .../os/modules/shell/shell_nlip_output.rst.txt     |    46 -
 .../os/modules/shell/shell_register.rst.txt        |   131 -
 .../shell/shell_register_app_cmd_handler.rst.txt   |    52 -
 .../shell/shell_register_default_module.rst.txt    |    52 -
 master/_sources/os/modules/split/split.rst.txt     |    16 +-
 master/_sources/os/modules/stats/stats.rst.txt     |     9 +
 .../os/modules/sysinitconfig/sysinitconfig.rst.txt |    16 +-
 master/_sources/os/modules/system_modules.rst.txt  |    16 +
 .../os/modules/testutil/test_assert.rst.txt        |   129 -
 .../_sources/os/modules/testutil/test_case.rst.txt |    36 -
 .../_sources/os/modules/testutil/test_decl.rst.txt |    37 -
 .../_sources/os/modules/testutil/test_pass.rst.txt |    66 -
 .../os/modules/testutil/test_suite.rst.txt         |    42 -
 .../_sources/os/modules/testutil/testutil.rst.txt  |   137 +-
 .../_sources/os/modules/testutil/tu_init.rst.txt   |    44 -
 .../os/modules/testutil/tu_restart.rst.txt         |    41 -
 master/_sources/os/os_user_guide.rst.txt           |    19 +-
 master/_sources/os/tutorials/STM32F303.rst.txt     |     2 +-
 master/_sources/os/tutorials/add_newtmgr.rst.txt   |   321 -
 master/_sources/os/tutorials/define_target.rst.txt |     4 -
 master/_sources/os/tutorials/event_queue.rst.txt   |   539 -
 .../os/tutorials/ota_upgrade_nrf52.rst.txt         |   236 -
 master/_sources/os/tutorials/segger_rtt.rst.txt    |   109 -
 .../_sources/os/tutorials/segger_sysview.rst.txt   |    96 -
 master/_sources/os/tutorials/tasks_lesson.rst.txt  |   323 -
 master/_sources/os/tutorials/try_markdown.rst.txt  |    44 -
 master/_static/basic.css                           |    18 +-
 master/_static/common.html                         |   296 +
 master/_static/doctools.js                         |    12 +-
 master/_static/documentation_options.js            |     5 +-
 master/_static/language_data.js                    |   297 -
 master/_static/searchtools.js                      |   352 +-
 master/_static/websupport.js                       |     2 +-
 master/concepts.html                               |    31 +-
 master/genindex.html                               |   628 +-
 master/get_started/debug.html                      |     1 -
 master/get_started/docker.html                     |     3 +-
 master/get_started/index.html                      |     1 -
 master/get_started/native_install/cross_tools.html |     7 +-
 master/get_started/native_install/index.html       |     1 -
 .../get_started/native_install/native_tools.html   |    29 +-
 master/get_started/project_create.html             |    21 +-
 master/get_started/serial_access.html              |     1 -
 master/index.html                                  |     1 -
 master/misc/go_env.html                            |     1 -
 master/misc/ide.html                               |     1 -
 master/misc/index.html                             |     1 -
 master/mynewt_faq/admin_faq.html                   |     1 -
 master/mynewt_faq/bluetooth_faq.html               |     1 -
 master/mynewt_faq/boot_faq.html                    |     1 -
 master/mynewt_faq/fs_faq.html                      |     1 -
 master/mynewt_faq/hardware_faq.html                |     1 -
 master/mynewt_faq/index.html                       |     1 -
 master/mynewt_faq/modules_faq.html                 |     1 -
 master/mynewt_faq/newt_faq.html                    |     1 -
 master/mynewt_faq/newtmgr_faq.html                 |     1 -
 master/mynewt_faq/nfc_faq.html                     |     1 -
 master/mynewt_faq/port_faq.html                    |     1 -
 master/mynewt_faq/syntax_faq.html                  |     1 -
 master/mynewt_faq/troubleshoot_faq.html            |     1 -
 master/network/docs/README.html                    |     1 -
 master/network/docs/ble_hs/ble_att.html            |     1 -
 master/network/docs/ble_hs/ble_gap.html            |    62 +-
 master/network/docs/ble_hs/ble_gattc.html          |    63 +-
 master/network/docs/ble_hs/ble_gatts.html          |    63 +-
 master/network/docs/ble_hs/ble_hs.html             |     1 -
 master/network/docs/ble_hs/ble_hs_id.html          |     1 -
 .../network/docs/ble_hs/ble_hs_return_codes.html   |     1 -
 master/network/docs/ble_sec.html                   |     1 -
 master/network/docs/ble_setup/ble_addr.html        |     1 -
 master/network/docs/ble_setup/ble_lp_clock.html    |     1 -
 master/network/docs/ble_setup/ble_setup_intro.html |     1 -
 master/network/docs/ble_setup/ble_sync_cb.html     |     1 -
 master/network/docs/btshell/btshell_GAP.html       |     1 -
 master/network/docs/btshell/btshell_GATT.html      |     1 -
 master/network/docs/btshell/btshell_advdata.html   |     1 -
 master/network/docs/btshell/btshell_api.html       |     1 -
 master/network/docs/index.html                     |     5 +-
 master/network/docs/mesh/index.html                |     1 -
 master/network/docs/mesh/sample.html               |     1 -
 master/newt/README.html                            |     1 -
 master/newt/command_list/newt_build.html           |     1 -
 master/newt/command_list/newt_clean.html           |     1 -
 master/newt/command_list/newt_complete.html        |     1 -
 master/newt/command_list/newt_create_image.html    |     1 -
 master/newt/command_list/newt_debug.html           |     1 -
 master/newt/command_list/newt_help.html            |     1 -
 master/newt/command_list/newt_info.html            |     1 -
 master/newt/command_list/newt_install.html         |     1 -
 master/newt/command_list/newt_load.html            |     1 -
 master/newt/command_list/newt_mfg.html             |     1 -
 master/newt/command_list/newt_new.html             |     1 -
 master/newt/command_list/newt_pkg.html             |     1 -
 master/newt/command_list/newt_resign_image.html    |     1 -
 master/newt/command_list/newt_run.html             |     1 -
 master/newt/command_list/newt_size.html            |     1 -
 master/newt/command_list/newt_sync.html            |     1 -
 master/newt/command_list/newt_target.html          |     1 -
 master/newt/command_list/newt_test.html            |     1 -
 master/newt/command_list/newt_upgrade.html         |     1 -
 master/newt/command_list/newt_vals.html            |     1 -
 master/newt/command_list/newt_version.html         |     1 -
 master/newt/index.html                             |     1 -
 master/newt/install/index.html                     |     1 -
 master/newt/install/newt_linux.html                |    24 +-
 master/newt/install/newt_mac.html                  |    24 +-
 master/newt/install/newt_windows.html              |    24 +-
 master/newt/install/prev_releases.html             |     1 -
 master/newt/newt_operation.html                    |     5 +-
 master/newt/newt_ops.html                          |     1 -
 master/newtmgr/README.html                         |     1 -
 master/newtmgr/command_list/index.html             |     1 -
 master/newtmgr/command_list/newtmgr_config.html    |     1 -
 master/newtmgr/command_list/newtmgr_conn.html      |     1 -
 master/newtmgr/command_list/newtmgr_crash.html     |     1 -
 master/newtmgr/command_list/newtmgr_datetime.html  |     1 -
 master/newtmgr/command_list/newtmgr_echo.html      |     1 -
 master/newtmgr/command_list/newtmgr_fs.html        |     1 -
 master/newtmgr/command_list/newtmgr_image.html     |     1 -
 master/newtmgr/command_list/newtmgr_logs.html      |     1 -
 master/newtmgr/command_list/newtmgr_mpstats.html   |     3 +-
 master/newtmgr/command_list/newtmgr_reset.html     |     1 -
 master/newtmgr/command_list/newtmgr_run.html       |     1 -
 master/newtmgr/command_list/newtmgr_stat.html      |     3 +-
 master/newtmgr/command_list/newtmgr_taskstats.html |     3 +-
 master/newtmgr/index.html                          |     1 -
 master/newtmgr/install/index.html                  |     1 -
 master/newtmgr/install/install_linux.html          |     1 -
 master/newtmgr/install/install_mac.html            |     1 -
 master/newtmgr/install/install_windows.html        |     1 -
 master/newtmgr/install/prev_releases.html          |     1 -
 master/objects.inv                                 |   Bin 26292 -> 47759 bytes
 master/os/core_os/callout/callout.html             |    63 +-
 .../os/core_os/context_switch/context_switch.html  |    67 +-
 master/os/core_os/cputime/os_cputime.html          |    26 +-
 master/os/core_os/event_queue/event_queue.html     |    97 +-
 master/os/core_os/heap/heap.html                   |    18 +-
 master/os/core_os/mbuf/mbuf.html                   |   427 +-
 master/os/core_os/memory_pool/memory_pool.html     |    87 +-
 master/os/core_os/mutex/mutex.html                 |    60 +-
 master/os/core_os/mynewt_os.html                   |    20 +-
 master/os/core_os/porting/port_bsp.html            |    57 +-
 master/os/core_os/porting/port_cpu.html            |    22 +-
 master/os/core_os/porting/port_mcu.html            |    18 +-
 master/os/core_os/porting/port_os.html             |    28 +-
 master/os/core_os/sanity/sanity.html               |    38 +-
 master/os/core_os/semaphore/semaphore.html         |    34 +-
 master/os/core_os/task/task.html                   |    50 +-
 master/os/core_os/time/os_time.html                |   255 +-
 master/os/modules/baselibc.html                    |    57 +-
 .../os/modules/bootloader/boot_build_status.html   |   297 -
 .../modules/bootloader/boot_build_status_one.html  |   297 -
 .../os/modules/bootloader/boot_clear_status.html   |   297 -
 master/os/modules/bootloader/boot_copy_area.html   |   297 -
 master/os/modules/bootloader/boot_copy_image.html  |   297 -
 master/os/modules/bootloader/boot_erase_area.html  |   297 -
 master/os/modules/bootloader/boot_fill_slot.html   |   297 -
 .../bootloader/boot_find_image_area_idx.html       |   297 -
 .../modules/bootloader/boot_find_image_part.html   |   297 -
 .../modules/bootloader/boot_find_image_slot.html   |   297 -
 master/os/modules/bootloader/boot_go.html          |   297 -
 master/os/modules/bootloader/boot_init_flash.html  |   297 -
 master/os/modules/bootloader/boot_move_area.html   |   297 -
 .../modules/bootloader/boot_read_image_header.html |   297 -
 .../bootloader/boot_read_image_headers.html        |   297 -
 master/os/modules/bootloader/boot_read_status.html |   297 -
 .../modules/bootloader/boot_select_image_slot.html |   297 -
 master/os/modules/bootloader/boot_slot_addr.html   |   297 -
 .../modules/bootloader/boot_slot_to_area_idx.html  |   297 -
 master/os/modules/bootloader/boot_swap_areas.html  |   297 -
 .../modules/bootloader/boot_vect_delete_main.html  |   297 -
 .../modules/bootloader/boot_vect_delete_test.html  |   297 -
 .../os/modules/bootloader/boot_vect_read_main.html |   297 -
 .../os/modules/bootloader/boot_vect_read_one.html  |   297 -
 .../os/modules/bootloader/boot_vect_read_test.html |   297 -
 .../os/modules/bootloader/boot_write_status.html   |   297 -
 master/os/modules/bootloader/bootloader.html       |   116 +-
 master/os/modules/config/config.html               |   377 +-
 master/os/modules/console/console.html             |   219 +-
 master/os/modules/devmgmt/customize_newtmgr.html   |    47 +-
 master/os/modules/devmgmt/newtmgr.html             |    58 +-
 master/os/modules/devmgmt/oicmgr.html              |    81 +-
 master/os/modules/drivers/driver.html              |    82 +-
 master/os/modules/drivers/flash.html               |    49 +-
 master/os/modules/drivers/mmc.html                 |    49 +-
 master/os/modules/elua/elua.html                   |    39 +-
 master/os/modules/elua/lua_init.html               |     1 -
 master/os/modules/elua/lua_main.html               |     1 -
 master/os/modules/fcb/fcb.html                     |   613 +-
 master/os/modules/fcb/fcb_append.html              |     1 -
 master/os/modules/fcb/fcb_append_finish.html       |     1 -
 master/os/modules/fcb/fcb_append_to_scratch.html   |     1 -
 master/os/modules/fcb/fcb_clear.html               |     1 -
 master/os/modules/fcb/fcb_getnext.html             |     1 -
 master/os/modules/fcb/fcb_init.html                |     1 -
 master/os/modules/fcb/fcb_is_empty.html            |     1 -
 master/os/modules/fcb/fcb_offset_last_n.html       |     1 -
 master/os/modules/fcb/fcb_rotate.html              |     1 -
 master/os/modules/fcb/fcb_walk.html                |     1 -
 master/os/modules/fs/fatfs.html                    |    51 +-
 master/os/modules/fs/fs.html                       |   816 ++
 master/os/modules/fs/fs/fs.html                    |   476 -
 master/os/modules/fs/fs/fs_close.html              |   375 -
 master/os/modules/fs/fs/fs_closedir.html           |   387 -
 master/os/modules/fs/fs/fs_dirent_is_dir.html      |   388 -
 master/os/modules/fs/fs/fs_dirent_name.html        |   422 -
 master/os/modules/fs/fs/fs_filelen.html            |   369 -
 master/os/modules/fs/fs/fs_getpos.html             |   342 -
 master/os/modules/fs/fs/fs_mkdir.html              |   371 -
 master/os/modules/fs/fs/fs_open.html               |   418 -
 master/os/modules/fs/fs/fs_opendir.html            |   407 -
 master/os/modules/fs/fs/fs_ops.html                |   341 -
 master/os/modules/fs/fs/fs_read.html               |   395 -
 master/os/modules/fs/fs/fs_readdir.html            |   398 -
 master/os/modules/fs/fs/fs_register.html           |   326 -
 master/os/modules/fs/fs/fs_rename.html             |   389 -
 master/os/modules/fs/fs/fs_return_codes.html       |   363 -
 master/os/modules/fs/fs/fs_seek.html               |   382 -
 master/os/modules/fs/fs/fs_unlink.html             |   374 -
 master/os/modules/fs/fs/fs_write.html              |   378 -
 master/os/modules/fs/fs/fsutil_read_file.html      |   400 -
 master/os/modules/fs/fs/fsutil_write_file.html     |   371 -
 master/os/modules/fs/fs_add.html                   |   505 +
 master/os/modules/fs/nffs.html                     |   565 +
 master/os/modules/fs/nffs/nffs.html                |   395 -
 master/os/modules/fs/nffs/nffs_area_desc.html      |   339 -
 master/os/modules/fs/nffs/nffs_config.html         |   339 -
 master/os/modules/fs/nffs/nffs_detect.html         |   389 -
 master/os/modules/fs/nffs/nffs_format.html         |   384 -
 master/os/modules/fs/nffs/nffs_init.html           |   318 -
 master/os/modules/fs/nffs/nffs_internals.html      |   780 --
 master/os/modules/fs/otherfs.html                  |    59 +-
 master/os/modules/hal/hal.html                     |    22 +-
 master/os/modules/hal/hal_bsp/hal_bsp.html         |    33 +-
 master/os/modules/hal/hal_creation.html            |     1 -
 master/os/modules/hal/hal_flash/hal_flash.html     |   173 +-
 master/os/modules/hal/hal_flash/hal_flash_int.html |     1 -
 master/os/modules/hal/hal_gpio/hal_gpio.html       |    38 +-
 master/os/modules/hal/hal_i2c/hal_i2c.html         |   159 +-
 master/os/modules/hal/hal_in_libraries.html        |     1 -
 master/os/modules/hal/hal_os_tick/hal_os_tick.html |     1 -
 master/os/modules/hal/hal_spi/hal_spi.html         |    54 +-
 master/os/modules/hal/hal_system/hal_sys.html      |    12 +-
 master/os/modules/hal/hal_timer/hal_timer.html     |    32 +-
 master/os/modules/hal/hal_uart/hal_uart.html       |    18 +-
 .../os/modules/hal/hal_watchdog/hal_watchdog.html  |    18 +-
 master/os/modules/imgmgr/imgmgr.html               |    92 +-
 master/os/modules/imgmgr/imgmgr_module_init.html   |    48 +-
 master/os/modules/imgmgr/imgr_ver_parse.html       |    48 +-
 master/os/modules/imgmgr/imgr_ver_str.html         |    48 +-
 master/os/modules/json/json.html                   |   868 +-
 .../os/modules/json/json_encode_object_entry.html  |   354 -
 .../os/modules/json/json_encode_object_finish.html |   347 -
 master/os/modules/json/json_encode_object_key.html |   351 -
 .../os/modules/json/json_encode_object_start.html  |   347 -
 master/os/modules/json/json_read_object.html       |   370 -
 master/os/modules/logs/logs.html                   |   887 +-
 master/os/modules/mcumgr/mcumgr.html               |   343 +
 master/os/modules/mfg/mfg.html                     |   745 +
 master/os/modules/sensor_framework/sensor_api.html |  1056 +-
 .../os/modules/sensor_framework/sensor_create.html |   104 +-
 .../os/modules/sensor_framework/sensor_driver.html |   379 +-
 .../modules/sensor_framework/sensor_framework.html |   429 +
 .../sensor_framework_overview.html                 |   374 -
 .../sensor_framework/sensor_listener_api.html      |   150 +-
 .../modules/sensor_framework/sensor_mgr_api.html   |   529 +-
 .../sensor_framework/sensor_notifier_api.html      |   381 +
 master/os/modules/sensor_framework/sensor_oic.html |    57 +-
 .../os/modules/sensor_framework/sensor_shell.html  |    57 +-
 master/os/modules/shell/shell.html                 |   307 +-
 master/os/modules/shell/shell_cmd_register.html    |   355 -
 master/os/modules/shell/shell_evq_set.html         |   334 -
 .../modules/shell/shell_nlip_input_register.html   |   361 -
 master/os/modules/shell/shell_nlip_output.html     |   349 -
 master/os/modules/shell/shell_register.html        |   435 -
 .../shell/shell_register_app_cmd_handler.html      |   354 -
 .../shell/shell_register_default_module.html       |   356 -
 master/os/modules/split/split.html                 |    57 +-
 master/os/modules/stats/stats.html                 |   515 +-
 .../os/modules/sysinitconfig/sysconfig_error.html  |   180 +-
 master/os/modules/sysinitconfig/sysinitconfig.html |   184 +-
 master/os/modules/system_modules.html              |   346 +
 master/os/modules/testutil/test_assert.html        |   426 -
 master/os/modules/testutil/test_case.html          |   340 -
 master/os/modules/testutil/test_decl.html          |   341 -
 master/os/modules/testutil/test_pass.html          |   370 -
 master/os/modules/testutil/test_suite.html         |   346 -
 master/os/modules/testutil/testutil.html           |   452 +-
 master/os/modules/testutil/tu_init.html            |   336 -
 master/os/modules/testutil/tu_restart.html         |   333 -
 master/os/os_user_guide.html                       |    20 +-
 master/os/tutorials/STM32F303.html                 |     6 +-
 master/os/tutorials/add_newtmgr.html               |   579 -
 master/os/tutorials/define_target.html             |   301 -
 master/os/tutorials/event_queue.html               |   791 --
 master/os/tutorials/ota_upgrade_nrf52.html         |   496 -
 master/os/tutorials/pin-wheel-mods.html            |     1 -
 master/os/tutorials/segger_rtt.html                |   395 -
 master/os/tutorials/segger_sysview.html            |   382 -
 master/os/tutorials/tasks_lesson.html              |   572 -
 master/os/tutorials/try_markdown.html              |   337 -
 master/search.html                                 |     1 -
 master/searchindex.js                              |     2 +-
 master/tutorials/ble/ble.html                      |     1 -
 master/tutorials/ble/ble_bare_bones.html           |     1 -
 master/tutorials/ble/blehci_project.html           |     1 -
 .../ble/bleprph/bleprph-sections/bleprph-adv.html  |     1 -
 .../ble/bleprph/bleprph-sections/bleprph-app.html  |     1 -
 .../bleprph-sections/bleprph-chr-access.html       |     1 -
 .../bleprph-sections/bleprph-gap-event.html        |     1 -
 .../bleprph/bleprph-sections/bleprph-svc-reg.html  |     1 -
 master/tutorials/ble/bleprph/bleprph.html          |     1 -
 master/tutorials/ble/eddystone.html                |     1 -
 master/tutorials/ble/ibeacon.html                  |     1 -
 master/tutorials/blinky/arduino_zero.html          |    65 +-
 master/tutorials/blinky/blinky.html                |     1 -
 master/tutorials/blinky/blinky_console.html        |     9 +-
 master/tutorials/blinky/blinky_primo.html          |     1 -
 master/tutorials/blinky/blinky_stm32f4disc.html    |     1 -
 master/tutorials/blinky/nRF52.html                 |     1 -
 master/tutorials/blinky/olimex.html                |     1 -
 master/tutorials/blinky/rbnano2.html               |     1 -
 master/tutorials/devmgmt/add_newtmgr.html          |     1 -
 master/tutorials/devmgmt/devmgmt.html              |     1 -
 master/tutorials/devmgmt/ota_upgrade_nrf52.html    |     5 +-
 master/tutorials/lora/lorawanapp.html              |     1 -
 master/tutorials/os_fundamentals/event_queue.html  |     1 -
 .../tutorials/os_fundamentals/os_fundamentals.html |     1 -
 master/tutorials/os_fundamentals/tasks_lesson.html |     1 -
 master/tutorials/other/codesize.html               |     1 -
 master/tutorials/other/other.html                  |     1 -
 master/tutorials/other/unit_test.html              |     1 -
 master/tutorials/other/wi-fi_on_arduino.html       |     1 -
 master/tutorials/repo/add_repos.html               |     1 -
 master/tutorials/repo/create_repo.html             |     1 -
 master/tutorials/repo/private_repo.html            |     1 -
 master/tutorials/repo/upgrade_repo.html            |     1 -
 master/tutorials/sensors/air_quality.html          |     1 -
 master/tutorials/sensors/air_quality_ble.html      |     1 -
 master/tutorials/sensors/air_quality_sensor.html   |     1 -
 master/tutorials/sensors/nrf52_adc.html            |     1 -
 master/tutorials/sensors/sensor_bleprph_oic.html   |     1 -
 master/tutorials/sensors/sensor_nrf52_bno055.html  |     1 -
 .../tutorials/sensors/sensor_nrf52_bno055_oic.html |     1 -
 master/tutorials/sensors/sensor_nrf52_drv2605.html |     1 -
 .../tutorials/sensors/sensor_offboard_config.html  |     1 -
 master/tutorials/sensors/sensor_oic_overview.html  |     1 -
 .../sensors/sensor_thingy_lis2dh12_onb.html        |     1 -
 master/tutorials/sensors/sensors.html              |     1 -
 master/tutorials/sensors/sensors_framework.html    |     1 -
 master/tutorials/slinky/project-nrf52-slinky.html  |     1 -
 master/tutorials/slinky/project-sim-slinky.html    |     1 -
 master/tutorials/slinky/project-slinky.html        |     1 -
 master/tutorials/slinky/project-stm32-slinky.html  |     1 -
 master/tutorials/tooling/error_diagnostics.html    |     1 -
 master/tutorials/tooling/segger_rtt.html           |     1 -
 master/tutorials/tooling/segger_sysview.html       |     1 -
 master/tutorials/tooling/tooling.html              |     1 -
 master/tutorials/tutorials.html                    |     1 -
 mkdocs/js/lunr.min.js                              |     7 +
 mkdocs/js/mustache.min.js                          |     1 +
 mkdocs/js/require.js                               |    36 +
 mkdocs/js/search-results-template.mustache         |     4 +
 mkdocs/js/search.js                                |    88 +
 mkdocs/js/text.js                                  |   390 +
 mkdocs/search_index.json                           |   149 +
 news/article1/index.html                           |   256 -
 pages/ble/index.html                               |   295 +-
 pages/configurability/index.html                   |   256 -
 pages/securitybullets/index.html                   |   178 +-
 quick-start/index.html                             |   175 +-
 search.html                                        |   298 +
 search/lunr.js                                     |  2986 ----
 search/main.js                                     |    96 -
 search/search_index.json                           |     1 -
 search/worker.js                                   |   128 -
 sitemap.xml                                        |    51 +-
 sitemap.xml.gz                                     |   Bin 284 -> 0 bytes
 talks/index.html                                   |   205 +-
 v0_9_0/404.html                                    |  1732 ---
 v0_9_0/FW-dist.png                                 |   Bin 0 -> 103732 bytes
 v0_9_0/about/index.html                            |  1931 +--
 v0_9_0/community/index.html                        |  1916 +--
 v0_9_0/css/base.css                                |   321 +-
 v0_9_0/css/bootstrap-3.0.3.min.css                 |     7 +
 v0_9_0/css/bootstrap-custom.min.css                |     1 -
 v0_9_0/css/custom.css                              |   476 +
 v0_9_0/css/font-awesome-4.0.3.css                  |  1338 ++
 v0_9_0/css/font-awesome.min.css                    |     4 -
 v0_9_0/css/highlight.css                           |   125 +
 v0_9_0/css/v2.css                                  |   158 +
 v0_9_0/documentation/index.html                    |  1733 ---
 v0_9_0/download/index.html                         |  1876 +--
 v0_9_0/events/index.html                           |  1876 +--
 v0_9_0/faq/answers/index.html                      |  2006 +--
 v0_9_0/faq/how_to_edit_docs/index.html             |  2013 +--
 v0_9_0/fonts/fontawesome-webfont.eot               |   Bin 165742 -> 38205 bytes
 v0_9_0/fonts/fontawesome-webfont.svg               |  3079 +----
 v0_9_0/fonts/fontawesome-webfont.ttf               |   Bin 165548 -> 80652 bytes
 v0_9_0/fonts/fontawesome-webfont.woff              |   Bin 98024 -> 44432 bytes
 v0_9_0/fonts/fontawesome-webfont.woff2             |   Bin 77160 -> 0 bytes
 v0_9_0/fonts/glyphicons-halflings-regular.eot      |   Bin 20127 -> 0 bytes
 v0_9_0/fonts/glyphicons-halflings-regular.svg      |   288 -
 v0_9_0/fonts/glyphicons-halflings-regular.ttf      |   Bin 45404 -> 0 bytes
 v0_9_0/fonts/glyphicons-halflings-regular.woff     |   Bin 23424 -> 0 bytes
 v0_9_0/fonts/glyphicons-halflings-regular.woff2    |   Bin 18028 -> 0 bytes
 v0_9_0/img/01.png                                  |   Bin 0 -> 9109 bytes
 v0_9_0/img/FWdist.png                              |   Bin 0 -> 103765 bytes
 v0_9_0/img/MicrochipPIC32.jpg                      |   Bin 0 -> 7163 bytes
 v0_9_0/img/NimBLE_conn.png                         |   Bin 0 -> 32151 bytes
 v0_9_0/img/NimBLE_throughput.png                   |   Bin 0 -> 29290 bytes
 v0_9_0/img/OS_arch.png                             |   Bin 0 -> 75345 bytes
 v0_9_0/img/add_to_slack.png                        |   Bin 0 -> 5165 bytes
 v0_9_0/img/apache-feather.png                      |   Bin 0 -> 11402 bytes
 v0_9_0/img/arm_logo.gif                            |   Bin 0 -> 1582 bytes
 v0_9_0/img/asf_logo_wide.gif                       |   Bin 0 -> 7051 bytes
 v0_9_0/img/asf_logo_wide_small.png                 |   Bin 0 -> 32278 bytes
 v0_9_0/img/atmel.png                               |   Bin 0 -> 17367 bytes
 v0_9_0/img/combo_ble_lora.png                      |   Bin 0 -> 193382 bytes
 v0_9_0/img/concurrent_conn.png                     |   Bin 0 -> 33532 bytes
 v0_9_0/img/content-bg.png                          |   Bin 0 -> 155 bytes
 v0_9_0/img/cross-platform.svg                      |     6 +
 v0_9_0/img/cross-platforms.png                     |   Bin 0 -> 14324 bytes
 v0_9_0/img/egg-logo2.png                           |   Bin 0 -> 7241 bytes
 v0_9_0/img/favicon.ico                             |   Bin 1150 -> 0 bytes
 v0_9_0/img/folder.png                              |   Bin 0 -> 8414 bytes
 v0_9_0/img/grid.png                                |   Bin 1458 -> 0 bytes
 v0_9_0/img/json_logs.png                           |   Bin 0 -> 78102 bytes
 v0_9_0/img/logo.pdf                                |   Bin 0 -> 263048 bytes
 v0_9_0/img/logo.png                                |   Bin 0 -> 151595 bytes
 v0_9_0/img/logo.svg                                |  1652 +++
 v0_9_0/img/lora_config.png                         |   Bin 0 -> 161649 bytes
 v0_9_0/img/mynewt-logo-only-newt32x32.png          |   Bin 0 -> 1175 bytes
 v0_9_0/img/mynewt_dev_cycle.pdf                    |   Bin 0 -> 247703 bytes
 v0_9_0/img/newt-img.png                            |   Bin 0 -> 53081 bytes
 v0_9_0/img/newt.png                                |   Bin 0 -> 63501 bytes
 v0_9_0/img/nimble-full-perf.png                    |   Bin 0 -> 65334 bytes
 v0_9_0/img/perf_chart.png                          |   Bin 0 -> 31585 bytes
 v0_9_0/img/performance.png                         |   Bin 0 -> 9850 bytes
 v0_9_0/img/riscv-logo.png                          |   Bin 0 -> 15999 bytes
 v0_9_0/img/secure_img.png                          |   Bin 0 -> 130013 bytes
 v0_9_0/img/watch.png                               |   Bin 0 -> 10328 bytes
 v0_9_0/index.html                                  |  2064 +--
 v0_9_0/js/base.js                                  |   238 +-
 v0_9_0/js/custom.js                                |     0
 v0_9_0/js/highlight.pack.js                        |     2 +
 v0_9_0/known_issues/index.html                     |  2099 +--
 v0_9_0/mkdocs/js/lunr.min.js                       |     7 +
 v0_9_0/mkdocs/js/mustache.min.js                   |     1 +
 v0_9_0/mkdocs/js/require.js                        |    36 +
 v0_9_0/mkdocs/js/search-results-template.mustache  |     4 +
 v0_9_0/mkdocs/js/search.js                         |    88 +
 v0_9_0/mkdocs/js/text.js                           |   390 +
 v0_9_0/mkdocs/search_index.json                    |  7739 +++++++++++
 v0_9_0/network/ble/ble_intro/index.html            |  2156 +--
 v0_9_0/network/ble/ble_sec/index.html              |  2155 +--
 v0_9_0/network/ble/bletiny/bletiny_GAP/index.html  |  2184 +--
 v0_9_0/network/ble/bletiny/bletiny_GATT/index.html |  2158 +--
 .../network/ble/bletiny/bletiny_advdata/index.html |  2157 +--
 v0_9_0/network/ble/bletiny_api/index.html          |  2180 +--
 .../network/ble/ini_stack/ble_add_cpu/index.html   |  2197 +--
 .../ble/ini_stack/ble_consolepkg/index.html        |  2197 +--
 .../ble/ini_stack/ble_controller_ini/index.html    |  2197 +--
 v0_9_0/network/ble/ini_stack/ble_devadd/index.html |  2197 +--
 .../network/ble/ini_stack/ble_host_ini/index.html  |  2207 +--
 .../network/ble/ini_stack/ble_ini_intro/index.html |  2197 +--
 .../network/ble/ini_stack/ble_mempool/index.html   |  2197 +--
 .../ble/ini_stack/ble_parent_ini/index.html        |  2197 +--
 .../network/ble/ini_stack/ble_statpkg/index.html   |  2197 +--
 v0_9_0/network/ble/nimble_setup/index.html         |  2146 +--
 v0_9_0/news/article1/index.html                    |  1730 ---
 v0_9_0/newt/command_list/newt_build/index.html     |  2232 +--
 v0_9_0/newt/command_list/newt_clean/index.html     |  2233 +--
 .../newt/command_list/newt_create_image/index.html |  2233 +--
 v0_9_0/newt/command_list/newt_debug/index.html     |  2233 +--
 v0_9_0/newt/command_list/newt_help/index.html      |  2232 +--
 v0_9_0/newt/command_list/newt_info/index.html      |  2231 +--
 v0_9_0/newt/command_list/newt_install/index.html   |  2232 +--
 v0_9_0/newt/command_list/newt_load/index.html      |  2232 +--
 v0_9_0/newt/command_list/newt_new/index.html       |  2232 +--
 v0_9_0/newt/command_list/newt_run/index.html       |  2233 +--
 v0_9_0/newt/command_list/newt_size/index.html      |  2233 +--
 v0_9_0/newt/command_list/newt_target/index.html    |  2234 +--
 v0_9_0/newt/command_list/newt_test/index.html      |  2233 +--
 v0_9_0/newt/command_list/newt_upgrade/index.html   |  2231 +--
 v0_9_0/newt/command_list/newt_version/index.html   |  2232 +--
 v0_9_0/newt/install/newt_linux/index.html          |  2173 +--
 v0_9_0/newt/install/newt_mac/index.html            |  2173 +--
 v0_9_0/newt/newt_intro/index.html                  |  2107 +--
 v0_9_0/newt/newt_operation/index.html              |  2136 +--
 v0_9_0/newt/newt_ops/index.html                    |  2226 +--
 v0_9_0/newtmgr/installing/index.html               |  2097 +--
 v0_9_0/newtmgr/overview/index.html                 |  2113 +--
 v0_9_0/newtmgr/protocol/index.html                 |  1736 ---
 v0_9_0/os/core_os/callout/callout/index.html       |  2440 +---
 .../callout/os_callout_func_init/index.html        |  2479 +---
 .../os/core_os/callout/os_callout_init/index.html  |  2479 +---
 .../core_os/callout/os_callout_queued/index.html   |  2473 +---
 .../os/core_os/callout/os_callout_reset/index.html |  2477 +---
 .../os/core_os/callout/os_callout_stop/index.html  |  2476 +---
 .../context_switch/context_switch/index.html       |  2429 +---
 .../context_switch/os_arch_ctx_sw/index.html       |  2523 ++--
 .../os/core_os/context_switch/os_sched/index.html  |  2523 ++--
 .../context_switch/os_sched_ctx_sw_hook/index.html |  2523 ++--
 .../os_sched_get_current_task/index.html           |  2523 ++--
 .../context_switch/os_sched_insert/index.html      |  2522 ++--
 .../context_switch/os_sched_next_task/index.html   |  2522 ++--
 .../os_sched_os_timer_exp/index.html               |  2523 ++--
 .../context_switch/os_sched_resort/index.html      |  2523 ++--
 .../os_sched_set_current_task/index.html           |  2522 ++--
 .../context_switch/os_sched_sleep/index.html       |  2523 ++--
 .../context_switch/os_sched_wakeup/index.html      |  2523 ++--
 .../os/core_os/event_queue/event_queue/index.html  |  2430 +---
 .../event_queue/os_eventq_dflt_get/index.html      |  1762 ---
 .../event_queue/os_eventq_dflt_set/index.html      |  1776 ---
 .../core_os/event_queue/os_eventq_get/index.html   |  2467 +---
 .../core_os/event_queue/os_eventq_init/index.html  |  2467 +---
 .../event_queue/os_eventq_inited/index.html        |  1778 ---
 .../core_os/event_queue/os_eventq_put/index.html   |  2466 +---
 .../event_queue/os_eventq_remove/index.html        |  2467 +---
 v0_9_0/os/core_os/heap/heap/index.html             |  2436 +---
 v0_9_0/os/core_os/heap/os_free/index.html          |  2459 +---
 v0_9_0/os/core_os/heap/os_malloc/index.html        |  2459 +---
 v0_9_0/os/core_os/heap/os_realloc/index.html       |  2459 +---
 v0_9_0/os/core_os/mbuf/OS_MBUF_DATA/index.html     |  2652 ++--
 .../core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html   |  2653 ++--
 v0_9_0/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html   |  2652 ++--
 .../core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html |  2652 ++--
 v0_9_0/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html   |  2652 ++--
 .../core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html  |  2653 ++--
 v0_9_0/os/core_os/mbuf/OS_MBUF_USRHDR/index.html   |  2652 ++--
 .../os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html  |  2652 ++--
 v0_9_0/os/core_os/mbuf/mbuf/index.html             |  2470 +---
 v0_9_0/os/core_os/mbuf/os_mbuf_adj/index.html      |  2654 ++--
 v0_9_0/os/core_os/mbuf/os_mbuf_append/index.html   |  2654 ++--
 v0_9_0/os/core_os/mbuf/os_mbuf_concat/index.html   |  2654 ++--
 v0_9_0/os/core_os/mbuf/os_mbuf_copydata/index.html |  2653 ++--
 v0_9_0/os/core_os/mbuf/os_mbuf_copyinto/index.html |  2653 ++--
 v0_9_0/os/core_os/mbuf/os_mbuf_dup/index.html      |  2653 ++--
 v0_9_0/os/core_os/mbuf/os_mbuf_extend/index.html   |  2653 ++--
 .../os/core_os/mbuf/os_mbuf_free_chain/index.html  |  2654 ++--
 v0_9_0/os/core_os/mbuf/os_mbuf_get/index.html      |  2654 ++--
 .../os/core_os/mbuf/os_mbuf_get_pkthdr/index.html  |  2654 ++--
 v0_9_0/os/core_os/mbuf/os_mbuf_memcmp/index.html   |  2654 ++--
 v0_9_0/os/core_os/mbuf/os_mbuf_off/index.html      |  2654 ++--
 .../os/core_os/mbuf/os_mbuf_pool_init/index.html   |  2654 ++--
 v0_9_0/os/core_os/mbuf/os_mbuf_prepend/index.html  |  2654 ++--
 v0_9_0/os/core_os/mbuf/os_mbuf_pullup/index.html   |  2654 ++--
 .../memory_pool/OS_MEMPOOL_BYTES/index.html        |  2475 +---
 .../core_os/memory_pool/OS_MEMPOOL_SIZE/index.html |  2475 +---
 .../os/core_os/memory_pool/memory_pool/index.html  |  2440 +---
 .../core_os/memory_pool/os_memblock_get/index.html |  2475 +---
 .../core_os/memory_pool/os_memblock_put/index.html |  2474 +---
 .../core_os/memory_pool/os_mempool_init/index.html |  2475 +---
 v0_9_0/os/core_os/mqueue/mqueue/index.html         |  2465 +---
 v0_9_0/os/core_os/mqueue/os_mqueue_get/index.html  |  2493 ++--
 v0_9_0/os/core_os/mqueue/os_mqueue_init/index.html |  2493 ++--
 v0_9_0/os/core_os/mqueue/os_mqueue_put/index.html  |  2493 ++--
 v0_9_0/os/core_os/msys/msys/index.html             |  2463 +---
 v0_9_0/os/core_os/msys/os_msys_get/index.html      |  2502 ++--
 .../os/core_os/msys/os_msys_get_pkthdr/index.html  |  2502 ++--
 v0_9_0/os/core_os/msys/os_msys_register/index.html |  2501 ++--
 v0_9_0/os/core_os/msys/os_msys_reset/index.html    |  2501 ++--
 v0_9_0/os/core_os/mutex/mutex/index.html           |  2436 +---
 v0_9_0/os/core_os/mutex/os_mutex_init/index.html   |  2459 +---
 v0_9_0/os/core_os/mutex/os_mutex_pend/index.html   |  2459 +---
 .../os/core_os/mutex/os_mutex_release/index.html   |  2458 +---
 v0_9_0/os/core_os/mynewt_os/index.html             |  2431 +---
 v0_9_0/os/core_os/os_init/index.html               |  2441 +---
 v0_9_0/os/core_os/os_start/index.html              |  2441 +---
 v0_9_0/os/core_os/os_started/index.html            |  2440 +---
 v0_9_0/os/core_os/porting/port_bsp/index.html      |  2293 +---
 v0_9_0/os/core_os/porting/port_cpu/index.html      |  2271 +---
 v0_9_0/os/core_os/porting/port_mcu/index.html      |  2269 +---
 v0_9_0/os/core_os/porting/port_os/index.html       |  2278 +---
 .../core_os/sanity/os_sanity_check_init/index.html |  2474 +---
 .../sanity/os_sanity_check_register/index.html     |  2474 +---
 .../sanity/os_sanity_check_reset/index.html        |  2474 +---
 .../sanity/os_sanity_task_checkin/index.html       |  2474 +---
 .../core_os/sanity/os_sanity_task_init/index.html  |  2474 +---
 v0_9_0/os/core_os/sanity/sanity/index.html         |  2436 +---
 v0_9_0/os/core_os/semaphore/os_sem_init/index.html |  2459 +---
 v0_9_0/os/core_os/semaphore/os_sem_pend/index.html |  2459 +---
 .../os/core_os/semaphore/os_sem_release/index.html |  2459 +---
 v0_9_0/os/core_os/semaphore/semaphore/index.html   |  2436 +---
 v0_9_0/os/core_os/task/os_task_count/index.html    |  2458 +---
 .../core_os/task/os_task_info_get_next/index.html  |  2458 +---
 v0_9_0/os/core_os/task/os_task_init/index.html     |  2458 +---
 v0_9_0/os/core_os/task/task/index.html             |  2430 +---
 v0_9_0/os/core_os/time/os_gettimeofday/index.html  |  2475 +---
 v0_9_0/os/core_os/time/os_settimeofday/index.html  |  2475 +---
 v0_9_0/os/core_os/time/os_time/index.html          |  2432 +---
 v0_9_0/os/core_os/time/os_time_delay/index.html    |  2475 +---
 v0_9_0/os/core_os/time/os_time_get/index.html      |  2477 +---
 v0_9_0/os/core_os/time/os_time_tick/index.html     |  2477 +---
 v0_9_0/os/get_started/cross_tools/index.html       |  2142 +--
 v0_9_0/os/get_started/docker/index.html            |  2139 +--
 v0_9_0/os/get_started/get_started/index.html       |  2110 +--
 v0_9_0/os/get_started/native_tools/index.html      |  2140 +--
 v0_9_0/os/get_started/project_create/index.html    |  2145 +--
 v0_9_0/os/get_started/vocabulary/index.html        |  2102 +--
 v0_9_0/os/introduction/index.html                  |  2102 +--
 v0_9_0/os/modules/baselibc/index.html              |  2244 +--
 .../bootloader/boot_build_status/index.html        |  2481 ++--
 .../bootloader/boot_build_status_one/index.html    |  2481 ++--
 .../bootloader/boot_clear_status/index.html        |  2481 ++--
 .../modules/bootloader/boot_copy_area/index.html   |  2481 ++--
 .../modules/bootloader/boot_copy_image/index.html  |  2481 ++--
 .../modules/bootloader/boot_erase_area/index.html  |  2481 ++--
 .../modules/bootloader/boot_fill_slot/index.html   |  2481 ++--
 .../bootloader/boot_find_image_area_idx/index.html |  2481 ++--
 .../bootloader/boot_find_image_part/index.html     |  2481 ++--
 .../bootloader/boot_find_image_slot/index.html     |  2481 ++--
 v0_9_0/os/modules/bootloader/boot_go/index.html    |  2481 ++--
 .../modules/bootloader/boot_init_flash/index.html  |  2481 ++--
 .../modules/bootloader/boot_move_area/index.html   |  2481 ++--
 .../bootloader/boot_read_image_header/index.html   |  2481 ++--
 .../bootloader/boot_read_image_headers/index.html  |  2481 ++--
 .../modules/bootloader/boot_read_status/index.html |  2481 ++--
 .../bootloader/boot_select_image_slot/index.html   |  2481 ++--
 .../modules/bootloader/boot_slot_addr/index.html   |  2481 ++--
 .../bootloader/boot_slot_to_area_idx/index.html    |  2481 ++--
 .../modules/bootloader/boot_swap_areas/index.html  |  2481 ++--
 .../bootloader/boot_vect_delete_main/index.html    |  2481 ++--
 .../bootloader/boot_vect_delete_test/index.html    |  2481 ++--
 .../bootloader/boot_vect_read_main/index.html      |  2481 ++--
 .../bootloader/boot_vect_read_one/index.html       |  2481 ++--
 .../bootloader/boot_vect_read_test/index.html      |  2481 ++--
 .../bootloader/boot_write_status/index.html        |  2481 ++--
 v0_9_0/os/modules/bootloader/bootloader/index.html |  2259 +--
 v0_9_0/os/modules/console/console/index.html       |  2259 +--
 .../console/console_blocking_mode/index.html       |  2319 +---
 v0_9_0/os/modules/console/console_echo/index.html  |  2348 +---
 v0_9_0/os/modules/console/console_init/index.html  |  2347 +---
 .../os/modules/console/console_is_init/index.html  |  2347 +---
 .../os/modules/console/console_printf/index.html   |  2348 +---
 v0_9_0/os/modules/console/console_read/index.html  |  2319 +---
 v0_9_0/os/modules/console/console_write/index.html |  2347 +---
 v0_9_0/os/modules/elua/elua/index.html             |  2260 +--
 v0_9_0/os/modules/elua/lua_init/index.html         |  2280 +---
 v0_9_0/os/modules/elua/lua_main/index.html         |  2280 +---
 v0_9_0/os/modules/fs/fs/fs/index.html              |  2324 +---
 v0_9_0/os/modules/fs/fs/fs_close/index.html        |  2490 ++--
 v0_9_0/os/modules/fs/fs/fs_closedir/index.html     |  2489 ++--
 .../os/modules/fs/fs/fs_dirent_is_dir/index.html   |  2489 ++--
 v0_9_0/os/modules/fs/fs/fs_dirent_name/index.html  |  2490 ++--
 v0_9_0/os/modules/fs/fs/fs_filelen/index.html      |  2489 ++--
 v0_9_0/os/modules/fs/fs/fs_getpos/index.html       |  2489 ++--
 v0_9_0/os/modules/fs/fs/fs_mkdir/index.html        |  2490 ++--
 v0_9_0/os/modules/fs/fs/fs_open/index.html         |  2490 ++--
 v0_9_0/os/modules/fs/fs/fs_opendir/index.html      |  2490 ++--
 v0_9_0/os/modules/fs/fs/fs_ops/index.html          |  2332 +---
 v0_9_0/os/modules/fs/fs/fs_read/index.html         |  2489 ++--
 v0_9_0/os/modules/fs/fs/fs_readdir/index.html      |  2489 ++--
 v0_9_0/os/modules/fs/fs/fs_register/index.html     |  2489 ++--
 v0_9_0/os/modules/fs/fs/fs_rename/index.html       |  2490 ++--
 v0_9_0/os/modules/fs/fs/fs_return_codes/index.html |  2312 +---
 v0_9_0/os/modules/fs/fs/fs_seek/index.html         |  2490 ++--
 v0_9_0/os/modules/fs/fs/fs_unlink/index.html       |  2489 ++--
 v0_9_0/os/modules/fs/fs/fs_write/index.html        |  2490 ++--
 .../os/modules/fs/fs/fsutil_read_file/index.html   |  2490 ++--
 .../os/modules/fs/fs/fsutil_write_file/index.html  |  2489 ++--
 v0_9_0/os/modules/fs/nffs/nffs/index.html          |  2344 +---
 .../os/modules/fs/nffs/nffs_area_desc/index.html   |  2331 +---
 v0_9_0/os/modules/fs/nffs/nffs_config/index.html   |  2341 +---
 v0_9_0/os/modules/fs/nffs/nffs_detect/index.html   |  2369 +---
 v0_9_0/os/modules/fs/nffs/nffs_format/index.html   |  2369 +---
 v0_9_0/os/modules/fs/nffs/nffs_init/index.html     |  2339 +---
 .../os/modules/fs/nffs/nffs_internals/index.html   |  2352 +---
 v0_9_0/os/modules/fs/otherfs/index.html            |  2286 +---
 v0_9_0/os/modules/hal/hal/index.html               |  2286 +---
 v0_9_0/os/modules/hal/hal_adc/hal_adc/index.html   |  2408 +---
 v0_9_0/os/modules/hal/hal_api/index.html           |  2405 +---
 v0_9_0/os/modules/hal/hal_architecture/index.html  |  2282 +---
 .../hal/hal_cputime/hal_cpu_timer/index.html       |  2410 +---
 v0_9_0/os/modules/hal/hal_creation/index.html      |  2295 +---
 v0_9_0/os/modules/hal/hal_dac/hal_dac/index.html   |  2408 +---
 .../os/modules/hal/hal_flash/hal_flash/index.html  |  2416 +---
 .../modules/hal/hal_flash/hal_flash_int/index.html |  2416 +---
 .../modules/hal/hal_flash/hal_flash_map/index.html |  2416 +---
 v0_9_0/os/modules/hal/hal_gpio/hal_gpio/index.html |  2408 +---
 v0_9_0/os/modules/hal/hal_i2c/hal_i2c/index.html   |  2409 +---
 v0_9_0/os/modules/hal/hal_in_libraries/index.html  |  2292 +---
 v0_9_0/os/modules/hal/hal_pwm/hal_pwm/index.html   |  2408 +---
 v0_9_0/os/modules/hal/hal_spi/hal_spi/index.html   |  2412 +---
 .../os/modules/hal/hal_system/hal_sys/index.html   |  2390 +---
 v0_9_0/os/modules/hal/hal_uart/hal_uart/index.html |  2408 +---
 v0_9_0/os/modules/imgmgr/imgmgr/index.html         |  2259 +--
 .../modules/imgmgr/imgmgr_module_init/index.html   |  2288 +---
 v0_9_0/os/modules/imgmgr/imgr_ver_parse/index.html |  2288 +---
 v0_9_0/os/modules/imgmgr/imgr_ver_str/index.html   |  2288 +---
 v0_9_0/os/modules/json/json/index.html             |  2269 +---
 .../json/json_encode_object_entry/index.html       |  2303 +---
 .../json/json_encode_object_finish/index.html      |  2303 +---
 .../modules/json/json_encode_object_key/index.html |  2303 +---
 .../json/json_encode_object_start/index.html       |  2303 +---
 v0_9_0/os/modules/json/json_read_object/index.html |  2303 +---
 v0_9_0/os/modules/logs/logs/index.html             |  2262 +--
 v0_9_0/os/modules/newtmgr/index.html               |  1871 ---
 v0_9_0/os/modules/shell/shell/index.html           |  2287 +---
 .../os/modules/shell/shell_cmd_register/index.html |  2295 +---
 .../shell/shell_nlip_input_register/index.html     |  2295 +---
 .../os/modules/shell/shell_nlip_output/index.html  |  2295 +---
 v0_9_0/os/modules/shell/shell_task_init/index.html |  2296 +---
 v0_9_0/os/modules/stats/stats/index.html           |  2261 +--
 v0_9_0/os/modules/testutil/test_assert/index.html  |  2348 +---
 v0_9_0/os/modules/testutil/test_case/index.html    |  2319 +---
 v0_9_0/os/modules/testutil/test_decl/index.html    |  2319 +---
 v0_9_0/os/modules/testutil/test_pass/index.html    |  2329 +---
 v0_9_0/os/modules/testutil/test_suite/index.html   |  2319 +---
 v0_9_0/os/modules/testutil/testutil/index.html     |  2270 +---
 v0_9_0/os/modules/testutil/tu_init/index.html      |  2347 +---
 v0_9_0/os/modules/testutil/tu_restart/index.html   |  2319 +---
 v0_9_0/os/os_user_guide/index.html                 |  2239 +--
 v0_9_0/os/tutorials/STM32F303/index.html           |  2275 +---
 v0_9_0/os/tutorials/air_quality_sensor/index.html  |  2201 +--
 v0_9_0/os/tutorials/arduino_zero/index.html        |  2264 +--
 v0_9_0/os/tutorials/blehci_project/index.html      |  2206 +--
 v0_9_0/os/tutorials/bleprph/bleprph-adv/index.html |  2221 +--
 .../bleprph/bleprph-chr-access/index.html          |  2235 +--
 .../os/tutorials/bleprph/bleprph-conn/index.html   |  2233 +--
 .../os/tutorials/bleprph/bleprph-intro/index.html  |  2223 +--
 .../tutorials/bleprph/bleprph-svc-reg/index.html   |  2225 +--
 v0_9_0/os/tutorials/bletiny_project/index.html     |  2203 +--
 v0_9_0/os/tutorials/blinky_primo/index.html        |  2261 +--
 v0_9_0/os/tutorials/blinky_sram_olimex/index.html  |  2273 +---
 v0_9_0/os/tutorials/blinky_windows/index.html      |  2017 ---
 v0_9_0/os/tutorials/define_target/index.html       |  1732 ---
 v0_9_0/os/tutorials/event_queue/index.html         |  2199 +--
 v0_9_0/os/tutorials/ibeacon/index.html             |  2189 +--
 v0_9_0/os/tutorials/nRF52/index.html               |  2279 +---
 v0_9_0/os/tutorials/olimex/index.html              |  2279 +---
 v0_9_0/os/tutorials/pin-wheel-mods/index.html      |  2263 +--
 v0_9_0/os/tutorials/project-slinky/index.html      |  2201 +--
 .../os/tutorials/project-target-slinky/index.html  |  2227 +--
 v0_9_0/os/tutorials/repo/add_repos/index.html      |  2246 +--
 v0_9_0/os/tutorials/repo/create_repo/index.html    |  2219 +--
 v0_9_0/os/tutorials/repo/upgrade_repo/index.html   |  2204 +--
 v0_9_0/os/tutorials/tasks_lesson/index.html        |  2125 ---
 v0_9_0/os/tutorials/try_markdown/index.html        |  1768 ---
 v0_9_0/os/tutorials/tutorials/index.html           |  2210 +--
 v0_9_0/os/tutorials/unit_test/index.html           |  2204 +--
 v0_9_0/os/tutorials/wi-fi_on_arduino/index.html    |  1977 ---
 v0_9_0/quick-start/index.html                      |  1903 +--
 v0_9_0/search.html                                 |   311 +
 v0_9_0/search/lunr.js                              |  2986 ----
 v0_9_0/search/main.js                              |    96 -
 v0_9_0/search/search_index.json                    |     1 -
 v0_9_0/search/worker.js                            |   128 -
 v0_9_0/sitemap.xml                                 |  1434 +-
 v0_9_0/sitemap.xml.gz                              |   Bin 2216 -> 0 bytes
 v1_0_0/404.html                                    |  2510 ----
 v1_0_0/FW-dist.png                                 |   Bin 0 -> 103732 bytes
 v1_0_0/about/index.html                            |  2729 +---
 v1_0_0/community/index.html                        |  2706 +---
 v1_0_0/css/base.css                                |   321 +-
 v1_0_0/css/bootstrap-3.0.3.min.css                 |     7 +
 v1_0_0/css/bootstrap-custom.min.css                |     1 -
 v1_0_0/css/custom.css                              |   476 +
 v1_0_0/css/font-awesome-4.0.3.css                  |  1338 ++
 v1_0_0/css/font-awesome.min.css                    |     4 -
 v1_0_0/css/highlight.css                           |   125 +
 v1_0_0/css/v2.css                                  |   158 +
 v1_0_0/documentation/index.html                    |  2511 ----
 v1_0_0/download/index.html                         |  2674 +---
 v1_0_0/events/index.html                           |  2668 +---
 v1_0_0/faq/answers/index.html                      |  2827 +---
 v1_0_0/faq/go_env/index.html                       |  2839 +---
 v1_0_0/faq/how_to_edit_docs/index.html             |  2833 +---
 v1_0_0/faq/ide/index.html                          |  2839 +---
 v1_0_0/faq/pics/debug_new_config_small.png         |   Bin
 v1_0_0/faq/pics/gdb_debug_small.png                |   Bin
 v1_0_0/faq/pics/gdb_server_small.png               |   Bin
 v1_0_0/faq/pics/gdb_small.png                      |   Bin
 v1_0_0/faq/pics/integrated_terminal_small.png      |   Bin
 v1_0_0/faq/pics/launch_small.png                   |   Bin
 v1_0_0/faq/pics/task_json_small.png                |   Bin
 v1_0_0/faq/pics/task_runner_small.png              |   Bin
 v1_0_0/faq/pics/task_select_small.png              |   Bin
 v1_0_0/faq/pics/task_start_small.png               |   Bin
 v1_0_0/fonts/fontawesome-webfont.eot               |   Bin 165742 -> 38205 bytes
 v1_0_0/fonts/fontawesome-webfont.svg               |  3079 +----
 v1_0_0/fonts/fontawesome-webfont.ttf               |   Bin 165548 -> 80652 bytes
 v1_0_0/fonts/fontawesome-webfont.woff              |   Bin 98024 -> 44432 bytes
 v1_0_0/fonts/fontawesome-webfont.woff2             |   Bin 77160 -> 0 bytes
 v1_0_0/fonts/glyphicons-halflings-regular.eot      |   Bin 20127 -> 0 bytes
 v1_0_0/fonts/glyphicons-halflings-regular.svg      |   288 -
 v1_0_0/fonts/glyphicons-halflings-regular.ttf      |   Bin 45404 -> 0 bytes
 v1_0_0/fonts/glyphicons-halflings-regular.woff     |   Bin 23424 -> 0 bytes
 v1_0_0/fonts/glyphicons-halflings-regular.woff2    |   Bin 18028 -> 0 bytes
 v1_0_0/img/01.png                                  |   Bin 0 -> 9109 bytes
 v1_0_0/img/FWdist.png                              |   Bin 0 -> 103765 bytes
 v1_0_0/img/MicrochipPIC32.jpg                      |   Bin 0 -> 7163 bytes
 v1_0_0/img/NimBLE_conn.png                         |   Bin 0 -> 32151 bytes
 v1_0_0/img/NimBLE_throughput.png                   |   Bin 0 -> 29290 bytes
 v1_0_0/img/OS_arch.png                             |   Bin 0 -> 75345 bytes
 v1_0_0/img/add_to_slack.png                        |   Bin 0 -> 5165 bytes
 v1_0_0/img/apache-feather.png                      |   Bin 0 -> 11402 bytes
 v1_0_0/img/arm_logo.gif                            |   Bin 0 -> 1582 bytes
 v1_0_0/img/asf_logo_wide.gif                       |   Bin 0 -> 7051 bytes
 v1_0_0/img/asf_logo_wide_small.png                 |   Bin 0 -> 32278 bytes
 v1_0_0/img/atmel.png                               |   Bin 0 -> 17367 bytes
 v1_0_0/img/combo_ble_lora.png                      |   Bin 0 -> 193382 bytes
 v1_0_0/img/concurrent_conn.png                     |   Bin 0 -> 33532 bytes
 v1_0_0/img/content-bg.png                          |   Bin 0 -> 155 bytes
 v1_0_0/img/cross-platform.svg                      |     6 +
 v1_0_0/img/cross-platforms.png                     |   Bin 0 -> 14324 bytes
 v1_0_0/img/egg-logo2.png                           |   Bin 0 -> 7241 bytes
 v1_0_0/img/favicon.ico                             |   Bin 1150 -> 0 bytes
 v1_0_0/img/folder.png                              |   Bin 0 -> 8414 bytes
 v1_0_0/img/grid.png                                |   Bin 1458 -> 0 bytes
 v1_0_0/img/json_logs.png                           |   Bin 0 -> 78102 bytes
 v1_0_0/img/logo.pdf                                |   Bin 0 -> 263048 bytes
 v1_0_0/img/logo.png                                |   Bin 0 -> 151595 bytes
 v1_0_0/img/logo.svg                                |  1652 +++
 v1_0_0/img/lora_config.png                         |   Bin 0 -> 161649 bytes
 v1_0_0/img/mynewt-logo-only-newt32x32.png          |   Bin 0 -> 1175 bytes
 v1_0_0/img/mynewt_dev_cycle.pdf                    |   Bin 0 -> 247703 bytes
 v1_0_0/img/newt-img.png                            |   Bin 0 -> 53081 bytes
 v1_0_0/img/newt.png                                |   Bin 0 -> 63501 bytes
 v1_0_0/img/nimble-full-perf.png                    |   Bin 0 -> 65334 bytes
 v1_0_0/img/perf_chart.png                          |   Bin 0 -> 31585 bytes
 v1_0_0/img/performance.png                         |   Bin 0 -> 9850 bytes
 v1_0_0/img/riscv-logo.png                          |   Bin 0 -> 15999 bytes
 v1_0_0/img/secure_img.png                          |   Bin 0 -> 130013 bytes
 v1_0_0/img/watch.png                               |   Bin 0 -> 10328 bytes
 v1_0_0/index.html                                  |  2862 +---
 v1_0_0/js/base.js                                  |   238 +-
 v1_0_0/js/custom.js                                |     0
 v1_0_0/js/highlight.pack.js                        |     2 +
 v1_0_0/known_issues/index.html                     |  2881 +---
 v1_0_0/mkdocs/js/lunr.min.js                       |     7 +
 v1_0_0/mkdocs/js/mustache.min.js                   |     1 +
 v1_0_0/mkdocs/js/require.js                        |    36 +
 v1_0_0/mkdocs/js/search-results-template.mustache  |     4 +
 v1_0_0/mkdocs/js/search.js                         |    88 +
 v1_0_0/mkdocs/js/text.js                           |   390 +
 v1_0_0/mkdocs/search_index.json                    | 12164 +++++++++++++++++
 .../network/ble/ble_hs/ble_att/ble_att/index.html  |  3053 +----
 .../ble_att/functions/ble_att_mtu/index.html       |  3089 +----
 .../functions/ble_att_set_preferred_mtu/index.html |  3089 +----
 .../functions/ble_att_svr_read_local/index.html    |  3093 +----
 .../functions/ble_att_svr_write_local/index.html   |  3093 +----
 .../network/ble/ble_hs/ble_gap/ble_gap/index.html  |  3067 +----
 .../ble_gap/definitions/ble_gap_defs/index.html    |  3087 +----
 .../functions/ble_gap_adv_active/index.html        |  3210 +----
 .../ble_gap_adv_rsp_set_fields/index.html          |  3212 +----
 .../functions/ble_gap_adv_set_fields/index.html    |  3212 +----
 .../ble_gap/functions/ble_gap_adv_start/index.html |  3212 +----
 .../ble_gap/functions/ble_gap_adv_stop/index.html  |  3212 +----
 .../functions/ble_gap_conn_active/index.html       |  3210 +----
 .../functions/ble_gap_conn_cancel/index.html       |  3212 +----
 .../ble_gap/functions/ble_gap_conn_find/index.html |  3210 +----
 .../ble_gap/functions/ble_gap_conn_rssi/index.html |  3214 +----
 .../ble_gap/functions/ble_gap_connect/index.html   |  3212 +----
 .../ble_gap/functions/ble_gap_disc/index.html      |  3212 +----
 .../functions/ble_gap_disc_active/index.html       |  3210 +----
 .../functions/ble_gap_disc_cancel/index.html       |  3212 +----
 .../functions/ble_gap_security_initiate/index.html |  3212 +----
 .../ble_gap/functions/ble_gap_terminate/index.html |  3212 +----
 .../functions/ble_gap_update_params/index.html     |  3212 +----
 .../ble_gap/functions/ble_gap_wl_set/index.html    |  3212 +----
 .../ble/ble_hs/ble_gattc/ble_gattc/index.html      |  3067 +----
 .../definitions/ble_gattc_defs/index.html          |  3087 +----
 .../functions/ble_gattc_disc_all_chrs/index.html   |  3236 +----
 .../functions/ble_gattc_disc_all_dscs/index.html   |  3236 +----
 .../functions/ble_gattc_disc_all_svcs/index.html   |  3234 +----
 .../ble_gattc_disc_chrs_by_uuid/index.html         |  3236 +----
 .../ble_gattc_disc_svc_by_uuid/index.html          |  3236 +----
 .../functions/ble_gattc_exchange_mtu/index.html    |  3236 +----
 .../functions/ble_gattc_find_inc_svcs/index.html   |  3236 +----
 .../functions/ble_gattc_indicate/index.html        |  3236 +----
 .../functions/ble_gattc_notify/index.html          |  3236 +----
 .../functions/ble_gattc_notify_custom/index.html   |  3236 +----
 .../ble_gattc/functions/ble_gattc_read/index.html  |  3236 +----
 .../functions/ble_gattc_read_by_uuid/index.html    |  3236 +----
 .../functions/ble_gattc_read_long/index.html       |  3236 +----
 .../functions/ble_gattc_read_mult/index.html       |  3236 +----
 .../ble_gattc/functions/ble_gattc_write/index.html |  3236 +----
 .../functions/ble_gattc_write_flat/index.html      |  3236 +----
 .../functions/ble_gattc_write_long/index.html      |  3236 +----
 .../functions/ble_gattc_write_no_rsp/index.html    |  3236 +----
 .../ble_gattc_write_no_rsp_flat/index.html         |  3236 +----
 .../functions/ble_gattc_write_reliable/index.html  |  3234 +----
 .../ble/ble_hs/ble_gatts/ble_gatts/index.html      |  3067 +----
 .../definitions/ble_gatts_defs/index.html          |  3087 +----
 .../functions/ble_gatts_add_svcs/index.html        |  3126 +----
 .../functions/ble_gatts_count_cfg/index.html       |  3126 +----
 .../functions/ble_gatts_count_resources/index.html |  3126 +----
 .../functions/ble_gatts_find_chr/index.html        |  3126 +----
 .../functions/ble_gatts_find_dsc/index.html        |  3126 +----
 .../functions/ble_gatts_find_svc/index.html        |  3126 +----
 .../functions/ble_gatts_register_svcs/index.html   |  3126 +----
 v1_0_0/network/ble/ble_hs/ble_hs/index.html        |  3035 +----
 .../ble/ble_hs/ble_hs_id/ble_hs_id/index.html      |  3054 +----
 .../functions/ble_hs_id_copy_addr/index.html       |  3081 +----
 .../functions/ble_hs_id_gen_rnd/index.html         |  3083 +----
 .../functions/ble_hs_id_set_rnd/index.html         |  3083 +----
 .../ble/ble_hs/ble_hs_return_codes/index.html      |  3079 +----
 .../ble_hs/init/definitions/init_defs/index.html   |  3079 +----
 .../ble_hs/init/functions/ble_hs_init/index.html   |  3096 +----
 .../ble_hs/init/functions/ble_hs_start/index.html  |  3096 +----
 .../ble_hs/init/functions/ble_hs_synced/index.html |  3094 +----
 v1_0_0/network/ble/ble_hs/init/init/index.html     |  3067 +----
 .../ble_eddystone_set_adv_data_uid/index.html      |  3123 +----
 .../ble_eddystone_set_adv_data_url/index.html      |  3123 +----
 .../other/functions/ble_hs_mbuf_att_pkt/index.html |  3121 +----
 .../functions/ble_hs_mbuf_from_flat/index.html     |  3121 +----
 .../other/functions/ble_hs_mbuf_to_flat/index.html |  3123 +----
 .../functions/ble_ibeacon_set_adv_data/index.html  |  3123 +----
 .../other/functions/ble_uuid_128_to_16/index.html  |  3121 +----
 .../other/functions/ble_uuid_16_to_128/index.html  |  3121 +----
 v1_0_0/network/ble/ble_hs/other/other/index.html   |  3054 +----
 v1_0_0/network/ble/ble_intro/index.html            |  2949 +---
 v1_0_0/network/ble/ble_sec/index.html              |  2948 +---
 v1_0_0/network/ble/bletiny/bletiny_GAP/index.html  |  3016 +---
 v1_0_0/network/ble/bletiny/bletiny_GATT/index.html |  2975 +---
 .../network/ble/bletiny/bletiny_advdata/index.html |  2974 +---
 v1_0_0/network/ble/bletiny/bletiny_api/index.html  |  2989 +---
 .../network/ble/ini_stack/ble_add_cpu/index.html   |  3014 +---
 .../ble/ini_stack/ble_consolepkg/index.html        |  3014 +---
 .../ble/ini_stack/ble_controller_ini/index.html    |  3018 +---
 v1_0_0/network/ble/ini_stack/ble_devadd/index.html |  3014 +---
 .../network/ble/ini_stack/ble_host_ini/index.html  |  3018 +---
 .../network/ble/ini_stack/ble_ini_intro/index.html |  3014 +---
 .../network/ble/ini_stack/ble_mempool/index.html   |  3014 +---
 .../ble/ini_stack/ble_parent_ini/index.html        |  3016 +---
 .../network/ble/ini_stack/ble_statpkg/index.html   |  3014 +---
 v1_0_0/network/ble/nimble_setup/index.html         |  2957 +---
 v1_0_0/news/article1/index.html                    |  2508 ----
 v1_0_0/newt/command_list/newt_build/index.html     |  3070 +----
 v1_0_0/newt/command_list/newt_clean/index.html     |  3070 +----
 v1_0_0/newt/command_list/newt_complete/index.html  |  2535 ----
 .../newt/command_list/newt_create_image/index.html |  3070 +----
 v1_0_0/newt/command_list/newt_debug/index.html     |  3075 +----
 v1_0_0/newt/command_list/newt_help/index.html      |  3074 +----
 v1_0_0/newt/command_list/newt_info/index.html      |  3069 +----
 v1_0_0/newt/command_list/newt_install/index.html   |  3074 +----
 v1_0_0/newt/command_list/newt_load/index.html      |  3073 +----
 v1_0_0/newt/command_list/newt_mfg/index.html       |  3075 +----
 v1_0_0/newt/command_list/newt_new/index.html       |  3069 +----
 v1_0_0/newt/command_list/newt_pkg/index.html       |  3075 +----
 v1_0_0/newt/command_list/newt_run/index.html       |  3075 +----
 v1_0_0/newt/command_list/newt_size/index.html      |  3076 +----
 v1_0_0/newt/command_list/newt_sync/index.html      |  3074 +----
 v1_0_0/newt/command_list/newt_target/index.html    |  3075 +----
 v1_0_0/newt/command_list/newt_test/index.html      |  3075 +----
 v1_0_0/newt/command_list/newt_upgrade/index.html   |  3074 +----
 v1_0_0/newt/command_list/newt_vals/index.html      |  3075 +----
 v1_0_0/newt/command_list/newt_version/index.html   |  3069 +----
 v1_0_0/newt/install/newt_linux/index.html          |  2983 +---
 v1_0_0/newt/install/newt_mac/index.html            |  2982 +---
 v1_0_0/newt/install/newt_windows/index.html        |  2975 +---
 v1_0_0/newt/newt_intro/index.html                  |  2914 +---
 v1_0_0/newt/newt_operation/index.html              |  2922 +---
 v1_0_0/newt/newt_ops/index.html                    |  3068 +----
 .../newtmgr/command_list/newtmgr_config/index.html |  3027 +----
 .../newtmgr/command_list/newtmgr_conn/index.html   |  3027 +----
 .../newtmgr/command_list/newtmgr_crash/index.html  |  3027 +----
 .../command_list/newtmgr_datetime/index.html       |  3027 +----
 .../newtmgr/command_list/newtmgr_echo/index.html   |  3027 +----
 v1_0_0/newtmgr/command_list/newtmgr_fs/index.html  |  3027 +----
 .../newtmgr/command_list/newtmgr_image/index.html  |  3028 +----
 .../newtmgr/command_list/newtmgr_logs/index.html   |  3027 +----
 .../command_list/newtmgr_mpstats/index.html        |  3029 +----
 .../newtmgr/command_list/newtmgr_reset/index.html  |  3027 +----
 v1_0_0/newtmgr/command_list/newtmgr_run/index.html |  3027 +----
 .../newtmgr/command_list/newtmgr_stat/index.html   |  3029 +----
 .../command_list/newtmgr_taskstats/index.html      |  3031 +----
 v1_0_0/newtmgr/install_linux/index.html            |  2956 +---
 v1_0_0/newtmgr/install_mac/index.html              |  2947 +---
 v1_0_0/newtmgr/install_windows/index.html          |  2946 +---
 v1_0_0/newtmgr/overview/index.html                 |  2916 +---
 v1_0_0/newtmgr/protocol/index.html                 |  2514 ----
 v1_0_0/os/core_os/callout/callout/index.html       |  3277 ++---
 .../callout/os_callout_func_init/index.html        |  3312 ++---
 .../os/core_os/callout/os_callout_init/index.html  |  3312 ++---
 .../core_os/callout/os_callout_queued/index.html   |  3310 ++---
 .../os/core_os/callout/os_callout_reset/index.html |  3312 ++---
 .../os/core_os/callout/os_callout_stop/index.html  |  3311 ++---
 .../context_switch/context_switch/index.html       |  3266 ++---
 .../context_switch/os_arch_ctx_sw/index.html       |  3368 ++---
 .../os/core_os/context_switch/os_sched/index.html  |  3368 ++---
 .../context_switch/os_sched_ctx_sw_hook/index.html |  3368 ++---
 .../os_sched_get_current_task/index.html           |  3368 ++---
 .../context_switch/os_sched_insert/index.html      |  3367 ++---
 .../context_switch/os_sched_next_task/index.html   |  3367 ++---
 .../os_sched_os_timer_exp/index.html               |  3368 ++---
 .../context_switch/os_sched_remove/index.html      |  3368 ++---
 .../context_switch/os_sched_resort/index.html      |  3368 ++---
 .../os_sched_set_current_task/index.html           |  3367 ++---
 .../context_switch/os_sched_sleep/index.html       |  3368 ++---
 .../context_switch/os_sched_wakeup/index.html      |  3368 ++---
 v1_0_0/os/core_os/cputime/os_cputime/index.html    |  3268 ++---
 .../cputime/os_cputime_delay_nsecs/index.html      |  3376 ++---
 .../cputime/os_cputime_delay_ticks/index.html      |  3376 ++---
 .../cputime/os_cputime_delay_usecs/index.html      |  3376 ++---
 .../os/core_os/cputime/os_cputime_get32/index.html |  3376 ++---
 .../os/core_os/cputime/os_cputime_init/index.html  |  3376 ++---
 .../cputime/os_cputime_nsecs_to_ticks/index.html   |  3376 ++---
 .../cputime/os_cputime_ticks_to_nsecs/index.html   |  3376 ++---
 .../cputime/os_cputime_ticks_to_usecs/index.html   |  3376 ++---
 .../cputime/os_cputime_timer_init/index.html       |  3376 ++---
 .../cputime/os_cputime_timer_relative/index.html   |  3376 ++---
 .../cputime/os_cputime_timer_start/index.html      |  3376 ++---
 .../cputime/os_cputime_timer_stop/index.html       |  3376 ++---
 .../cputime/os_cputime_usecs_to_ticks/index.html   |  3376 ++---
 .../os/core_os/event_queue/event_queue/index.html  |  3267 ++---
 .../event_queue/os_eventq_designate/index.html     |  3336 ++---
 .../event_queue/os_eventq_dflt_get/index.html      |  3336 ++---
 .../event_queue/os_eventq_dflt_set/index.html      |  2554 ----
 .../core_os/event_queue/os_eventq_get/index.html   |  3336 ++---
 .../core_os/event_queue/os_eventq_init/index.html  |  3336 ++---
 .../event_queue/os_eventq_inited/index.html        |  3336 ++---
 .../core_os/event_queue/os_eventq_put/index.html   |  3335 ++---
 .../event_queue/os_eventq_remove/index.html        |  3336 ++---
 .../core_os/event_queue/os_eventq_run/index.html   |  3336 ++---
 v1_0_0/os/core_os/heap/heap/index.html             |  3273 ++---
 v1_0_0/os/core_os/heap/os_free/index.html          |  3296 ++---
 v1_0_0/os/core_os/heap/os_malloc/index.html        |  3296 ++---
 v1_0_0/os/core_os/heap/os_realloc/index.html       |  3296 ++---
 v1_0_0/os/core_os/mbuf/OS_MBUF_DATA/index.html     |  3489 ++---
 .../core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html   |  3490 ++---
 v1_0_0/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html   |  3489 ++---
 .../core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html |  3489 ++---
 v1_0_0/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html   |  3489 ++---
 .../core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html  |  3490 ++---
 v1_0_0/os/core_os/mbuf/OS_MBUF_USRHDR/index.html   |  3489 ++---
 .../os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html  |  3489 ++---
 v1_0_0/os/core_os/mbuf/mbuf/index.html             |  3307 ++---
 v1_0_0/os/core_os/mbuf/os_mbuf_adj/index.html      |  3491 ++---
 v1_0_0/os/core_os/mbuf/os_mbuf_append/index.html   |  3491 ++---
 v1_0_0/os/core_os/mbuf/os_mbuf_concat/index.html   |  3491 ++---
 v1_0_0/os/core_os/mbuf/os_mbuf_copydata/index.html |  3490 ++---
 v1_0_0/os/core_os/mbuf/os_mbuf_copyinto/index.html |  3490 ++---
 v1_0_0/os/core_os/mbuf/os_mbuf_dup/index.html      |  3490 ++---
 v1_0_0/os/core_os/mbuf/os_mbuf_extend/index.html   |  3490 ++---
 .../os/core_os/mbuf/os_mbuf_free_chain/index.html  |  3491 ++---
 v1_0_0/os/core_os/mbuf/os_mbuf_get/index.html      |  3491 ++---
 .../os/core_os/mbuf/os_mbuf_get_pkthdr/index.html  |  3491 ++---
 v1_0_0/os/core_os/mbuf/os_mbuf_memcmp/index.html   |  3491 ++---
 v1_0_0/os/core_os/mbuf/os_mbuf_off/index.html      |  3491 ++---
 .../os/core_os/mbuf/os_mbuf_pool_init/index.html   |  3491 ++---
 v1_0_0/os/core_os/mbuf/os_mbuf_prepend/index.html  |  3491 ++---
 v1_0_0/os/core_os/mbuf/os_mbuf_pullup/index.html   |  3491 ++---
 .../memory_pool/OS_MEMPOOL_BYTES/index.html        |  3320 ++---
 .../core_os/memory_pool/OS_MEMPOOL_SIZE/index.html |  3320 ++---
 .../os/core_os/memory_pool/memory_pool/index.html  |  3279 ++---
 .../core_os/memory_pool/os_memblock_get/index.html |  3320 ++---
 .../core_os/memory_pool/os_memblock_put/index.html |  3319 ++---
 .../os_mempool_info_get_next/index.html            |  3319 ++---
 .../core_os/memory_pool/os_mempool_init/index.html |  3320 ++---
 v1_0_0/os/core_os/mqueue/mqueue/index.html         |  3302 ++---
 v1_0_0/os/core_os/mqueue/os_mqueue_get/index.html  |  3330 ++---
 v1_0_0/os/core_os/mqueue/os_mqueue_init/index.html |  3331 ++---
 v1_0_0/os/core_os/mqueue/os_mqueue_put/index.html  |  3330 ++---
 v1_0_0/os/core_os/msys/msys/index.html             |  3300 ++---
 v1_0_0/os/core_os/msys/os_msys_get/index.html      |  3339 ++---
 .../os/core_os/msys/os_msys_get_pkthdr/index.html  |  3339 ++---
 v1_0_0/os/core_os/msys/os_msys_register/index.html |  3338 ++---
 v1_0_0/os/core_os/msys/os_msys_reset/index.html    |  3338 ++---
 v1_0_0/os/core_os/mutex/mutex/index.html           |  3273 ++---
 v1_0_0/os/core_os/mutex/os_mutex_init/index.html   |  3296 ++---
 v1_0_0/os/core_os/mutex/os_mutex_pend/index.html   |  3296 ++---
 .../os/core_os/mutex/os_mutex_release/index.html   |  3295 ++---
 v1_0_0/os/core_os/mynewt_os/index.html             |  3254 +----
 v1_0_0/os/core_os/os_init/index.html               |  2527 ----
 v1_0_0/os/core_os/os_start/index.html              |  2527 ----
 v1_0_0/os/core_os/os_started/index.html            |  3261 ++---
 v1_0_0/os/core_os/porting/port_bsp/index.html      |  3137 +----
 v1_0_0/os/core_os/porting/port_cpu/index.html      |  3121 +----
 v1_0_0/os/core_os/porting/port_mcu/index.html      |  3119 +----
 v1_0_0/os/core_os/porting/port_os/index.html       |  3128 +----
 .../core_os/sanity/os_sanity_check_init/index.html |  3311 ++---
 .../sanity/os_sanity_check_register/index.html     |  3311 ++---
 .../sanity/os_sanity_check_reset/index.html        |  3311 ++---
 .../sanity/os_sanity_task_checkin/index.html       |  3311 ++---
 .../core_os/sanity/os_sanity_task_init/index.html  |  3311 ++---
 v1_0_0/os/core_os/sanity/sanity/index.html         |  3273 ++---
 v1_0_0/os/core_os/semaphore/os_sem_init/index.html |  3296 ++---
 v1_0_0/os/core_os/semaphore/os_sem_pend/index.html |  3296 ++---
 .../os/core_os/semaphore/os_sem_release/index.html |  3296 ++---
 v1_0_0/os/core_os/semaphore/semaphore/index.html   |  3273 ++---
 v1_0_0/os/core_os/task/os_task_count/index.html    |  3303 ++---
 .../core_os/task/os_task_info_get_next/index.html  |  3303 ++---
 v1_0_0/os/core_os/task/os_task_init/index.html     |  3303 ++---
 v1_0_0/os/core_os/task/os_task_remove/index.html   |  3303 ++---
 v1_0_0/os/core_os/task/task/index.html             |  3267 ++---
 .../os/core_os/time/os_get_uptime_usec/index.html  |  3328 ++---
 v1_0_0/os/core_os/time/os_gettimeofday/index.html  |  3328 ++---
 v1_0_0/os/core_os/time/os_settimeofday/index.html  |  3328 ++---
 v1_0_0/os/core_os/time/os_time/index.html          |  3269 ++---
 v1_0_0/os/core_os/time/os_time_advance/index.html  |  3328 ++---
 v1_0_0/os/core_os/time/os_time_delay/index.html    |  3328 ++---
 v1_0_0/os/core_os/time/os_time_get/index.html      |  3330 ++---
 .../os/core_os/time/os_time_ms_to_ticks/index.html |  3328 ++---
 v1_0_0/os/get_started/cross_tools/index.html       |  2980 +---
 v1_0_0/os/get_started/docker/index.html            |  2929 +---
 v1_0_0/os/get_started/get_started/index.html       |  2924 +---
 .../os/get_started/native_install_intro/index.html |  2978 +---
 v1_0_0/os/get_started/native_tools/index.html      |  2976 +---
 v1_0_0/os/get_started/project_create/index.html    |  2943 +---
 v1_0_0/os/get_started/serial_access/index.html     |  2936 +---
 v1_0_0/os/get_started/vocabulary/index.html        |  2885 +---
 v1_0_0/os/introduction/index.html                  |  2884 +---
 v1_0_0/os/modules/baselibc/index.html              |  3094 +----
 .../bootloader/boot_build_status/index.html        |  3307 ++---
 .../bootloader/boot_build_status_one/index.html    |  3307 ++---
 .../bootloader/boot_clear_status/index.html        |  3307 ++---
 .../modules/bootloader/boot_copy_area/index.html   |  3307 ++---
 .../modules/bootloader/boot_copy_image/index.html  |  3307 ++---
 .../modules/bootloader/boot_erase_area/index.html  |  3307 ++---
 .../modules/bootloader/boot_fill_slot/index.html   |  3307 ++---
 .../bootloader/boot_find_image_area_idx/index.html |  3307 ++---
 .../bootloader/boot_find_image_part/index.html     |  3307 ++---
 .../bootloader/boot_find_image_slot/index.html     |  3307 ++---
 v1_0_0/os/modules/bootloader/boot_go/index.html    |  3307 ++---
 .../modules/bootloader/boot_init_flash/index.html  |  3307 ++---
 .../modules/bootloader/boot_move_area/index.html   |  3307 ++---
 .../bootloader/boot_read_image_header/index.html   |  3307 ++---
 .../bootloader/boot_read_image_headers/index.html  |  3307 ++---
 .../modules/bootloader/boot_read_status/index.html |  3307 ++---
 .../bootloader/boot_select_image_slot/index.html   |  3307 ++---
 .../modules/bootloader/boot_slot_addr/index.html   |  3307 ++---
 .../bootloader/boot_slot_to_area_idx/index.html    |  3307 ++---
 .../modules/bootloader/boot_swap_areas/index.html  |  3307 ++---
 .../bootloader/boot_vect_delete_main/index.html    |  3307 ++---
 .../bootloader/boot_vect_delete_test/index.html    |  3307 ++---
 .../bootloader/boot_vect_read_main/index.html      |  3307 ++---
 .../bootloader/boot_vect_read_one/index.html       |  3307 ++---
 .../bootloader/boot_vect_read_test/index.html      |  3307 ++---
 .../bootloader/boot_write_status/index.html        |  3307 ++---
 v1_0_0/os/modules/bootloader/bootloader/index.html |  3128 +----
 v1_0_0/os/modules/console/console/index.html       |  3113 +----
 .../console/console_blocking_mode/index.html       |  3173 +----
 v1_0_0/os/modules/console/console_echo/index.html  |  3174 +----
 v1_0_0/os/modules/console/console_init/index.html  |  3173 +----
 .../os/modules/console/console_is_init/index.html  |  3173 +----
 .../os/modules/console/console_printf/index.html   |  3174 +----
 v1_0_0/os/modules/console/console_read/index.html  |  3173 +----
 v1_0_0/os/modules/console/console_write/index.html |  3173 +----
 .../modules/devmgmt/customize_newtmgr/index.html   |  3111 +----
 v1_0_0/os/modules/devmgmt/newtmgr/index.html       |  3111 +----
 v1_0_0/os/modules/devmgmt/oicmgr/index.html        |  3111 +----
 v1_0_0/os/modules/drivers/driver/index.html        |  3112 +----
 v1_0_0/os/modules/drivers/flash/index.html         |  3142 +----
 v1_0_0/os/modules/drivers/mmc/index.html           |  3142 +----
 v1_0_0/os/modules/elua/elua/index.html             |  2539 ----
 v1_0_0/os/modules/elua/lua_init/index.html         |  2536 ----
 v1_0_0/os/modules/elua/lua_main/index.html         |  2549 ----
 v1_0_0/os/modules/fcb/fcb/index.html               |  3110 +----
 v1_0_0/os/modules/fcb/fcb_append/index.html        |  3198 +----
 v1_0_0/os/modules/fcb/fcb_append_finish/index.html |  3198 +----
 .../modules/fcb/fcb_append_to_scratch/index.html   |  3198 +----
 v1_0_0/os/modules/fcb/fcb_clear/index.html         |  3198 +----
 v1_0_0/os/modules/fcb/fcb_getnext/index.html       |  3198 +----
 v1_0_0/os/modules/fcb/fcb_init/index.html          |  3198 +----
 v1_0_0/os/modules/fcb/fcb_is_empty/index.html      |  3198 +----
 v1_0_0/os/modules/fcb/fcb_offset_last_n/index.html |  3198 +----
 v1_0_0/os/modules/fcb/fcb_rotate/index.html        |  3198 +----
 v1_0_0/os/modules/fcb/fcb_walk/index.html          |  3198 +----
 v1_0_0/os/modules/fs/fatfs/index.html              |  3136 +----
 v1_0_0/os/modules/fs/fs/fs/index.html              |  3176 +----
 v1_0_0/os/modules/fs/fs/fs_close/index.html        |  3324 ++---
 v1_0_0/os/modules/fs/fs/fs_closedir/index.html     |  3323 ++---
 .../os/modules/fs/fs/fs_dirent_is_dir/index.html   |  3323 ++---
 v1_0_0/os/modules/fs/fs/fs_dirent_name/index.html  |  3324 ++---
 v1_0_0/os/modules/fs/fs/fs_filelen/index.html      |  3323 ++---
 v1_0_0/os/modules/fs/fs/fs_getpos/index.html       |  3323 ++---
 v1_0_0/os/modules/fs/fs/fs_mkdir/index.html        |  3324 ++---
 v1_0_0/os/modules/fs/fs/fs_open/index.html         |  3324 ++---
 v1_0_0/os/modules/fs/fs/fs_opendir/index.html      |  3324 ++---
 v1_0_0/os/modules/fs/fs/fs_ops/index.html          |  3184 +----
 v1_0_0/os/modules/fs/fs/fs_read/index.html         |  3323 ++---
 v1_0_0/os/modules/fs/fs/fs_readdir/index.html      |  3323 ++---
 v1_0_0/os/modules/fs/fs/fs_register/index.html     |  3323 ++---
 v1_0_0/os/modules/fs/fs/fs_rename/index.html       |  3324 ++---
 v1_0_0/os/modules/fs/fs/fs_return_codes/index.html |  3170 +----
 v1_0_0/os/modules/fs/fs/fs_seek/index.html         |  3324 ++---
 v1_0_0/os/modules/fs/fs/fs_unlink/index.html       |  3323 ++---
 v1_0_0/os/modules/fs/fs/fs_write/index.html        |  3324 ++---
 .../os/modules/fs/fs/fsutil_read_file/index.html   |  3324 ++---
 .../os/modules/fs/fs/fsutil_write_file/index.html  |  3323 ++---
 v1_0_0/os/modules/fs/nffs/nffs/index.html          |  3173 +----
 .../os/modules/fs/nffs/nffs_area_desc/index.html   |  3193 +----
 v1_0_0/os/modules/fs/nffs/nffs_config/index.html   |  3193 +----
 v1_0_0/os/modules/fs/nffs/nffs_detect/index.html   |  3203 +----
 v1_0_0/os/modules/fs/nffs/nffs_format/index.html   |  3203 +----
 v1_0_0/os/modules/fs/nffs/nffs_init/index.html     |  3201 +----
 .../os/modules/fs/nffs/nffs_internals/index.html   |  3186 +----
 v1_0_0/os/modules/fs/otherfs/index.html            |  3138 +----
 v1_0_0/os/modules/hal/hal/index.html               |  3127 +----
 v1_0_0/os/modules/hal/hal_api/index.html           |  3223 +----
 v1_0_0/os/modules/hal/hal_bsp/hal_bsp/index.html   |  3226 +----
 v1_0_0/os/modules/hal/hal_creation/index.html      |  3125 +----
 .../os/modules/hal/hal_flash/hal_flash/index.html  |  3244 +----
 .../modules/hal/hal_flash/hal_flash_int/index.html |  3244 +----
 v1_0_0/os/modules/hal/hal_gpio/hal_gpio/index.html |  3226 +----
 v1_0_0/os/modules/hal/hal_i2c/hal_i2c/index.html   |  3227 +----
 v1_0_0/os/modules/hal/hal_in_libraries/index.html  |  3116 +----
 .../modules/hal/hal_os_tick/hal_os_tick/index.html |  3226 +----
 v1_0_0/os/modules/hal/hal_spi/hal_spi/index.html   |  3226 +----
 .../os/modules/hal/hal_system/hal_sys/index.html   |  3226 +----
 .../os/modules/hal/hal_timer/hal_timer/index.html  |  3226 +----
 v1_0_0/os/modules/hal/hal_uart/hal_uart/index.html |  3226 +----
 .../hal/hal_watchdog/hal_watchdog/index.html       |  3226 +----
 v1_0_0/os/modules/imgmgr/imgmgr/index.html         |  3109 +----
 .../modules/imgmgr/imgmgr_module_init/index.html   |  2524 ----
 v1_0_0/os/modules/imgmgr/imgr_ver_parse/index.html |  3130 +----
 v1_0_0/os/modules/imgmgr/imgr_ver_str/index.html   |  3130 +----
 v1_0_0/os/modules/json/json/index.html             |  3113 +----
 .../json/json_encode_object_entry/index.html       |  3157 +----
 .../json/json_encode_object_finish/index.html      |  3157 +----
 .../modules/json/json_encode_object_key/index.html |  3157 +----
 .../json/json_encode_object_start/index.html       |  3157 +----
 v1_0_0/os/modules/json/json_read_object/index.html |  3157 +----
 v1_0_0/os/modules/logs/logs/index.html             |  3109 +----
 v1_0_0/os/modules/shell/shell/index.html           |  3111 +----
 .../os/modules/shell/shell_cmd_register/index.html |  3149 +----
 v1_0_0/os/modules/shell/shell_evq_set/index.html   |  3145 +----
 .../shell/shell_nlip_input_register/index.html     |  3149 +----
 .../os/modules/shell/shell_nlip_output/index.html  |  3149 +----
 v1_0_0/os/modules/shell/shell_task_init/index.html |  2566 ----
 v1_0_0/os/modules/split/split/index.html           |  3108 +----
 v1_0_0/os/modules/stats/stats/index.html           |  3105 +----
 .../sysinitconfig/sysconfig_error/index.html       |  3117 +----
 .../modules/sysinitconfig/sysinitconfig/index.html |  3120 +----
 v1_0_0/os/modules/testutil/test_assert/index.html  |  3174 +----
 v1_0_0/os/modules/testutil/test_case/index.html    |  3173 +----
 v1_0_0/os/modules/testutil/test_decl/index.html    |  3173 +----
 v1_0_0/os/modules/testutil/test_pass/index.html    |  3173 +----
 v1_0_0/os/modules/testutil/test_suite/index.html   |  3173 +----
 v1_0_0/os/modules/testutil/testutil/index.html     |  3114 +----
 v1_0_0/os/modules/testutil/tu_init/index.html      |  3173 +----
 v1_0_0/os/modules/testutil/tu_restart/index.html   |  3173 +----
 v1_0_0/os/os_user_guide/index.html                 |  3083 +----
 v1_0_0/os/tutorials/STM32F303/index.html           |  2689 ----
 v1_0_0/os/tutorials/add_newtmgr/index.html         |  3060 +----
 v1_0_0/os/tutorials/add_shell/index.html           |  3050 +----
 v1_0_0/os/tutorials/air_quality_ble/index.html     |  3063 +----
 v1_0_0/os/tutorials/air_quality_sensor/index.html  |  3067 +----
 v1_0_0/os/tutorials/arduino_zero/index.html        |  3115 +----
 v1_0_0/os/tutorials/blehci_project/index.html      |  3054 +----
 v1_0_0/os/tutorials/bleprph/bleprph-adv/index.html |  3085 +----
 v1_0_0/os/tutorials/bleprph/bleprph-app/index.html |  3083 +----
 .../bleprph/bleprph-chr-access/index.html          |  3093 +----
 .../tutorials/bleprph/bleprph-gap-event/index.html |  3089 +----
 .../os/tutorials/bleprph/bleprph-intro/index.html  |  3083 +----
 .../tutorials/bleprph/bleprph-svc-reg/index.html   |  3087 +----
 v1_0_0/os/tutorials/bletiny_project/index.html     |  3051 +----
 v1_0_0/os/tutorials/blinky/index.html              |  3120 +----
 v1_0_0/os/tutorials/blinky_console/index.html      |  3116 +----
 v1_0_0/os/tutorials/blinky_primo/index.html        |  3116 +----
 v1_0_0/os/tutorials/blinky_sram_olimex/index.html  |  2663 ----
 v1_0_0/os/tutorials/blinky_stm32f4disc/index.html  |  3114 +----
 v1_0_0/os/tutorials/blinky_windows/index.html      |  2795 ----
 v1_0_0/os/tutorials/define_target/index.html       |  2510 ----
 v1_0_0/os/tutorials/eddystone/index.html           |  3047 +----
 v1_0_0/os/tutorials/event_queue/index.html         |  3046 +----
 v1_0_0/os/tutorials/ibeacon/index.html             |  3045 +----
 v1_0_0/os/tutorials/nRF52/index.html               |  3112 +----
 v1_0_0/os/tutorials/nrf52_adc/index.html           |  3058 +----
 v1_0_0/os/tutorials/olimex/index.html              |  3115 +----
 v1_0_0/os/tutorials/pics/STM32-E407_bot_small.jpg  |   Bin
 v1_0_0/os/tutorials/pics/STM32-E407_top_small.jpg  |   Bin
 v1_0_0/os/tutorials/pics/device_manager_ft232H.png |   Bin
 .../os/tutorials/pics/device_manager_no_ft232H.png |   Bin
 v1_0_0/os/tutorials/pics/mkr1000-jlink.jpg         |   Bin
 v1_0_0/os/tutorials/pics/mkr1000-serial.jpg        |   Bin
 v1_0_0/os/tutorials/pics/putty.png                 |   Bin
 v1_0_0/os/tutorials/pics/stm32f4_disc.jpg          |   Bin
 v1_0_0/os/tutorials/pin-wheel-mods/index.html      |  2586 ----
 .../os/tutorials/project-nrf52-slinky/index.html   |  3086 +----
 v1_0_0/os/tutorials/project-sim-slinky/index.html  |  3079 +----
 v1_0_0/os/tutorials/project-slinky/index.html      |  3081 +----
 .../os/tutorials/project-stm32-slinky/index.html   |  3086 +----
 v1_0_0/os/tutorials/rbnano2/index.html             |  3115 +----
 v1_0_0/os/tutorials/repo/add_repos/index.html      |  3082 +----
 v1_0_0/os/tutorials/repo/create_repo/index.html    |  3073 +----
 v1_0_0/os/tutorials/repo/private_repo/index.html   |  3064 +----
 v1_0_0/os/tutorials/repo/upgrade_repo/index.html   |  3064 +----
 v1_0_0/os/tutorials/tasks_lesson/index.html        |  3048 +----
 v1_0_0/os/tutorials/try_markdown/index.html        |  2546 ----
 v1_0_0/os/tutorials/tutorials/index.html           |  3040 +----
 v1_0_0/os/tutorials/unit_test/index.html           |  3050 +----
 v1_0_0/os/tutorials/wi-fi_on_arduino/index.html    |  3065 +----
 v1_0_0/pages/ble/index.html                        |  2798 +---
 v1_0_0/pages/configurability/index.html            |  2512 ----
 v1_0_0/quick-start/index.html                      |  2681 +---
 v1_0_0/search.html                                 |   315 +
 v1_0_0/search/lunr.js                              |  2986 ----
 v1_0_0/search/main.js                              |    96 -
 v1_0_0/search/search_index.json                    |     1 -
 v1_0_0/search/worker.js                            |   128 -
 v1_0_0/sitemap.xml                                 |  2182 +--
 v1_0_0/sitemap.xml.gz                              |   Bin 3239 -> 0 bytes
 v1_0_0/talks/index.html                            |  2700 +---
 v1_1_0/404.html                                    |  2689 ----
 v1_1_0/FW-dist.png                                 |   Bin 0 -> 103732 bytes
 v1_1_0/about/index.html                            |  2910 +---
 v1_1_0/community/index.html                        |  2885 +---
 v1_1_0/css/base.css                                |   321 +-
 v1_1_0/css/bootstrap-3.0.3.min.css                 |     7 +
 v1_1_0/css/bootstrap-custom.min.css                |     1 -
 v1_1_0/css/custom.css                              |   476 +
 v1_1_0/css/font-awesome-4.0.3.css                  |  1338 ++
 v1_1_0/css/font-awesome.min.css                    |     4 -
 v1_1_0/css/highlight.css                           |   125 +
 v1_1_0/css/v2.css                                  |   158 +
 v1_1_0/documentation/index.html                    |  2690 ----
 v1_1_0/download/index.html                         |  2853 +---
 v1_1_0/events/index.html                           |  2854 +---
 v1_1_0/faq/answers/index.html                      |  3012 +---
 v1_1_0/faq/go_env/index.html                       |  3027 +----
 v1_1_0/faq/how_to_edit_docs/index.html             |  3021 +---
 v1_1_0/faq/ide/index.html                          |  3027 +----
 v1_1_0/faq/pics/debug_new_config_small.png         |   Bin
 v1_1_0/faq/pics/gdb_debug_small.png                |   Bin
 v1_1_0/faq/pics/gdb_server_small.png               |   Bin
 v1_1_0/faq/pics/gdb_small.png                      |   Bin
 v1_1_0/faq/pics/integrated_terminal_small.png      |   Bin
 v1_1_0/faq/pics/launch_small.png                   |   Bin
 v1_1_0/faq/pics/task_json_small.png                |   Bin
 v1_1_0/faq/pics/task_runner_small.png              |   Bin
 v1_1_0/faq/pics/task_select_small.png              |   Bin
 v1_1_0/faq/pics/task_start_small.png               |   Bin
 v1_1_0/fonts/fontawesome-webfont.eot               |   Bin 165742 -> 38205 bytes
 v1_1_0/fonts/fontawesome-webfont.svg               |  3079 +----
 v1_1_0/fonts/fontawesome-webfont.ttf               |   Bin 165548 -> 80652 bytes
 v1_1_0/fonts/fontawesome-webfont.woff              |   Bin 98024 -> 44432 bytes
 v1_1_0/fonts/fontawesome-webfont.woff2             |   Bin 77160 -> 0 bytes
 v1_1_0/fonts/glyphicons-halflings-regular.eot      |   Bin 20127 -> 0 bytes
 v1_1_0/fonts/glyphicons-halflings-regular.svg      |   288 -
 v1_1_0/fonts/glyphicons-halflings-regular.ttf      |   Bin 45404 -> 0 bytes
 v1_1_0/fonts/glyphicons-halflings-regular.woff     |   Bin 23424 -> 0 bytes
 v1_1_0/fonts/glyphicons-halflings-regular.woff2    |   Bin 18028 -> 0 bytes
 v1_1_0/img/01.png                                  |   Bin 0 -> 9109 bytes
 v1_1_0/img/FWdist.png                              |   Bin 0 -> 103765 bytes
 v1_1_0/img/MicrochipPIC32.jpg                      |   Bin 0 -> 7163 bytes
 v1_1_0/img/NimBLE_conn.png                         |   Bin 0 -> 32151 bytes
 v1_1_0/img/NimBLE_throughput.png                   |   Bin 0 -> 29290 bytes
 v1_1_0/img/OS_arch.png                             |   Bin 0 -> 75345 bytes
 v1_1_0/img/add_to_slack.png                        |   Bin 0 -> 5165 bytes
 v1_1_0/img/apache-feather.png                      |   Bin 0 -> 11402 bytes
 v1_1_0/img/arm_logo.gif                            |   Bin 0 -> 1582 bytes
 v1_1_0/img/asf_logo_wide.gif                       |   Bin 0 -> 7051 bytes
 v1_1_0/img/asf_logo_wide_small.png                 |   Bin 0 -> 32278 bytes
 v1_1_0/img/atmel.png                               |   Bin 0 -> 17367 bytes
 v1_1_0/img/combo_ble_lora.png                      |   Bin 0 -> 193382 bytes
 v1_1_0/img/concurrent_conn.png                     |   Bin 0 -> 33532 bytes
 v1_1_0/img/content-bg.png                          |   Bin 0 -> 155 bytes
 v1_1_0/img/cross-platform.svg                      |     6 +
 v1_1_0/img/cross-platforms.png                     |   Bin 0 -> 14324 bytes
 v1_1_0/img/egg-logo2.png                           |   Bin 0 -> 7241 bytes
 v1_1_0/img/favicon.ico                             |   Bin 1150 -> 0 bytes
 v1_1_0/img/folder.png                              |   Bin 0 -> 8414 bytes
 v1_1_0/img/grid.png                                |   Bin 1458 -> 0 bytes
 v1_1_0/img/json_logs.png                           |   Bin 0 -> 78102 bytes
 v1_1_0/img/logo.pdf                                |   Bin 0 -> 263048 bytes
 v1_1_0/img/logo.png                                |   Bin 0 -> 151595 bytes
 v1_1_0/img/logo.svg                                |  1652 +++
 v1_1_0/img/lora_config.png                         |   Bin 0 -> 161649 bytes
 v1_1_0/img/mynewt-logo-only-newt32x32.png          |   Bin 0 -> 1175 bytes
 v1_1_0/img/mynewt_dev_cycle.pdf                    |   Bin 0 -> 247703 bytes
 v1_1_0/img/newt-img.png                            |   Bin 0 -> 53081 bytes
 v1_1_0/img/newt.png                                |   Bin 0 -> 63501 bytes
 v1_1_0/img/nimble-full-perf.png                    |   Bin 0 -> 65334 bytes
 v1_1_0/img/perf_chart.png                          |   Bin 0 -> 31585 bytes
 v1_1_0/img/performance.png                         |   Bin 0 -> 9850 bytes
 v1_1_0/img/riscv-logo.png                          |   Bin 0 -> 15999 bytes
 v1_1_0/img/secure_img.png                          |   Bin 0 -> 130013 bytes
 v1_1_0/img/watch.png                               |   Bin 0 -> 10328 bytes
 v1_1_0/index.html                                  |  3041 +----
 v1_1_0/js/base.js                                  |   238 +-
 v1_1_0/js/custom.js                                |     0
 v1_1_0/js/highlight.pack.js                        |     2 +
 v1_1_0/known_issues/index.html                     |  3069 +----
 v1_1_0/mkdocs/js/lunr.min.js                       |     7 +
 v1_1_0/mkdocs/js/mustache.min.js                   |     1 +
 v1_1_0/mkdocs/js/require.js                        |    36 +
 v1_1_0/mkdocs/js/search-results-template.mustache  |     4 +
 v1_1_0/mkdocs/js/search.js                         |    88 +
 v1_1_0/mkdocs/js/text.js                           |   390 +
 v1_1_0/mkdocs/search_index.json                    | 13494 ++++++++++++++++++
 .../network/ble/ble_hs/ble_att/ble_att/index.html  |  3234 +----
 .../ble_att/functions/ble_att_mtu/index.html       |  3277 +----
 .../functions/ble_att_preferred_mtu/index.html     |  3277 +----
 .../functions/ble_att_set_preferred_mtu/index.html |  3277 +----
 .../functions/ble_att_svr_read_local/index.html    |  3281 +----
 .../functions/ble_att_svr_write_local/index.html   |  3281 +----
 v1_1_0/network/ble/ble_hs/ble_att/mdtoc/index.html |  2695 ----
 .../network/ble/ble_hs/ble_gap/ble_gap/index.html  |  3247 +----
 .../ble_gap/definitions/ble_gap_defs/index.html    |  3267 +----
 .../functions/ble_gap_adv_active/index.html        |  3478 ++---
 .../functions/ble_gap_adv_rsp_set_data/index.html  |  3480 ++---
 .../ble_gap_adv_rsp_set_fields/index.html          |  3480 ++---
 .../functions/ble_gap_adv_set_data/index.html      |  3480 ++---
 .../functions/ble_gap_adv_set_fields/index.html    |  3480 ++---
 .../functions/ble_gap_adv_set_phys/index.html      |  3480 ++---
 .../functions/ble_gap_adv_set_tx_power/index.html  |  3480 ++---
 .../ble_gap/functions/ble_gap_adv_start/index.html |  3480 ++---
 .../ble_gap/functions/ble_gap_adv_stop/index.html  |  3480 ++---
 .../functions/ble_gap_conn_active/index.html       |  3478 ++---
 .../functions/ble_gap_conn_cancel/index.html       |  3480 ++---
 .../ble_gap/functions/ble_gap_conn_find/index.html |  3478 ++---
 .../ble_gap/functions/ble_gap_conn_rssi/index.html |  3482 ++---
 .../ble_gap/functions/ble_gap_connect/index.html   |  3480 ++---
 .../ble_gap/functions/ble_gap_disc/index.html      |  3480 ++---
 .../functions/ble_gap_disc_active/index.html       |  3478 ++---
 .../functions/ble_gap_disc_cancel/index.html       |  3480 ++---
 .../functions/ble_gap_ext_connect/index.html       |  3480 ++---
 .../ble_gap/functions/ble_gap_ext_disc/index.html  |  3480 ++---
 .../functions/ble_gap_read_le_phy/index.html       |  3480 ++---
 .../functions/ble_gap_security_initiate/index.html |  3480 ++---
 .../functions/ble_gap_set_event_cb/index.html      |  3478 ++---
 .../ble_gap_set_prefered_default_le_phy/index.html |  3480 ++---
 .../ble_gap_set_prefered_le_phy/index.html         |  3479 ++---
 .../functions/ble_gap_set_priv_mode/index.html     |  3480 ++---
 .../ble_gap/functions/ble_gap_terminate/index.html |  3480 ++---
 .../functions/ble_gap_update_params/index.html     |  3480 ++---
 .../ble_gap/functions/ble_gap_wl_set/index.html    |  3480 ++---
 v1_1_0/network/ble/ble_hs/ble_gap/mdtoc/index.html |  2713 ----
 .../ble/ble_hs/ble_gattc/ble_gattc/index.html      |  3247 +----
 .../definitions/ble_gattc_defs/index.html          |  3267 +----
 .../functions/ble_gattc_disc_all_chrs/index.html   |  3424 +----
 .../functions/ble_gattc_disc_all_dscs/index.html   |  3424 +----
 .../functions/ble_gattc_disc_all_svcs/index.html   |  3422 +----
 .../ble_gattc_disc_chrs_by_uuid/index.html         |  3424 +----
 .../ble_gattc_disc_svc_by_uuid/index.html          |  3424 +----
 .../functions/ble_gattc_exchange_mtu/index.html    |  3424 +----
 .../functions/ble_gattc_find_inc_svcs/index.html   |  3424 +----
 .../functions/ble_gattc_indicate/index.html        |  3424 +----
 .../functions/ble_gattc_indicate_custom/index.html |  3424 +----
 .../functions/ble_gattc_notify/index.html          |  3424 +----
 .../functions/ble_gattc_notify_custom/index.html   |  3424 +----
 .../ble_gattc/functions/ble_gattc_read/index.html  |  3424 +----
 .../functions/ble_gattc_read_by_uuid/index.html    |  3424 +----
 .../functions/ble_gattc_read_long/index.html       |  3424 +----
 .../functions/ble_gattc_read_mult/index.html       |  3424 +----
 .../ble_gattc/functions/ble_gattc_write/index.html |  3424 +----
 .../functions/ble_gattc_write_flat/index.html      |  3424 +----
 .../functions/ble_gattc_write_long/index.html      |  3424 +----
 .../functions/ble_gattc_write_no_rsp/index.html    |  3424 +----
 .../ble_gattc_write_no_rsp_flat/index.html         |  3424 +----
 .../functions/ble_gattc_write_reliable/index.html  |  3422 +----
 .../network/ble/ble_hs/ble_gattc/mdtoc/index.html  |  2713 ----
 .../ble/ble_hs/ble_gatts/ble_gatts/index.html      |  3247 +----
 .../definitions/ble_gatts_defs/index.html          |  3267 +----
 .../functions/ble_gatts_add_svcs/index.html        |  3298 +----
 .../functions/ble_gatts_count_cfg/index.html       |  3298 +----
 .../functions/ble_gatts_find_chr/index.html        |  3298 +----
 .../functions/ble_gatts_find_dsc/index.html        |  3298 +----
 .../functions/ble_gatts_find_svc/index.html        |  3298 +----
 .../ble_gatts_svc_set_visibility/index.html        |  3298 +----
 .../network/ble/ble_hs/ble_gatts/mdtoc/index.html  |  2698 ----
 v1_1_0/network/ble/ble_hs/ble_hs/index.html        |  3215 +----
 .../ble/ble_hs/ble_hs_id/ble_hs_id/index.html      |  3234 +----
 .../functions/ble_hs_id_copy_addr/index.html       |  3261 +----
 .../functions/ble_hs_id_gen_rnd/index.html         |  3263 +----
 .../functions/ble_hs_id_set_rnd/index.html         |  3263 +----
 .../network/ble/ble_hs/ble_hs_id/mdtoc/index.html  |  2693 ----
 .../ble/ble_hs/ble_hs_return_codes/index.html      |  3259 +----
 .../ble_eddystone_set_adv_data_uid/index.html      |  3347 +----
 .../ble_eddystone_set_adv_data_url/index.html      |  3347 +----
 .../other/functions/ble_hs_evq_set/index.html      |  3345 +----
 .../other/functions/ble_hs_mbuf_att_pkt/index.html |  3345 +----
 .../functions/ble_hs_mbuf_from_flat/index.html     |  3345 +----
 .../other/functions/ble_hs_mbuf_to_flat/index.html |  3347 +----
 .../other/functions/ble_hs_sched_reset/index.html  |  3345 +----
 .../other/functions/ble_hs_synced/index.html       |  3345 +----
 .../functions/ble_ibeacon_set_adv_data/index.html  |  3347 +----
 .../ble_hs/other/functions/ble_uuid_cmp/index.html |  3345 +----
 .../functions/ble_uuid_init_from_buf/index.html    |  3345 +----
 .../other/functions/ble_uuid_to_str/index.html     |  3345 +----
 .../ble_hs/other/functions/ble_uuid_u16/index.html |  3345 +----
 v1_1_0/network/ble/ble_hs/other/mdtoc/index.html   |  2703 ----
 v1_1_0/network/ble/ble_hs/other/other/index.html   |  3234 +----
 v1_1_0/network/ble/ble_intro/index.html            |  3140 +----
 v1_1_0/network/ble/ble_sec/index.html              |  3139 +----
 v1_1_0/network/ble/ble_setup/ble_addr/index.html   |  3174 +----
 .../network/ble/ble_setup/ble_lp_clock/index.html  |  3167 +----
 .../ble/ble_setup/ble_setup_intro/index.html       |  3155 +----
 .../network/ble/ble_setup/ble_sync_cb/index.html   |  3170 +----
 v1_1_0/network/ble/bletiny/bletiny_GAP/index.html  |  3211 +----
 v1_1_0/network/ble/bletiny/bletiny_GATT/index.html |  3166 +----
 .../network/ble/bletiny/bletiny_advdata/index.html |  3165 +----
 v1_1_0/network/ble/bletiny/bletiny_api/index.html  |  3180 +----
 v1_1_0/network/ble/bletiny_api/index.html          |  2807 ----
 v1_1_0/network/ble/btshell/btshell_GAP/index.html  |  3174 +----
 v1_1_0/network/ble/btshell/btshell_GATT/index.html |  3166 +----
 .../network/ble/btshell/btshell_advdata/index.html |  3165 +----
 v1_1_0/network/ble/btshell/btshell_api/index.html  |  3180 +----
 v1_1_0/news/article1/index.html                    |  2687 ----
 v1_1_0/newt/command_list/newt_build/index.html     |  3266 +----
 v1_1_0/newt/command_list/newt_clean/index.html     |  3266 +----
 v1_1_0/newt/command_list/newt_complete/index.html  |  2714 ----
 .../newt/command_list/newt_create_image/index.html |  3266 +----
 v1_1_0/newt/command_list/newt_debug/index.html     |  3271 +----
 v1_1_0/newt/command_list/newt_help/index.html      |  3270 +----
 v1_1_0/newt/command_list/newt_info/index.html      |  3265 +----
 v1_1_0/newt/command_list/newt_install/index.html   |  3270 +----
 v1_1_0/newt/command_list/newt_load/index.html      |  3269 +----
 v1_1_0/newt/command_list/newt_mfg/index.html       |  3271 +----
 v1_1_0/newt/command_list/newt_new/index.html       |  3265 +----
 v1_1_0/newt/command_list/newt_pkg/index.html       |  3271 +----
 .../newt/command_list/newt_resign_image/index.html |  3266 +----
 v1_1_0/newt/command_list/newt_run/index.html       |  3271 +----
 v1_1_0/newt/command_list/newt_size/index.html      |  3272 +----
 v1_1_0/newt/command_list/newt_sync/index.html      |  3270 +----
 v1_1_0/newt/command_list/newt_target/index.html    |  3271 +----
 v1_1_0/newt/command_list/newt_test/index.html      |  3271 +----
 v1_1_0/newt/command_list/newt_upgrade/index.html   |  3270 +----
 v1_1_0/newt/command_list/newt_vals/index.html      |  3271 +----
 v1_1_0/newt/command_list/newt_version/index.html   |  3265 +----
 v1_1_0/newt/install/newt_linux/index.html          |  3174 +----
 v1_1_0/newt/install/newt_mac/index.html            |  3174 +----
 v1_1_0/newt/install/newt_windows/index.html        |  3172 +----
 v1_1_0/newt/newt_intro/index.html                  |  3101 +----
 v1_1_0/newt/newt_operation/index.html              |  3110 +----
 v1_1_0/newt/newt_ops/index.html                    |  3264 +----
 .../newtmgr/command_list/newtmgr_config/index.html |  3215 +----
 .../newtmgr/command_list/newtmgr_conn/index.html   |  3216 +----
 .../newtmgr/command_list/newtmgr_crash/index.html  |  3215 +----
 .../command_list/newtmgr_datetime/index.html       |  3215 +----
 .../newtmgr/command_list/newtmgr_echo/index.html   |  3215 +----
 v1_1_0/newtmgr/command_list/newtmgr_fs/index.html  |  3215 +----
 .../newtmgr/command_list/newtmgr_image/index.html  |  3216 +----
 .../newtmgr/command_list/newtmgr_logs/index.html   |  3215 +----
 .../command_list/newtmgr_mpstats/index.html        |  3217 +----
 .../newtmgr/command_list/newtmgr_reset/index.html  |  3215 +----
 v1_1_0/newtmgr/command_list/newtmgr_run/index.html |  3215 +----
 .../newtmgr/command_list/newtmgr_stat/index.html   |  3217 +----
 .../command_list/newtmgr_taskstats/index.html      |  3219 +----
 v1_1_0/newtmgr/install_linux/index.html            |  3145 +----
 v1_1_0/newtmgr/install_mac/index.html              |  3146 +----
 v1_1_0/newtmgr/install_windows/index.html          |  3143 +----
 v1_1_0/newtmgr/overview/index.html                 |  3104 +----
 v1_1_0/newtmgr/protocol/index.html                 |  2693 ----
 v1_1_0/os/core_os/callout/callout/index.html       |  3476 ++---
 .../callout/os_callout_func_init/index.html        |  3515 ++---
 .../os/core_os/callout/os_callout_init/index.html  |  3515 ++---
 .../core_os/callout/os_callout_queued/index.html   |  3509 ++---
 .../os/core_os/callout/os_callout_reset/index.html |  3513 ++---
 .../os/core_os/callout/os_callout_stop/index.html  |  3512 ++---
 .../context_switch/context_switch/index.html       |  3465 ++---
 .../context_switch/os_arch_ctx_sw/index.html       |  3567 ++---
 .../os/core_os/context_switch/os_sched/index.html  |  3567 ++---
 .../context_switch/os_sched_ctx_sw_hook/index.html |  3567 ++---
 .../os_sched_get_current_task/index.html           |  3567 ++---
 .../context_switch/os_sched_insert/index.html      |  3566 ++---
 .../context_switch/os_sched_next_task/index.html   |  3566 ++---
 .../os_sched_os_timer_exp/index.html               |  3567 ++---
 .../context_switch/os_sched_remove/index.html      |  3567 ++---
 .../context_switch/os_sched_resort/index.html      |  3567 ++---
 .../os_sched_set_current_task/index.html           |  3566 ++---
 .../context_switch/os_sched_sleep/index.html       |  3567 ++---
 .../context_switch/os_sched_wakeup/index.html      |  3567 ++---
 v1_1_0/os/core_os/cputime/os_cputime/index.html    |  3467 ++---
 .../cputime/os_cputime_delay_nsecs/index.html      |  3575 ++---
 .../cputime/os_cputime_delay_ticks/index.html      |  3575 ++---
 .../cputime/os_cputime_delay_usecs/index.html      |  3575 ++---
 .../os/core_os/cputime/os_cputime_get32/index.html |  3575 ++---
 .../os/core_os/cputime/os_cputime_init/index.html  |  3575 ++---
 .../cputime/os_cputime_nsecs_to_ticks/index.html   |  3575 ++---
 .../cputime/os_cputime_ticks_to_nsecs/index.html   |  3575 ++---
 .../cputime/os_cputime_ticks_to_usecs/index.html   |  3575 ++---
 .../cputime/os_cputime_timer_init/index.html       |  3575 ++---
 .../cputime/os_cputime_timer_relative/index.html   |  3575 ++---
 .../cputime/os_cputime_timer_start/index.html      |  3575 ++---
 .../cputime/os_cputime_timer_stop/index.html       |  3575 ++---
 .../cputime/os_cputime_usecs_to_ticks/index.html   |  3575 ++---
 .../os/core_os/event_queue/event_queue/index.html  |  3466 ++---
 .../event_queue/os_eventq_designate/index.html     |  3535 ++---
 .../event_queue/os_eventq_dflt_get/index.html      |  3535 ++---
 .../event_queue/os_eventq_dflt_set/index.html      |  2733 ----
 .../core_os/event_queue/os_eventq_get/index.html   |  3535 ++---
 .../core_os/event_queue/os_eventq_init/index.html  |  3535 ++---
 .../event_queue/os_eventq_inited/index.html        |  3535 ++---
 .../core_os/event_queue/os_eventq_put/index.html   |  3534 ++---
 .../event_queue/os_eventq_remove/index.html        |  3535 ++---
 .../core_os/event_queue/os_eventq_run/index.html   |  3535 ++---
 v1_1_0/os/core_os/heap/heap/index.html             |  3472 ++---
 v1_1_0/os/core_os/heap/os_free/index.html          |  3495 ++---
 v1_1_0/os/core_os/heap/os_malloc/index.html        |  3495 ++---
 v1_1_0/os/core_os/heap/os_realloc/index.html       |  3495 ++---
 v1_1_0/os/core_os/mbuf/OS_MBUF_DATA/index.html     |  3688 ++---
 .../core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html   |  3689 ++---
 v1_1_0/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html   |  3688 ++---
 .../core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html |  3688 ++---
 v1_1_0/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html   |  3688 ++---
 .../core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html  |  3689 ++---
 v1_1_0/os/core_os/mbuf/OS_MBUF_USRHDR/index.html   |  3688 ++---
 .../os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html  |  3688 ++---
 v1_1_0/os/core_os/mbuf/mbuf/index.html             |  3506 ++---
 v1_1_0/os/core_os/mbuf/os_mbuf_adj/index.html      |  3690 ++---
 v1_1_0/os/core_os/mbuf/os_mbuf_append/index.html   |  3690 ++---
 v1_1_0/os/core_os/mbuf/os_mbuf_concat/index.html   |  3690 ++---
 v1_1_0/os/core_os/mbuf/os_mbuf_copydata/index.html |  3689 ++---
 v1_1_0/os/core_os/mbuf/os_mbuf_copyinto/index.html |  3689 ++---
 v1_1_0/os/core_os/mbuf/os_mbuf_dup/index.html      |  3689 ++---
 v1_1_0/os/core_os/mbuf/os_mbuf_extend/index.html   |  3689 ++---
 .../os/core_os/mbuf/os_mbuf_free_chain/index.html  |  3690 ++---
 v1_1_0/os/core_os/mbuf/os_mbuf_get/index.html      |  3690 ++---
 .../os/core_os/mbuf/os_mbuf_get_pkthdr/index.html  |  3690 ++---
 v1_1_0/os/core_os/mbuf/os_mbuf_memcmp/index.html   |  3690 ++---
 v1_1_0/os/core_os/mbuf/os_mbuf_off/index.html      |  3690 ++---
 .../os/core_os/mbuf/os_mbuf_pool_init/index.html   |  3690 ++---
 v1_1_0/os/core_os/mbuf/os_mbuf_prepend/index.html  |  3690 ++---
 v1_1_0/os/core_os/mbuf/os_mbuf_pullup/index.html   |  3690 ++---
 .../memory_pool/OS_MEMPOOL_BYTES/index.html        |  3519 ++---
 .../core_os/memory_pool/OS_MEMPOOL_SIZE/index.html |  3519 ++---
 .../os/core_os/memory_pool/memory_pool/index.html  |  3478 ++---
 .../core_os/memory_pool/os_memblock_get/index.html |  3519 ++---
 .../core_os/memory_pool/os_memblock_put/index.html |  3518 ++---
 .../os_mempool_info_get_next/index.html            |  3518 ++---
 .../core_os/memory_pool/os_mempool_init/index.html |  3519 ++---
 v1_1_0/os/core_os/mqueue/mqueue/index.html         |  3501 ++---
 v1_1_0/os/core_os/mqueue/os_mqueue_get/index.html  |  3529 ++---
 v1_1_0/os/core_os/mqueue/os_mqueue_init/index.html |  3530 ++---
 v1_1_0/os/core_os/mqueue/os_mqueue_put/index.html  |  3529 ++---
 v1_1_0/os/core_os/msys/msys/index.html             |  3499 ++---
 v1_1_0/os/core_os/msys/os_msys_get/index.html      |  3538 ++---
 .../os/core_os/msys/os_msys_get_pkthdr/index.html  |  3538 ++---
 v1_1_0/os/core_os/msys/os_msys_register/index.html |  3537 ++---
 v1_1_0/os/core_os/msys/os_msys_reset/index.html    |  3537 ++---
 v1_1_0/os/core_os/mutex/mutex/index.html           |  3472 ++---
 v1_1_0/os/core_os/mutex/os_mutex_init/index.html   |  3495 ++---
 v1_1_0/os/core_os/mutex/os_mutex_pend/index.html   |  3495 ++---
 .../os/core_os/mutex/os_mutex_release/index.html   |  3494 ++---
 v1_1_0/os/core_os/mynewt_os/index.html             |  3453 ++---
 v1_1_0/os/core_os/os_init/index.html               |  2706 ----
 v1_1_0/os/core_os/os_start/index.html              |  2706 ----
 v1_1_0/os/core_os/os_started/index.html            |  3460 ++---
 v1_1_0/os/core_os/porting/port_bsp/index.html      |  3345 +----
 v1_1_0/os/core_os/porting/port_cpu/index.html      |  3320 +----
 v1_1_0/os/core_os/porting/port_mcu/index.html      |  3318 +----
 v1_1_0/os/core_os/porting/port_os/index.html       |  3327 +----
 .../core_os/sanity/os_sanity_check_init/index.html |  3502 ++---
 .../sanity/os_sanity_check_register/index.html     |  3502 ++---
 .../sanity/os_sanity_check_reset/index.html        |  3502 ++---
 .../sanity/os_sanity_task_checkin/index.html       |  3502 ++---
 v1_1_0/os/core_os/sanity/sanity/index.html         |  3472 ++---
 v1_1_0/os/core_os/semaphore/os_sem_init/index.html |  3495 ++---
 v1_1_0/os/core_os/semaphore/os_sem_pend/index.html |  3495 ++---
 .../os/core_os/semaphore/os_sem_release/index.html |  3495 ++---
 v1_1_0/os/core_os/semaphore/semaphore/index.html   |  3472 ++---
 v1_1_0/os/core_os/task/os_task_count/index.html    |  3502 ++---
 .../core_os/task/os_task_info_get_next/index.html  |  3502 ++---
 v1_1_0/os/core_os/task/os_task_init/index.html     |  3502 ++---
 v1_1_0/os/core_os/task/os_task_remove/index.html   |  3502 ++---
 v1_1_0/os/core_os/task/task/index.html             |  3466 ++---
 .../os/core_os/time/os_get_uptime_usec/index.html  |  3527 ++---
 v1_1_0/os/core_os/time/os_gettimeofday/index.html  |  3527 ++---
 v1_1_0/os/core_os/time/os_settimeofday/index.html  |  3527 ++---
 v1_1_0/os/core_os/time/os_time/index.html          |  3468 ++---
 v1_1_0/os/core_os/time/os_time_advance/index.html  |  3527 ++---
 v1_1_0/os/core_os/time/os_time_delay/index.html    |  3527 ++---
 v1_1_0/os/core_os/time/os_time_get/index.html      |  3529 ++---
 .../os/core_os/time/os_time_ms_to_ticks/index.html |  3527 ++---
 v1_1_0/os/get_started/cross_tools/index.html       |  3168 +----
 v1_1_0/os/get_started/docker/index.html            |  3117 +----
 v1_1_0/os/get_started/get_started/index.html       |  3112 +----
 .../os/get_started/native_install_intro/index.html |  3166 +----
 v1_1_0/os/get_started/native_tools/index.html      |  3164 +----
 v1_1_0/os/get_started/project_create/index.html    |  3131 +----
 v1_1_0/os/get_started/serial_access/index.html     |  3124 +----
 v1_1_0/os/get_started/vocabulary/index.html        |  3073 +----
 v1_1_0/os/introduction/index.html                  |  3072 +----
 v1_1_0/os/modules/baselibc/index.html              |  3293 +----
 .../bootloader/boot_build_status/index.html        |  3506 ++---
 .../bootloader/boot_build_status_one/index.html    |  3506 ++---
 .../bootloader/boot_clear_status/index.html        |  3506 ++---
 .../modules/bootloader/boot_copy_area/index.html   |  3506 ++---
 .../modules/bootloader/boot_copy_image/index.html  |  3506 ++---
 .../modules/bootloader/boot_erase_area/index.html  |  3506 ++---
 .../modules/bootloader/boot_fill_slot/index.html   |  3506 ++---
 .../bootloader/boot_find_image_area_idx/index.html |  3506 ++---
 .../bootloader/boot_find_image_part/index.html     |  3506 ++---
 .../bootloader/boot_find_image_slot/index.html     |  3506 ++---
 v1_1_0/os/modules/bootloader/boot_go/index.html    |  3506 ++---
 .../modules/bootloader/boot_init_flash/index.html  |  3506 ++---
 .../modules/bootloader/boot_move_area/index.html   |  3506 ++---
 .../bootloader/boot_read_image_header/index.html   |  3506 ++---
 .../bootloader/boot_read_image_headers/index.html  |  3506 ++---
 .../modules/bootloader/boot_read_status/index.html |  3506 ++---
 .../bootloader/boot_select_image_slot/index.html   |  3506 ++---
 .../modules/bootloader/boot_slot_addr/index.html   |  3506 ++---
 .../bootloader/boot_slot_to_area_idx/index.html    |  3506 ++---
 .../modules/bootloader/boot_swap_areas/index.html  |  3506 ++---
 .../bootloader/boot_vect_delete_main/index.html    |  3506 ++---
 .../bootloader/boot_vect_delete_test/index.html    |  3506 ++---
 .../bootloader/boot_vect_read_main/index.html      |  3506 ++---
 .../bootloader/boot_vect_read_one/index.html       |  3506 ++---
 .../bootloader/boot_vect_read_test/index.html      |  3506 ++---
 .../bootloader/boot_write_status/index.html        |  3506 ++---
 v1_1_0/os/modules/bootloader/bootloader/index.html |  3327 +----
 v1_1_0/os/modules/console/console/index.html       |  3318 +----
 v1_1_0/os/modules/console/console_echo/index.html  |  3373 +----
 v1_1_0/os/modules/console/console_init/index.html  |  3372 +----
 .../os/modules/console/console_is_init/index.html  |  3372 +----
 .../os/modules/console/console_printf/index.html   |  3373 +----
 v1_1_0/os/modules/console/console_read/index.html  |  3372 +----
 .../modules/console/console_set_queues/index.html  |  3372 +----
 v1_1_0/os/modules/console/console_write/index.html |  3372 +----
 .../modules/devmgmt/customize_newtmgr/index.html   |  3310 +----
 v1_1_0/os/modules/devmgmt/newtmgr/index.html       |  3310 +----
 v1_1_0/os/modules/devmgmt/oicmgr/index.html        |  3310 +----
 v1_1_0/os/modules/drivers/driver/index.html        |  3311 +----
 v1_1_0/os/modules/drivers/flash/index.html         |  3341 +----
 v1_1_0/os/modules/drivers/mmc/index.html           |  3341 +----
 v1_1_0/os/modules/elua/elua/index.html             |  2718 ----
 v1_1_0/os/modules/elua/lua_init/index.html         |  2715 ----
 v1_1_0/os/modules/elua/lua_main/index.html         |  2728 ----
 v1_1_0/os/modules/fcb/fcb/index.html               |  3309 +----
 v1_1_0/os/modules/fcb/fcb_append/index.html        |  3397 +----
 v1_1_0/os/modules/fcb/fcb_append_finish/index.html |  3397 +----
 .../modules/fcb/fcb_append_to_scratch/index.html   |  3397 +----
 v1_1_0/os/modules/fcb/fcb_clear/index.html         |  3397 +----
 v1_1_0/os/modules/fcb/fcb_getnext/index.html       |  3397 +----
 v1_1_0/os/modules/fcb/fcb_init/index.html          |  3397 +----
 v1_1_0/os/modules/fcb/fcb_is_empty/index.html      |  3397 +----
 v1_1_0/os/modules/fcb/fcb_offset_last_n/index.html |  3397 +----
 v1_1_0/os/modules/fcb/fcb_rotate/index.html        |  3397 +----
 v1_1_0/os/modules/fcb/fcb_walk/index.html          |  3397 +----
 v1_1_0/os/modules/fs/fatfs/index.html              |  3335 +----
 v1_1_0/os/modules/fs/fs/fs/index.html              |  3375 +----
 v1_1_0/os/modules/fs/fs/fs_close/index.html        |  3523 ++---
 v1_1_0/os/modules/fs/fs/fs_closedir/index.html     |  3522 ++---
 .../os/modules/fs/fs/fs_dirent_is_dir/index.html   |  3522 ++---
 v1_1_0/os/modules/fs/fs/fs_dirent_name/index.html  |  3523 ++---
 v1_1_0/os/modules/fs/fs/fs_filelen/index.html      |  3522 ++---
 v1_1_0/os/modules/fs/fs/fs_getpos/index.html       |  3522 ++---
 v1_1_0/os/modules/fs/fs/fs_mkdir/index.html        |  3523 ++---
 v1_1_0/os/modules/fs/fs/fs_open/index.html         |  3523 ++---
 v1_1_0/os/modules/fs/fs/fs_opendir/index.html      |  3523 ++---
 v1_1_0/os/modules/fs/fs/fs_ops/index.html          |  3383 +----
 v1_1_0/os/modules/fs/fs/fs_read/index.html         |  3522 ++---
 v1_1_0/os/modules/fs/fs/fs_readdir/index.html      |  3522 ++---
 v1_1_0/os/modules/fs/fs/fs_register/index.html     |  3522 ++---
 v1_1_0/os/modules/fs/fs/fs_rename/index.html       |  3523 ++---
 v1_1_0/os/modules/fs/fs/fs_return_codes/index.html |  3373 +----
 v1_1_0/os/modules/fs/fs/fs_seek/index.html         |  3523 ++---
 v1_1_0/os/modules/fs/fs/fs_unlink/index.html       |  3522 ++---
 v1_1_0/os/modules/fs/fs/fs_write/index.html        |  3523 ++---
 .../os/modules/fs/fs/fsutil_read_file/index.html   |  3523 ++---
 .../os/modules/fs/fs/fsutil_write_file/index.html  |  3522 ++---
 v1_1_0/os/modules/fs/nffs/nffs/index.html          |  3376 +----
 .../os/modules/fs/nffs/nffs_area_desc/index.html   |  3392 +----
 v1_1_0/os/modules/fs/nffs/nffs_config/index.html   |  3392 +----
 v1_1_0/os/modules/fs/nffs/nffs_detect/index.html   |  3402 +----
 v1_1_0/os/modules/fs/nffs/nffs_format/index.html   |  3402 +----
 v1_1_0/os/modules/fs/nffs/nffs_init/index.html     |  3400 +----
 .../os/modules/fs/nffs/nffs_internals/index.html   |  3385 +----
 v1_1_0/os/modules/fs/otherfs/index.html            |  3337 +----
 v1_1_0/os/modules/hal/hal/index.html               |  3330 +----
 v1_1_0/os/modules/hal/hal_api/index.html           |  3422 +----
 v1_1_0/os/modules/hal/hal_bsp/hal_bsp/index.html   |  3425 +----
 v1_1_0/os/modules/hal/hal_creation/index.html      |  3324 +----
 .../os/modules/hal/hal_flash/hal_flash/index.html  |  3443 ++---
 .../modules/hal/hal_flash/hal_flash_int/index.html |  3443 ++---
 v1_1_0/os/modules/hal/hal_gpio/hal_gpio/index.html |  3425 +----
 v1_1_0/os/modules/hal/hal_i2c/hal_i2c/index.html   |  3426 +----
 v1_1_0/os/modules/hal/hal_in_libraries/index.html  |  3315 +----
 .../modules/hal/hal_os_tick/hal_os_tick/index.html |  3425 +----
 v1_1_0/os/modules/hal/hal_spi/hal_spi/index.html   |  3425 +----
 .../os/modules/hal/hal_system/hal_sys/index.html   |  3425 +----
 .../os/modules/hal/hal_timer/hal_timer/index.html  |  3425 +----
 v1_1_0/os/modules/hal/hal_uart/hal_uart/index.html |  3425 +----
 .../hal/hal_watchdog/hal_watchdog/index.html       |  3425 +----
 v1_1_0/os/modules/imgmgr/imgmgr/index.html         |  3308 +----
 .../modules/imgmgr/imgmgr_module_init/index.html   |  2703 ----
 v1_1_0/os/modules/imgmgr/imgr_ver_parse/index.html |  3329 +----
 v1_1_0/os/modules/imgmgr/imgr_ver_str/index.html   |  3329 +----
 v1_1_0/os/modules/json/json/index.html             |  3312 +----
 .../json/json_encode_object_entry/index.html       |  3356 +----
 .../json/json_encode_object_finish/index.html      |  3356 +----
 .../modules/json/json_encode_object_key/index.html |  3356 +----
 .../json/json_encode_object_start/index.html       |  3356 +----
 v1_1_0/os/modules/json/json_read_object/index.html |  3356 +----
 v1_1_0/os/modules/logs/logs/index.html             |  3308 +----
 .../modules/sensor_framework/sensor_api/index.html |  3385 +----
 .../sensor_framework/sensor_create/index.html      |  3344 +----
 .../sensor_framework/sensor_driver/index.html      |  3356 +----
 .../sensor_framework_overview/index.html           |  3340 +----
 .../sensor_listener_api/index.html                 |  3373 +----
 .../sensor_framework/sensor_mgr_api/index.html     |  3383 +----
 .../modules/sensor_framework/sensor_oic/index.html |  3369 +----
 .../sensor_framework/sensor_shell/index.html       |  3319 +----
 v1_1_0/os/modules/shell/shell/index.html           |  3314 +----
 .../os/modules/shell/shell_cmd_register/index.html |  3373 +----
 v1_1_0/os/modules/shell/shell_evq_set/index.html   |  3372 +----
 .../shell/shell_nlip_input_register/index.html     |  3372 +----
 .../os/modules/shell/shell_nlip_output/index.html  |  3372 +----
 v1_1_0/os/modules/shell/shell_register/index.html  |  3373 +----
 .../shell_register_app_cmd_handler/index.html      |  3372 +----
 .../shell/shell_register_default_module/index.html |  3372 +----
 v1_1_0/os/modules/split/split/index.html           |  3307 +----
 v1_1_0/os/modules/stats/stats/index.html           |  3304 +----
 .../sysinitconfig/sysconfig_error/index.html       |  3316 +----
 .../modules/sysinitconfig/sysinitconfig/index.html |  3319 +----
 v1_1_0/os/modules/testutil/test_assert/index.html  |  3373 +----
 v1_1_0/os/modules/testutil/test_case/index.html    |  3372 +----
 v1_1_0/os/modules/testutil/test_decl/index.html    |  3372 +----
 v1_1_0/os/modules/testutil/test_pass/index.html    |  3372 +----
 v1_1_0/os/modules/testutil/test_suite/index.html   |  3372 +----
 v1_1_0/os/modules/testutil/testutil/index.html     |  3313 +----
 v1_1_0/os/modules/testutil/tu_init/index.html      |  3372 +----
 v1_1_0/os/modules/testutil/tu_restart/index.html   |  3372 +----
 v1_1_0/os/os_user_guide/index.html                 |  3282 +----
 v1_1_0/os/tutorials/STM32F303/index.html           |  2867 ----
 v1_1_0/os/tutorials/add_newtmgr/index.html         |  3237 +----
 v1_1_0/os/tutorials/air_quality_ble/index.html     |  3256 +----
 v1_1_0/os/tutorials/air_quality_sensor/index.html  |  3260 +----
 v1_1_0/os/tutorials/arduino_zero/index.html        |  3272 +----
 v1_1_0/os/tutorials/ble_bare_bones/index.html      |  3260 +----
 v1_1_0/os/tutorials/blehci_project/index.html      |  3258 +----
 v1_1_0/os/tutorials/bleprph/bleprph-adv/index.html |  3287 +----
 v1_1_0/os/tutorials/bleprph/bleprph-app/index.html |  3285 +----
 .../bleprph/bleprph-chr-access/index.html          |  3293 +----
 .../os/tutorials/bleprph/bleprph-conn/index.html   |  2840 ----
 .../tutorials/bleprph/bleprph-gap-event/index.html |  3291 +----
 .../os/tutorials/bleprph/bleprph-intro/index.html  |  3287 +----
 .../tutorials/bleprph/bleprph-svc-reg/index.html   |  3291 +----
 v1_1_0/os/tutorials/blinky/index.html              |  3277 +----
 v1_1_0/os/tutorials/blinky_console/index.html      |  3271 +----
 v1_1_0/os/tutorials/blinky_primo/index.html        |  3273 +----
 v1_1_0/os/tutorials/blinky_sram_olimex/index.html  |  2842 ----
 v1_1_0/os/tutorials/blinky_stm32f4disc/index.html  |  3271 +----
 v1_1_0/os/tutorials/blinky_windows/index.html      |  2974 ----
 v1_1_0/os/tutorials/codesize/index.html            |  3221 +----
 v1_1_0/os/tutorials/define_target/index.html       |  2689 ----
 v1_1_0/os/tutorials/eddystone/index.html           |  3251 +----
 v1_1_0/os/tutorials/event_queue/index.html         |  3223 +----
 v1_1_0/os/tutorials/ibeacon/index.html             |  3251 +----
 v1_1_0/os/tutorials/nRF52/index.html               |  3269 +----
 v1_1_0/os/tutorials/nrf52_adc/index.html           |  3251 +----
 v1_1_0/os/tutorials/olimex/index.html              |  3272 +----
 v1_1_0/os/tutorials/ota_upgrade_nrf52/index.html   |  3238 +----
 v1_1_0/os/tutorials/pics/STM32-E407_bot_small.jpg  |   Bin
 v1_1_0/os/tutorials/pics/STM32-E407_top_small.jpg  |   Bin
 v1_1_0/os/tutorials/pics/device_manager_ft232H.png |   Bin
 .../os/tutorials/pics/device_manager_no_ft232H.png |   Bin
 v1_1_0/os/tutorials/pics/mkr1000-jlink.jpg         |   Bin
 v1_1_0/os/tutorials/pics/mkr1000-serial.jpg        |   Bin
 v1_1_0/os/tutorials/pics/putty.png                 |   Bin
 v1_1_0/os/tutorials/pics/stm32f4_disc.jpg          |   Bin
 v1_1_0/os/tutorials/pin-wheel-mods/index.html      |  2765 ----
 .../os/tutorials/project-nrf52-slinky/index.html   |  3243 +----
 v1_1_0/os/tutorials/project-sim-slinky/index.html  |  3236 +----
 v1_1_0/os/tutorials/project-slinky/index.html      |  3238 +----
 .../os/tutorials/project-stm32-slinky/index.html   |  3243 +----
 v1_1_0/os/tutorials/rbnano2/index.html             |  3272 +----
 v1_1_0/os/tutorials/repo/add_repos/index.html      |  3239 +----
 v1_1_0/os/tutorials/repo/create_repo/index.html    |  3230 +----
 v1_1_0/os/tutorials/repo/private_repo/index.html   |  3221 +----
 v1_1_0/os/tutorials/repo/upgrade_repo/index.html   |  3221 +----
 v1_1_0/os/tutorials/segger_rtt/index.html          |  3216 +----
 v1_1_0/os/tutorials/segger_sysview/index.html      |  3217 +----
 .../sensors/sensor_bleprph_oic/index.html          |  3319 +----
 .../sensors/sensor_nrf52_bno055/index.html         |  3301 +----
 .../sensors/sensor_nrf52_bno055_oic/index.html     |  3300 +----
 .../sensors/sensor_offboard_config/index.html      |  3283 +----
 .../sensors/sensor_oic_overview/index.html         |  3296 +----
 .../sensors/sensor_thingy_lis2dh12_onb/index.html  |  3289 +----
 v1_1_0/os/tutorials/sensors/sensors/index.html     |  3283 +----
 v1_1_0/os/tutorials/tasks_lesson/index.html        |  3225 +----
 v1_1_0/os/tutorials/try_markdown/index.html        |  2725 ----
 v1_1_0/os/tutorials/tutorials/index.html           |  3197 +----
 v1_1_0/os/tutorials/unit_test/index.html           |  3242 +----
 v1_1_0/os/tutorials/wi-fi_on_arduino/index.html    |  3250 +----
 v1_1_0/pages/ble/index.html                        |  2977 +---
 v1_1_0/pages/configurability/index.html            |  2691 ----
 v1_1_0/pages/securitybullets/index.html            |  2860 +---
 v1_1_0/quick-start/index.html                      |  2860 +---
 v1_1_0/search.html                                 |   321 +
 v1_1_0/search/lunr.js                              |  2986 ----
 v1_1_0/search/main.js                              |    96 -
 v1_1_0/search/search_index.json                    |     1 -
 v1_1_0/search/worker.js                            |   128 -
 v1_1_0/sitemap.xml                                 |  2340 +---
 v1_1_0/sitemap.xml.gz                              |   Bin 3464 -> 0 bytes
 v1_1_0/talks/index.html                            |  2879 +---
 v1_2_0/404.html                                    |  2707 ----
 v1_2_0/FW-dist.png                                 |   Bin 0 -> 103732 bytes
 v1_2_0/about/index.html                            |  2928 +---
 v1_2_0/community/index.html                        |  2903 +---
 v1_2_0/css/base.css                                |   321 +-
 v1_2_0/css/bootstrap-3.0.3.min.css                 |     7 +
 v1_2_0/css/bootstrap-custom.min.css                |     1 -
 v1_2_0/css/custom.css                              |   476 +
 v1_2_0/css/font-awesome-4.0.3.css                  |  1338 ++
 v1_2_0/css/font-awesome.min.css                    |     4 -
 v1_2_0/css/highlight.css                           |   125 +
 v1_2_0/css/v2.css                                  |   158 +
 v1_2_0/documentation/index.html                    |  2708 ----
 v1_2_0/download/index.html                         |  2871 +---
 v1_2_0/events/index.html                           |  2872 +---
 v1_2_0/faq/answers/index.html                      |  3048 +----
 v1_2_0/faq/go_env/index.html                       |  3063 +----
 v1_2_0/faq/how_to_edit_docs/index.html             |  3057 +----
 v1_2_0/faq/ide/index.html                          |  3063 +----
 v1_2_0/faq/pics/debug_new_config_small.png         |   Bin
 v1_2_0/faq/pics/gdb_debug_small.png                |   Bin
 v1_2_0/faq/pics/gdb_server_small.png               |   Bin
 v1_2_0/faq/pics/gdb_small.png                      |   Bin
 v1_2_0/faq/pics/integrated_terminal_small.png      |   Bin
 v1_2_0/faq/pics/launch_small.png                   |   Bin
 v1_2_0/faq/pics/task_json_small.png                |   Bin
 v1_2_0/faq/pics/task_runner_small.png              |   Bin
 v1_2_0/faq/pics/task_select_small.png              |   Bin
 v1_2_0/faq/pics/task_start_small.png               |   Bin
 v1_2_0/fonts/fontawesome-webfont.eot               |   Bin 165742 -> 38205 bytes
 v1_2_0/fonts/fontawesome-webfont.svg               |  3079 +----
 v1_2_0/fonts/fontawesome-webfont.ttf               |   Bin 165548 -> 80652 bytes
 v1_2_0/fonts/fontawesome-webfont.woff              |   Bin 98024 -> 44432 bytes
 v1_2_0/fonts/fontawesome-webfont.woff2             |   Bin 77160 -> 0 bytes
 v1_2_0/fonts/glyphicons-halflings-regular.eot      |   Bin 20127 -> 0 bytes
 v1_2_0/fonts/glyphicons-halflings-regular.svg      |   288 -
 v1_2_0/fonts/glyphicons-halflings-regular.ttf      |   Bin 45404 -> 0 bytes
 v1_2_0/fonts/glyphicons-halflings-regular.woff     |   Bin 23424 -> 0 bytes
 v1_2_0/fonts/glyphicons-halflings-regular.woff2    |   Bin 18028 -> 0 bytes
 v1_2_0/img/01.png                                  |   Bin 0 -> 9109 bytes
 v1_2_0/img/FWdist.png                              |   Bin 0 -> 103765 bytes
 v1_2_0/img/MicrochipPIC32.jpg                      |   Bin 0 -> 7163 bytes
 v1_2_0/img/NimBLE_conn.png                         |   Bin 0 -> 32151 bytes
 v1_2_0/img/NimBLE_throughput.png                   |   Bin 0 -> 29290 bytes
 v1_2_0/img/OS_arch.png                             |   Bin 0 -> 75345 bytes
 v1_2_0/img/add_to_slack.png                        |   Bin 0 -> 5165 bytes
 v1_2_0/img/apache-feather.png                      |   Bin 0 -> 11402 bytes
 v1_2_0/img/arm_logo.gif                            |   Bin 0 -> 1582 bytes
 v1_2_0/img/asf_logo_wide.gif                       |   Bin 0 -> 7051 bytes
 v1_2_0/img/asf_logo_wide_small.png                 |   Bin 0 -> 32278 bytes
 v1_2_0/img/atmel.png                               |   Bin 0 -> 17367 bytes
 v1_2_0/img/combo_ble_lora.png                      |   Bin 0 -> 193382 bytes
 v1_2_0/img/concurrent_conn.png                     |   Bin 0 -> 33532 bytes
 v1_2_0/img/content-bg.png                          |   Bin 0 -> 155 bytes
 v1_2_0/img/cross-platform.svg                      |     6 +
 v1_2_0/img/cross-platforms.png                     |   Bin 0 -> 14324 bytes
 v1_2_0/img/egg-logo2.png                           |   Bin 0 -> 7241 bytes
 v1_2_0/img/favicon.ico                             |   Bin 1150 -> 0 bytes
 v1_2_0/img/folder.png                              |   Bin 0 -> 8414 bytes
 v1_2_0/img/grid.png                                |   Bin 1458 -> 0 bytes
 v1_2_0/img/json_logs.png                           |   Bin 0 -> 78102 bytes
 v1_2_0/img/logo.pdf                                |   Bin 0 -> 263048 bytes
 v1_2_0/img/logo.png                                |   Bin 0 -> 151595 bytes
 v1_2_0/img/logo.svg                                |  1652 +++
 v1_2_0/img/lora_config.png                         |   Bin 0 -> 161649 bytes
 v1_2_0/img/mynewt-logo-only-newt32x32.png          |   Bin 0 -> 1175 bytes
 v1_2_0/img/mynewt_dev_cycle.pdf                    |   Bin 0 -> 247703 bytes
 v1_2_0/img/newt-img.png                            |   Bin 0 -> 53081 bytes
 v1_2_0/img/newt.png                                |   Bin 0 -> 63501 bytes
 v1_2_0/img/nimble-full-perf.png                    |   Bin 0 -> 65334 bytes
 v1_2_0/img/perf_chart.png                          |   Bin 0 -> 31585 bytes
 v1_2_0/img/performance.png                         |   Bin 0 -> 9850 bytes
 v1_2_0/img/riscv-logo.png                          |   Bin 0 -> 15999 bytes
 v1_2_0/img/secure_img.png                          |   Bin 0 -> 130013 bytes
 v1_2_0/img/watch.png                               |   Bin 0 -> 10328 bytes
 v1_2_0/index.html                                  |  3059 +----
 v1_2_0/js/base.js                                  |   238 +-
 v1_2_0/js/custom.js                                |     0
 v1_2_0/js/highlight.pack.js                        |     2 +
 v1_2_0/known_issues/index.html                     |  3089 +----
 v1_2_0/mkdocs/js/lunr.min.js                       |     7 +
 v1_2_0/mkdocs/js/mustache.min.js                   |     1 +
 v1_2_0/mkdocs/js/require.js                        |    36 +
 v1_2_0/mkdocs/js/search-results-template.mustache  |     4 +
 v1_2_0/mkdocs/js/search.js                         |    88 +
 v1_2_0/mkdocs/js/text.js                           |   390 +
 v1_2_0/mkdocs/search_index.json                    | 13609 +++++++++++++++++++
 .../network/ble/ble_hs/ble_att/ble_att/index.html  |  3254 +----
 .../ble_att/functions/ble_att_mtu/index.html       |  3297 +----
 .../functions/ble_att_preferred_mtu/index.html     |  3297 +----
 .../functions/ble_att_set_preferred_mtu/index.html |  3297 +----
 .../functions/ble_att_svr_read_local/index.html    |  3301 +----
 .../functions/ble_att_svr_write_local/index.html   |  3301 +----
 v1_2_0/network/ble/ble_hs/ble_att/mdtoc/index.html |  2713 ----
 .../network/ble/ble_hs/ble_gap/ble_gap/index.html  |  3267 +----
 .../ble_gap/definitions/ble_gap_defs/index.html    |  3287 +----
 .../functions/ble_gap_adv_active/index.html        |  3498 ++---
 .../functions/ble_gap_adv_rsp_set_data/index.html  |  3500 ++---
 .../ble_gap_adv_rsp_set_fields/index.html          |  3500 ++---
 .../functions/ble_gap_adv_set_data/index.html      |  3500 ++---
 .../functions/ble_gap_adv_set_fields/index.html    |  3500 ++---
 .../functions/ble_gap_adv_set_phys/index.html      |  3500 ++---
 .../functions/ble_gap_adv_set_tx_power/index.html  |  3500 ++---
 .../ble_gap/functions/ble_gap_adv_start/index.html |  3500 ++---
 .../ble_gap/functions/ble_gap_adv_stop/index.html  |  3500 ++---
 .../functions/ble_gap_conn_active/index.html       |  3498 ++---
 .../functions/ble_gap_conn_cancel/index.html       |  3500 ++---
 .../ble_gap/functions/ble_gap_conn_find/index.html |  3498 ++---
 .../ble_gap/functions/ble_gap_conn_rssi/index.html |  3502 ++---
 .../ble_gap/functions/ble_gap_connect/index.html   |  3500 ++---
 .../ble_gap/functions/ble_gap_disc/index.html      |  3500 ++---
 .../functions/ble_gap_disc_active/index.html       |  3498 ++---
 .../functions/ble_gap_disc_cancel/index.html       |  3500 ++---
 .../functions/ble_gap_ext_connect/index.html       |  3500 ++---
 .../ble_gap/functions/ble_gap_ext_disc/index.html  |  3500 ++---
 .../functions/ble_gap_read_le_phy/index.html       |  3500 ++---
 .../functions/ble_gap_security_initiate/index.html |  3500 ++---
 .../functions/ble_gap_set_event_cb/index.html      |  3498 ++---
 .../ble_gap_set_prefered_default_le_phy/index.html |  3500 ++---
 .../ble_gap_set_prefered_le_phy/index.html         |  3499 ++---
 .../functions/ble_gap_set_priv_mode/index.html     |  3500 ++---
 .../ble_gap/functions/ble_gap_terminate/index.html |  3500 ++---
 .../functions/ble_gap_update_params/index.html     |  3500 ++---
 .../ble_gap/functions/ble_gap_wl_set/index.html    |  3500 ++---
 v1_2_0/network/ble/ble_hs/ble_gap/mdtoc/index.html |  2731 ----
 .../ble/ble_hs/ble_gattc/ble_gattc/index.html      |  3267 +----
 .../definitions/ble_gattc_defs/index.html          |  3287 +----
 .../functions/ble_gattc_disc_all_chrs/index.html   |  3444 +----
 .../functions/ble_gattc_disc_all_dscs/index.html   |  3444 +----
 .../functions/ble_gattc_disc_all_svcs/index.html   |  3442 +----
 .../ble_gattc_disc_chrs_by_uuid/index.html         |  3444 +----
 .../ble_gattc_disc_svc_by_uuid/index.html          |  3444 +----
 .../functions/ble_gattc_exchange_mtu/index.html    |  3444 +----
 .../functions/ble_gattc_find_inc_svcs/index.html   |  3444 +----
 .../functions/ble_gattc_indicate/index.html        |  3444 +----
 .../functions/ble_gattc_indicate_custom/index.html |  3444 +----
 .../functions/ble_gattc_notify/index.html          |  3444 +----
 .../functions/ble_gattc_notify_custom/index.html   |  3444 +----
 .../ble_gattc/functions/ble_gattc_read/index.html  |  3444 +----
 .../functions/ble_gattc_read_by_uuid/index.html    |  3444 +----
 .../functions/ble_gattc_read_long/index.html       |  3444 +----
 .../functions/ble_gattc_read_mult/index.html       |  3444 +----
 .../ble_gattc/functions/ble_gattc_write/index.html |  3444 +----
 .../functions/ble_gattc_write_flat/index.html      |  3444 +----
 .../functions/ble_gattc_write_long/index.html      |  3444 +----
 .../functions/ble_gattc_write_no_rsp/index.html    |  3444 +----
 .../ble_gattc_write_no_rsp_flat/index.html         |  3444 +----
 .../functions/ble_gattc_write_reliable/index.html  |  3442 +----
 .../network/ble/ble_hs/ble_gattc/mdtoc/index.html  |  2731 ----
 .../ble/ble_hs/ble_gatts/ble_gatts/index.html      |  3267 +----
 .../definitions/ble_gatts_defs/index.html          |  3287 +----
 .../functions/ble_gatts_add_svcs/index.html        |  3318 +----
 .../functions/ble_gatts_count_cfg/index.html       |  3318 +----
 .../functions/ble_gatts_find_chr/index.html        |  3318 +----
 .../functions/ble_gatts_find_dsc/index.html        |  3318 +----
 .../functions/ble_gatts_find_svc/index.html        |  3318 +----
 .../ble_gatts_svc_set_visibility/index.html        |  3318 +----
 .../network/ble/ble_hs/ble_gatts/mdtoc/index.html  |  2716 ----
 v1_2_0/network/ble/ble_hs/ble_hs/index.html        |  3235 +----
 .../ble/ble_hs/ble_hs_id/ble_hs_id/index.html      |  3254 +----
 .../functions/ble_hs_id_copy_addr/index.html       |  3281 +----
 .../functions/ble_hs_id_gen_rnd/index.html         |  3283 +----
 .../functions/ble_hs_id_set_rnd/index.html         |  3283 +----
 .../network/ble/ble_hs/ble_hs_id/mdtoc/index.html  |  2711 ----
 .../ble/ble_hs/ble_hs_return_codes/index.html      |  3279 +----
 .../ble_eddystone_set_adv_data_uid/index.html      |  3367 +----
 .../ble_eddystone_set_adv_data_url/index.html      |  3367 +----
 .../other/functions/ble_hs_evq_set/index.html      |  3365 +----
 .../other/functions/ble_hs_mbuf_att_pkt/index.html |  3365 +----
 .../functions/ble_hs_mbuf_from_flat/index.html     |  3365 +----
 .../other/functions/ble_hs_mbuf_to_flat/index.html |  3367 +----
 .../other/functions/ble_hs_sched_reset/index.html  |  3365 +----
 .../other/functions/ble_hs_synced/index.html       |  3365 +----
 .../functions/ble_ibeacon_set_adv_data/index.html  |  3367 +----
 .../ble_hs/other/functions/ble_uuid_cmp/index.html |  3365 +----
 .../functions/ble_uuid_init_from_buf/index.html    |  3365 +----
 .../other/functions/ble_uuid_to_str/index.html     |  3365 +----
 .../ble_hs/other/functions/ble_uuid_u16/index.html |  3365 +----
 v1_2_0/network/ble/ble_hs/other/mdtoc/index.html   |  2721 ----
 v1_2_0/network/ble/ble_hs/other/other/index.html   |  3254 +----
 v1_2_0/network/ble/ble_intro/index.html            |  3161 +----
 v1_2_0/network/ble/ble_sec/index.html              |  3159 +----
 v1_2_0/network/ble/ble_setup/ble_addr/index.html   |  3194 +----
 .../network/ble/ble_setup/ble_lp_clock/index.html  |  3187 +----
 .../ble/ble_setup/ble_setup_intro/index.html       |  3175 +----
 .../network/ble/ble_setup/ble_sync_cb/index.html   |  3190 +----
 v1_2_0/network/ble/bletiny/bletiny_GAP/index.html  |  3231 +----
 v1_2_0/network/ble/bletiny/bletiny_GATT/index.html |  3186 +----
 .../network/ble/bletiny/bletiny_advdata/index.html |  3185 +----
 v1_2_0/network/ble/bletiny/bletiny_api/index.html  |  3200 +----
 v1_2_0/network/ble/bletiny_api/index.html          |  2825 ----
 v1_2_0/network/ble/btshell/btshell_GAP/index.html  |  3194 +----
 v1_2_0/network/ble/btshell/btshell_GATT/index.html |  3186 +----
 .../network/ble/btshell/btshell_advdata/index.html |  3185 +----
 v1_2_0/network/ble/btshell/btshell_api/index.html  |  3200 +----
 v1_2_0/news/article1/index.html                    |  2705 ----
 v1_2_0/newt/command_list/newt_build/index.html     |  3286 +----
 v1_2_0/newt/command_list/newt_clean/index.html     |  3286 +----
 v1_2_0/newt/command_list/newt_complete/index.html  |  2732 ----
 .../newt/command_list/newt_create_image/index.html |  3286 +----
 v1_2_0/newt/command_list/newt_debug/index.html     |  3291 +----
 v1_2_0/newt/command_list/newt_help/index.html      |  3290 +----
 v1_2_0/newt/command_list/newt_info/index.html      |  3285 +----
 v1_2_0/newt/command_list/newt_install/index.html   |  3290 +----
 v1_2_0/newt/command_list/newt_load/index.html      |  3289 +----
 v1_2_0/newt/command_list/newt_mfg/index.html       |  3291 +----
 v1_2_0/newt/command_list/newt_new/index.html       |  3285 +----
 v1_2_0/newt/command_list/newt_pkg/index.html       |  3291 +----
 .../newt/command_list/newt_resign_image/index.html |  3286 +----
 v1_2_0/newt/command_list/newt_run/index.html       |  3291 +----
 v1_2_0/newt/command_list/newt_size/index.html      |  3292 +----
 v1_2_0/newt/command_list/newt_sync/index.html      |  3290 +----
 v1_2_0/newt/command_list/newt_target/index.html    |  3291 +----
 v1_2_0/newt/command_list/newt_test/index.html      |  3291 +----
 v1_2_0/newt/command_list/newt_upgrade/index.html   |  3290 +----
 v1_2_0/newt/command_list/newt_vals/index.html      |  3291 +----
 v1_2_0/newt/command_list/newt_version/index.html   |  3285 +----
 v1_2_0/newt/install/newt_linux/index.html          |  3195 +----
 v1_2_0/newt/install/newt_mac/index.html            |  3195 +----
 v1_2_0/newt/install/newt_windows/index.html        |  3194 +----
 v1_2_0/newt/install/prev_releases/index.html       |  3054 +----
 v1_2_0/newt/newt_intro/index.html                  |  3121 +----
 v1_2_0/newt/newt_operation/index.html              |  3130 +----
 v1_2_0/newt/newt_ops/index.html                    |  3284 +----
 .../newtmgr/command_list/newtmgr_config/index.html |  3235 +----
 .../newtmgr/command_list/newtmgr_conn/index.html   |  3236 +----
 .../newtmgr/command_list/newtmgr_crash/index.html  |  3235 +----
 .../command_list/newtmgr_datetime/index.html       |  3235 +----
 .../newtmgr/command_list/newtmgr_echo/index.html   |  3235 +----
 v1_2_0/newtmgr/command_list/newtmgr_fs/index.html  |  3235 +----
 .../newtmgr/command_list/newtmgr_image/index.html  |  3236 +----
 .../newtmgr/command_list/newtmgr_logs/index.html   |  3235 +----
 .../command_list/newtmgr_mpstats/index.html        |  3237 +----
 .../newtmgr/command_list/newtmgr_reset/index.html  |  3235 +----
 v1_2_0/newtmgr/command_list/newtmgr_run/index.html |  3235 +----
 .../newtmgr/command_list/newtmgr_stat/index.html   |  3237 +----
 .../command_list/newtmgr_taskstats/index.html      |  3239 +----
 v1_2_0/newtmgr/install_linux/index.html            |  3166 +----
 v1_2_0/newtmgr/install_mac/index.html              |  3159 +----
 v1_2_0/newtmgr/install_windows/index.html          |  3165 +----
 v1_2_0/newtmgr/overview/index.html                 |  3124 +----
 v1_2_0/newtmgr/prev_releases/index.html            |  3054 +----
 v1_2_0/newtmgr/protocol/index.html                 |  2711 ----
 v1_2_0/os/core_os/callout/callout/index.html       |  3496 ++---
 .../callout/os_callout_func_init/index.html        |  3535 ++---
 .../os/core_os/callout/os_callout_init/index.html  |  3535 ++---
 .../core_os/callout/os_callout_queued/index.html   |  3529 ++---
 .../os/core_os/callout/os_callout_reset/index.html |  3533 ++---
 .../os/core_os/callout/os_callout_stop/index.html  |  3532 ++---
 .../context_switch/context_switch/index.html       |  3485 ++---
 .../context_switch/os_arch_ctx_sw/index.html       |  3587 ++---
 .../os/core_os/context_switch/os_sched/index.html  |  3587 ++---
 .../context_switch/os_sched_ctx_sw_hook/index.html |  3587 ++---
 .../os_sched_get_current_task/index.html           |  3587 ++---
 .../context_switch/os_sched_insert/index.html      |  3586 ++---
 .../context_switch/os_sched_next_task/index.html   |  3586 ++---
 .../os_sched_os_timer_exp/index.html               |  3587 ++---
 .../context_switch/os_sched_remove/index.html      |  3587 ++---
 .../context_switch/os_sched_resort/index.html      |  3587 ++---
 .../os_sched_set_current_task/index.html           |  3586 ++---
 .../context_switch/os_sched_sleep/index.html       |  3587 ++---
 .../context_switch/os_sched_wakeup/index.html      |  3587 ++---
 v1_2_0/os/core_os/cputime/os_cputime/index.html    |  3487 ++---
 .../cputime/os_cputime_delay_nsecs/index.html      |  3595 ++---
 .../cputime/os_cputime_delay_ticks/index.html      |  3595 ++---
 .../cputime/os_cputime_delay_usecs/index.html      |  3595 ++---
 .../os/core_os/cputime/os_cputime_get32/index.html |  3595 ++---
 .../os/core_os/cputime/os_cputime_init/index.html  |  3595 ++---
 .../cputime/os_cputime_nsecs_to_ticks/index.html   |  3595 ++---
 .../cputime/os_cputime_ticks_to_nsecs/index.html   |  3595 ++---
 .../cputime/os_cputime_ticks_to_usecs/index.html   |  3595 ++---
 .../cputime/os_cputime_timer_init/index.html       |  3595 ++---
 .../cputime/os_cputime_timer_relative/index.html   |  3595 ++---
 .../cputime/os_cputime_timer_start/index.html      |  3595 ++---
 .../cputime/os_cputime_timer_stop/index.html       |  3595 ++---
 .../cputime/os_cputime_usecs_to_ticks/index.html   |  3595 ++---
 .../os/core_os/event_queue/event_queue/index.html  |  3486 ++---
 .../event_queue/os_eventq_designate/index.html     |  3555 ++---
 .../event_queue/os_eventq_dflt_get/index.html      |  3555 ++---
 .../event_queue/os_eventq_dflt_set/index.html      |  2751 ----
 .../core_os/event_queue/os_eventq_get/index.html   |  3555 ++---
 .../core_os/event_queue/os_eventq_init/index.html  |  3555 ++---
 .../event_queue/os_eventq_inited/index.html        |  3555 ++---
 .../core_os/event_queue/os_eventq_put/index.html   |  3554 ++---
 .../event_queue/os_eventq_remove/index.html        |  3555 ++---
 .../core_os/event_queue/os_eventq_run/index.html   |  3555 ++---
 v1_2_0/os/core_os/heap/heap/index.html             |  3492 ++---
 v1_2_0/os/core_os/heap/os_free/index.html          |  3515 ++---
 v1_2_0/os/core_os/heap/os_malloc/index.html        |  3515 ++---
 v1_2_0/os/core_os/heap/os_realloc/index.html       |  3515 ++---
 v1_2_0/os/core_os/mbuf/OS_MBUF_DATA/index.html     |  3708 ++---
 .../core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html   |  3709 ++---
 v1_2_0/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html   |  3708 ++---
 .../core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html |  3708 ++---
 v1_2_0/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html   |  3708 ++---
 .../core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html  |  3709 ++---
 v1_2_0/os/core_os/mbuf/OS_MBUF_USRHDR/index.html   |  3708 ++---
 .../os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html  |  3708 ++---
 v1_2_0/os/core_os/mbuf/mbuf/index.html             |  3526 ++---
 v1_2_0/os/core_os/mbuf/os_mbuf_adj/index.html      |  3710 ++---
 v1_2_0/os/core_os/mbuf/os_mbuf_append/index.html   |  3710 ++---
 v1_2_0/os/core_os/mbuf/os_mbuf_concat/index.html   |  3710 ++---
 v1_2_0/os/core_os/mbuf/os_mbuf_copydata/index.html |  3709 ++---
 v1_2_0/os/core_os/mbuf/os_mbuf_copyinto/index.html |  3709 ++---
 v1_2_0/os/core_os/mbuf/os_mbuf_dup/index.html      |  3709 ++---
 v1_2_0/os/core_os/mbuf/os_mbuf_extend/index.html   |  3709 ++---
 .../os/core_os/mbuf/os_mbuf_free_chain/index.html  |  3710 ++---
 v1_2_0/os/core_os/mbuf/os_mbuf_get/index.html      |  3710 ++---
 .../os/core_os/mbuf/os_mbuf_get_pkthdr/index.html  |  3710 ++---
 v1_2_0/os/core_os/mbuf/os_mbuf_memcmp/index.html   |  3710 ++---
 v1_2_0/os/core_os/mbuf/os_mbuf_off/index.html      |  3710 ++---
 .../os/core_os/mbuf/os_mbuf_pool_init/index.html   |  3710 ++---
 v1_2_0/os/core_os/mbuf/os_mbuf_prepend/index.html  |  3710 ++---
 v1_2_0/os/core_os/mbuf/os_mbuf_pullup/index.html   |  3710 ++---
 .../memory_pool/OS_MEMPOOL_BYTES/index.html        |  3539 ++---
 .../core_os/memory_pool/OS_MEMPOOL_SIZE/index.html |  3539 ++---
 .../os/core_os/memory_pool/memory_pool/index.html  |  3498 ++---
 .../core_os/memory_pool/os_memblock_get/index.html |  3539 ++---
 .../core_os/memory_pool/os_memblock_put/index.html |  3538 ++---
 .../os_mempool_info_get_next/index.html            |  3538 ++---
 .../core_os/memory_pool/os_mempool_init/index.html |  3539 ++---
 v1_2_0/os/core_os/mqueue/mqueue/index.html         |  3521 ++---
 v1_2_0/os/core_os/mqueue/os_mqueue_get/index.html  |  3549 ++---
 v1_2_0/os/core_os/mqueue/os_mqueue_init/index.html |  3550 ++---
 v1_2_0/os/core_os/mqueue/os_mqueue_put/index.html  |  3549 ++---
 v1_2_0/os/core_os/msys/msys/index.html             |  3519 ++---
 v1_2_0/os/core_os/msys/os_msys_get/index.html      |  3558 ++---
 .../os/core_os/msys/os_msys_get_pkthdr/index.html  |  3558 ++---
 v1_2_0/os/core_os/msys/os_msys_register/index.html |  3557 ++---
 v1_2_0/os/core_os/msys/os_msys_reset/index.html    |  3557 ++---
 v1_2_0/os/core_os/mutex/mutex/index.html           |  3492 ++---
 v1_2_0/os/core_os/mutex/os_mutex_init/index.html   |  3515 ++---
 v1_2_0/os/core_os/mutex/os_mutex_pend/index.html   |  3515 ++---
 .../os/core_os/mutex/os_mutex_release/index.html   |  3514 ++---
 v1_2_0/os/core_os/mynewt_os/index.html             |  3473 ++---
 v1_2_0/os/core_os/os_init/index.html               |  2724 ----
 v1_2_0/os/core_os/os_start/index.html              |  2724 ----
 v1_2_0/os/core_os/os_started/index.html            |  3480 ++---
 v1_2_0/os/core_os/porting/port_bsp/index.html      |  3365 +----
 v1_2_0/os/core_os/porting/port_cpu/index.html      |  3340 +----
 v1_2_0/os/core_os/porting/port_mcu/index.html      |  3338 +----
 v1_2_0/os/core_os/porting/port_os/index.html       |  3347 +----
 .../core_os/sanity/os_sanity_check_init/index.html |  3522 ++---
 .../sanity/os_sanity_check_register/index.html     |  3522 ++---
 .../sanity/os_sanity_check_reset/index.html        |  3522 ++---
 .../sanity/os_sanity_task_checkin/index.html       |  3522 ++---
 v1_2_0/os/core_os/sanity/sanity/index.html         |  3486 ++---
 v1_2_0/os/core_os/semaphore/os_sem_init/index.html |  3515 ++---
 v1_2_0/os/core_os/semaphore/os_sem_pend/index.html |  3515 ++---
 .../os/core_os/semaphore/os_sem_release/index.html |  3515 ++---
 v1_2_0/os/core_os/semaphore/semaphore/index.html   |  3492 ++---
 v1_2_0/os/core_os/task/os_task_count/index.html    |  3522 ++---
 .../core_os/task/os_task_info_get_next/index.html  |  3522 ++---
 v1_2_0/os/core_os/task/os_task_init/index.html     |  3522 ++---
 v1_2_0/os/core_os/task/os_task_remove/index.html   |  3522 ++---
 v1_2_0/os/core_os/task/task/index.html             |  3486 ++---
 .../os/core_os/time/os_get_uptime_usec/index.html  |  3547 ++---
 v1_2_0/os/core_os/time/os_gettimeofday/index.html  |  3547 ++---
 v1_2_0/os/core_os/time/os_settimeofday/index.html  |  3547 ++---
 v1_2_0/os/core_os/time/os_time/index.html          |  3488 ++---
 v1_2_0/os/core_os/time/os_time_advance/index.html  |  3547 ++---
 v1_2_0/os/core_os/time/os_time_delay/index.html    |  3547 ++---
 v1_2_0/os/core_os/time/os_time_get/index.html      |  3549 ++---
 .../os/core_os/time/os_time_ms_to_ticks/index.html |  3547 ++---
 v1_2_0/os/get_started/cross_tools/index.html       |  3188 +----
 v1_2_0/os/get_started/docker/index.html            |  3137 +----
 v1_2_0/os/get_started/get_started/index.html       |  3132 +----
 .../os/get_started/native_install_intro/index.html |  3186 +----
 v1_2_0/os/get_started/native_tools/index.html      |  3184 +----
 v1_2_0/os/get_started/project_create/index.html    |  3151 +----
 v1_2_0/os/get_started/serial_access/index.html     |  3144 +----
 v1_2_0/os/get_started/vocabulary/index.html        |  3093 +----
 v1_2_0/os/introduction/index.html                  |  3092 +----
 v1_2_0/os/modules/baselibc/index.html              |  3313 +----
 .../bootloader/boot_build_status/index.html        |  3526 ++---
 .../bootloader/boot_build_status_one/index.html    |  3526 ++---
 .../bootloader/boot_clear_status/index.html        |  3526 ++---
 .../modules/bootloader/boot_copy_area/index.html   |  3526 ++---
 .../modules/bootloader/boot_copy_image/index.html  |  3526 ++---
 .../modules/bootloader/boot_erase_area/index.html  |  3526 ++---
 .../modules/bootloader/boot_fill_slot/index.html   |  3526 ++---
 .../bootloader/boot_find_image_area_idx/index.html |  3526 ++---
 .../bootloader/boot_find_image_part/index.html     |  3526 ++---
 .../bootloader/boot_find_image_slot/index.html     |  3526 ++---
 v1_2_0/os/modules/bootloader/boot_go/index.html    |  3526 ++---
 .../modules/bootloader/boot_init_flash/index.html  |  3526 ++---
 .../modules/bootloader/boot_move_area/index.html   |  3526 ++---
 .../bootloader/boot_read_image_header/index.html   |  3526 ++---
 .../bootloader/boot_read_image_headers/index.html  |  3526 ++---
 .../modules/bootloader/boot_read_status/index.html |  3526 ++---
 .../bootloader/boot_select_image_slot/index.html   |  3526 ++---
 .../modules/bootloader/boot_slot_addr/index.html   |  3526 ++---
 .../bootloader/boot_slot_to_area_idx/index.html    |  3526 ++---
 .../modules/bootloader/boot_swap_areas/index.html  |  3526 ++---
 .../bootloader/boot_vect_delete_main/index.html    |  3526 ++---
 .../bootloader/boot_vect_delete_test/index.html    |  3526 ++---
 .../bootloader/boot_vect_read_main/index.html      |  3526 ++---
 .../bootloader/boot_vect_read_one/index.html       |  3526 ++---
 .../bootloader/boot_vect_read_test/index.html      |  3526 ++---
 .../bootloader/boot_write_status/index.html        |  3526 ++---
 v1_2_0/os/modules/bootloader/bootloader/index.html |  3347 +----
 v1_2_0/os/modules/console/console/index.html       |  3338 +----
 v1_2_0/os/modules/console/console_echo/index.html  |  3393 +----
 v1_2_0/os/modules/console/console_init/index.html  |  3392 +----
 .../os/modules/console/console_is_init/index.html  |  3392 +----
 .../os/modules/console/console_printf/index.html   |  3393 +----
 v1_2_0/os/modules/console/console_read/index.html  |  3392 +----
 .../modules/console/console_set_queues/index.html  |  3392 +----
 v1_2_0/os/modules/console/console_write/index.html |  3392 +----
 .../modules/devmgmt/customize_newtmgr/index.html   |  3330 +----
 v1_2_0/os/modules/devmgmt/newtmgr/index.html       |  3330 +----
 v1_2_0/os/modules/devmgmt/oicmgr/index.html        |  3330 +----
 v1_2_0/os/modules/drivers/driver/index.html        |  3331 +----
 v1_2_0/os/modules/drivers/flash/index.html         |  3361 +----
 v1_2_0/os/modules/drivers/mmc/index.html           |  3361 +----
 v1_2_0/os/modules/elua/elua/index.html             |  2736 ----
 v1_2_0/os/modules/elua/lua_init/index.html         |  2733 ----
 v1_2_0/os/modules/elua/lua_main/index.html         |  2746 ----
 v1_2_0/os/modules/fcb/fcb/index.html               |  3329 +----
 v1_2_0/os/modules/fcb/fcb_append/index.html        |  3417 +----
 v1_2_0/os/modules/fcb/fcb_append_finish/index.html |  3417 +----
 .../modules/fcb/fcb_append_to_scratch/index.html   |  3417 +----
 v1_2_0/os/modules/fcb/fcb_clear/index.html         |  3417 +----
 v1_2_0/os/modules/fcb/fcb_getnext/index.html       |  3417 +----
 v1_2_0/os/modules/fcb/fcb_init/index.html          |  3417 +----
 v1_2_0/os/modules/fcb/fcb_is_empty/index.html      |  3417 +----
 v1_2_0/os/modules/fcb/fcb_offset_last_n/index.html |  3417 +----
 v1_2_0/os/modules/fcb/fcb_rotate/index.html        |  3417 +----
 v1_2_0/os/modules/fcb/fcb_walk/index.html          |  3417 +----
 v1_2_0/os/modules/fs/fatfs/index.html              |  3355 +----
 v1_2_0/os/modules/fs/fs/fs/index.html              |  3395 +----
 v1_2_0/os/modules/fs/fs/fs_close/index.html        |  3543 ++---
 v1_2_0/os/modules/fs/fs/fs_closedir/index.html     |  3542 ++---
 .../os/modules/fs/fs/fs_dirent_is_dir/index.html   |  3542 ++---
 v1_2_0/os/modules/fs/fs/fs_dirent_name/index.html  |  3543 ++---
 v1_2_0/os/modules/fs/fs/fs_filelen/index.html      |  3542 ++---
 v1_2_0/os/modules/fs/fs/fs_getpos/index.html       |  3542 ++---
 v1_2_0/os/modules/fs/fs/fs_mkdir/index.html        |  3543 ++---
 v1_2_0/os/modules/fs/fs/fs_open/index.html         |  3543 ++---
 v1_2_0/os/modules/fs/fs/fs_opendir/index.html      |  3543 ++---
 v1_2_0/os/modules/fs/fs/fs_ops/index.html          |  3403 +----
 v1_2_0/os/modules/fs/fs/fs_read/index.html         |  3542 ++---
 v1_2_0/os/modules/fs/fs/fs_readdir/index.html      |  3542 ++---
 v1_2_0/os/modules/fs/fs/fs_register/index.html     |  3542 ++---
 v1_2_0/os/modules/fs/fs/fs_rename/index.html       |  3543 ++---
 v1_2_0/os/modules/fs/fs/fs_return_codes/index.html |  3393 +----
 v1_2_0/os/modules/fs/fs/fs_seek/index.html         |  3543 ++---
 v1_2_0/os/modules/fs/fs/fs_unlink/index.html       |  3542 ++---
 v1_2_0/os/modules/fs/fs/fs_write/index.html        |  3543 ++---
 .../os/modules/fs/fs/fsutil_read_file/index.html   |  3543 ++---
 .../os/modules/fs/fs/fsutil_write_file/index.html  |  3542 ++---
 v1_2_0/os/modules/fs/nffs/nffs/index.html          |  3396 +----
 .../os/modules/fs/nffs/nffs_area_desc/index.html   |  3412 +----
 v1_2_0/os/modules/fs/nffs/nffs_config/index.html   |  3412 +----
 v1_2_0/os/modules/fs/nffs/nffs_detect/index.html   |  3422 +----
 v1_2_0/os/modules/fs/nffs/nffs_format/index.html   |  3422 +----
 v1_2_0/os/modules/fs/nffs/nffs_init/index.html     |  3420 +----
 .../os/modules/fs/nffs/nffs_internals/index.html   |  3405 +----
 v1_2_0/os/modules/fs/otherfs/index.html            |  3357 +----
 v1_2_0/os/modules/hal/hal/index.html               |  3350 +----
 v1_2_0/os/modules/hal/hal_api/index.html           |  3442 +----
 v1_2_0/os/modules/hal/hal_bsp/hal_bsp/index.html   |  3445 +----
 v1_2_0/os/modules/hal/hal_creation/index.html      |  3344 +----
 .../os/modules/hal/hal_flash/hal_flash/index.html  |  3463 ++---
 .../modules/hal/hal_flash/hal_flash_int/index.html |  3463 ++---
 v1_2_0/os/modules/hal/hal_gpio/hal_gpio/index.html |  3445 +----
 v1_2_0/os/modules/hal/hal_i2c/hal_i2c/index.html   |  3446 +----
 v1_2_0/os/modules/hal/hal_in_libraries/index.html  |  3335 +----
 .../modules/hal/hal_os_tick/hal_os_tick/index.html |  3445 +----
 v1_2_0/os/modules/hal/hal_spi/hal_spi/index.html   |  3445 +----
 .../os/modules/hal/hal_system/hal_sys/index.html   |  3445 +----
 .../os/modules/hal/hal_timer/hal_timer/index.html  |  3445 +----
 v1_2_0/os/modules/hal/hal_uart/hal_uart/index.html |  3445 +----
 .../hal/hal_watchdog/hal_watchdog/index.html       |  3445 +----
 v1_2_0/os/modules/imgmgr/imgmgr/index.html         |  3328 +----
 .../modules/imgmgr/imgmgr_module_init/index.html   |  2721 ----
 v1_2_0/os/modules/imgmgr/imgr_ver_parse/index.html |  3349 +----
 v1_2_0/os/modules/imgmgr/imgr_ver_str/index.html   |  3349 +----
 v1_2_0/os/modules/json/json/index.html             |  3332 +----
 .../json/json_encode_object_entry/index.html       |  3376 +----
 .../json/json_encode_object_finish/index.html      |  3376 +----
 .../modules/json/json_encode_object_key/index.html |  3376 +----
 .../json/json_encode_object_start/index.html       |  3376 +----
 v1_2_0/os/modules/json/json_read_object/index.html |  3376 +----
 v1_2_0/os/modules/logs/logs/index.html             |  3328 +----
 .../modules/sensor_framework/sensor_api/index.html |  3405 +----
 .../sensor_framework/sensor_create/index.html      |  3364 +----
 .../sensor_framework/sensor_driver/index.html      |  3376 +----
 .../sensor_framework_overview/index.html           |  3360 +----
 .../sensor_listener_api/index.html                 |  3393 +----
 .../sensor_framework/sensor_mgr_api/index.html     |  3403 +----
 .../modules/sensor_framework/sensor_oic/index.html |  3389 +----
 .../sensor_framework/sensor_shell/index.html       |  3339 +----
 v1_2_0/os/modules/shell/shell/index.html           |  3334 +----
 .../os/modules/shell/shell_cmd_register/index.html |  3393 +----
 v1_2_0/os/modules/shell/shell_evq_set/index.html   |  3392 +----
 .../shell/shell_nlip_input_register/index.html     |  3392 +----
 .../os/modules/shell/shell_nlip_output/index.html  |  3392 +----
 v1_2_0/os/modules/shell/shell_register/index.html  |  3393 +----
 .../shell_register_app_cmd_handler/index.html      |  3392 +----
 .../shell/shell_register_default_module/index.html |  3392 +----
 v1_2_0/os/modules/split/split/index.html           |  3327 +----
 v1_2_0/os/modules/stats/stats/index.html           |  3324 +----
 .../sysinitconfig/sysconfig_error/index.html       |  3336 +----
 .../modules/sysinitconfig/sysinitconfig/index.html |  3339 +----
 v1_2_0/os/modules/testutil/test_assert/index.html  |  3393 +----
 v1_2_0/os/modules/testutil/test_case/index.html    |  3392 +----
 v1_2_0/os/modules/testutil/test_decl/index.html    |  3392 +----
 v1_2_0/os/modules/testutil/test_pass/index.html    |  3392 +----
 v1_2_0/os/modules/testutil/test_suite/index.html   |  3392 +----
 v1_2_0/os/modules/testutil/testutil/index.html     |  3333 +----
 v1_2_0/os/modules/testutil/tu_init/index.html      |  3392 +----
 v1_2_0/os/modules/testutil/tu_restart/index.html   |  3392 +----
 v1_2_0/os/os_user_guide/index.html                 |  3302 +----
 v1_2_0/os/tutorials/STM32F303/index.html           |  2885 ----
 v1_2_0/os/tutorials/add_newtmgr/index.html         |  3270 +----
 v1_2_0/os/tutorials/air_quality_ble/index.html     |  3289 +----
 v1_2_0/os/tutorials/air_quality_sensor/index.html  |  3293 +----
 v1_2_0/os/tutorials/arduino_zero/index.html        |  3305 +----
 v1_2_0/os/tutorials/ble_bare_bones/index.html      |  3293 +----
 v1_2_0/os/tutorials/blehci_project/index.html      |  3291 +----
 v1_2_0/os/tutorials/bleprph/bleprph-adv/index.html |  3320 +----
 v1_2_0/os/tutorials/bleprph/bleprph-app/index.html |  3318 +----
 .../bleprph/bleprph-chr-access/index.html          |  3326 +----
 .../os/tutorials/bleprph/bleprph-conn/index.html   |  2858 ----
 .../tutorials/bleprph/bleprph-gap-event/index.html |  3324 +----
 .../os/tutorials/bleprph/bleprph-intro/index.html  |  3320 +----
 .../tutorials/bleprph/bleprph-svc-reg/index.html   |  3324 +----
 v1_2_0/os/tutorials/blinky/index.html              |  3310 +----
 v1_2_0/os/tutorials/blinky_console/index.html      |  3304 +----
 v1_2_0/os/tutorials/blinky_primo/index.html        |  3306 +----
 v1_2_0/os/tutorials/blinky_sram_olimex/index.html  |  2860 ----
 v1_2_0/os/tutorials/blinky_stm32f4disc/index.html  |  3304 +----
 v1_2_0/os/tutorials/blinky_windows/index.html      |  2992 ----
 v1_2_0/os/tutorials/codesize/index.html            |  3254 +----
 v1_2_0/os/tutorials/define_target/index.html       |  2707 ----
 v1_2_0/os/tutorials/eddystone/index.html           |  3284 +----
 v1_2_0/os/tutorials/event_queue/index.html         |  3256 +----
 v1_2_0/os/tutorials/ibeacon/index.html             |  3284 +----
 v1_2_0/os/tutorials/lora/lorawanapp/index.html     |  3257 +----
 v1_2_0/os/tutorials/nRF52/index.html               |  3302 +----
 v1_2_0/os/tutorials/nrf52_adc/index.html           |  3284 +----
 v1_2_0/os/tutorials/olimex/index.html              |  3305 +----
 v1_2_0/os/tutorials/ota_upgrade_nrf52/index.html   |  3271 +----
 v1_2_0/os/tutorials/pics/STM32-E407_bot_small.jpg  |   Bin
 v1_2_0/os/tutorials/pics/STM32-E407_top_small.jpg  |   Bin
 v1_2_0/os/tutorials/pics/device_manager_ft232H.png |   Bin
 .../os/tutorials/pics/device_manager_no_ft232H.png |   Bin
 v1_2_0/os/tutorials/pics/mkr1000-jlink.jpg         |   Bin
 v1_2_0/os/tutorials/pics/mkr1000-serial.jpg        |   Bin
 v1_2_0/os/tutorials/pics/putty.png                 |   Bin
 v1_2_0/os/tutorials/pics/stm32f4_disc.jpg          |   Bin
 v1_2_0/os/tutorials/pin-wheel-mods/index.html      |  2783 ----
 .../os/tutorials/project-nrf52-slinky/index.html   |  3276 +----
 v1_2_0/os/tutorials/project-sim-slinky/index.html  |  3269 +----
 v1_2_0/os/tutorials/project-slinky/index.html      |  3271 +----
 .../os/tutorials/project-stm32-slinky/index.html   |  3276 +----
 v1_2_0/os/tutorials/rbnano2/index.html             |  3305 +----
 v1_2_0/os/tutorials/repo/add_repos/index.html      |  3272 +----
 v1_2_0/os/tutorials/repo/create_repo/index.html    |  3263 +----
 v1_2_0/os/tutorials/repo/private_repo/index.html   |  3254 +----
 v1_2_0/os/tutorials/repo/upgrade_repo/index.html   |  3254 +----
 v1_2_0/os/tutorials/segger_rtt/index.html          |  3249 +----
 v1_2_0/os/tutorials/segger_sysview/index.html      |  3250 +----
 .../sensors/sensor_bleprph_oic/index.html          |  3352 +----
 .../sensors/sensor_nrf52_bno055/index.html         |  3334 +----
 .../sensors/sensor_nrf52_bno055_oic/index.html     |  3333 +----
 .../sensors/sensor_offboard_config/index.html      |  3316 +----
 .../sensors/sensor_oic_overview/index.html         |  3329 +----
 .../sensors/sensor_thingy_lis2dh12_onb/index.html  |  3322 +----
 v1_2_0/os/tutorials/sensors/sensors/index.html     |  3316 +----
 v1_2_0/os/tutorials/tasks_lesson/index.html        |  3258 +----
 v1_2_0/os/tutorials/try_markdown/index.html        |  2743 ----
 v1_2_0/os/tutorials/tutorials/index.html           |  3230 +----
 v1_2_0/os/tutorials/unit_test/index.html           |  3275 +----
 v1_2_0/os/tutorials/wi-fi_on_arduino/index.html    |  3283 +----
 v1_2_0/pages/ble/index.html                        |  2995 +---
 v1_2_0/pages/configurability/index.html            |  2709 ----
 v1_2_0/pages/securitybullets/index.html            |  2878 +---
 v1_2_0/quick-start/index.html                      |  2878 +---
 v1_2_0/search.html                                 |   323 +
 v1_2_0/search/lunr.js                              |  2986 ----
 v1_2_0/search/main.js                              |    96 -
 v1_2_0/search/search_index.json                    |     1 -
 v1_2_0/search/worker.js                            |   128 -
 v1_2_0/sitemap.xml                                 |  2351 +---
 v1_2_0/sitemap.xml.gz                              |   Bin 3488 -> 0 bytes
 v1_2_0/talks/index.html                            |  2897 +---
 v1_3_0/404.html                                    |  2703 ----
 v1_3_0/FW-dist.png                                 |   Bin 0 -> 103732 bytes
 v1_3_0/about/index.html                            |  2923 +---
 v1_3_0/community/index.html                        |  2898 +---
 v1_3_0/css/base.css                                |   321 +-
 v1_3_0/css/bootstrap-3.0.3.min.css                 |     7 +
 v1_3_0/css/bootstrap-custom.min.css                |     1 -
 v1_3_0/css/custom.css                              |   476 +
 v1_3_0/css/font-awesome-4.0.3.css                  |  1338 ++
 v1_3_0/css/font-awesome.min.css                    |     4 -
 v1_3_0/css/highlight.css                           |   125 +
 v1_3_0/css/v2.css                                  |   158 +
 v1_3_0/documentation/index.html                    |  2872 +---
 v1_3_0/download/index.html                         |  2866 +---
 v1_3_0/events/index.html                           |  2853 +---
 v1_3_0/faq/answers/index.html                      |  3049 +----
 v1_3_0/faq/go_env/index.html                       |  3064 +----
 v1_3_0/faq/how_to_edit_docs/index.html             |  3058 +----
 v1_3_0/faq/ide/index.html                          |  3064 +----
 v1_3_0/faq/pics/debug_new_config_small.png         |   Bin
 v1_3_0/faq/pics/gdb_debug_small.png                |   Bin
 v1_3_0/faq/pics/gdb_server_small.png               |   Bin
 v1_3_0/faq/pics/gdb_small.png                      |   Bin
 v1_3_0/faq/pics/integrated_terminal_small.png      |   Bin
 v1_3_0/faq/pics/launch_small.png                   |   Bin
 v1_3_0/faq/pics/task_json_small.png                |   Bin
 v1_3_0/faq/pics/task_runner_small.png              |   Bin
 v1_3_0/faq/pics/task_select_small.png              |   Bin
 v1_3_0/faq/pics/task_start_small.png               |   Bin
 v1_3_0/fonts/fontawesome-webfont.eot               |   Bin 165742 -> 38205 bytes
 v1_3_0/fonts/fontawesome-webfont.svg               |  3079 +----
 v1_3_0/fonts/fontawesome-webfont.ttf               |   Bin 165548 -> 80652 bytes
 v1_3_0/fonts/fontawesome-webfont.woff              |   Bin 98024 -> 44432 bytes
 v1_3_0/fonts/fontawesome-webfont.woff2             |   Bin 77160 -> 0 bytes
 v1_3_0/fonts/glyphicons-halflings-regular.eot      |   Bin 20127 -> 0 bytes
 v1_3_0/fonts/glyphicons-halflings-regular.svg      |   288 -
 v1_3_0/fonts/glyphicons-halflings-regular.ttf      |   Bin 45404 -> 0 bytes
 v1_3_0/fonts/glyphicons-halflings-regular.woff     |   Bin 23424 -> 0 bytes
 v1_3_0/fonts/glyphicons-halflings-regular.woff2    |   Bin 18028 -> 0 bytes
 v1_3_0/img/01.png                                  |   Bin 0 -> 9109 bytes
 v1_3_0/img/FWdist.png                              |   Bin 0 -> 103765 bytes
 v1_3_0/img/MicrochipPIC32.jpg                      |   Bin 0 -> 7163 bytes
 v1_3_0/img/NimBLE_conn.png                         |   Bin 0 -> 32151 bytes
 v1_3_0/img/NimBLE_throughput.png                   |   Bin 0 -> 29290 bytes
 v1_3_0/img/OS_arch.png                             |   Bin 0 -> 75345 bytes
 v1_3_0/img/add_to_slack.png                        |   Bin 0 -> 5165 bytes
 v1_3_0/img/apache-feather.png                      |   Bin 0 -> 11402 bytes
 v1_3_0/img/arm_logo.gif                            |   Bin 0 -> 1582 bytes
 v1_3_0/img/asf_logo_wide.gif                       |   Bin 0 -> 7051 bytes
 v1_3_0/img/asf_logo_wide_small.png                 |   Bin 0 -> 32278 bytes
 v1_3_0/img/atmel.png                               |   Bin 0 -> 17367 bytes
 v1_3_0/img/combo_ble_lora.png                      |   Bin 0 -> 193382 bytes
 v1_3_0/img/concurrent_conn.png                     |   Bin 0 -> 33532 bytes
 v1_3_0/img/content-bg.png                          |   Bin 0 -> 155 bytes
 v1_3_0/img/cross-platform.svg                      |     6 +
 v1_3_0/img/cross-platforms.png                     |   Bin 0 -> 14324 bytes
 v1_3_0/img/egg-logo2.png                           |   Bin 0 -> 7241 bytes
 v1_3_0/img/favicon.ico                             |   Bin 1150 -> 0 bytes
 v1_3_0/img/folder.png                              |   Bin 0 -> 8414 bytes
 v1_3_0/img/grid.png                                |   Bin 1458 -> 0 bytes
 v1_3_0/img/json_logs.png                           |   Bin 0 -> 78102 bytes
 v1_3_0/img/logo.pdf                                |   Bin 0 -> 263048 bytes
 v1_3_0/img/logo.png                                |   Bin 0 -> 151595 bytes
 v1_3_0/img/logo.svg                                |  1652 +++
 v1_3_0/img/lora_config.png                         |   Bin 0 -> 161649 bytes
 v1_3_0/img/mynewt-logo-only-newt32x32.png          |   Bin 0 -> 1175 bytes
 v1_3_0/img/mynewt_dev_cycle.pdf                    |   Bin 0 -> 247703 bytes
 v1_3_0/img/newt-img.png                            |   Bin 0 -> 53081 bytes
 v1_3_0/img/newt.png                                |   Bin 0 -> 63501 bytes
 v1_3_0/img/nimble-full-perf.png                    |   Bin 0 -> 65334 bytes
 v1_3_0/img/perf_chart.png                          |   Bin 0 -> 31585 bytes
 v1_3_0/img/performance.png                         |   Bin 0 -> 9850 bytes
 v1_3_0/img/riscv-logo.png                          |   Bin 0 -> 15999 bytes
 v1_3_0/img/secure_img.png                          |   Bin 0 -> 130013 bytes
 v1_3_0/img/watch.png                               |   Bin 0 -> 10328 bytes
 v1_3_0/index.html                                  |  3046 +----
 v1_3_0/js/base.js                                  |   238 +-
 v1_3_0/js/custom.js                                |     0
 v1_3_0/js/highlight.pack.js                        |     2 +
 v1_3_0/known_issues/index.html                     |  3090 +----
 v1_3_0/mkdocs/js/lunr.min.js                       |     7 +
 v1_3_0/mkdocs/js/mustache.min.js                   |     1 +
 v1_3_0/mkdocs/js/require.js                        |    36 +
 v1_3_0/mkdocs/js/search-results-template.mustache  |     4 +
 v1_3_0/mkdocs/js/search.js                         |    88 +
 v1_3_0/mkdocs/js/text.js                           |   390 +
 v1_3_0/mkdocs/search_index.json                    | 13564 ++++++++++++++++++
 v1_3_0/network/ble/ble_blemesh/index.html          |  3169 +----
 .../network/ble/ble_hs/ble_att/ble_att/index.html  |  3255 +----
 .../ble_att/functions/ble_att_mtu/index.html       |  3298 +----
 .../functions/ble_att_preferred_mtu/index.html     |  3298 +----
 .../functions/ble_att_set_preferred_mtu/index.html |  3298 +----
 .../functions/ble_att_svr_read_local/index.html    |  3302 +----
 .../functions/ble_att_svr_write_local/index.html   |  3302 +----
 v1_3_0/network/ble/ble_hs/ble_att/mdtoc/index.html |  2709 ----
 .../network/ble/ble_hs/ble_gap/ble_gap/index.html  |  3268 +----
 .../ble_gap/definitions/ble_gap_defs/index.html    |  3288 +----
 .../functions/ble_gap_adv_active/index.html        |  3499 ++---
 .../functions/ble_gap_adv_rsp_set_data/index.html  |  3501 ++---
 .../ble_gap_adv_rsp_set_fields/index.html          |  3501 ++---
 .../functions/ble_gap_adv_set_data/index.html      |  3501 ++---
 .../functions/ble_gap_adv_set_fields/index.html    |  3501 ++---
 .../functions/ble_gap_adv_set_phys/index.html      |  3501 ++---
 .../functions/ble_gap_adv_set_tx_power/index.html  |  3501 ++---
 .../ble_gap/functions/ble_gap_adv_start/index.html |  3501 ++---
 .../ble_gap/functions/ble_gap_adv_stop/index.html  |  3501 ++---
 .../functions/ble_gap_conn_active/index.html       |  3499 ++---
 .../functions/ble_gap_conn_cancel/index.html       |  3501 ++---
 .../ble_gap/functions/ble_gap_conn_find/index.html |  3499 ++---
 .../ble_gap/functions/ble_gap_conn_rssi/index.html |  3503 ++---
 .../ble_gap/functions/ble_gap_connect/index.html   |  3501 ++---
 .../ble_gap/functions/ble_gap_disc/index.html      |  3501 ++---
 .../functions/ble_gap_disc_active/index.html       |  3499 ++---
 .../functions/ble_gap_disc_cancel/index.html       |  3501 ++---
 .../functions/ble_gap_ext_connect/index.html       |  3501 ++---
 .../ble_gap/functions/ble_gap_ext_disc/index.html  |  3501 ++---
 .../functions/ble_gap_read_le_phy/index.html       |  3501 ++---
 .../functions/ble_gap_security_initiate/index.html |  3501 ++---
 .../functions/ble_gap_set_event_cb/index.html      |  3499 ++---
 .../ble_gap_set_prefered_default_le_phy/index.html |  3501 ++---
 .../ble_gap_set_prefered_le_phy/index.html         |  3500 ++---
 .../functions/ble_gap_set_priv_mode/index.html     |  3501 ++---
 .../ble_gap/functions/ble_gap_terminate/index.html |  3501 ++---
 .../functions/ble_gap_update_params/index.html     |  3501 ++---
 .../ble_gap/functions/ble_gap_wl_set/index.html    |  3501 ++---
 v1_3_0/network/ble/ble_hs/ble_gap/mdtoc/index.html |  2727 ----
 .../ble/ble_hs/ble_gattc/ble_gattc/index.html      |  3268 +----
 .../definitions/ble_gattc_defs/index.html          |  3288 +----
 .../functions/ble_gattc_disc_all_chrs/index.html   |  3445 +----
 .../functions/ble_gattc_disc_all_dscs/index.html   |  3445 +----
 .../functions/ble_gattc_disc_all_svcs/index.html   |  3443 +----
 .../ble_gattc_disc_chrs_by_uuid/index.html         |  3445 +----
 .../ble_gattc_disc_svc_by_uuid/index.html          |  3445 +----
 .../functions/ble_gattc_exchange_mtu/index.html    |  3445 +----
 .../functions/ble_gattc_find_inc_svcs/index.html   |  3445 +----
 .../functions/ble_gattc_indicate/index.html        |  3445 +----
 .../functions/ble_gattc_indicate_custom/index.html |  3445 +----
 .../functions/ble_gattc_notify/index.html          |  3445 +----
 .../functions/ble_gattc_notify_custom/index.html   |  3445 +----
 .../ble_gattc/functions/ble_gattc_read/index.html  |  3445 +----
 .../functions/ble_gattc_read_by_uuid/index.html    |  3445 +----
 .../functions/ble_gattc_read_long/index.html       |  3445 +----
 .../functions/ble_gattc_read_mult/index.html       |  3445 +----
 .../ble_gattc/functions/ble_gattc_write/index.html |  3445 +----
 .../functions/ble_gattc_write_flat/index.html      |  3445 +----
 .../functions/ble_gattc_write_long/index.html      |  3445 +----
 .../functions/ble_gattc_write_no_rsp/index.html    |  3445 +----
 .../ble_gattc_write_no_rsp_flat/index.html         |  3445 +----
 .../functions/ble_gattc_write_reliable/index.html  |  3443 +----
 .../network/ble/ble_hs/ble_gattc/mdtoc/index.html  |  2727 ----
 .../ble/ble_hs/ble_gatts/ble_gatts/index.html      |  3268 +----
 .../definitions/ble_gatts_defs/index.html          |  3288 +----
 .../functions/ble_gatts_add_svcs/index.html        |  3319 +----
 .../functions/ble_gatts_count_cfg/index.html       |  3319 +----
 .../functions/ble_gatts_find_chr/index.html        |  3319 +----
 .../functions/ble_gatts_find_dsc/index.html        |  3319 +----
 .../functions/ble_gatts_find_svc/index.html        |  3319 +----
 .../ble_gatts_svc_set_visibility/index.html        |  3319 +----
 .../network/ble/ble_hs/ble_gatts/mdtoc/index.html  |  2712 ----
 v1_3_0/network/ble/ble_hs/ble_hs/index.html        |  3236 +----
 .../ble/ble_hs/ble_hs_id/ble_hs_id/index.html      |  3255 +----
 .../functions/ble_hs_id_copy_addr/index.html       |  3282 +----
 .../functions/ble_hs_id_gen_rnd/index.html         |  3284 +----
 .../functions/ble_hs_id_set_rnd/index.html         |  3284 +----
 .../network/ble/ble_hs/ble_hs_id/mdtoc/index.html  |  2707 ----
 .../ble/ble_hs/ble_hs_return_codes/index.html      |  3280 +----
 .../ble_eddystone_set_adv_data_uid/index.html      |  3368 +----
 .../ble_eddystone_set_adv_data_url/index.html      |  3368 +----
 .../other/functions/ble_hs_evq_set/index.html      |  3366 +----
 .../other/functions/ble_hs_mbuf_att_pkt/index.html |  3366 +----
 .../functions/ble_hs_mbuf_from_flat/index.html     |  3366 +----
 .../other/functions/ble_hs_mbuf_to_flat/index.html |  3368 +----
 .../other/functions/ble_hs_sched_reset/index.html  |  3366 +----
 .../other/functions/ble_hs_synced/index.html       |  3366 +----
 .../functions/ble_ibeacon_set_adv_data/index.html  |  3368 +----
 .../ble_hs/other/functions/ble_uuid_cmp/index.html |  3366 +----
 .../functions/ble_uuid_init_from_buf/index.html    |  3366 +----
 .../other/functions/ble_uuid_to_str/index.html     |  3366 +----
 .../ble_hs/other/functions/ble_uuid_u16/index.html |  3366 +----
 v1_3_0/network/ble/ble_hs/other/mdtoc/index.html   |  2717 ----
 v1_3_0/network/ble/ble_hs/other/other/index.html   |  3255 +----
 v1_3_0/network/ble/ble_intro/index.html            |  3162 +----
 v1_3_0/network/ble/ble_mesh/index.html             |  3174 +----
 v1_3_0/network/ble/ble_sec/index.html              |  3160 +----
 v1_3_0/network/ble/ble_setup/ble_addr/index.html   |  3195 +----
 .../network/ble/ble_setup/ble_lp_clock/index.html  |  3189 +----
 .../ble/ble_setup/ble_setup_intro/index.html       |  3176 +----
 .../network/ble/ble_setup/ble_sync_cb/index.html   |  3191 +----
 v1_3_0/network/ble/btshell/btshell_GAP/index.html  |  3194 +----
 v1_3_0/network/ble/btshell/btshell_GATT/index.html |  3188 +----
 .../network/ble/btshell/btshell_advdata/index.html |  3186 +----
 v1_3_0/network/ble/btshell/btshell_api/index.html  |  3201 +----
 v1_3_0/news/article1/index.html                    |  2701 ----
 v1_3_0/newt/command_list/newt_build/index.html     |  3287 +----
 v1_3_0/newt/command_list/newt_clean/index.html     |  3287 +----
 v1_3_0/newt/command_list/newt_complete/index.html  |  2728 ----
 .../newt/command_list/newt_create_image/index.html |  3287 +----
 v1_3_0/newt/command_list/newt_debug/index.html     |  3292 +----
 v1_3_0/newt/command_list/newt_help/index.html      |  3291 +----
 v1_3_0/newt/command_list/newt_info/index.html      |  3286 +----
 v1_3_0/newt/command_list/newt_install/index.html   |  3291 +----
 v1_3_0/newt/command_list/newt_load/index.html      |  3290 +----
 v1_3_0/newt/command_list/newt_mfg/index.html       |  3292 +----
 v1_3_0/newt/command_list/newt_new/index.html       |  3286 +----
 v1_3_0/newt/command_list/newt_pkg/index.html       |  3292 +----
 .../newt/command_list/newt_resign_image/index.html |  3287 +----
 v1_3_0/newt/command_list/newt_run/index.html       |  3292 +----
 v1_3_0/newt/command_list/newt_size/index.html      |  3293 +----
 v1_3_0/newt/command_list/newt_sync/index.html      |  3291 +----
 v1_3_0/newt/command_list/newt_target/index.html    |  3292 +----
 v1_3_0/newt/command_list/newt_test/index.html      |  3292 +----
 v1_3_0/newt/command_list/newt_upgrade/index.html   |  3291 +----
 v1_3_0/newt/command_list/newt_vals/index.html      |  3292 +----
 v1_3_0/newt/command_list/newt_version/index.html   |  3286 +----
 v1_3_0/newt/install/newt_linux/index.html          |  3196 +----
 v1_3_0/newt/install/newt_mac/index.html            |  3196 +----
 v1_3_0/newt/install/newt_windows/index.html        |  3195 +----
 v1_3_0/newt/install/prev_releases/index.html       |  3055 +----
 v1_3_0/newt/newt_intro/index.html                  |  3122 +----
 v1_3_0/newt/newt_operation/index.html              |  3131 +----
 v1_3_0/newt/newt_ops/index.html                    |  3285 +----
 .../newtmgr/command_list/newtmgr_config/index.html |  3236 +----
 .../newtmgr/command_list/newtmgr_conn/index.html   |  3237 +----
 .../newtmgr/command_list/newtmgr_crash/index.html  |  3236 +----
 .../command_list/newtmgr_datetime/index.html       |  3236 +----
 .../newtmgr/command_list/newtmgr_echo/index.html   |  3236 +----
 v1_3_0/newtmgr/command_list/newtmgr_fs/index.html  |  3236 +----
 .../newtmgr/command_list/newtmgr_image/index.html  |  3237 +----
 .../newtmgr/command_list/newtmgr_logs/index.html   |  3236 +----
 .../command_list/newtmgr_mpstats/index.html        |  3238 +----
 .../newtmgr/command_list/newtmgr_reset/index.html  |  3236 +----
 v1_3_0/newtmgr/command_list/newtmgr_run/index.html |  3236 +----
 .../newtmgr/command_list/newtmgr_stat/index.html   |  3238 +----
 .../command_list/newtmgr_taskstats/index.html      |  3240 +----
 v1_3_0/newtmgr/install_linux/index.html            |  3167 +----
 v1_3_0/newtmgr/install_mac/index.html              |  3160 +----
 v1_3_0/newtmgr/install_windows/index.html          |  3166 +----
 v1_3_0/newtmgr/overview/index.html                 |  3125 +----
 v1_3_0/newtmgr/prev_releases/index.html            |  3055 +----
 v1_3_0/newtmgr/protocol/index.html                 |  2707 ----
 v1_3_0/os/core_os/callout/callout/index.html       |  3497 ++---
 .../callout/os_callout_func_init/index.html        |  3536 ++---
 .../os/core_os/callout/os_callout_init/index.html  |  3536 ++---
 .../core_os/callout/os_callout_queued/index.html   |  3530 ++---
 .../os/core_os/callout/os_callout_reset/index.html |  3534 ++---
 .../os/core_os/callout/os_callout_stop/index.html  |  3533 ++---
 .../context_switch/context_switch/index.html       |  3486 ++---
 .../context_switch/os_arch_ctx_sw/index.html       |  3588 ++---
 .../os/core_os/context_switch/os_sched/index.html  |  3588 ++---
 .../context_switch/os_sched_ctx_sw_hook/index.html |  3588 ++---
 .../os_sched_get_current_task/index.html           |  3588 ++---
 .../context_switch/os_sched_insert/index.html      |  3587 ++---
 .../context_switch/os_sched_next_task/index.html   |  3587 ++---
 .../os_sched_os_timer_exp/index.html               |  3588 ++---
 .../context_switch/os_sched_remove/index.html      |  3588 ++---
 .../context_switch/os_sched_resort/index.html      |  3588 ++---
 .../os_sched_set_current_task/index.html           |  3587 ++---
 .../context_switch/os_sched_sleep/index.html       |  3588 ++---
 .../context_switch/os_sched_wakeup/index.html      |  3588 ++---
 v1_3_0/os/core_os/cputime/os_cputime/index.html    |  3488 ++---
 .../cputime/os_cputime_delay_nsecs/index.html      |  3596 ++---
 .../cputime/os_cputime_delay_ticks/index.html      |  3596 ++---
 .../cputime/os_cputime_delay_usecs/index.html      |  3596 ++---
 .../os/core_os/cputime/os_cputime_get32/index.html |  3596 ++---
 .../os/core_os/cputime/os_cputime_init/index.html  |  3596 ++---
 .../cputime/os_cputime_nsecs_to_ticks/index.html   |  3596 ++---
 .../cputime/os_cputime_ticks_to_nsecs/index.html   |  3596 ++---
 .../cputime/os_cputime_ticks_to_usecs/index.html   |  3596 ++---
 .../cputime/os_cputime_timer_init/index.html       |  3596 ++---
 .../cputime/os_cputime_timer_relative/index.html   |  3596 ++---
 .../cputime/os_cputime_timer_start/index.html      |  3596 ++---
 .../cputime/os_cputime_timer_stop/index.html       |  3596 ++---
 .../cputime/os_cputime_usecs_to_ticks/index.html   |  3596 ++---
 .../os/core_os/event_queue/event_queue/index.html  |  3487 ++---
 .../event_queue/os_eventq_designate/index.html     |  3556 ++---
 .../event_queue/os_eventq_dflt_get/index.html      |  3556 ++---
 .../event_queue/os_eventq_dflt_set/index.html      |  2747 ----
 .../core_os/event_queue/os_eventq_get/index.html   |  3556 ++---
 .../core_os/event_queue/os_eventq_init/index.html  |  3556 ++---
 .../event_queue/os_eventq_inited/index.html        |  3556 ++---
 .../core_os/event_queue/os_eventq_put/index.html   |  3555 ++---
 .../event_queue/os_eventq_remove/index.html        |  3556 ++---
 .../core_os/event_queue/os_eventq_run/index.html   |  3556 ++---
 v1_3_0/os/core_os/heap/heap/index.html             |  3493 ++---
 v1_3_0/os/core_os/heap/os_free/index.html          |  3516 ++---
 v1_3_0/os/core_os/heap/os_malloc/index.html        |  3516 ++---
 v1_3_0/os/core_os/heap/os_realloc/index.html       |  3516 ++---
 v1_3_0/os/core_os/mbuf/OS_MBUF_DATA/index.html     |  3709 ++---
 .../core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html   |  3710 ++---
 v1_3_0/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html   |  3709 ++---
 .../core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html |  3709 ++---
 v1_3_0/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html   |  3709 ++---
 .../core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html  |  3710 ++---
 v1_3_0/os/core_os/mbuf/OS_MBUF_USRHDR/index.html   |  3709 ++---
 .../os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html  |  3709 ++---
 v1_3_0/os/core_os/mbuf/mbuf/index.html             |  3527 ++---
 v1_3_0/os/core_os/mbuf/os_mbuf_adj/index.html      |  3711 ++---
 v1_3_0/os/core_os/mbuf/os_mbuf_append/index.html   |  3711 ++---
 v1_3_0/os/core_os/mbuf/os_mbuf_concat/index.html   |  3711 ++---
 v1_3_0/os/core_os/mbuf/os_mbuf_copydata/index.html |  3710 ++---
 v1_3_0/os/core_os/mbuf/os_mbuf_copyinto/index.html |  3710 ++---
 v1_3_0/os/core_os/mbuf/os_mbuf_dup/index.html      |  3710 ++---
 v1_3_0/os/core_os/mbuf/os_mbuf_extend/index.html   |  3710 ++---
 .../os/core_os/mbuf/os_mbuf_free_chain/index.html  |  3711 ++---
 v1_3_0/os/core_os/mbuf/os_mbuf_get/index.html      |  3711 ++---
 .../os/core_os/mbuf/os_mbuf_get_pkthdr/index.html  |  3711 ++---
 v1_3_0/os/core_os/mbuf/os_mbuf_memcmp/index.html   |  3711 ++---
 v1_3_0/os/core_os/mbuf/os_mbuf_off/index.html      |  3711 ++---
 .../os/core_os/mbuf/os_mbuf_pool_init/index.html   |  3711 ++---
 v1_3_0/os/core_os/mbuf/os_mbuf_prepend/index.html  |  3711 ++---
 v1_3_0/os/core_os/mbuf/os_mbuf_pullup/index.html   |  3711 ++---
 .../memory_pool/OS_MEMPOOL_BYTES/index.html        |  3540 ++---
 .../core_os/memory_pool/OS_MEMPOOL_SIZE/index.html |  3540 ++---
 .../os/core_os/memory_pool/memory_pool/index.html  |  3499 ++---
 .../core_os/memory_pool/os_memblock_get/index.html |  3540 ++---
 .../core_os/memory_pool/os_memblock_put/index.html |  3539 ++---
 .../os_mempool_info_get_next/index.html            |  3539 ++---
 .../core_os/memory_pool/os_mempool_init/index.html |  3540 ++---
 v1_3_0/os/core_os/mqueue/mqueue/index.html         |  3522 ++---
 v1_3_0/os/core_os/mqueue/os_mqueue_get/index.html  |  3550 ++---
 v1_3_0/os/core_os/mqueue/os_mqueue_init/index.html |  3551 ++---
 v1_3_0/os/core_os/mqueue/os_mqueue_put/index.html  |  3550 ++---
 v1_3_0/os/core_os/msys/msys/index.html             |  3520 ++---
 v1_3_0/os/core_os/msys/os_msys_get/index.html      |  3559 ++---
 .../os/core_os/msys/os_msys_get_pkthdr/index.html  |  3559 ++---
 v1_3_0/os/core_os/msys/os_msys_register/index.html |  3558 ++---
 v1_3_0/os/core_os/msys/os_msys_reset/index.html    |  3558 ++---
 v1_3_0/os/core_os/mutex/mutex/index.html           |  3493 ++---
 v1_3_0/os/core_os/mutex/os_mutex_init/index.html   |  3516 ++---
 v1_3_0/os/core_os/mutex/os_mutex_pend/index.html   |  3516 ++---
 .../os/core_os/mutex/os_mutex_release/index.html   |  3515 ++---
 v1_3_0/os/core_os/mynewt_os/index.html             |  3474 ++---
 v1_3_0/os/core_os/os_init/index.html               |  2720 ----
 v1_3_0/os/core_os/os_start/index.html              |  2720 ----
 v1_3_0/os/core_os/os_started/index.html            |  3481 ++---
 v1_3_0/os/core_os/porting/port_bsp/index.html      |  3366 +----
 v1_3_0/os/core_os/porting/port_cpu/index.html      |  3341 +----
 v1_3_0/os/core_os/porting/port_mcu/index.html      |  3339 +----
 v1_3_0/os/core_os/porting/port_os/index.html       |  3348 +----
 .../core_os/sanity/os_sanity_check_init/index.html |  3523 ++---
 .../sanity/os_sanity_check_register/index.html     |  3523 ++---
 .../sanity/os_sanity_check_reset/index.html        |  3523 ++---
 .../sanity/os_sanity_task_checkin/index.html       |  3523 ++---
 v1_3_0/os/core_os/sanity/sanity/index.html         |  3487 ++---
 v1_3_0/os/core_os/semaphore/os_sem_init/index.html |  3516 ++---
 v1_3_0/os/core_os/semaphore/os_sem_pend/index.html |  3516 ++---
 .../os/core_os/semaphore/os_sem_release/index.html |  3516 ++---
 v1_3_0/os/core_os/semaphore/semaphore/index.html   |  3493 ++---
 v1_3_0/os/core_os/task/os_task_count/index.html    |  3523 ++---
 .../core_os/task/os_task_info_get_next/index.html  |  3523 ++---
 v1_3_0/os/core_os/task/os_task_init/index.html     |  3523 ++---
 v1_3_0/os/core_os/task/os_task_remove/index.html   |  3523 ++---
 v1_3_0/os/core_os/task/task/index.html             |  3487 ++---
 .../os/core_os/time/os_get_uptime_usec/index.html  |  3548 ++---
 v1_3_0/os/core_os/time/os_gettimeofday/index.html  |  3548 ++---
 v1_3_0/os/core_os/time/os_settimeofday/index.html  |  3548 ++---
 v1_3_0/os/core_os/time/os_time/index.html          |  3489 ++---
 v1_3_0/os/core_os/time/os_time_advance/index.html  |  3548 ++---
 v1_3_0/os/core_os/time/os_time_delay/index.html    |  3548 ++---
 v1_3_0/os/core_os/time/os_time_get/index.html      |  3550 ++---
 .../os/core_os/time/os_time_ms_to_ticks/index.html |  3548 ++---
 v1_3_0/os/get_started/cross_tools/index.html       |  3189 +----
 v1_3_0/os/get_started/docker/index.html            |  3138 +----
 v1_3_0/os/get_started/get_started/index.html       |  3133 +----
 .../os/get_started/native_install_intro/index.html |  3187 +----
 v1_3_0/os/get_started/native_tools/index.html      |  3185 +----
 v1_3_0/os/get_started/project_create/index.html    |  3152 +----
 v1_3_0/os/get_started/serial_access/index.html     |  3145 +----
 v1_3_0/os/get_started/vocabulary/index.html        |  3094 +----
 v1_3_0/os/introduction/index.html                  |  3098 +----
 v1_3_0/os/modules/baselibc/index.html              |  3314 +----
 .../bootloader/boot_build_status/index.html        |  3527 ++---
 .../bootloader/boot_build_status_one/index.html    |  3527 ++---
 .../bootloader/boot_clear_status/index.html        |  3527 ++---
 .../modules/bootloader/boot_copy_area/index.html   |  3527 ++---
 .../modules/bootloader/boot_copy_image/index.html  |  3527 ++---
 .../modules/bootloader/boot_erase_area/index.html  |  3527 ++---
 .../modules/bootloader/boot_fill_slot/index.html   |  3527 ++---
 .../bootloader/boot_find_image_area_idx/index.html |  3527 ++---
 .../bootloader/boot_find_image_part/index.html     |  3527 ++---
 .../bootloader/boot_find_image_slot/index.html     |  3527 ++---
 v1_3_0/os/modules/bootloader/boot_go/index.html    |  3527 ++---
 .../modules/bootloader/boot_init_flash/index.html  |  3527 ++---
 .../modules/bootloader/boot_move_area/index.html   |  3527 ++---
 .../bootloader/boot_read_image_header/index.html   |  3527 ++---
 .../bootloader/boot_read_image_headers/index.html  |  3527 ++---
 .../modules/bootloader/boot_read_status/index.html |  3527 ++---
 .../bootloader/boot_select_image_slot/index.html   |  3527 ++---
 .../modules/bootloader/boot_slot_addr/index.html   |  3527 ++---
 .../bootloader/boot_slot_to_area_idx/index.html    |  3527 ++---
 .../modules/bootloader/boot_swap_areas/index.html  |  3527 ++---
 .../bootloader/boot_vect_delete_main/index.html    |  3527 ++---
 .../bootloader/boot_vect_delete_test/index.html    |  3527 ++---
 .../bootloader/boot_vect_read_main/index.html      |  3527 ++---
 .../bootloader/boot_vect_read_one/index.html       |  3527 ++---
 .../bootloader/boot_vect_read_test/index.html      |  3527 ++---
 .../bootloader/boot_write_status/index.html        |  3527 ++---
 v1_3_0/os/modules/bootloader/bootloader/index.html |  3348 +----
 v1_3_0/os/modules/console/console/index.html       |  3339 +----
 v1_3_0/os/modules/console/console_echo/index.html  |  3394 +----
 v1_3_0/os/modules/console/console_init/index.html  |  3393 +----
 .../os/modules/console/console_is_init/index.html  |  3393 +----
 .../os/modules/console/console_printf/index.html   |  3394 +----
 v1_3_0/os/modules/console/console_read/index.html  |  3393 +----
 .../modules/console/console_set_queues/index.html  |  3393 +----
 v1_3_0/os/modules/console/console_write/index.html |  3393 +----
 .../modules/devmgmt/customize_newtmgr/index.html   |  3331 +----
 v1_3_0/os/modules/devmgmt/newtmgr/index.html       |  3331 +----
 v1_3_0/os/modules/devmgmt/oicmgr/index.html        |  3331 +----
 v1_3_0/os/modules/drivers/driver/index.html        |  3332 +----
 v1_3_0/os/modules/drivers/flash/index.html         |  3362 +----
 v1_3_0/os/modules/drivers/mmc/index.html           |  3362 +----
 v1_3_0/os/modules/elua/elua/index.html             |  2732 ----
 v1_3_0/os/modules/elua/lua_init/index.html         |  2729 ----
 v1_3_0/os/modules/elua/lua_main/index.html         |  2742 ----
 v1_3_0/os/modules/fcb/fcb/index.html               |  3330 +----
 v1_3_0/os/modules/fcb/fcb_append/index.html        |  3418 +----
 v1_3_0/os/modules/fcb/fcb_append_finish/index.html |  3418 +----
 .../modules/fcb/fcb_append_to_scratch/index.html   |  3418 +----
 v1_3_0/os/modules/fcb/fcb_clear/index.html         |  3418 +----
 v1_3_0/os/modules/fcb/fcb_getnext/index.html       |  3418 +----
 v1_3_0/os/modules/fcb/fcb_init/index.html          |  3418 +----
 v1_3_0/os/modules/fcb/fcb_is_empty/index.html      |  3418 +----
 v1_3_0/os/modules/fcb/fcb_offset_last_n/index.html |  3418 +----
 v1_3_0/os/modules/fcb/fcb_rotate/index.html        |  3418 +----
 v1_3_0/os/modules/fcb/fcb_walk/index.html          |  3418 +----
 v1_3_0/os/modules/fs/fatfs/index.html              |  3356 +----
 v1_3_0/os/modules/fs/fs/fs/index.html              |  3396 +----
 v1_3_0/os/modules/fs/fs/fs_close/index.html        |  3544 ++---
 v1_3_0/os/modules/fs/fs/fs_closedir/index.html     |  3543 ++---
 .../os/modules/fs/fs/fs_dirent_is_dir/index.html   |  3543 ++---
 v1_3_0/os/modules/fs/fs/fs_dirent_name/index.html  |  3544 ++---
 v1_3_0/os/modules/fs/fs/fs_filelen/index.html      |  3543 ++---
 v1_3_0/os/modules/fs/fs/fs_getpos/index.html       |  3543 ++---
 v1_3_0/os/modules/fs/fs/fs_mkdir/index.html        |  3544 ++---
 v1_3_0/os/modules/fs/fs/fs_open/index.html         |  3544 ++---
 v1_3_0/os/modules/fs/fs/fs_opendir/index.html      |  3544 ++---
 v1_3_0/os/modules/fs/fs/fs_ops/index.html          |  3404 +----
 v1_3_0/os/modules/fs/fs/fs_read/index.html         |  3543 ++---
 v1_3_0/os/modules/fs/fs/fs_readdir/index.html      |  3543 ++---
 v1_3_0/os/modules/fs/fs/fs_register/index.html     |  3543 ++---
 v1_3_0/os/modules/fs/fs/fs_rename/index.html       |  3544 ++---
 v1_3_0/os/modules/fs/fs/fs_return_codes/index.html |  3394 +----
 v1_3_0/os/modules/fs/fs/fs_seek/index.html         |  3544 ++---
 v1_3_0/os/modules/fs/fs/fs_unlink/index.html       |  3543 ++---
 v1_3_0/os/modules/fs/fs/fs_write/index.html        |  3544 ++---
 .../os/modules/fs/fs/fsutil_read_file/index.html   |  3544 ++---
 .../os/modules/fs/fs/fsutil_write_file/index.html  |  3543 ++---
 v1_3_0/os/modules/fs/nffs/nffs/index.html          |  3397 +----
 .../os/modules/fs/nffs/nffs_area_desc/index.html   |  3413 +----
 v1_3_0/os/modules/fs/nffs/nffs_config/index.html   |  3413 +----
 v1_3_0/os/modules/fs/nffs/nffs_detect/index.html   |  3423 +----
 v1_3_0/os/modules/fs/nffs/nffs_format/index.html   |  3423 +----
 v1_3_0/os/modules/fs/nffs/nffs_init/index.html     |  3421 +----
 .../os/modules/fs/nffs/nffs_internals/index.html   |  3406 +----
 v1_3_0/os/modules/fs/otherfs/index.html            |  3358 +----
 v1_3_0/os/modules/hal/hal/index.html               |  3351 +----
 v1_3_0/os/modules/hal/hal_api/index.html           |  3443 +----
 v1_3_0/os/modules/hal/hal_bsp/hal_bsp/index.html   |  3446 +----
 v1_3_0/os/modules/hal/hal_creation/index.html      |  3345 +----
 .../os/modules/hal/hal_flash/hal_flash/index.html  |  3464 ++---
 .../modules/hal/hal_flash/hal_flash_int/index.html |  3464 ++---
 v1_3_0/os/modules/hal/hal_gpio/hal_gpio/index.html |  3446 +----
 v1_3_0/os/modules/hal/hal_i2c/hal_i2c/index.html   |  3447 +----
 v1_3_0/os/modules/hal/hal_in_libraries/index.html  |  3336 +----
 .../modules/hal/hal_os_tick/hal_os_tick/index.html |  3446 +----
 v1_3_0/os/modules/hal/hal_spi/hal_spi/index.html   |  3446 +----
 .../os/modules/hal/hal_system/hal_sys/index.html   |  3446 +----
 .../os/modules/hal/hal_timer/hal_timer/index.html  |  3446 +----
 v1_3_0/os/modules/hal/hal_uart/hal_uart/index.html |  3446 +----
 .../hal/hal_watchdog/hal_watchdog/index.html       |  3446 +----
 v1_3_0/os/modules/imgmgr/imgmgr/index.html         |  3329 +----
 .../modules/imgmgr/imgmgr_module_init/index.html   |  2717 ----
 v1_3_0/os/modules/imgmgr/imgr_ver_parse/index.html |  3350 +----
 v1_3_0/os/modules/imgmgr/imgr_ver_str/index.html   |  3350 +----
 v1_3_0/os/modules/json/json/index.html             |  3333 +----
 .../json/json_encode_object_entry/index.html       |  3377 +----
 .../json/json_encode_object_finish/index.html      |  3377 +----
 .../modules/json/json_encode_object_key/index.html |  3377 +----
 .../json/json_encode_object_start/index.html       |  3377 +----
 v1_3_0/os/modules/json/json_read_object/index.html |  3377 +----
 v1_3_0/os/modules/logs/logs/index.html             |  3329 +----
 .../modules/sensor_framework/sensor_api/index.html |  3406 +----
 .../sensor_framework/sensor_create/index.html      |  3365 +----
 .../sensor_framework/sensor_driver/index.html      |  3373 +----
 .../sensor_framework_overview/index.html           |  3361 +----
 .../sensor_listener_api/index.html                 |  3394 +----
 .../sensor_framework/sensor_mgr_api/index.html     |  3404 +----
 .../modules/sensor_framework/sensor_oic/index.html |  3390 +----
 .../sensor_framework/sensor_shell/index.html       |  3340 +----
 v1_3_0/os/modules/shell/shell/index.html           |  3335 +----
 .../os/modules/shell/shell_cmd_register/index.html |  3394 +----
 v1_3_0/os/modules/shell/shell_evq_set/index.html   |  3393 +----
 .../shell/shell_nlip_input_register/index.html     |  3393 +----
 .../os/modules/shell/shell_nlip_output/index.html  |  3393 +----
 v1_3_0/os/modules/shell/shell_register/index.html  |  3394 +----
 .../shell_register_app_cmd_handler/index.html      |  3393 +----
 .../shell/shell_register_default_module/index.html |  3393 +----
 v1_3_0/os/modules/split/split/index.html           |  3328 +----
 v1_3_0/os/modules/stats/stats/index.html           |  3325 +----
 .../sysinitconfig/sysconfig_error/index.html       |  3337 +----
 .../modules/sysinitconfig/sysinitconfig/index.html |  3340 +----
 v1_3_0/os/modules/testutil/test_assert/index.html  |  3394 +----
 v1_3_0/os/modules/testutil/test_case/index.html    |  3393 +----
 v1_3_0/os/modules/testutil/test_decl/index.html    |  3393 +----
 v1_3_0/os/modules/testutil/test_pass/index.html    |  3393 +----
 v1_3_0/os/modules/testutil/test_suite/index.html   |  3393 +----
 v1_3_0/os/modules/testutil/testutil/index.html     |  3334 +----
 v1_3_0/os/modules/testutil/tu_init/index.html      |  3393 +----
 v1_3_0/os/modules/testutil/tu_restart/index.html   |  3393 +----
 v1_3_0/os/os_user_guide/index.html                 |  3303 +----
 v1_3_0/os/tutorials/STM32F303/index.html           |  2881 ----
 v1_3_0/os/tutorials/add_newtmgr/index.html         |  3271 +----
 v1_3_0/os/tutorials/air_quality_ble/index.html     |  3290 +----
 v1_3_0/os/tutorials/air_quality_sensor/index.html  |  3294 +----
 v1_3_0/os/tutorials/arduino_zero/index.html        |  3306 +----
 v1_3_0/os/tutorials/ble_bare_bones/index.html      |  3294 +----
 v1_3_0/os/tutorials/blehci_project/index.html      |  3292 +----
 v1_3_0/os/tutorials/bleprph/bleprph-adv/index.html |  3321 +----
 v1_3_0/os/tutorials/bleprph/bleprph-app/index.html |  3319 +----
 .../bleprph/bleprph-chr-access/index.html          |  3327 +----
 .../os/tutorials/bleprph/bleprph-conn/index.html   |  2854 ----
 .../tutorials/bleprph/bleprph-gap-event/index.html |  3325 +----
 .../os/tutorials/bleprph/bleprph-intro/index.html  |  3319 +----
 .../tutorials/bleprph/bleprph-svc-reg/index.html   |  3327 +----
 v1_3_0/os/tutorials/blinky/index.html              |  3311 +----
 v1_3_0/os/tutorials/blinky_console/index.html      |  3305 +----
 v1_3_0/os/tutorials/blinky_primo/index.html        |  3307 +----
 v1_3_0/os/tutorials/blinky_sram_olimex/index.html  |  2856 ----
 v1_3_0/os/tutorials/blinky_stm32f4disc/index.html  |  3305 +----
 v1_3_0/os/tutorials/blinky_windows/index.html      |  2988 ----
 v1_3_0/os/tutorials/codesize/index.html            |  3255 +----
 v1_3_0/os/tutorials/define_target/index.html       |  2703 ----
 v1_3_0/os/tutorials/eddystone/index.html           |  3285 +----
 v1_3_0/os/tutorials/event_queue/index.html         |  3257 +----
 v1_3_0/os/tutorials/ibeacon/index.html             |  3285 +----
 v1_3_0/os/tutorials/lora/lorawanapp/index.html     |  3258 +----
 v1_3_0/os/tutorials/nRF52/index.html               |  3303 +----
 v1_3_0/os/tutorials/nrf52_adc/index.html           |  3285 +----
 v1_3_0/os/tutorials/olimex/index.html              |  3306 +----
 v1_3_0/os/tutorials/ota_upgrade_nrf52/index.html   |  3272 +----
 v1_3_0/os/tutorials/pics/STM32-E407_bot_small.jpg  |   Bin
 v1_3_0/os/tutorials/pics/STM32-E407_top_small.jpg  |   Bin
 v1_3_0/os/tutorials/pics/device_manager_ft232H.png |   Bin
 .../os/tutorials/pics/device_manager_no_ft232H.png |   Bin
 v1_3_0/os/tutorials/pics/mkr1000-jlink.jpg         |   Bin
 v1_3_0/os/tutorials/pics/mkr1000-serial.jpg        |   Bin
 v1_3_0/os/tutorials/pics/putty.png                 |   Bin
 v1_3_0/os/tutorials/pics/stm32f4_disc.jpg          |   Bin
 v1_3_0/os/tutorials/pin-wheel-mods/index.html      |  2779 ----
 .../os/tutorials/project-nrf52-slinky/index.html   |  3277 +----
 v1_3_0/os/tutorials/project-sim-slinky/index.html  |  3270 +----
 v1_3_0/os/tutorials/project-slinky/index.html      |  3272 +----
 .../os/tutorials/project-stm32-slinky/index.html   |  3277 +----
 v1_3_0/os/tutorials/rbnano2/index.html             |  3306 +----
 v1_3_0/os/tutorials/repo/add_repos/index.html      |  3273 +----
 v1_3_0/os/tutorials/repo/create_repo/index.html    |  3264 +----
 v1_3_0/os/tutorials/repo/private_repo/index.html   |  3255 +----
 v1_3_0/os/tutorials/repo/upgrade_repo/index.html   |  3255 +----
 v1_3_0/os/tutorials/segger_rtt/index.html          |  3250 +----
 v1_3_0/os/tutorials/segger_sysview/index.html      |  3251 +----
 .../sensors/sensor_bleprph_oic/index.html          |  3353 +----
 .../sensors/sensor_nrf52_bno055/index.html         |  3335 +----
 .../sensors/sensor_nrf52_bno055_oic/index.html     |  3334 +----
 .../sensors/sensor_offboard_config/index.html      |  3317 +----
 .../sensors/sensor_oic_overview/index.html         |  3330 +----
 .../sensors/sensor_thingy_lis2dh12_onb/index.html  |  3323 +----
 v1_3_0/os/tutorials/sensors/sensors/index.html     |  3317 +----
 v1_3_0/os/tutorials/tasks_lesson/index.html        |  3259 +----
 v1_3_0/os/tutorials/try_markdown/index.html        |  2739 ----
 v1_3_0/os/tutorials/tutorials/index.html           |  3231 +----
 v1_3_0/os/tutorials/unit_test/index.html           |  3276 +----
 v1_3_0/os/tutorials/wi-fi_on_arduino/index.html    |  3284 +----
 v1_3_0/pages/ble/index.html                        |  2990 +---
 v1_3_0/pages/configurability/index.html            |  2705 ----
 v1_3_0/pages/securitybullets/index.html            |  2873 +---
 v1_3_0/quick-start/index.html                      |  2873 +---
 v1_3_0/search.html                                 |   330 +
 v1_3_0/search/lunr.js                              |  2986 ----
 v1_3_0/search/main.js                              |    96 -
 v1_3_0/search/search_index.json                    |     1 -
 v1_3_0/search/worker.js                            |   128 -
 v1_3_0/sitemap.xml                                 |  2346 +---
 v1_3_0/sitemap.xml.gz                              |   Bin 3483 -> 0 bytes
 v1_3_0/talks/index.html                            |  2892 +---
 v1_4_0/_sources/_static/common.rst.txt             |     1 +
 v1_4_0/_static/basic.css                           |    18 +-
 v1_4_0/_static/common.html                         |   304 +
 v1_4_0/_static/doctools.js                         |    12 +-
 v1_4_0/_static/documentation_options.js            |     5 +-
 v1_4_0/_static/language_data.js                    |   297 -
 v1_4_0/_static/searchtools.js                      |   352 +-
 v1_4_0/_static/websupport.js                       |     2 +-
 v1_4_0/concepts.html                               |    31 +-
 v1_4_0/genindex.html                               |   105 +-
 v1_4_0/get_started/docker.html                     |     1 -
 v1_4_0/get_started/index.html                      |     1 -
 v1_4_0/get_started/native_install/cross_tools.html |     1 -
 v1_4_0/get_started/native_install/index.html       |     1 -
 .../get_started/native_install/native_tools.html   |    29 +-
 v1_4_0/get_started/project_create.html             |    21 +-
 v1_4_0/get_started/serial_access.html              |     1 -
 v1_4_0/index.html                                  |     1 -
 v1_4_0/misc/go_env.html                            |     1 -
 v1_4_0/misc/ide.html                               |     1 -
 v1_4_0/misc/index.html                             |     1 -
 v1_4_0/mynewt_faq/admin_faq.html                   |     1 -
 v1_4_0/mynewt_faq/bluetooth_faq.html               |     1 -
 v1_4_0/mynewt_faq/boot_faq.html                    |     1 -
 v1_4_0/mynewt_faq/fs_faq.html                      |     1 -
 v1_4_0/mynewt_faq/hardware_faq.html                |     1 -
 v1_4_0/mynewt_faq/index.html                       |     1 -
 v1_4_0/mynewt_faq/modules_faq.html                 |     1 -
 v1_4_0/mynewt_faq/newt_faq.html                    |     1 -
 v1_4_0/mynewt_faq/newtmgr_faq.html                 |     1 -
 v1_4_0/mynewt_faq/nfc_faq.html                     |     1 -
 v1_4_0/mynewt_faq/port_faq.html                    |     1 -
 v1_4_0/mynewt_faq/syntax_faq.html                  |     1 -
 v1_4_0/mynewt_faq/troubleshoot_faq.html            |     1 -
 v1_4_0/network/docs/README.html                    |     1 -
 v1_4_0/network/docs/ble_hs/ble_att.html            |     1 -
 v1_4_0/network/docs/ble_hs/ble_gap.html            |    57 +-
 v1_4_0/network/docs/ble_hs/ble_gattc.html          |    63 +-
 v1_4_0/network/docs/ble_hs/ble_gatts.html          |    63 +-
 v1_4_0/network/docs/ble_hs/ble_hs.html             |     1 -
 v1_4_0/network/docs/ble_hs/ble_hs_id.html          |     1 -
 .../network/docs/ble_hs/ble_hs_return_codes.html   |     1 -
 v1_4_0/network/docs/ble_sec.html                   |     1 -
 v1_4_0/network/docs/ble_setup/ble_addr.html        |     1 -
 v1_4_0/network/docs/ble_setup/ble_lp_clock.html    |     1 -
 v1_4_0/network/docs/ble_setup/ble_setup_intro.html |     1 -
 v1_4_0/network/docs/ble_setup/ble_sync_cb.html     |     1 -
 v1_4_0/network/docs/btshell/btshell_GAP.html       |     1 -
 v1_4_0/network/docs/btshell/btshell_GATT.html      |     1 -
 v1_4_0/network/docs/btshell/btshell_advdata.html   |     1 -
 v1_4_0/network/docs/btshell/btshell_api.html       |     1 -
 v1_4_0/network/docs/index.html                     |     1 -
 v1_4_0/network/docs/mesh/index.html                |     1 -
 v1_4_0/network/docs/mesh/sample.html               |     1 -
 v1_4_0/newt/README.html                            |     1 -
 v1_4_0/newt/command_list/newt_build.html           |     1 -
 v1_4_0/newt/command_list/newt_clean.html           |     1 -
 v1_4_0/newt/command_list/newt_complete.html        |     1 -
 v1_4_0/newt/command_list/newt_create_image.html    |     1 -
 v1_4_0/newt/command_list/newt_debug.html           |     1 -
 v1_4_0/newt/command_list/newt_help.html            |     1 -
 v1_4_0/newt/command_list/newt_info.html            |     1 -
 v1_4_0/newt/command_list/newt_install.html         |     1 -
 v1_4_0/newt/command_list/newt_load.html            |     1 -
 v1_4_0/newt/command_list/newt_mfg.html             |     1 -
 v1_4_0/newt/command_list/newt_new.html             |     1 -
 v1_4_0/newt/command_list/newt_pkg.html             |     1 -
 v1_4_0/newt/command_list/newt_resign_image.html    |     1 -
 v1_4_0/newt/command_list/newt_run.html             |     1 -
 v1_4_0/newt/command_list/newt_size.html            |     1 -
 v1_4_0/newt/command_list/newt_sync.html            |     1 -
 v1_4_0/newt/command_list/newt_target.html          |     1 -
 v1_4_0/newt/command_list/newt_test.html            |     1 -
 v1_4_0/newt/command_list/newt_upgrade.html         |     1 -
 v1_4_0/newt/command_list/newt_vals.html            |     1 -
 v1_4_0/newt/command_list/newt_version.html         |     1 -
 v1_4_0/newt/index.html                             |     1 -
 v1_4_0/newt/install/index.html                     |     1 -
 v1_4_0/newt/install/newt_linux.html                |    23 +-
 v1_4_0/newt/install/newt_mac.html                  |    23 +-
 v1_4_0/newt/install/newt_windows.html              |    23 +-
 v1_4_0/newt/install/prev_releases.html             |     1 -
 v1_4_0/newt/newt_operation.html                    |     1 -
 v1_4_0/newt/newt_ops.html                          |     1 -
 v1_4_0/newtmgr/README.html                         |     1 -
 v1_4_0/newtmgr/command_list/index.html             |     1 -
 v1_4_0/newtmgr/command_list/newtmgr_config.html    |     1 -
 v1_4_0/newtmgr/command_list/newtmgr_conn.html      |     1 -
 v1_4_0/newtmgr/command_list/newtmgr_crash.html     |     1 -
 v1_4_0/newtmgr/command_list/newtmgr_datetime.html  |     1 -
 v1_4_0/newtmgr/command_list/newtmgr_echo.html      |     1 -
 v1_4_0/newtmgr/command_list/newtmgr_fs.html        |     1 -
 v1_4_0/newtmgr/command_list/newtmgr_image.html     |     1 -
 v1_4_0/newtmgr/command_list/newtmgr_logs.html      |     1 -
 v1_4_0/newtmgr/command_list/newtmgr_mpstats.html   |     1 -
 v1_4_0/newtmgr/command_list/newtmgr_reset.html     |     1 -
 v1_4_0/newtmgr/command_list/newtmgr_run.html       |     1 -
 v1_4_0/newtmgr/command_list/newtmgr_stat.html      |     1 -
 v1_4_0/newtmgr/command_list/newtmgr_taskstats.html |     1 -
 v1_4_0/newtmgr/index.html                          |     1 -
 v1_4_0/newtmgr/install/index.html                  |     1 -
 v1_4_0/newtmgr/install/install_linux.html          |     1 -
 v1_4_0/newtmgr/install/install_mac.html            |     1 -
 v1_4_0/newtmgr/install/install_windows.html        |     1 -
 v1_4_0/newtmgr/install/prev_releases.html          |     1 -
 v1_4_0/objects.inv                                 |   Bin 44641 -> 44936 bytes
 v1_4_0/os/core_os/callout/callout.html             |    21 +-
 .../os/core_os/context_switch/context_switch.html  |     9 +-
 v1_4_0/os/core_os/cputime/os_cputime.html          |     9 +-
 v1_4_0/os/core_os/event_queue/event_queue.html     |    37 +-
 v1_4_0/os/core_os/heap/heap.html                   |     1 -
 v1_4_0/os/core_os/mbuf/mbuf.html                   |    89 +-
 v1_4_0/os/core_os/memory_pool/memory_pool.html     |    37 +-
 v1_4_0/os/core_os/mutex/mutex.html                 |    19 +-
 v1_4_0/os/core_os/mynewt_os.html                   |     1 -
 v1_4_0/os/core_os/porting/port_bsp.html            |    19 +-
 v1_4_0/os/core_os/porting/port_cpu.html            |     1 -
 v1_4_0/os/core_os/porting/port_mcu.html            |     1 -
 v1_4_0/os/core_os/porting/port_os.html             |     1 -
 v1_4_0/os/core_os/sanity/sanity.html               |    17 +-
 v1_4_0/os/core_os/semaphore/semaphore.html         |    15 +-
 v1_4_0/os/core_os/task/task.html                   |    23 +-
 v1_4_0/os/core_os/time/os_time.html                |    57 +-
 v1_4_0/os/modules/baselibc.html                    |     1 -
 v1_4_0/os/modules/bootloader/bootloader.html       |     1 -
 v1_4_0/os/modules/config/config.html               |     9 +-
 v1_4_0/os/modules/console/console.html             |    35 +-
 v1_4_0/os/modules/devmgmt/customize_newtmgr.html   |     1 -
 v1_4_0/os/modules/devmgmt/newtmgr.html             |     1 -
 v1_4_0/os/modules/devmgmt/oicmgr.html              |     1 -
 v1_4_0/os/modules/drivers/driver.html              |     1 -
 v1_4_0/os/modules/drivers/flash.html               |     1 -
 v1_4_0/os/modules/drivers/mmc.html                 |     1 -
 v1_4_0/os/modules/elua/elua.html                   |     1 -
 v1_4_0/os/modules/elua/lua_init.html               |     1 -
 v1_4_0/os/modules/elua/lua_main.html               |     1 -
 v1_4_0/os/modules/fcb/fcb.html                     |    27 +-
 v1_4_0/os/modules/fcb/fcb_append.html              |     1 -
 v1_4_0/os/modules/fcb/fcb_append_finish.html       |     1 -
 v1_4_0/os/modules/fcb/fcb_append_to_scratch.html   |     1 -
 v1_4_0/os/modules/fcb/fcb_clear.html               |     1 -
 v1_4_0/os/modules/fcb/fcb_getnext.html             |     1 -
 v1_4_0/os/modules/fcb/fcb_init.html                |     1 -
 v1_4_0/os/modules/fcb/fcb_is_empty.html            |     1 -
 v1_4_0/os/modules/fcb/fcb_offset_last_n.html       |     1 -
 v1_4_0/os/modules/fcb/fcb_rotate.html              |     1 -
 v1_4_0/os/modules/fcb/fcb_walk.html                |     1 -
 v1_4_0/os/modules/fs/fatfs.html                    |     1 -
 v1_4_0/os/modules/fs/fs.html                       |     1 -
 v1_4_0/os/modules/fs/fs_add.html                   |     1 -
 v1_4_0/os/modules/fs/nffs.html                     |     1 -
 v1_4_0/os/modules/fs/otherfs.html                  |     1 -
 v1_4_0/os/modules/hal/hal.html                     |     1 -
 v1_4_0/os/modules/hal/hal_bsp/hal_bsp.html         |     1 -
 v1_4_0/os/modules/hal/hal_creation.html            |     1 -
 v1_4_0/os/modules/hal/hal_flash/hal_flash.html     |     1 -
 v1_4_0/os/modules/hal/hal_flash/hal_flash_int.html |     1 -
 v1_4_0/os/modules/hal/hal_gpio/hal_gpio.html       |     1 -
 v1_4_0/os/modules/hal/hal_i2c/hal_i2c.html         |    11 +-
 v1_4_0/os/modules/hal/hal_in_libraries.html        |     1 -
 v1_4_0/os/modules/hal/hal_os_tick/hal_os_tick.html |     1 -
 v1_4_0/os/modules/hal/hal_spi/hal_spi.html         |    13 +-
 v1_4_0/os/modules/hal/hal_system/hal_sys.html      |     1 -
 v1_4_0/os/modules/hal/hal_timer/hal_timer.html     |    15 +-
 v1_4_0/os/modules/hal/hal_uart/hal_uart.html       |     1 -
 .../os/modules/hal/hal_watchdog/hal_watchdog.html  |     1 -
 v1_4_0/os/modules/imgmgr/imgmgr.html               |     1 -
 v1_4_0/os/modules/imgmgr/imgmgr_module_init.html   |     1 -
 v1_4_0/os/modules/imgmgr/imgr_ver_parse.html       |     1 -
 v1_4_0/os/modules/imgmgr/imgr_ver_str.html         |     1 -
 v1_4_0/os/modules/json/json.html                   |     1 -
 v1_4_0/os/modules/logs/logs.html                   |    23 +-
 v1_4_0/os/modules/sensor_framework/sensor_api.html |    81 +-
 .../os/modules/sensor_framework/sensor_create.html |     1 -
 .../os/modules/sensor_framework/sensor_driver.html |     1 -
 .../modules/sensor_framework/sensor_framework.html |     1 -
 .../sensor_framework/sensor_listener_api.html      |     7 +-
 .../modules/sensor_framework/sensor_mgr_api.html   |    31 +-
 .../sensor_framework/sensor_notifier_api.html      |     5 +-
 v1_4_0/os/modules/sensor_framework/sensor_oic.html |     1 -
 .../os/modules/sensor_framework/sensor_shell.html  |     1 -
 v1_4_0/os/modules/shell/shell.html                 |     7 +-
 v1_4_0/os/modules/split/split.html                 |     1 -
 v1_4_0/os/modules/stats/stats.html                 |     1 -
 .../os/modules/sysinitconfig/sysconfig_error.html  |   151 +-
 v1_4_0/os/modules/sysinitconfig/sysinitconfig.html |   149 +-
 v1_4_0/os/modules/system_modules.html              |     1 -
 v1_4_0/os/modules/testutil/testutil.html           |     1 -
 v1_4_0/os/os_user_guide.html                       |     1 -
 v1_4_0/os/tutorials/STM32F303.html                 |     1 -
 v1_4_0/os/tutorials/pin-wheel-mods.html            |     1 -
 v1_4_0/search.html                                 |     1 -
 v1_4_0/searchindex.js                              |     2 +-
 v1_4_0/tutorials/ble/ble.html                      |     1 -
 v1_4_0/tutorials/ble/ble_bare_bones.html           |     1 -
 v1_4_0/tutorials/ble/blehci_project.html           |     1 -
 .../ble/bleprph/bleprph-sections/bleprph-adv.html  |     1 -
 .../ble/bleprph/bleprph-sections/bleprph-app.html  |     1 -
 .../bleprph-sections/bleprph-chr-access.html       |     1 -
 .../bleprph-sections/bleprph-gap-event.html        |     1 -
 .../bleprph/bleprph-sections/bleprph-svc-reg.html  |     1 -
 v1_4_0/tutorials/ble/bleprph/bleprph.html          |     1 -
 v1_4_0/tutorials/ble/eddystone.html                |     1 -
 v1_4_0/tutorials/ble/ibeacon.html                  |     1 -
 v1_4_0/tutorials/blinky/arduino_zero.html          |    65 +-
 v1_4_0/tutorials/blinky/blinky.html                |     1 -
 v1_4_0/tutorials/blinky/blinky_console.html        |     9 +-
 v1_4_0/tutorials/blinky/blinky_primo.html          |     1 -
 v1_4_0/tutorials/blinky/blinky_stm32f4disc.html    |     1 -
 v1_4_0/tutorials/blinky/nRF52.html                 |     1 -
 v1_4_0/tutorials/blinky/olimex.html                |     1 -
 v1_4_0/tutorials/blinky/rbnano2.html               |     1 -
 v1_4_0/tutorials/devmgmt/add_newtmgr.html          |     1 -
 v1_4_0/tutorials/devmgmt/devmgmt.html              |     1 -
 v1_4_0/tutorials/devmgmt/ota_upgrade_nrf52.html    |     1 -
 v1_4_0/tutorials/lora/lorawanapp.html              |     1 -
 v1_4_0/tutorials/os_fundamentals/event_queue.html  |     1 -
 .../tutorials/os_fundamentals/os_fundamentals.html |     1 -
 v1_4_0/tutorials/os_fundamentals/tasks_lesson.html |     1 -
 v1_4_0/tutorials/other/codesize.html               |     1 -
 v1_4_0/tutorials/other/other.html                  |     1 -
 v1_4_0/tutorials/other/unit_test.html              |     1 -
 v1_4_0/tutorials/other/wi-fi_on_arduino.html       |     1 -
 v1_4_0/tutorials/repo/add_repos.html               |     1 -
 v1_4_0/tutorials/repo/create_repo.html             |     1 -
 v1_4_0/tutorials/repo/private_repo.html            |     1 -
 v1_4_0/tutorials/repo/upgrade_repo.html            |     1 -
 v1_4_0/tutorials/sensors/air_quality.html          |     1 -
 v1_4_0/tutorials/sensors/air_quality_ble.html      |     1 -
 v1_4_0/tutorials/sensors/air_quality_sensor.html   |     1 -
 v1_4_0/tutorials/sensors/nrf52_adc.html            |     1 -
 v1_4_0/tutorials/sensors/sensor_bleprph_oic.html   |     1 -
 v1_4_0/tutorials/sensors/sensor_nrf52_bno055.html  |     1 -
 .../tutorials/sensors/sensor_nrf52_bno055_oic.html |     1 -
 v1_4_0/tutorials/sensors/sensor_nrf52_drv2605.html |     1 -
 .../tutorials/sensors/sensor_offboard_config.html  |     1 -
 v1_4_0/tutorials/sensors/sensor_oic_overview.html  |     1 -
 .../sensors/sensor_thingy_lis2dh12_onb.html        |     1 -
 v1_4_0/tutorials/sensors/sensors.html              |     1 -
 v1_4_0/tutorials/sensors/sensors_framework.html    |     1 -
 v1_4_0/tutorials/slinky/project-nrf52-slinky.html  |     1 -
 v1_4_0/tutorials/slinky/project-sim-slinky.html    |     1 -
 v1_4_0/tutorials/slinky/project-slinky.html        |     1 -
 v1_4_0/tutorials/slinky/project-stm32-slinky.html  |     1 -
 v1_4_0/tutorials/tooling/segger_rtt.html           |     1 -
 v1_4_0/tutorials/tooling/segger_sysview.html       |     1 -
 v1_4_0/tutorials/tooling/tooling.html              |     1 -
 v1_4_0/tutorials/tutorials.html                    |     1 -
 3416 files changed, 1590378 insertions(+), 5750745 deletions(-)