You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2017/10/16 22:34:00 UTC

[mynewt-core] 01/01: Merge pull request #619 from aditihilbert/doxygen

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

aditi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit ad2079c04acebeafff2211080d47bc93c7277095
Merge: b3f434e 7551131
Author: aditihilbert <ad...@runtime.io>
AuthorDate: Mon Oct 16 15:33:57 2017 -0700

    Merge pull request #619 from aditihilbert/doxygen
    
    Updated Doxygen changes

 docs/.gitignore                                    |    5 +
 docs/Gruntfile.js                                  |   47 +
 docs/Makefile                                      |   28 +
 docs/README.rst                                    |  108 +
 docs/_ext/edit_on_github.py                        |   42 +
 docs/_static/css/bootstrap-3.0.3.min.css           |    7 +
 docs/_static/css/custom.css                        |  461 ++
 docs/_static/css/sphinx_theme.css                  | 1765 ++++++
 docs/_static/css/v2.css                            |  161 +
 docs/_static/img/asf_logo_wide_small.png           |  Bin 0 -> 32278 bytes
 docs/_static/img/egg-logo2.png                     |  Bin 0 -> 7241 bytes
 docs/_static/img/logo.png                          |  Bin 0 -> 151595 bytes
 docs/_static/js/bootstrap-3.0.3.min.js             |    7 +
 docs/_templates/sourcelink.html                    |    8 +
 docs/concepts.rst                                  |  186 +
 docs/conf.py                                       |  174 +
 docs/doxygen.xml                                   |   17 +-
 docs/faq/answers.rst                               |  130 +
 docs/faq/go_env.rst                                |  231 +
 docs/faq/how_to_edit_docs.rst                      |  106 +
 docs/faq/ide.rst                                   |  390 ++
 docs/index.rst                                     |   97 +
 docs/known_issues.rst                              |   28 +
 docs/mynewt_doc/os_user_guide/os_core/api/api.rst  |   11 +
 .../os_user_guide/os_core/cpu_time/api/api.rst     |   15 +
 .../os_user_guide/os_core/cpu_time/cpu_time.rst    |   87 +
 docs/mynewt_doc/os_user_guide/os_core/os_core.rst  |  231 +
 docs/mynewt_doc/os_user_guide/os_user_guide.rst    |   12 +
 docs/mynewt_doc/test.rst                           |   17 +
 .../tutorials/arduino_zero_converted.rst           |  337 +
 docs/mynewt_doc/tutorials/tutorials.rst            |   98 +
 docs/network/ble/ble_hs/ble_att/ble_att.rst        |   76 +
 .../ble/ble_hs/ble_att/functions/ble_att_mtu.rst   |   28 +
 .../ble_att/functions/ble_att_preferred_mtu.rst    |   23 +
 .../functions/ble_att_set_preferred_mtu.rst        |   38 +
 .../ble_att/functions/ble_att_svr_read_local.rst   |   50 +
 .../ble_att/functions/ble_att_svr_write_local.rst  |   42 +
 docs/network/ble/ble_hs/ble_att/mdtoc.rst          |   10 +
 docs/network/ble/ble_hs/ble_gap/ble_gap.rst        |  241 +
 .../ble_hs/ble_gap/definitions/ble_gap_defs.rst    |  582 ++
 .../ble_gap/functions/ble_gap_adv_active.rst       |   28 +
 .../ble_gap/functions/ble_gap_adv_rsp_set_data.rst |   39 +
 .../functions/ble_gap_adv_rsp_set_fields.rst       |   35 +
 .../ble_gap/functions/ble_gap_adv_set_data.rst     |   39 +
 .../ble_gap/functions/ble_gap_adv_set_fields.rst   |   49 +
 .../ble_gap/functions/ble_gap_adv_set_phys.rst     |  107 +
 .../ble_gap/functions/ble_gap_adv_set_tx_power.rst |   34 +
 .../ble_hs/ble_gap/functions/ble_gap_adv_start.rst |  102 +
 .../ble_hs/ble_gap/functions/ble_gap_adv_stop.rst  |   32 +
 .../ble_gap/functions/ble_gap_conn_active.rst      |   28 +
 .../ble_gap/functions/ble_gap_conn_cancel.rst      |   28 +
 .../ble_hs/ble_gap/functions/ble_gap_conn_find.rst |   49 +
 .../ble_hs/ble_gap/functions/ble_gap_conn_rssi.rst |   40 +
 .../ble_hs/ble_gap/functions/ble_gap_connect.rst   |  125 +
 .../ble/ble_hs/ble_gap/functions/ble_gap_disc.rst  |   98 +
 .../ble_gap/functions/ble_gap_disc_active.rst      |   28 +
 .../ble_gap/functions/ble_gap_disc_cancel.rst      |   32 +
 .../ble_gap/functions/ble_gap_ext_connect.rst      |  114 +
 .../ble_hs/ble_gap/functions/ble_gap_ext_disc.rst  |  111 +
 .../ble_gap/functions/ble_gap_read_le_phy.rst      |  122 +
 .../functions/ble_gap_security_initiate.rst        |   52 +
 .../ble_gap/functions/ble_gap_set_event_cb.rst     |   43 +
 .../ble_gap_set_prefered_default_le_phy.rst        |  116 +
 .../functions/ble_gap_set_prefered_le_phy.rst      |  161 +
 .../ble_gap/functions/ble_gap_set_priv_mode.rst    |   78 +
 .../ble_hs/ble_gap/functions/ble_gap_terminate.rst |   39 +
 .../ble_gap/functions/ble_gap_update_params.rst    |   62 +
 .../ble_hs/ble_gap/functions/ble_gap_wl_set.rst    |   37 +
 docs/network/ble/ble_hs/ble_gap/mdtoc.rst          |   28 +
 docs/network/ble/ble_hs/ble_gattc/ble_gattc.rst    |  188 +
 .../ble_gattc/definitions/ble_gattc_defs.rst       |   92 +
 .../functions/ble_gattc_disc_all_chrs.rst          |   65 +
 .../functions/ble_gattc_disc_all_dscs.rst          |   62 +
 .../functions/ble_gattc_disc_all_svcs.rst          |   44 +
 .../functions/ble_gattc_disc_chrs_by_uuid.rst      |   71 +
 .../functions/ble_gattc_disc_svc_by_uuid.rst       |   55 +
 .../ble_gattc/functions/ble_gattc_exchange_mtu.rst |   50 +
 .../functions/ble_gattc_find_inc_svcs.rst          |   65 +
 .../ble_gattc/functions/ble_gattc_indicate.rst     |   47 +
 .../functions/ble_gattc_indicate_custom.rst        |   52 +
 .../ble_gattc/functions/ble_gattc_notify.rst       |   47 +
 .../functions/ble_gattc_notify_custom.rst          |   50 +
 .../ble_hs/ble_gattc/functions/ble_gattc_read.rst  |   56 +
 .../ble_gattc/functions/ble_gattc_read_by_uuid.rst |   67 +
 .../ble_gattc/functions/ble_gattc_read_long.rst    |   57 +
 .../ble_gattc/functions/ble_gattc_read_mult.rst    |   60 +
 .../ble_hs/ble_gattc/functions/ble_gattc_write.rst |   63 +
 .../ble_gattc/functions/ble_gattc_write_flat.rst   |   67 +
 .../ble_gattc/functions/ble_gattc_write_long.rst   |   64 +
 .../ble_gattc/functions/ble_gattc_write_no_rsp.rst |   41 +
 .../functions/ble_gattc_write_no_rsp_flat.rst      |   44 +
 .../functions/ble_gattc_write_reliable.rst         |   68 +
 docs/network/ble/ble_hs/ble_gattc/mdtoc.rst        |   28 +
 docs/network/ble/ble_hs/ble_gatts/ble_gatts.rst    |   79 +
 .../ble_gatts/definitions/ble_gatts_defs.rst       |  236 +
 .../ble_gatts/functions/ble_gatts_add_svcs.rst     |   42 +
 .../ble_gatts/functions/ble_gatts_count_cfg.rst    |   39 +
 .../ble_gatts/functions/ble_gatts_find_chr.rst     |   64 +
 .../ble_gatts/functions/ble_gatts_find_dsc.rst     |   62 +
 .../ble_gatts/functions/ble_gatts_find_svc.rst     |   46 +
 .../functions/ble_gatts_svc_set_visibility.rst     |   45 +
 docs/network/ble/ble_hs/ble_gatts/mdtoc.rst        |   13 +
 docs/network/ble/ble_hs/ble_hs.rst                 |   28 +
 docs/network/ble/ble_hs/ble_hs_id/ble_hs_id.rst    |   79 +
 .../ble_hs_id/functions/ble_hs_id_copy_addr.rst    |   86 +
 .../ble_hs_id/functions/ble_hs_id_gen_rnd.rst      |   47 +
 .../ble_hs_id/functions/ble_hs_id_set_rnd.rst      |   35 +
 docs/network/ble/ble_hs/ble_hs_id/mdtoc.rst        |    8 +
 docs/network/ble/ble_hs/ble_hs_return_codes.rst    |  988 +++
 .../functions/ble_eddystone_set_adv_data_uid.rst   |   67 +
 .../functions/ble_eddystone_set_adv_data_url.rst   |   99 +
 .../ble/ble_hs/other/functions/ble_hs_evq_set.rst  |   28 +
 .../ble_hs/other/functions/ble_hs_mbuf_att_pkt.rst |   67 +
 .../other/functions/ble_hs_mbuf_from_flat.rst      |   38 +
 .../ble_hs/other/functions/ble_hs_mbuf_to_flat.rst |   59 +
 .../ble_hs/other/functions/ble_hs_sched_reset.rst  |   28 +
 .../ble/ble_hs/other/functions/ble_hs_synced.rst   |   29 +
 .../other/functions/ble_ibeacon_set_adv_data.rst   |   42 +
 .../ble/ble_hs/other/functions/ble_uuid_cmp.rst    |   37 +
 .../other/functions/ble_uuid_init_from_buf.rst     |   40 +
 .../ble/ble_hs/other/functions/ble_uuid_to_str.rst |   70 +
 .../ble/ble_hs/other/functions/ble_uuid_u16.rst    |   32 +
 docs/network/ble/ble_hs/other/mdtoc.rst            |   18 +
 docs/network/ble/ble_hs/other/other.rst            |  120 +
 docs/network/ble/ble_intro.rst                     |  110 +
 docs/network/ble/ble_sec.rst                       |   76 +
 docs/network/ble/ble_setup/ble_addr.rst            |   65 +
 docs/network/ble/ble_setup/ble_lp_clock.rst        |   68 +
 docs/network/ble/ble_setup/ble_setup_intro.rst     |    7 +
 docs/network/ble/ble_setup/ble_sync_cb.rst         |   80 +
 docs/network/ble/bletiny/bletiny_GAP.rst           |  487 ++
 docs/network/ble/bletiny/bletiny_GATT.rst          |  183 +
 docs/network/ble/bletiny/bletiny_advdata.rst       |  276 +
 docs/network/ble/bletiny/bletiny_api.rst           |  125 +
 docs/network/ble/bletiny_api.rst                   |  127 +
 docs/network/ble/btshell/btshell_GAP.rst           |  497 ++
 docs/network/ble/btshell/btshell_GATT.rst          |  129 +
 docs/network/ble/btshell/btshell_advdata.rst       |  278 +
 docs/network/ble/btshell/btshell_api.rst           |  120 +
 docs/newt/command_list/newt_build.rst              |   68 +
 docs/newt/command_list/newt_clean.rst              |   64 +
 docs/newt/command_list/newt_complete.rst           |   36 +
 docs/newt/command_list/newt_create_image.rst       |   86 +
 docs/newt/command_list/newt_debug.rst              |   66 +
 docs/newt/command_list/newt_help.rst               |   68 +
 docs/newt/command_list/newt_info.rst               |   31 +
 docs/newt/command_list/newt_install.rst            |   43 +
 docs/newt/command_list/newt_load.rst               |   41 +
 docs/newt/command_list/newt_mfg.rst                |  156 +
 docs/newt/command_list/newt_new.rst                |   45 +
 docs/newt/command_list/newt_pkg.rst                |  110 +
 docs/newt/command_list/newt_resign_image.rst       |   60 +
 docs/newt/command_list/newt_run.rst                |   82 +
 docs/newt/command_list/newt_size.rst               |   79 +
 docs/newt/command_list/newt_sync.rst               |   43 +
 docs/newt/command_list/newt_target.rst             |  375 ++
 docs/newt/command_list/newt_test.rst               |   65 +
 docs/newt/command_list/newt_upgrade.rst            |   38 +
 docs/newt/command_list/newt_vals.rst               |   89 +
 docs/newt/command_list/newt_version.rst            |   33 +
 docs/newt/install/newt_linux.rst                   |  267 +
 docs/newt/install/newt_mac.rst                     |  245 +
 docs/newt/install/newt_windows.rst                 |  251 +
 docs/newt/install/prev_releases.rst                |   89 +
 docs/newt/newt_intro.rst                           |  173 +
 docs/newt/newt_operation.rst                       |  233 +
 docs/newt/newt_ops.rst                             |   64 +
 docs/newtmgr/command_list/newtmgr_config.rst       |   56 +
 docs/newtmgr/command_list/newtmgr_conn.rst         |  626 ++
 docs/newtmgr/command_list/newtmgr_crash.rst        |   55 +
 docs/newtmgr/command_list/newtmgr_datetime.rst     |   66 +
 docs/newtmgr/command_list/newtmgr_echo.rst         |   45 +
 docs/newtmgr/command_list/newtmgr_fs.rst           |   87 +
 docs/newtmgr/command_list/newtmgr_image.rst        |  270 +
 docs/newtmgr/command_list/newtmgr_logs.rst         |  217 +
 docs/newtmgr/command_list/newtmgr_mpstats.rst      |   76 +
 docs/newtmgr/command_list/newtmgr_reset.rst        |   43 +
 docs/newtmgr/command_list/newtmgr_run.rst          |   96 +
 docs/newtmgr/command_list/newtmgr_stat.rst         |  135 +
 docs/newtmgr/command_list/newtmgr_taskstats.rst    |   67 +
 docs/newtmgr/install_linux.rst                     |  242 +
 docs/newtmgr/install_mac.rst                       |  174 +
 docs/newtmgr/install_windows.rst                   |  170 +
 docs/newtmgr/overview.rst                          |   42 +
 docs/newtmgr/prev_releases.rst                     |   89 +
 docs/newtmgr/protocol.rst                          |   12 +
 docs/os/core_os/callout/callout.rst                |   82 +
 docs/os/core_os/context_switch/context_switch.rst  |   43 +
 docs/os/core_os/cputime/os_cputime.rst             |   43 +
 docs/os/core_os/event_queue/event_queue.rst        |  182 +
 docs/os/core_os/heap/heap.rst                      |   25 +
 docs/os/core_os/mbuf/mbuf.rst                      |  472 ++
 docs/os/core_os/memory_pool/memory_pool.rst        |  157 +
 docs/os/core_os/mqueue/mqueue.rst                  |   95 +
 docs/os/core_os/msys/msys.rst                      |   40 +
 docs/os/core_os/mutex/mutex.rst                    |   97 +
 docs/os/core_os/mynewt_os.rst                      |  245 +
 docs/os/core_os/os_init.rst                        |   28 +
 docs/os/core_os/os_start.rst                       |   27 +
 docs/os/core_os/os_started.rst                     |   19 +
 docs/os/core_os/porting/port_bsp.rst               |  564 ++
 docs/os/core_os/porting/port_cpu.rst               |   70 +
 docs/os/core_os/porting/port_mcu.rst               |   33 +
 docs/os/core_os/porting/port_os.rst                |  110 +
 docs/os/core_os/sanity/sanity.rst                  |  232 +
 docs/os/core_os/semaphore/semaphore.rst            |   92 +
 docs/os/core_os/task/task.rst                      |  336 +
 docs/os/core_os/time/os_time.rst                   |  111 +
 docs/os/get_started/cross_tools.rst                |  227 +
 docs/os/get_started/docker.rst                     |  123 +
 docs/os/get_started/get_started.rst                |   44 +
 docs/os/get_started/native_install_intro.rst       |   50 +
 docs/os/get_started/native_tools.rst               |  142 +
 docs/os/get_started/project_create.rst             |  448 ++
 docs/os/get_started/serial_access.rst              |  204 +
 docs/os/get_started/vocabulary.rst                 |  186 +
 docs/os/modules/baselibc.rst                       |   46 +
 docs/os/modules/bootloader/boot_build_status.rst   |    1 +
 .../modules/bootloader/boot_build_status_one.rst   |    1 +
 docs/os/modules/bootloader/boot_clear_status.rst   |    1 +
 docs/os/modules/bootloader/boot_copy_area.rst      |    1 +
 docs/os/modules/bootloader/boot_copy_image.rst     |    1 +
 docs/os/modules/bootloader/boot_erase_area.rst     |    1 +
 docs/os/modules/bootloader/boot_fill_slot.rst      |    1 +
 .../bootloader/boot_find_image_area_idx.rst        |    1 +
 .../os/modules/bootloader/boot_find_image_part.rst |    1 +
 .../os/modules/bootloader/boot_find_image_slot.rst |    1 +
 docs/os/modules/bootloader/boot_go.rst             |    1 +
 docs/os/modules/bootloader/boot_init_flash.rst     |    1 +
 docs/os/modules/bootloader/boot_move_area.rst      |    1 +
 .../modules/bootloader/boot_read_image_header.rst  |    1 +
 .../modules/bootloader/boot_read_image_headers.rst |    1 +
 docs/os/modules/bootloader/boot_read_status.rst    |    1 +
 .../modules/bootloader/boot_select_image_slot.rst  |    1 +
 docs/os/modules/bootloader/boot_slot_addr.rst      |    1 +
 .../modules/bootloader/boot_slot_to_area_idx.rst   |    1 +
 docs/os/modules/bootloader/boot_swap_areas.rst     |    1 +
 .../modules/bootloader/boot_vect_delete_main.rst   |    1 +
 .../modules/bootloader/boot_vect_delete_test.rst   |    1 +
 docs/os/modules/bootloader/boot_vect_read_main.rst |    1 +
 docs/os/modules/bootloader/boot_vect_read_one.rst  |    1 +
 docs/os/modules/bootloader/boot_vect_read_test.rst |    1 +
 docs/os/modules/bootloader/boot_write_status.rst   |    1 +
 docs/os/modules/bootloader/bootloader.rst          |  622 ++
 docs/os/modules/console/console.rst                |  377 ++
 docs/os/modules/console/console_echo.rst           |   65 +
 docs/os/modules/console/console_init.rst           |   47 +
 docs/os/modules/console/console_is_init.rst        |   38 +
 docs/os/modules/console/console_printf.rst         |  106 +
 docs/os/modules/console/console_read.rst           |   84 +
 docs/os/modules/console/console_set_queues.rst     |   99 +
 docs/os/modules/console/console_write.rst          |   47 +
 docs/os/modules/devmgmt/customize_newtmgr.rst      |  322 +
 docs/os/modules/devmgmt/newtmgr.rst                |   45 +
 docs/os/modules/devmgmt/oicmgr.rst                 |  135 +
 docs/os/modules/drivers/driver.rst                 |  151 +
 docs/os/modules/drivers/flash.rst                  |  130 +
 docs/os/modules/drivers/mmc.rst                    |  108 +
 docs/os/modules/elua/elua.rst                      |   42 +
 docs/os/modules/elua/lua_init.rst                  |   42 +
 docs/os/modules/elua/lua_main.rst                  |   41 +
 docs/os/modules/fcb/fcb.rst                        |  287 +
 docs/os/modules/fcb/fcb_append.rst                 |   55 +
 docs/os/modules/fcb/fcb_append_finish.rst          |   42 +
 docs/os/modules/fcb/fcb_append_to_scratch.rst      |   30 +
 docs/os/modules/fcb/fcb_clear.rst                  |   28 +
 docs/os/modules/fcb/fcb_getnext.rst                |   39 +
 docs/os/modules/fcb/fcb_init.rst                   |   32 +
 docs/os/modules/fcb/fcb_is_empty.rst               |   28 +
 docs/os/modules/fcb/fcb_offset_last_n.rst          |   36 +
 docs/os/modules/fcb/fcb_rotate.rst                 |   28 +
 docs/os/modules/fcb/fcb_walk.rst                   |   63 +
 docs/os/modules/fs/fatfs.rst                       |   52 +
 docs/os/modules/fs/fs/fs.rst                       |  284 +
 docs/os/modules/fs/fs/fs_close.rst                 |   72 +
 docs/os/modules/fs/fs/fs_closedir.rst              |   83 +
 docs/os/modules/fs/fs/fs_dirent_is_dir.rst         |   84 +
 docs/os/modules/fs/fs/fs_dirent_name.rst           |  115 +
 docs/os/modules/fs/fs/fs_filelen.rst               |   63 +
 docs/os/modules/fs/fs/fs_getpos.rst                |   37 +
 docs/os/modules/fs/fs/fs_mkdir.rst                 |   68 +
 docs/os/modules/fs/fs/fs_open.rst                  |  113 +
 docs/os/modules/fs/fs/fs_opendir.rst               |  102 +
 docs/os/modules/fs/fs/fs_ops.rst                   |   47 +
 docs/os/modules/fs/fs/fs_read.rst                  |   88 +
 docs/os/modules/fs/fs/fs_readdir.rst               |   93 +
 docs/os/modules/fs/fs/fs_register.rst              |   49 +
 docs/os/modules/fs/fs/fs_rename.rst                |   85 +
 docs/os/modules/fs/fs/fs_return_codes.rst          |   44 +
 docs/os/modules/fs/fs/fs_seek.rst                  |   78 +
 docs/os/modules/fs/fs/fs_unlink.rst                |   70 +
 docs/os/modules/fs/fs/fs_write.rst                 |   72 +
 docs/os/modules/fs/fs/fsutil_read_file.rst         |   93 +
 docs/os/modules/fs/fs/fsutil_write_file.rst        |   65 +
 docs/os/modules/fs/nffs/nffs.rst                   |  137 +
 docs/os/modules/fs/nffs/nffs_area_desc.rst         |   48 +
 docs/os/modules/fs/nffs/nffs_config.rst            |   47 +
 docs/os/modules/fs/nffs/nffs_detect.rst            |   85 +
 docs/os/modules/fs/nffs/nffs_format.rst            |   80 +
 docs/os/modules/fs/nffs/nffs_init.rst              |   22 +
 docs/os/modules/fs/nffs/nffs_internals.rst         |  509 ++
 docs/os/modules/fs/otherfs.rst                     |   80 +
 docs/os/modules/hal/hal.rst                        |   94 +
 docs/os/modules/hal/hal_api.rst                    |   77 +
 docs/os/modules/hal/hal_bsp/hal_bsp.rst            |   21 +
 docs/os/modules/hal/hal_creation.rst               |   24 +
 docs/os/modules/hal/hal_flash/hal_flash.rst        |   19 +
 docs/os/modules/hal/hal_flash/hal_flash_int.rst    |   35 +
 docs/os/modules/hal/hal_gpio/hal_gpio.rst          |   74 +
 docs/os/modules/hal/hal_i2c/hal_i2c.rst            |   96 +
 docs/os/modules/hal/hal_in_libraries.rst           |   12 +
 docs/os/modules/hal/hal_os_tick/hal_os_tick.rst    |   38 +
 docs/os/modules/hal/hal_spi/hal_spi.rst            |   65 +
 docs/os/modules/hal/hal_system/hal_sys.rst         |   22 +
 docs/os/modules/hal/hal_timer/hal_timer.rst        |   36 +
 docs/os/modules/hal/hal_uart/hal_uart.rst          |   36 +
 docs/os/modules/hal/hal_watchdog/hal_watchdog.rst  |   32 +
 docs/os/modules/imgmgr/imgmgr.rst                  |   65 +
 docs/os/modules/imgmgr/imgmgr_module_init.rst      |   24 +
 docs/os/modules/imgmgr/imgr_ver_parse.rst          |   54 +
 docs/os/modules/imgmgr/imgr_ver_str.rst            |   52 +
 docs/os/modules/json/json.rst                      |  193 +
 docs/os/modules/json/json_encode_object_entry.rst  |   49 +
 docs/os/modules/json/json_encode_object_finish.rst |   44 +
 docs/os/modules/json/json_encode_object_key.rst    |   46 +
 docs/os/modules/json/json_encode_object_start.rst  |   44 +
 docs/os/modules/json/json_read_object.rst          |   67 +
 docs/os/modules/logs/logs.rst                      |  207 +
 docs/os/modules/sensor_framework/sensor_api.rst    |  392 ++
 docs/os/modules/sensor_framework/sensor_create.rst |  252 +
 docs/os/modules/sensor_framework/sensor_driver.rst |  480 ++
 .../sensor_framework/sensor_framework_overview.rst |   83 +
 .../sensor_framework/sensor_listener_api.rst       |   88 +
 .../os/modules/sensor_framework/sensor_mgr_api.rst |  185 +
 docs/os/modules/sensor_framework/sensor_oic.rst    |   35 +
 docs/os/modules/sensor_framework/sensor_shell.rst  |   12 +
 docs/os/modules/shell/shell.rst                    |  368 ++
 docs/os/modules/shell/shell_cmd_register.rst       |   53 +
 docs/os/modules/shell/shell_evq_set.rst            |   30 +
 .../os/modules/shell/shell_nlip_input_register.rst |   58 +
 docs/os/modules/shell/shell_nlip_output.rst        |   46 +
 docs/os/modules/shell/shell_register.rst           |  131 +
 .../shell/shell_register_app_cmd_handler.rst       |   52 +
 .../shell/shell_register_default_module.rst        |   52 +
 docs/os/modules/split/split.rst                    |  484 ++
 docs/os/modules/stats/stats.rst                    |  283 +
 docs/os/modules/sysinitconfig/sysconfig_error.rst  |  470 ++
 docs/os/modules/sysinitconfig/sysinitconfig.rst    |  877 +++
 docs/os/modules/testutil/test_assert.rst           |  129 +
 docs/os/modules/testutil/test_case.rst             |   36 +
 docs/os/modules/testutil/test_decl.rst             |   37 +
 docs/os/modules/testutil/test_pass.rst             |   66 +
 docs/os/modules/testutil/test_suite.rst            |   42 +
 docs/os/modules/testutil/testutil.rst              |  157 +
 docs/os/modules/testutil/tu_init.rst               |   44 +
 docs/os/modules/testutil/tu_restart.rst            |   41 +
 docs/os/os_user_guide.rst                          |   21 +
 docs/os/tutorials/STM32F303.rst                    |  225 +
 docs/os/tutorials/add_newtmgr.rst                  |  319 +
 docs/os/tutorials/air_quality_ble.rst              |  235 +
 docs/os/tutorials/air_quality_sensor.rst           |  920 +++
 docs/os/tutorials/ble/ble_bare_bones.rst           |  203 +
 docs/os/tutorials/ble/blehci_project.rst           |  233 +
 .../ble/bleprph/bleprph-sections/bleprph-adv.rst   |  145 +
 .../ble/bleprph/bleprph-sections/bleprph-app.rst   |  110 +
 .../bleprph-sections/bleprph-chr-access.rst        |  282 +
 .../bleprph/bleprph-sections/bleprph-gap-event.rst |  160 +
 .../bleprph/bleprph-sections/bleprph-svc-reg.rst   |  284 +
 docs/os/tutorials/ble/bleprph/bleprph.rst          |   53 +
 docs/os/tutorials/ble/eddystone.rst                |  394 ++
 docs/os/tutorials/ble/ibeacon.rst                  |  346 ++
 docs/os/tutorials/blinky/arduino_zero.rst          |  375 ++
 docs/os/tutorials/blinky/blinky.rst                |   79 +
 docs/os/tutorials/blinky/blinky_console.rst        |  239 +
 docs/os/tutorials/blinky/blinky_primo.rst          |  296 +
 docs/os/tutorials/blinky/blinky_sram_olimex.rst    |  193 +
 docs/os/tutorials/blinky/blinky_stm32f4disc.rst    |  259 +
 docs/os/tutorials/blinky/blinky_windows.rst        |  362 ++
 docs/os/tutorials/blinky/nRF52.rst                 |  219 +
 docs/os/tutorials/blinky/olimex.rst                |  264 +
 docs/os/tutorials/blinky/rbnano2.rst               |  211 +
 docs/os/tutorials/codesize.rst                     |   38 +
 docs/os/tutorials/define_target.rst                |    4 +
 docs/os/tutorials/event_queue.rst                  |  531 ++
 docs/os/tutorials/nrf52_adc.rst                    |  874 +++
 docs/os/tutorials/ota_upgrade_nrf52.rst            |  230 +
 docs/os/tutorials/pin-wheel-mods.rst               |  104 +
 docs/os/tutorials/repo/add_repos.rst               |  331 +
 docs/os/tutorials/repo/create_repo.rst             |  186 +
 docs/os/tutorials/repo/private_repo.rst            |   33 +
 docs/os/tutorials/repo/upgrade_repo.rst            |   15 +
 docs/os/tutorials/segger_rtt.rst                   |  109 +
 docs/os/tutorials/segger_sysview.rst               |   94 +
 docs/os/tutorials/sensors/sensor_bleprph_oic.rst   |  337 +
 docs/os/tutorials/sensors/sensor_nrf52_bno055.rst  |  555 ++
 .../tutorials/sensors/sensor_nrf52_bno055_oic.rst  |  151 +
 .../tutorials/sensors/sensor_offboard_config.rst   |  237 +
 docs/os/tutorials/sensors/sensor_oic_overview.rst  |   56 +
 .../sensors/sensor_thingy_lis2dh12_onb.rst         |  767 +++
 docs/os/tutorials/sensors/sensors.rst              |   74 +
 docs/os/tutorials/slinky/project-nrf52-slinky.rst  |  252 +
 docs/os/tutorials/slinky/project-sim-slinky.rst    |  132 +
 docs/os/tutorials/slinky/project-slinky.rst        |   53 +
 docs/os/tutorials/slinky/project-stm32-slinky.rst  |  285 +
 docs/os/tutorials/tasks_lesson.rst                 |  320 +
 docs/os/tutorials/try_markdown.rst                 |   44 +
 docs/os/tutorials/tutorials.rst                    |   99 +
 docs/os/tutorials/unit_test.rst                    |  359 ++
 docs/os/tutorials/wi-fi_on_arduino.rst             |  362 ++
 docs/package-lock.json                             |  569 ++
 docs/package.json                                  |   15 +
 docs/themes/mynewt/README.md                       |    2 +
 docs/themes/mynewt/breadcrumbs.html                |   18 +
 docs/themes/mynewt/footer.html                     |   20 +
 docs/themes/mynewt/header.html                     |   65 +
 docs/themes/mynewt/layout.html                     |  150 +
 docs/themes/mynewt/main-banner.html                |   15 +
 docs/themes/mynewt/navigation.html                 |   10 +
 docs/themes/mynewt/search.html                     |   50 +
 docs/themes/mynewt/searchbox.html                  |    7 +
 docs/themes/mynewt/sidebar.html                    |   23 +
 docs/themes/mynewt/static/css/.gitignore           |    2 +
 docs/themes/mynewt/static/css/badge_only.css       |  226 +
 docs/themes/mynewt/static/css/doc.css              | 6538 ++++++++++++++++++++
 docs/themes/mynewt/static/css/overrides.css        |    1 +
 docs/themes/mynewt/static/css/theme.css            | 4527 ++++++++++++++
 docs/themes/mynewt/static/fonts/FontAwesome.otf    |  Bin 0 -> 85908 bytes
 .../mynewt/static/fonts/Inconsolata-Bold.ttf       |  Bin 0 -> 66352 bytes
 .../mynewt/static/fonts/Inconsolata-Regular.ttf    |  Bin 0 -> 84548 bytes
 docs/themes/mynewt/static/fonts/Lato-Bold.ttf      |  Bin 0 -> 121788 bytes
 docs/themes/mynewt/static/fonts/Lato-Regular.ttf   |  Bin 0 -> 120196 bytes
 .../themes/mynewt/static/fonts/RobotoSlab-Bold.ttf |  Bin 0 -> 170616 bytes
 .../mynewt/static/fonts/RobotoSlab-Regular.ttf     |  Bin 0 -> 169064 bytes
 .../mynewt/static/fonts/fontawesome-webfont.eot    |  Bin 0 -> 56006 bytes
 .../mynewt/static/fonts/fontawesome-webfont.svg    |  520 ++
 .../mynewt/static/fonts/fontawesome-webfont.ttf    |  Bin 0 -> 112160 bytes
 .../mynewt/static/fonts/fontawesome-webfont.woff   |  Bin 0 -> 65452 bytes
 docs/themes/mynewt/static/img/logo.png             |  Bin 0 -> 16242 bytes
 docs/themes/mynewt/static/js/affix.js              |  162 +
 docs/themes/mynewt/static/js/main.js               |   50 +
 docs/themes/mynewt/static/js/modernizr.min.js      |    4 +
 docs/themes/mynewt/static/js/scrollspy.js          |  172 +
 docs/themes/mynewt/theme.conf                      |   10 +
 docs/themes/mynewt/versions.html                   |   21 +
 kernel/os/src/os_mbuf.c                            |   29 +-
 445 files changed, 63520 insertions(+), 9 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@mynewt.apache.org" <co...@mynewt.apache.org>.