Add NimBLE and Security sub-pages correctly
Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/73c4736a Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/73c4736a Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/73c4736a Branch: refs/heads/asf-site Commit: 73c4736afe24da7684449c7c086ef2efe70f2647 Parents: 89c943e Author: aditihilbert <[email protected]> Authored: Mon Nov 14 15:56:35 2016 -0800 Committer: aditihilbert <[email protected]> Committed: Mon Nov 14 15:56:35 2016 -0800 ---------------------------------------------------------------------- faq/answers/index.html | 4 + faq/how_to_edit_docs/index.html | 4 + mkdocs/search_index.json | 15 + network/ble/ble_intro/index.html | 4 + network/ble/ble_sec/index.html | 4 + network/ble/bletiny/bletiny_GAP/index.html | 4 + network/ble/bletiny/bletiny_GATT/index.html | 4 + network/ble/bletiny/bletiny_advdata/index.html | 4 + network/ble/bletiny_api/index.html | 4 + network/ble/ini_stack/ble_add_cpu/index.html | 4 + network/ble/ini_stack/ble_consolepkg/index.html | 4 + .../ble/ini_stack/ble_controller_ini/index.html | 4 + network/ble/ini_stack/ble_devadd/index.html | 4 + network/ble/ini_stack/ble_host_ini/index.html | 4 + network/ble/ini_stack/ble_ini_intro/index.html | 4 + network/ble/ini_stack/ble_mempool/index.html | 4 + network/ble/ini_stack/ble_parent_ini/index.html | 4 + network/ble/ini_stack/ble_statpkg/index.html | 4 + network/ble/nimble_setup/index.html | 4 + newt/command_list/newt_build/index.html | 4 + newt/command_list/newt_clean/index.html | 4 + newt/command_list/newt_create_image/index.html | 4 + newt/command_list/newt_debug/index.html | 4 + newt/command_list/newt_help/index.html | 4 + newt/command_list/newt_info/index.html | 4 + newt/command_list/newt_install/index.html | 4 + newt/command_list/newt_load/index.html | 4 + newt/command_list/newt_new/index.html | 4 + newt/command_list/newt_run/index.html | 4 + newt/command_list/newt_size/index.html | 4 + newt/command_list/newt_target/index.html | 4 + newt/command_list/newt_test/index.html | 4 + newt/command_list/newt_upgrade/index.html | 4 + newt/command_list/newt_version/index.html | 4 + newt/install/newt_linux/index.html | 4 + newt/install/newt_mac/index.html | 4 + newt/newt_intro/index.html | 4 + newt/newt_operation/index.html | 4 + newt/newt_ops/index.html | 4 + newtmgr/installing/index.html | 4 + newtmgr/overview/index.html | 4 + os/core_os/callout/callout/index.html | 4 + .../callout/os_callout_func_init/index.html | 4 + os/core_os/callout/os_callout_init/index.html | 4 + os/core_os/callout/os_callout_queued/index.html | 4 + os/core_os/callout/os_callout_reset/index.html | 4 + os/core_os/callout/os_callout_stop/index.html | 4 + .../context_switch/context_switch/index.html | 4 + .../context_switch/os_arch_ctx_sw/index.html | 4 + os/core_os/context_switch/os_sched/index.html | 4 + .../os_sched_ctx_sw_hook/index.html | 4 + .../os_sched_get_current_task/index.html | 4 + .../context_switch/os_sched_insert/index.html | 4 + .../os_sched_next_task/index.html | 4 + .../os_sched_os_timer_exp/index.html | 4 + .../context_switch/os_sched_resort/index.html | 4 + .../os_sched_set_current_task/index.html | 4 + .../context_switch/os_sched_sleep/index.html | 4 + .../context_switch/os_sched_wakeup/index.html | 4 + os/core_os/event_queue/event_queue/index.html | 4 + os/core_os/event_queue/os_eventq_get/index.html | 4 + .../event_queue/os_eventq_init/index.html | 4 + os/core_os/event_queue/os_eventq_put/index.html | 4 + .../event_queue/os_eventq_remove/index.html | 4 + os/core_os/heap/heap/index.html | 4 + os/core_os/heap/os_free/index.html | 4 + os/core_os/heap/os_malloc/index.html | 4 + os/core_os/heap/os_realloc/index.html | 4 + os/core_os/mbuf/OS_MBUF_DATA/index.html | 4 + os/core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html | 4 + os/core_os/mbuf/OS_MBUF_PKTHDR/index.html | 4 + .../mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html | 4 + os/core_os/mbuf/OS_MBUF_PKTLEN/index.html | 4 + .../mbuf/OS_MBUF_TRAILINGSPACE/index.html | 4 + os/core_os/mbuf/OS_MBUF_USRHDR/index.html | 4 + os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html | 4 + os/core_os/mbuf/mbuf/index.html | 4 + os/core_os/mbuf/os_mbuf_adj/index.html | 4 + os/core_os/mbuf/os_mbuf_append/index.html | 4 + os/core_os/mbuf/os_mbuf_concat/index.html | 4 + os/core_os/mbuf/os_mbuf_copydata/index.html | 4 + os/core_os/mbuf/os_mbuf_copyinto/index.html | 4 + os/core_os/mbuf/os_mbuf_dup/index.html | 4 + os/core_os/mbuf/os_mbuf_extend/index.html | 4 + os/core_os/mbuf/os_mbuf_free_chain/index.html | 4 + os/core_os/mbuf/os_mbuf_get/index.html | 4 + os/core_os/mbuf/os_mbuf_get_pkthdr/index.html | 4 + os/core_os/mbuf/os_mbuf_memcmp/index.html | 4 + os/core_os/mbuf/os_mbuf_off/index.html | 4 + os/core_os/mbuf/os_mbuf_pool_init/index.html | 4 + os/core_os/mbuf/os_mbuf_prepend/index.html | 4 + os/core_os/mbuf/os_mbuf_pullup/index.html | 4 + .../memory_pool/OS_MEMPOOL_BYTES/index.html | 4 + .../memory_pool/OS_MEMPOOL_SIZE/index.html | 4 + os/core_os/memory_pool/memory_pool/index.html | 4 + .../memory_pool/os_memblock_get/index.html | 4 + .../memory_pool/os_memblock_put/index.html | 4 + .../memory_pool/os_mempool_init/index.html | 4 + os/core_os/mqueue/mqueue/index.html | 4 + os/core_os/mqueue/os_mqueue_get/index.html | 4 + os/core_os/mqueue/os_mqueue_init/index.html | 4 + os/core_os/mqueue/os_mqueue_put/index.html | 4 + os/core_os/msys/msys/index.html | 4 + os/core_os/msys/os_msys_get/index.html | 4 + os/core_os/msys/os_msys_get_pkthdr/index.html | 4 + os/core_os/msys/os_msys_register/index.html | 4 + os/core_os/msys/os_msys_reset/index.html | 4 + os/core_os/mutex/mutex/index.html | 4 + os/core_os/mutex/os_mutex_init/index.html | 4 + os/core_os/mutex/os_mutex_pend/index.html | 4 + os/core_os/mutex/os_mutex_release/index.html | 4 + os/core_os/mynewt_os/index.html | 4 + os/core_os/os_init/index.html | 4 + os/core_os/os_start/index.html | 4 + os/core_os/os_started/index.html | 4 + os/core_os/porting/port_bsp/index.html | 4 + os/core_os/porting/port_cpu/index.html | 4 + os/core_os/porting/port_mcu/index.html | 4 + os/core_os/porting/port_os/index.html | 4 + .../sanity/os_sanity_check_init/index.html | 4 + .../sanity/os_sanity_check_register/index.html | 4 + .../sanity/os_sanity_check_reset/index.html | 4 + .../sanity/os_sanity_task_checkin/index.html | 4 + .../sanity/os_sanity_task_init/index.html | 4 + os/core_os/sanity/sanity/index.html | 4 + os/core_os/semaphore/os_sem_init/index.html | 4 + os/core_os/semaphore/os_sem_pend/index.html | 4 + os/core_os/semaphore/os_sem_release/index.html | 4 + os/core_os/semaphore/semaphore/index.html | 4 + os/core_os/task/os_task_count/index.html | 4 + .../task/os_task_info_get_next/index.html | 4 + os/core_os/task/os_task_init/index.html | 4 + os/core_os/task/task/index.html | 4 + os/core_os/time/os_gettimeofday/index.html | 4 + os/core_os/time/os_settimeofday/index.html | 4 + os/core_os/time/os_time/index.html | 4 + os/core_os/time/os_time_delay/index.html | 4 + os/core_os/time/os_time_get/index.html | 4 + os/core_os/time/os_time_tick/index.html | 4 + os/get_started/cross_tools/index.html | 4 + os/get_started/docker/index.html | 4 + os/get_started/get_started/index.html | 4 + os/get_started/native_tools/index.html | 4 + os/get_started/project_create/index.html | 4 + os/get_started/vocabulary/index.html | 4 + os/introduction/index.html | 4 + os/modules/baselibc/index.html | 4 + .../bootloader/boot_build_status/index.html | 4 + .../bootloader/boot_build_status_one/index.html | 4 + .../bootloader/boot_clear_status/index.html | 4 + os/modules/bootloader/boot_copy_area/index.html | 4 + .../bootloader/boot_copy_image/index.html | 4 + .../bootloader/boot_erase_area/index.html | 4 + os/modules/bootloader/boot_fill_slot/index.html | 4 + .../boot_find_image_area_idx/index.html | 4 + .../bootloader/boot_find_image_part/index.html | 4 + .../bootloader/boot_find_image_slot/index.html | 4 + os/modules/bootloader/boot_go/index.html | 4 + .../bootloader/boot_init_flash/index.html | 4 + os/modules/bootloader/boot_move_area/index.html | 4 + .../boot_read_image_header/index.html | 4 + .../boot_read_image_headers/index.html | 4 + .../bootloader/boot_read_status/index.html | 4 + .../boot_select_image_slot/index.html | 4 + os/modules/bootloader/boot_slot_addr/index.html | 4 + .../bootloader/boot_slot_to_area_idx/index.html | 4 + .../bootloader/boot_swap_areas/index.html | 4 + .../bootloader/boot_vect_delete_main/index.html | 4 + .../bootloader/boot_vect_delete_test/index.html | 4 + .../bootloader/boot_vect_read_main/index.html | 4 + .../bootloader/boot_vect_read_one/index.html | 4 + .../bootloader/boot_vect_read_test/index.html | 4 + .../bootloader/boot_write_status/index.html | 4 + os/modules/bootloader/bootloader/index.html | 4 + os/modules/console/console/index.html | 4 + .../console/console_blocking_mode/index.html | 4 + os/modules/console/console_echo/index.html | 4 + os/modules/console/console_init/index.html | 4 + os/modules/console/console_is_init/index.html | 4 + os/modules/console/console_printf/index.html | 4 + os/modules/console/console_read/index.html | 4 + os/modules/console/console_write/index.html | 4 + os/modules/elua/elua/index.html | 4 + os/modules/elua/lua_init/index.html | 4 + os/modules/elua/lua_main/index.html | 4 + os/modules/fs/fs/fs/index.html | 4 + os/modules/fs/fs/fs_close/index.html | 4 + os/modules/fs/fs/fs_closedir/index.html | 4 + os/modules/fs/fs/fs_dirent_is_dir/index.html | 4 + os/modules/fs/fs/fs_dirent_name/index.html | 4 + os/modules/fs/fs/fs_filelen/index.html | 4 + os/modules/fs/fs/fs_getpos/index.html | 4 + os/modules/fs/fs/fs_mkdir/index.html | 4 + os/modules/fs/fs/fs_open/index.html | 4 + os/modules/fs/fs/fs_opendir/index.html | 4 + os/modules/fs/fs/fs_ops/index.html | 4 + os/modules/fs/fs/fs_read/index.html | 4 + os/modules/fs/fs/fs_readdir/index.html | 4 + os/modules/fs/fs/fs_register/index.html | 4 + os/modules/fs/fs/fs_rename/index.html | 4 + os/modules/fs/fs/fs_return_codes/index.html | 4 + os/modules/fs/fs/fs_seek/index.html | 4 + os/modules/fs/fs/fs_unlink/index.html | 4 + os/modules/fs/fs/fs_write/index.html | 4 + os/modules/fs/fs/fsutil_read_file/index.html | 4 + os/modules/fs/fs/fsutil_write_file/index.html | 4 + os/modules/fs/nffs/nffs/index.html | 4 + os/modules/fs/nffs/nffs_area_desc/index.html | 4 + os/modules/fs/nffs/nffs_config/index.html | 4 + os/modules/fs/nffs/nffs_detect/index.html | 4 + os/modules/fs/nffs/nffs_format/index.html | 4 + os/modules/fs/nffs/nffs_init/index.html | 4 + os/modules/fs/nffs/nffs_internals/index.html | 4 + os/modules/fs/otherfs/index.html | 4 + os/modules/hal/hal/index.html | 4 + os/modules/hal/hal_adc/hal_adc/index.html | 4 + os/modules/hal/hal_api/index.html | 4 + os/modules/hal/hal_architecture/index.html | 4 + .../hal/hal_cputime/hal_cpu_timer/index.html | 4 + os/modules/hal/hal_creation/index.html | 4 + os/modules/hal/hal_dac/hal_dac/index.html | 4 + os/modules/hal/hal_flash/hal_flash/index.html | 4 + .../hal/hal_flash/hal_flash_int/index.html | 4 + .../hal/hal_flash/hal_flash_map/index.html | 4 + os/modules/hal/hal_gpio/hal_gpio/index.html | 4 + os/modules/hal/hal_i2c/hal_i2c/index.html | 4 + os/modules/hal/hal_in_libraries/index.html | 4 + os/modules/hal/hal_pwm/hal_pwm/index.html | 4 + os/modules/hal/hal_spi/hal_spi/index.html | 4 + os/modules/hal/hal_system/hal_sys/index.html | 4 + os/modules/hal/hal_uart/hal_uart/index.html | 4 + os/modules/imgmgr/imgmgr/index.html | 4 + os/modules/imgmgr/imgmgr_module_init/index.html | 4 + os/modules/imgmgr/imgr_ver_parse/index.html | 4 + os/modules/imgmgr/imgr_ver_str/index.html | 4 + os/modules/json/json/index.html | 4 + .../json/json_encode_object_entry/index.html | 4 + .../json/json_encode_object_finish/index.html | 4 + .../json/json_encode_object_key/index.html | 4 + .../json/json_encode_object_start/index.html | 4 + os/modules/json/json_read_object/index.html | 4 + os/modules/logs/logs/index.html | 4 + os/modules/shell/shell/index.html | 4 + os/modules/shell/shell_cmd_register/index.html | 4 + .../shell/shell_nlip_input_register/index.html | 4 + os/modules/shell/shell_nlip_output/index.html | 4 + os/modules/shell/shell_task_init/index.html | 4 + os/modules/stats/stats/index.html | 4 + os/modules/testutil/test_assert/index.html | 4 + os/modules/testutil/test_case/index.html | 4 + os/modules/testutil/test_decl/index.html | 4 + os/modules/testutil/test_pass/index.html | 4 + os/modules/testutil/test_suite/index.html | 4 + os/modules/testutil/testutil/index.html | 4 + os/modules/testutil/tu_init/index.html | 4 + os/modules/testutil/tu_restart/index.html | 4 + os/os_user_guide/index.html | 4 + os/tutorials/STM32F303/index.html | 4 + os/tutorials/air_quality_sensor/index.html | 4 + os/tutorials/arduino_zero/index.html | 4 + os/tutorials/blehci_project/index.html | 4 + os/tutorials/bleprph/bleprph-adv/index.html | 4 + .../bleprph/bleprph-chr-access/index.html | 4 + os/tutorials/bleprph/bleprph-conn/index.html | 4 + os/tutorials/bleprph/bleprph-intro/index.html | 4 + os/tutorials/bleprph/bleprph-svc-reg/index.html | 4 + os/tutorials/bletiny_project/index.html | 4 + os/tutorials/blinky_primo/index.html | 4 + os/tutorials/blinky_sram_olimex/index.html | 4 + os/tutorials/event_queue/index.html | 4 + os/tutorials/ibeacon/index.html | 4 + os/tutorials/nRF52/index.html | 4 + os/tutorials/olimex/index.html | 4 + os/tutorials/pin-wheel-mods/index.html | 4 + os/tutorials/project-slinky/index.html | 4 + os/tutorials/project-target-slinky/index.html | 4 + os/tutorials/repo/add_repos/index.html | 4 + os/tutorials/repo/create_repo/index.html | 4 + os/tutorials/repo/upgrade_repo/index.html | 4 + os/tutorials/tutorials/index.html | 4 + os/tutorials/unit_test/index.html | 4 + pages/ble/index.html | 308 +++++++++++++++++++ pages/configurability/index.html | 183 +++++++++++ search.html | 4 + sitemap.xml | 24 ++ talks/index.html | 227 ++++++++++++++ v0_9_0/faq/answers/index.html | 4 + v0_9_0/faq/how_to_edit_docs/index.html | 4 + v0_9_0/mkdocs/search_index.json | 15 + v0_9_0/network/ble/ble_intro/index.html | 4 + v0_9_0/network/ble/ble_sec/index.html | 4 + .../network/ble/bletiny/bletiny_GAP/index.html | 4 + .../network/ble/bletiny/bletiny_GATT/index.html | 4 + .../ble/bletiny/bletiny_advdata/index.html | 4 + v0_9_0/network/ble/bletiny_api/index.html | 4 + .../ble/ini_stack/ble_add_cpu/index.html | 4 + .../ble/ini_stack/ble_consolepkg/index.html | 4 + .../ble/ini_stack/ble_controller_ini/index.html | 4 + .../network/ble/ini_stack/ble_devadd/index.html | 4 + .../ble/ini_stack/ble_host_ini/index.html | 4 + .../ble/ini_stack/ble_ini_intro/index.html | 4 + .../ble/ini_stack/ble_mempool/index.html | 4 + .../ble/ini_stack/ble_parent_ini/index.html | 4 + .../ble/ini_stack/ble_statpkg/index.html | 4 + v0_9_0/network/ble/nimble_setup/index.html | 4 + v0_9_0/newt/command_list/newt_build/index.html | 4 + v0_9_0/newt/command_list/newt_clean/index.html | 4 + .../command_list/newt_create_image/index.html | 4 + v0_9_0/newt/command_list/newt_debug/index.html | 4 + v0_9_0/newt/command_list/newt_help/index.html | 4 + v0_9_0/newt/command_list/newt_info/index.html | 4 + .../newt/command_list/newt_install/index.html | 4 + v0_9_0/newt/command_list/newt_load/index.html | 4 + v0_9_0/newt/command_list/newt_new/index.html | 4 + v0_9_0/newt/command_list/newt_run/index.html | 4 + v0_9_0/newt/command_list/newt_size/index.html | 4 + v0_9_0/newt/command_list/newt_target/index.html | 4 + v0_9_0/newt/command_list/newt_test/index.html | 4 + .../newt/command_list/newt_upgrade/index.html | 4 + .../newt/command_list/newt_version/index.html | 4 + v0_9_0/newt/install/newt_linux/index.html | 4 + v0_9_0/newt/install/newt_mac/index.html | 4 + v0_9_0/newt/newt_intro/index.html | 4 + v0_9_0/newt/newt_operation/index.html | 4 + v0_9_0/newt/newt_ops/index.html | 4 + v0_9_0/newtmgr/installing/index.html | 4 + v0_9_0/newtmgr/overview/index.html | 4 + v0_9_0/os/core_os/callout/callout/index.html | 4 + .../callout/os_callout_func_init/index.html | 4 + .../core_os/callout/os_callout_init/index.html | 4 + .../callout/os_callout_queued/index.html | 4 + .../core_os/callout/os_callout_reset/index.html | 4 + .../core_os/callout/os_callout_stop/index.html | 4 + .../context_switch/context_switch/index.html | 4 + .../context_switch/os_arch_ctx_sw/index.html | 4 + .../core_os/context_switch/os_sched/index.html | 4 + .../os_sched_ctx_sw_hook/index.html | 4 + .../os_sched_get_current_task/index.html | 4 + .../context_switch/os_sched_insert/index.html | 4 + .../os_sched_next_task/index.html | 4 + .../os_sched_os_timer_exp/index.html | 4 + .../context_switch/os_sched_resort/index.html | 4 + .../os_sched_set_current_task/index.html | 4 + .../context_switch/os_sched_sleep/index.html | 4 + .../context_switch/os_sched_wakeup/index.html | 4 + .../core_os/event_queue/event_queue/index.html | 4 + .../event_queue/os_eventq_get/index.html | 4 + .../event_queue/os_eventq_init/index.html | 4 + .../event_queue/os_eventq_put/index.html | 4 + .../event_queue/os_eventq_remove/index.html | 4 + v0_9_0/os/core_os/heap/heap/index.html | 4 + v0_9_0/os/core_os/heap/os_free/index.html | 4 + v0_9_0/os/core_os/heap/os_malloc/index.html | 4 + v0_9_0/os/core_os/heap/os_realloc/index.html | 4 + v0_9_0/os/core_os/mbuf/OS_MBUF_DATA/index.html | 4 + .../mbuf/OS_MBUF_LEADINGSPACE/index.html | 4 + .../os/core_os/mbuf/OS_MBUF_PKTHDR/index.html | 4 + .../mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html | 4 + .../os/core_os/mbuf/OS_MBUF_PKTLEN/index.html | 4 + .../mbuf/OS_MBUF_TRAILINGSPACE/index.html | 4 + .../os/core_os/mbuf/OS_MBUF_USRHDR/index.html | 4 + .../core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html | 4 + v0_9_0/os/core_os/mbuf/mbuf/index.html | 4 + v0_9_0/os/core_os/mbuf/os_mbuf_adj/index.html | 4 + .../os/core_os/mbuf/os_mbuf_append/index.html | 4 + .../os/core_os/mbuf/os_mbuf_concat/index.html | 4 + .../os/core_os/mbuf/os_mbuf_copydata/index.html | 4 + .../os/core_os/mbuf/os_mbuf_copyinto/index.html | 4 + v0_9_0/os/core_os/mbuf/os_mbuf_dup/index.html | 4 + .../os/core_os/mbuf/os_mbuf_extend/index.html | 4 + .../core_os/mbuf/os_mbuf_free_chain/index.html | 4 + v0_9_0/os/core_os/mbuf/os_mbuf_get/index.html | 4 + .../core_os/mbuf/os_mbuf_get_pkthdr/index.html | 4 + .../os/core_os/mbuf/os_mbuf_memcmp/index.html | 4 + v0_9_0/os/core_os/mbuf/os_mbuf_off/index.html | 4 + .../core_os/mbuf/os_mbuf_pool_init/index.html | 4 + .../os/core_os/mbuf/os_mbuf_prepend/index.html | 4 + .../os/core_os/mbuf/os_mbuf_pullup/index.html | 4 + .../memory_pool/OS_MEMPOOL_BYTES/index.html | 4 + .../memory_pool/OS_MEMPOOL_SIZE/index.html | 4 + .../core_os/memory_pool/memory_pool/index.html | 4 + .../memory_pool/os_memblock_get/index.html | 4 + .../memory_pool/os_memblock_put/index.html | 4 + .../memory_pool/os_mempool_init/index.html | 4 + v0_9_0/os/core_os/mqueue/mqueue/index.html | 4 + .../os/core_os/mqueue/os_mqueue_get/index.html | 4 + .../os/core_os/mqueue/os_mqueue_init/index.html | 4 + .../os/core_os/mqueue/os_mqueue_put/index.html | 4 + v0_9_0/os/core_os/msys/msys/index.html | 4 + v0_9_0/os/core_os/msys/os_msys_get/index.html | 4 + .../core_os/msys/os_msys_get_pkthdr/index.html | 4 + .../os/core_os/msys/os_msys_register/index.html | 4 + v0_9_0/os/core_os/msys/os_msys_reset/index.html | 4 + v0_9_0/os/core_os/mutex/mutex/index.html | 4 + .../os/core_os/mutex/os_mutex_init/index.html | 4 + .../os/core_os/mutex/os_mutex_pend/index.html | 4 + .../core_os/mutex/os_mutex_release/index.html | 4 + v0_9_0/os/core_os/mynewt_os/index.html | 4 + v0_9_0/os/core_os/os_init/index.html | 4 + v0_9_0/os/core_os/os_start/index.html | 4 + v0_9_0/os/core_os/os_started/index.html | 4 + v0_9_0/os/core_os/porting/port_bsp/index.html | 4 + v0_9_0/os/core_os/porting/port_cpu/index.html | 4 + v0_9_0/os/core_os/porting/port_mcu/index.html | 4 + v0_9_0/os/core_os/porting/port_os/index.html | 4 + .../sanity/os_sanity_check_init/index.html | 4 + .../sanity/os_sanity_check_register/index.html | 4 + .../sanity/os_sanity_check_reset/index.html | 4 + .../sanity/os_sanity_task_checkin/index.html | 4 + .../sanity/os_sanity_task_init/index.html | 4 + v0_9_0/os/core_os/sanity/sanity/index.html | 4 + .../os/core_os/semaphore/os_sem_init/index.html | 4 + .../os/core_os/semaphore/os_sem_pend/index.html | 4 + .../core_os/semaphore/os_sem_release/index.html | 4 + .../os/core_os/semaphore/semaphore/index.html | 4 + v0_9_0/os/core_os/task/os_task_count/index.html | 4 + .../task/os_task_info_get_next/index.html | 4 + v0_9_0/os/core_os/task/os_task_init/index.html | 4 + v0_9_0/os/core_os/task/task/index.html | 4 + .../os/core_os/time/os_gettimeofday/index.html | 4 + .../os/core_os/time/os_settimeofday/index.html | 4 + v0_9_0/os/core_os/time/os_time/index.html | 4 + v0_9_0/os/core_os/time/os_time_delay/index.html | 4 + v0_9_0/os/core_os/time/os_time_get/index.html | 4 + v0_9_0/os/core_os/time/os_time_tick/index.html | 4 + v0_9_0/os/get_started/cross_tools/index.html | 4 + v0_9_0/os/get_started/docker/index.html | 4 + v0_9_0/os/get_started/get_started/index.html | 4 + v0_9_0/os/get_started/native_tools/index.html | 4 + v0_9_0/os/get_started/project_create/index.html | 4 + v0_9_0/os/get_started/vocabulary/index.html | 4 + v0_9_0/os/introduction/index.html | 4 + v0_9_0/os/modules/baselibc/index.html | 4 + .../bootloader/boot_build_status/index.html | 4 + .../bootloader/boot_build_status_one/index.html | 4 + .../bootloader/boot_clear_status/index.html | 4 + .../bootloader/boot_copy_area/index.html | 4 + .../bootloader/boot_copy_image/index.html | 4 + .../bootloader/boot_erase_area/index.html | 4 + .../bootloader/boot_fill_slot/index.html | 4 + .../boot_find_image_area_idx/index.html | 4 + .../bootloader/boot_find_image_part/index.html | 4 + .../bootloader/boot_find_image_slot/index.html | 4 + v0_9_0/os/modules/bootloader/boot_go/index.html | 4 + .../bootloader/boot_init_flash/index.html | 4 + .../bootloader/boot_move_area/index.html | 4 + .../boot_read_image_header/index.html | 4 + .../boot_read_image_headers/index.html | 4 + .../bootloader/boot_read_status/index.html | 4 + .../boot_select_image_slot/index.html | 4 + .../bootloader/boot_slot_addr/index.html | 4 + .../bootloader/boot_slot_to_area_idx/index.html | 4 + .../bootloader/boot_swap_areas/index.html | 4 + .../bootloader/boot_vect_delete_main/index.html | 4 + .../bootloader/boot_vect_delete_test/index.html | 4 + .../bootloader/boot_vect_read_main/index.html | 4 + .../bootloader/boot_vect_read_one/index.html | 4 + .../bootloader/boot_vect_read_test/index.html | 4 + .../bootloader/boot_write_status/index.html | 4 + .../os/modules/bootloader/bootloader/index.html | 4 + v0_9_0/os/modules/console/console/index.html | 4 + .../console/console_blocking_mode/index.html | 4 + .../os/modules/console/console_echo/index.html | 4 + .../os/modules/console/console_init/index.html | 4 + .../modules/console/console_is_init/index.html | 4 + .../modules/console/console_printf/index.html | 4 + .../os/modules/console/console_read/index.html | 4 + .../os/modules/console/console_write/index.html | 4 + v0_9_0/os/modules/elua/elua/index.html | 4 + v0_9_0/os/modules/elua/lua_init/index.html | 4 + v0_9_0/os/modules/elua/lua_main/index.html | 4 + v0_9_0/os/modules/fs/fs/fs/index.html | 4 + v0_9_0/os/modules/fs/fs/fs_close/index.html | 4 + v0_9_0/os/modules/fs/fs/fs_closedir/index.html | 4 + .../modules/fs/fs/fs_dirent_is_dir/index.html | 4 + .../os/modules/fs/fs/fs_dirent_name/index.html | 4 + v0_9_0/os/modules/fs/fs/fs_filelen/index.html | 4 + v0_9_0/os/modules/fs/fs/fs_getpos/index.html | 4 + v0_9_0/os/modules/fs/fs/fs_mkdir/index.html | 4 + v0_9_0/os/modules/fs/fs/fs_open/index.html | 4 + v0_9_0/os/modules/fs/fs/fs_opendir/index.html | 4 + v0_9_0/os/modules/fs/fs/fs_ops/index.html | 4 + v0_9_0/os/modules/fs/fs/fs_read/index.html | 4 + v0_9_0/os/modules/fs/fs/fs_readdir/index.html | 4 + v0_9_0/os/modules/fs/fs/fs_register/index.html | 4 + v0_9_0/os/modules/fs/fs/fs_rename/index.html | 4 + .../os/modules/fs/fs/fs_return_codes/index.html | 4 + v0_9_0/os/modules/fs/fs/fs_seek/index.html | 4 + v0_9_0/os/modules/fs/fs/fs_unlink/index.html | 4 + v0_9_0/os/modules/fs/fs/fs_write/index.html | 4 + .../modules/fs/fs/fsutil_read_file/index.html | 4 + .../modules/fs/fs/fsutil_write_file/index.html | 4 + v0_9_0/os/modules/fs/nffs/nffs/index.html | 4 + .../modules/fs/nffs/nffs_area_desc/index.html | 4 + .../os/modules/fs/nffs/nffs_config/index.html | 4 + .../os/modules/fs/nffs/nffs_detect/index.html | 4 + .../os/modules/fs/nffs/nffs_format/index.html | 4 + v0_9_0/os/modules/fs/nffs/nffs_init/index.html | 4 + .../modules/fs/nffs/nffs_internals/index.html | 4 + v0_9_0/os/modules/fs/otherfs/index.html | 4 + v0_9_0/os/modules/hal/hal/index.html | 4 + .../os/modules/hal/hal_adc/hal_adc/index.html | 4 + v0_9_0/os/modules/hal/hal_api/index.html | 4 + .../os/modules/hal/hal_architecture/index.html | 4 + .../hal/hal_cputime/hal_cpu_timer/index.html | 4 + v0_9_0/os/modules/hal/hal_creation/index.html | 4 + .../os/modules/hal/hal_dac/hal_dac/index.html | 4 + .../modules/hal/hal_flash/hal_flash/index.html | 4 + .../hal/hal_flash/hal_flash_int/index.html | 4 + .../hal/hal_flash/hal_flash_map/index.html | 4 + .../os/modules/hal/hal_gpio/hal_gpio/index.html | 4 + .../os/modules/hal/hal_i2c/hal_i2c/index.html | 4 + .../os/modules/hal/hal_in_libraries/index.html | 4 + .../os/modules/hal/hal_pwm/hal_pwm/index.html | 4 + .../os/modules/hal/hal_spi/hal_spi/index.html | 4 + .../modules/hal/hal_system/hal_sys/index.html | 4 + .../os/modules/hal/hal_uart/hal_uart/index.html | 4 + v0_9_0/os/modules/imgmgr/imgmgr/index.html | 4 + .../imgmgr/imgmgr_module_init/index.html | 4 + .../os/modules/imgmgr/imgr_ver_parse/index.html | 4 + .../os/modules/imgmgr/imgr_ver_str/index.html | 4 + v0_9_0/os/modules/json/json/index.html | 4 + .../json/json_encode_object_entry/index.html | 4 + .../json/json_encode_object_finish/index.html | 4 + .../json/json_encode_object_key/index.html | 4 + .../json/json_encode_object_start/index.html | 4 + .../os/modules/json/json_read_object/index.html | 4 + v0_9_0/os/modules/logs/logs/index.html | 4 + v0_9_0/os/modules/shell/shell/index.html | 4 + .../modules/shell/shell_cmd_register/index.html | 4 + .../shell/shell_nlip_input_register/index.html | 4 + .../modules/shell/shell_nlip_output/index.html | 4 + .../os/modules/shell/shell_task_init/index.html | 4 + v0_9_0/os/modules/stats/stats/index.html | 4 + .../os/modules/testutil/test_assert/index.html | 4 + v0_9_0/os/modules/testutil/test_case/index.html | 4 + v0_9_0/os/modules/testutil/test_decl/index.html | 4 + v0_9_0/os/modules/testutil/test_pass/index.html | 4 + .../os/modules/testutil/test_suite/index.html | 4 + v0_9_0/os/modules/testutil/testutil/index.html | 4 + v0_9_0/os/modules/testutil/tu_init/index.html | 4 + .../os/modules/testutil/tu_restart/index.html | 4 + v0_9_0/os/os_user_guide/index.html | 4 + v0_9_0/os/tutorials/STM32F303/index.html | 4 + .../os/tutorials/air_quality_sensor/index.html | 4 + v0_9_0/os/tutorials/arduino_zero/index.html | 4 + v0_9_0/os/tutorials/blehci_project/index.html | 4 + .../os/tutorials/bleprph/bleprph-adv/index.html | 4 + .../bleprph/bleprph-chr-access/index.html | 4 + .../tutorials/bleprph/bleprph-conn/index.html | 4 + .../tutorials/bleprph/bleprph-intro/index.html | 4 + .../bleprph/bleprph-svc-reg/index.html | 4 + v0_9_0/os/tutorials/bletiny_project/index.html | 4 + v0_9_0/os/tutorials/blinky_primo/index.html | 4 + .../os/tutorials/blinky_sram_olimex/index.html | 4 + v0_9_0/os/tutorials/event_queue/index.html | 4 + v0_9_0/os/tutorials/ibeacon/index.html | 4 + v0_9_0/os/tutorials/nRF52/index.html | 4 + v0_9_0/os/tutorials/olimex/index.html | 4 + v0_9_0/os/tutorials/pin-wheel-mods/index.html | 4 + v0_9_0/os/tutorials/project-slinky/index.html | 4 + .../tutorials/project-target-slinky/index.html | 4 + v0_9_0/os/tutorials/repo/add_repos/index.html | 4 + v0_9_0/os/tutorials/repo/create_repo/index.html | 4 + .../os/tutorials/repo/upgrade_repo/index.html | 4 + v0_9_0/os/tutorials/tutorials/index.html | 4 + v0_9_0/os/tutorials/unit_test/index.html | 4 + v0_9_0/pages/ble/index.html | 308 +++++++++++++++++++ v0_9_0/pages/configurability/index.html | 183 +++++++++++ v0_9_0/search.html | 4 + v0_9_0/sitemap.xml | 24 ++ v0_9_0/talks/index.html | 227 ++++++++++++++ 572 files changed, 3762 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/faq/answers/index.html ---------------------------------------------------------------------- diff --git a/faq/answers/index.html b/faq/answers/index.html index 95a9371..0531fcf 100644 --- a/faq/answers/index.html +++ b/faq/answers/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/faq/how_to_edit_docs/index.html ---------------------------------------------------------------------- diff --git a/faq/how_to_edit_docs/index.html b/faq/how_to_edit_docs/index.html index 845f55a..0ff0639 100644 --- a/faq/how_to_edit_docs/index.html +++ b/faq/how_to_edit_docs/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/mkdocs/search_index.json ---------------------------------------------------------------------- diff --git a/mkdocs/search_index.json b/mkdocs/search_index.json index 54419c2..7e2f19d 100644 --- a/mkdocs/search_index.json +++ b/mkdocs/search_index.json @@ -6,6 +6,16 @@ "title": "Home" }, { + "location": "/pages/ble/", + "text": "", + "title": "Bluetooth Low Energy 4.2" + }, + { + "location": "/pages/configurability/", + "text": "", + "title": "Newt build and configuration Tool" + }, + { "location": "/quick-start/", "text": "Get set\n\n\nApache Mynewt currently offers two ways to quickly get set up, each appealing to different personal preferences and levels of familiarity with embedded systems.\n\n\n\n\n\n\n\n\nOption 1:\n All-in-one docker container that bundles Newt tool, developer toolchains and libraries. For this option, go to \nDocker instructions\n\n\n\n\n\n\nOption 2:\n Step-by-step instructions to install the Newt tool, developer toolchains and libraries natively on your computer. For this option, go to \nNative Setup\n\n\n\n\n\n\n\n\nGo!\n\n\nStart a new project as explained under \nCreate Your First Project\n. The core Mynewt OS is automatically downloaded as part of the project installation.\n\n\n\n\n\n\n\n\nWhen you \nCreate Your First Project\n you define a simulated target and run Project Blinky, the Hello World equivalent in the embedded world.\n\n\n\n\n\n\nIf you have one of the supported \nboards\n, you can make real LEDs blink in \nProject Blinky\n. Simply choose the appropriate tutorial for the board and proceed.\n\n\n\n\n\n\n\n\nAnd More...\n\n\nExplore the \nTutorials\n section for other interesting projects or simply to learn more about Mynewt's capabilities and get familiar with its use.", "title": "Quick Start" @@ -46,6 +56,11 @@ "title": "FAQ" }, { + "location": "/talks/", + "text": "", + "title": "Talks" + }, + { "location": "/download/", "text": "Latest Apache Mynewt OS Release\n\n\n\n\nRelease Version: Mynewt 0.9.0-incubating\n\n\nRelease Date: June 6, 2016\n\n\nRelease Notes\n \n\n\n\n\nFresh install\n\n\nIf you are brand new to Mynewt, go to \nQuick Start\n. The Newt tool will automatically download the latest release.\n\n\nIf you have already installed the Newt tool but not started any project yet, go to \nCreate Your First Project\n. The Newt tool will automatically download the latest release.\n\n\nUpgrade\n\n\nIf you have already installed the Newt tool and started a project that installed a previous version of Apache Mynewt, upgrade using Newt tool:\n\n\n$ newt upgrade\n\n\n\n\n\nCode in development\n\n\nWhile the use of one of the official releases listed above is generally recommended, you may be interested in seeing work in progress.\n\n\nThe most recent code resides in the \ndevelop\n branch of the Mynewt git repository. You may view or fork the repositories for Mynewt OS and Newt Tool from the Apache mirror on github.com.\n\n\n\n\nApache Mynewt OS mirror on github.com\n\n\nApache Newt Tool mirror on github.com\n\n\n\n\nAlternatively, you can clone the desired branch using git:\n\n\n$ git clone git://github.com/apache/incubator-mynewt-core.git -b develop\n$ git clone git://github.com/apache/incubator-mynewt-newt.git -b develop\n\n\n\n\n\n\n\nA relatively stable version of code in progress can be found in the \nmaster\n branch of the Mynewt git repository.\nYou may access the code for Mynewt OS and Newt Tool from the 'master` branch of the Apache mirror on github.com or clone it using git:\n\n\n$ git clone git://github.com/apache/incubator-mynewt-core.git\n$ git clone git://github.com/apache/incubator-mynewt-newt.git\n\n\n\n\n\n\n\nFor general information on using Git at Apache, go to https://git-wip-us.apache.org.\n\n\n\n\nRelease Archives\n\n\n\n\nMynewt 0.8.0-incubating, \nRelease Notes\n\n\nMynewt 0.8.0-b2-incubating, \nRelease Notes", "title": "Download" http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/network/ble/ble_intro/index.html ---------------------------------------------------------------------- diff --git a/network/ble/ble_intro/index.html b/network/ble/ble_intro/index.html index 503aeb9..6b84e1a 100644 --- a/network/ble/ble_intro/index.html +++ b/network/ble/ble_intro/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/network/ble/ble_sec/index.html ---------------------------------------------------------------------- diff --git a/network/ble/ble_sec/index.html b/network/ble/ble_sec/index.html index 5bbb14d..d7eeda9 100644 --- a/network/ble/ble_sec/index.html +++ b/network/ble/ble_sec/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/network/ble/bletiny/bletiny_GAP/index.html ---------------------------------------------------------------------- diff --git a/network/ble/bletiny/bletiny_GAP/index.html b/network/ble/bletiny/bletiny_GAP/index.html index 4e0c7e6..5be5989 100644 --- a/network/ble/bletiny/bletiny_GAP/index.html +++ b/network/ble/bletiny/bletiny_GAP/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/network/ble/bletiny/bletiny_GATT/index.html ---------------------------------------------------------------------- diff --git a/network/ble/bletiny/bletiny_GATT/index.html b/network/ble/bletiny/bletiny_GATT/index.html index f8aa3ff..73842b9 100644 --- a/network/ble/bletiny/bletiny_GATT/index.html +++ b/network/ble/bletiny/bletiny_GATT/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/network/ble/bletiny/bletiny_advdata/index.html ---------------------------------------------------------------------- diff --git a/network/ble/bletiny/bletiny_advdata/index.html b/network/ble/bletiny/bletiny_advdata/index.html index 08c05e2..0d4a585 100644 --- a/network/ble/bletiny/bletiny_advdata/index.html +++ b/network/ble/bletiny/bletiny_advdata/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/network/ble/bletiny_api/index.html ---------------------------------------------------------------------- diff --git a/network/ble/bletiny_api/index.html b/network/ble/bletiny_api/index.html index ac93232..dfb1cc9 100644 --- a/network/ble/bletiny_api/index.html +++ b/network/ble/bletiny_api/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/network/ble/ini_stack/ble_add_cpu/index.html ---------------------------------------------------------------------- diff --git a/network/ble/ini_stack/ble_add_cpu/index.html b/network/ble/ini_stack/ble_add_cpu/index.html index ff053da..2436e35 100644 --- a/network/ble/ini_stack/ble_add_cpu/index.html +++ b/network/ble/ini_stack/ble_add_cpu/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/network/ble/ini_stack/ble_consolepkg/index.html ---------------------------------------------------------------------- diff --git a/network/ble/ini_stack/ble_consolepkg/index.html b/network/ble/ini_stack/ble_consolepkg/index.html index 4a6b391..9e37ee0 100644 --- a/network/ble/ini_stack/ble_consolepkg/index.html +++ b/network/ble/ini_stack/ble_consolepkg/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/network/ble/ini_stack/ble_controller_ini/index.html ---------------------------------------------------------------------- diff --git a/network/ble/ini_stack/ble_controller_ini/index.html b/network/ble/ini_stack/ble_controller_ini/index.html index 35ef6a1..d038193 100644 --- a/network/ble/ini_stack/ble_controller_ini/index.html +++ b/network/ble/ini_stack/ble_controller_ini/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/network/ble/ini_stack/ble_devadd/index.html ---------------------------------------------------------------------- diff --git a/network/ble/ini_stack/ble_devadd/index.html b/network/ble/ini_stack/ble_devadd/index.html index f1f2e1e..d990181 100644 --- a/network/ble/ini_stack/ble_devadd/index.html +++ b/network/ble/ini_stack/ble_devadd/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/network/ble/ini_stack/ble_host_ini/index.html ---------------------------------------------------------------------- diff --git a/network/ble/ini_stack/ble_host_ini/index.html b/network/ble/ini_stack/ble_host_ini/index.html index cba2de7..c6976ea 100644 --- a/network/ble/ini_stack/ble_host_ini/index.html +++ b/network/ble/ini_stack/ble_host_ini/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/network/ble/ini_stack/ble_ini_intro/index.html ---------------------------------------------------------------------- diff --git a/network/ble/ini_stack/ble_ini_intro/index.html b/network/ble/ini_stack/ble_ini_intro/index.html index d50146f..cfb0843 100644 --- a/network/ble/ini_stack/ble_ini_intro/index.html +++ b/network/ble/ini_stack/ble_ini_intro/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/network/ble/ini_stack/ble_mempool/index.html ---------------------------------------------------------------------- diff --git a/network/ble/ini_stack/ble_mempool/index.html b/network/ble/ini_stack/ble_mempool/index.html index 8c058d1..4e249dd 100644 --- a/network/ble/ini_stack/ble_mempool/index.html +++ b/network/ble/ini_stack/ble_mempool/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/network/ble/ini_stack/ble_parent_ini/index.html ---------------------------------------------------------------------- diff --git a/network/ble/ini_stack/ble_parent_ini/index.html b/network/ble/ini_stack/ble_parent_ini/index.html index 3764af8..fb5dcdf 100644 --- a/network/ble/ini_stack/ble_parent_ini/index.html +++ b/network/ble/ini_stack/ble_parent_ini/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/network/ble/ini_stack/ble_statpkg/index.html ---------------------------------------------------------------------- diff --git a/network/ble/ini_stack/ble_statpkg/index.html b/network/ble/ini_stack/ble_statpkg/index.html index f3d9312..ba1410a 100644 --- a/network/ble/ini_stack/ble_statpkg/index.html +++ b/network/ble/ini_stack/ble_statpkg/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/network/ble/nimble_setup/index.html ---------------------------------------------------------------------- diff --git a/network/ble/nimble_setup/index.html b/network/ble/nimble_setup/index.html index ce497c5..733e5b2 100644 --- a/network/ble/nimble_setup/index.html +++ b/network/ble/nimble_setup/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/newt/command_list/newt_build/index.html ---------------------------------------------------------------------- diff --git a/newt/command_list/newt_build/index.html b/newt/command_list/newt_build/index.html index a2e9b90..9b9da6b 100644 --- a/newt/command_list/newt_build/index.html +++ b/newt/command_list/newt_build/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/newt/command_list/newt_clean/index.html ---------------------------------------------------------------------- diff --git a/newt/command_list/newt_clean/index.html b/newt/command_list/newt_clean/index.html index d89739d..afae88e 100644 --- a/newt/command_list/newt_clean/index.html +++ b/newt/command_list/newt_clean/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/newt/command_list/newt_create_image/index.html ---------------------------------------------------------------------- diff --git a/newt/command_list/newt_create_image/index.html b/newt/command_list/newt_create_image/index.html index 5803f21..bbcab86 100644 --- a/newt/command_list/newt_create_image/index.html +++ b/newt/command_list/newt_create_image/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/newt/command_list/newt_debug/index.html ---------------------------------------------------------------------- diff --git a/newt/command_list/newt_debug/index.html b/newt/command_list/newt_debug/index.html index 89bf87e..b80ede7 100644 --- a/newt/command_list/newt_debug/index.html +++ b/newt/command_list/newt_debug/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/newt/command_list/newt_help/index.html ---------------------------------------------------------------------- diff --git a/newt/command_list/newt_help/index.html b/newt/command_list/newt_help/index.html index 4bde68a..6030f6f 100644 --- a/newt/command_list/newt_help/index.html +++ b/newt/command_list/newt_help/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/newt/command_list/newt_info/index.html ---------------------------------------------------------------------- diff --git a/newt/command_list/newt_info/index.html b/newt/command_list/newt_info/index.html index e44a9e7..191652d 100644 --- a/newt/command_list/newt_info/index.html +++ b/newt/command_list/newt_info/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/newt/command_list/newt_install/index.html ---------------------------------------------------------------------- diff --git a/newt/command_list/newt_install/index.html b/newt/command_list/newt_install/index.html index 095128e..ba71d63 100644 --- a/newt/command_list/newt_install/index.html +++ b/newt/command_list/newt_install/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/newt/command_list/newt_load/index.html ---------------------------------------------------------------------- diff --git a/newt/command_list/newt_load/index.html b/newt/command_list/newt_load/index.html index 54971c9..52e2b46 100644 --- a/newt/command_list/newt_load/index.html +++ b/newt/command_list/newt_load/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/newt/command_list/newt_new/index.html ---------------------------------------------------------------------- diff --git a/newt/command_list/newt_new/index.html b/newt/command_list/newt_new/index.html index e6fb4e8..c721586 100644 --- a/newt/command_list/newt_new/index.html +++ b/newt/command_list/newt_new/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/newt/command_list/newt_run/index.html ---------------------------------------------------------------------- diff --git a/newt/command_list/newt_run/index.html b/newt/command_list/newt_run/index.html index c1034ec..31d8c40 100644 --- a/newt/command_list/newt_run/index.html +++ b/newt/command_list/newt_run/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/newt/command_list/newt_size/index.html ---------------------------------------------------------------------- diff --git a/newt/command_list/newt_size/index.html b/newt/command_list/newt_size/index.html index a34fdb4..a911cd9 100644 --- a/newt/command_list/newt_size/index.html +++ b/newt/command_list/newt_size/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/newt/command_list/newt_target/index.html ---------------------------------------------------------------------- diff --git a/newt/command_list/newt_target/index.html b/newt/command_list/newt_target/index.html index ced1b61..ed994c7 100644 --- a/newt/command_list/newt_target/index.html +++ b/newt/command_list/newt_target/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/newt/command_list/newt_test/index.html ---------------------------------------------------------------------- diff --git a/newt/command_list/newt_test/index.html b/newt/command_list/newt_test/index.html index a9f739d..a4c030f 100644 --- a/newt/command_list/newt_test/index.html +++ b/newt/command_list/newt_test/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/newt/command_list/newt_upgrade/index.html ---------------------------------------------------------------------- diff --git a/newt/command_list/newt_upgrade/index.html b/newt/command_list/newt_upgrade/index.html index b464cec..a3945d5 100644 --- a/newt/command_list/newt_upgrade/index.html +++ b/newt/command_list/newt_upgrade/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/newt/command_list/newt_version/index.html ---------------------------------------------------------------------- diff --git a/newt/command_list/newt_version/index.html b/newt/command_list/newt_version/index.html index daa954d..2361d41 100644 --- a/newt/command_list/newt_version/index.html +++ b/newt/command_list/newt_version/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/newt/install/newt_linux/index.html ---------------------------------------------------------------------- diff --git a/newt/install/newt_linux/index.html b/newt/install/newt_linux/index.html index 6ecf144..bd39998 100644 --- a/newt/install/newt_linux/index.html +++ b/newt/install/newt_linux/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/newt/install/newt_mac/index.html ---------------------------------------------------------------------- diff --git a/newt/install/newt_mac/index.html b/newt/install/newt_mac/index.html index 960a8c2..f289998 100644 --- a/newt/install/newt_mac/index.html +++ b/newt/install/newt_mac/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/newt/newt_intro/index.html ---------------------------------------------------------------------- diff --git a/newt/newt_intro/index.html b/newt/newt_intro/index.html index f100dc5..0a12062 100644 --- a/newt/newt_intro/index.html +++ b/newt/newt_intro/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/newt/newt_operation/index.html ---------------------------------------------------------------------- diff --git a/newt/newt_operation/index.html b/newt/newt_operation/index.html index 948bf56..fa92176 100644 --- a/newt/newt_operation/index.html +++ b/newt/newt_operation/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/newt/newt_ops/index.html ---------------------------------------------------------------------- diff --git a/newt/newt_ops/index.html b/newt/newt_ops/index.html index 6b3dfb4..4a54f18 100644 --- a/newt/newt_ops/index.html +++ b/newt/newt_ops/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/newtmgr/installing/index.html ---------------------------------------------------------------------- diff --git a/newtmgr/installing/index.html b/newtmgr/installing/index.html index 087ffdb..63be2df 100644 --- a/newtmgr/installing/index.html +++ b/newtmgr/installing/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/newtmgr/overview/index.html ---------------------------------------------------------------------- diff --git a/newtmgr/overview/index.html b/newtmgr/overview/index.html index d92d5e4..ddb8c98 100644 --- a/newtmgr/overview/index.html +++ b/newtmgr/overview/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/callout/callout/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/callout/callout/index.html b/os/core_os/callout/callout/index.html index fc5908d..3716153 100644 --- a/os/core_os/callout/callout/index.html +++ b/os/core_os/callout/callout/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/callout/os_callout_func_init/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/callout/os_callout_func_init/index.html b/os/core_os/callout/os_callout_func_init/index.html index 64a5f6c..b9eb4be 100644 --- a/os/core_os/callout/os_callout_func_init/index.html +++ b/os/core_os/callout/os_callout_func_init/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/callout/os_callout_init/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/callout/os_callout_init/index.html b/os/core_os/callout/os_callout_init/index.html index d63a317..1785d91 100644 --- a/os/core_os/callout/os_callout_init/index.html +++ b/os/core_os/callout/os_callout_init/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/callout/os_callout_queued/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/callout/os_callout_queued/index.html b/os/core_os/callout/os_callout_queued/index.html index 56fd920..37b4574 100644 --- a/os/core_os/callout/os_callout_queued/index.html +++ b/os/core_os/callout/os_callout_queued/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/callout/os_callout_reset/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/callout/os_callout_reset/index.html b/os/core_os/callout/os_callout_reset/index.html index cb7ba19..406c615 100644 --- a/os/core_os/callout/os_callout_reset/index.html +++ b/os/core_os/callout/os_callout_reset/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/callout/os_callout_stop/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/callout/os_callout_stop/index.html b/os/core_os/callout/os_callout_stop/index.html index 8106884..3c9367b 100644 --- a/os/core_os/callout/os_callout_stop/index.html +++ b/os/core_os/callout/os_callout_stop/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/context_switch/context_switch/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/context_switch/context_switch/index.html b/os/core_os/context_switch/context_switch/index.html index e4d0a7d..6c4c0e4 100644 --- a/os/core_os/context_switch/context_switch/index.html +++ b/os/core_os/context_switch/context_switch/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/context_switch/os_arch_ctx_sw/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/context_switch/os_arch_ctx_sw/index.html b/os/core_os/context_switch/os_arch_ctx_sw/index.html index 3d4260b..fe4cce9 100644 --- a/os/core_os/context_switch/os_arch_ctx_sw/index.html +++ b/os/core_os/context_switch/os_arch_ctx_sw/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/context_switch/os_sched/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/context_switch/os_sched/index.html b/os/core_os/context_switch/os_sched/index.html index 143f6de..c776e30 100644 --- a/os/core_os/context_switch/os_sched/index.html +++ b/os/core_os/context_switch/os_sched/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/context_switch/os_sched_ctx_sw_hook/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/context_switch/os_sched_ctx_sw_hook/index.html b/os/core_os/context_switch/os_sched_ctx_sw_hook/index.html index 08bfbf7..807018e 100644 --- a/os/core_os/context_switch/os_sched_ctx_sw_hook/index.html +++ b/os/core_os/context_switch/os_sched_ctx_sw_hook/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/context_switch/os_sched_get_current_task/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/context_switch/os_sched_get_current_task/index.html b/os/core_os/context_switch/os_sched_get_current_task/index.html index 389c6ef..ea52c86 100644 --- a/os/core_os/context_switch/os_sched_get_current_task/index.html +++ b/os/core_os/context_switch/os_sched_get_current_task/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/context_switch/os_sched_insert/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/context_switch/os_sched_insert/index.html b/os/core_os/context_switch/os_sched_insert/index.html index d3adcc0..e31e579 100644 --- a/os/core_os/context_switch/os_sched_insert/index.html +++ b/os/core_os/context_switch/os_sched_insert/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/context_switch/os_sched_next_task/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/context_switch/os_sched_next_task/index.html b/os/core_os/context_switch/os_sched_next_task/index.html index 1928dc5..94b715c 100644 --- a/os/core_os/context_switch/os_sched_next_task/index.html +++ b/os/core_os/context_switch/os_sched_next_task/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/context_switch/os_sched_os_timer_exp/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/context_switch/os_sched_os_timer_exp/index.html b/os/core_os/context_switch/os_sched_os_timer_exp/index.html index 024a6a5..04ffa9f 100644 --- a/os/core_os/context_switch/os_sched_os_timer_exp/index.html +++ b/os/core_os/context_switch/os_sched_os_timer_exp/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/context_switch/os_sched_resort/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/context_switch/os_sched_resort/index.html b/os/core_os/context_switch/os_sched_resort/index.html index 1aab9e3..f39d0a1 100644 --- a/os/core_os/context_switch/os_sched_resort/index.html +++ b/os/core_os/context_switch/os_sched_resort/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/context_switch/os_sched_set_current_task/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/context_switch/os_sched_set_current_task/index.html b/os/core_os/context_switch/os_sched_set_current_task/index.html index ba79d11..2d0f1b2 100644 --- a/os/core_os/context_switch/os_sched_set_current_task/index.html +++ b/os/core_os/context_switch/os_sched_set_current_task/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/context_switch/os_sched_sleep/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/context_switch/os_sched_sleep/index.html b/os/core_os/context_switch/os_sched_sleep/index.html index bbbcf4c..8e53436 100644 --- a/os/core_os/context_switch/os_sched_sleep/index.html +++ b/os/core_os/context_switch/os_sched_sleep/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/context_switch/os_sched_wakeup/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/context_switch/os_sched_wakeup/index.html b/os/core_os/context_switch/os_sched_wakeup/index.html index 8d3478d..180cbd6 100644 --- a/os/core_os/context_switch/os_sched_wakeup/index.html +++ b/os/core_os/context_switch/os_sched_wakeup/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/event_queue/event_queue/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/event_queue/event_queue/index.html b/os/core_os/event_queue/event_queue/index.html index ccaebf1..77403c8 100644 --- a/os/core_os/event_queue/event_queue/index.html +++ b/os/core_os/event_queue/event_queue/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/event_queue/os_eventq_get/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/event_queue/os_eventq_get/index.html b/os/core_os/event_queue/os_eventq_get/index.html index 453b515..f44d89b 100644 --- a/os/core_os/event_queue/os_eventq_get/index.html +++ b/os/core_os/event_queue/os_eventq_get/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/event_queue/os_eventq_init/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/event_queue/os_eventq_init/index.html b/os/core_os/event_queue/os_eventq_init/index.html index ee5e31c..9a7d9ec 100644 --- a/os/core_os/event_queue/os_eventq_init/index.html +++ b/os/core_os/event_queue/os_eventq_init/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/event_queue/os_eventq_put/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/event_queue/os_eventq_put/index.html b/os/core_os/event_queue/os_eventq_put/index.html index 451b499..1be80d8 100644 --- a/os/core_os/event_queue/os_eventq_put/index.html +++ b/os/core_os/event_queue/os_eventq_put/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/event_queue/os_eventq_remove/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/event_queue/os_eventq_remove/index.html b/os/core_os/event_queue/os_eventq_remove/index.html index 8ce3b30..6e387b1 100644 --- a/os/core_os/event_queue/os_eventq_remove/index.html +++ b/os/core_os/event_queue/os_eventq_remove/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/heap/heap/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/heap/heap/index.html b/os/core_os/heap/heap/index.html index a8aa96b..6b9547a 100644 --- a/os/core_os/heap/heap/index.html +++ b/os/core_os/heap/heap/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/heap/os_free/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/heap/os_free/index.html b/os/core_os/heap/os_free/index.html index e6227df..eeddd68 100644 --- a/os/core_os/heap/os_free/index.html +++ b/os/core_os/heap/os_free/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/heap/os_malloc/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/heap/os_malloc/index.html b/os/core_os/heap/os_malloc/index.html index 3fee2d6..5c6e8c4 100644 --- a/os/core_os/heap/os_malloc/index.html +++ b/os/core_os/heap/os_malloc/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/heap/os_realloc/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/heap/os_realloc/index.html b/os/core_os/heap/os_realloc/index.html index 487931f..8728a35 100644 --- a/os/core_os/heap/os_realloc/index.html +++ b/os/core_os/heap/os_realloc/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/mbuf/OS_MBUF_DATA/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/mbuf/OS_MBUF_DATA/index.html b/os/core_os/mbuf/OS_MBUF_DATA/index.html index 0468ea5..3508d50 100644 --- a/os/core_os/mbuf/OS_MBUF_DATA/index.html +++ b/os/core_os/mbuf/OS_MBUF_DATA/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html b/os/core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html index 03d0d63..148e8df 100644 --- a/os/core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html +++ b/os/core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html b/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html index 0161daf..42898c0 100644 --- a/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html +++ b/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html b/os/core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html index a9a110e..2db9363 100644 --- a/os/core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html +++ b/os/core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html b/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html index 0a36557..aa3af27 100644 --- a/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html +++ b/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html b/os/core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html index 48a3d7b..d713057 100644 --- a/os/core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html +++ b/os/core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/mbuf/OS_MBUF_USRHDR/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/mbuf/OS_MBUF_USRHDR/index.html b/os/core_os/mbuf/OS_MBUF_USRHDR/index.html index 49bf442..cc3dc6f 100644 --- a/os/core_os/mbuf/OS_MBUF_USRHDR/index.html +++ b/os/core_os/mbuf/OS_MBUF_USRHDR/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html b/os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html index 71bbea0..dc5db52 100644 --- a/os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html +++ b/os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/mbuf/mbuf/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/mbuf/mbuf/index.html b/os/core_os/mbuf/mbuf/index.html index 65b3320..f3ac72a 100644 --- a/os/core_os/mbuf/mbuf/index.html +++ b/os/core_os/mbuf/mbuf/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/mbuf/os_mbuf_adj/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/mbuf/os_mbuf_adj/index.html b/os/core_os/mbuf/os_mbuf_adj/index.html index 047020e..61a2261 100644 --- a/os/core_os/mbuf/os_mbuf_adj/index.html +++ b/os/core_os/mbuf/os_mbuf_adj/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/mbuf/os_mbuf_append/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/mbuf/os_mbuf_append/index.html b/os/core_os/mbuf/os_mbuf_append/index.html index 49ade6a..a77330c 100644 --- a/os/core_os/mbuf/os_mbuf_append/index.html +++ b/os/core_os/mbuf/os_mbuf_append/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/mbuf/os_mbuf_concat/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/mbuf/os_mbuf_concat/index.html b/os/core_os/mbuf/os_mbuf_concat/index.html index 5ec6b36..9df3642 100644 --- a/os/core_os/mbuf/os_mbuf_concat/index.html +++ b/os/core_os/mbuf/os_mbuf_concat/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/mbuf/os_mbuf_copydata/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/mbuf/os_mbuf_copydata/index.html b/os/core_os/mbuf/os_mbuf_copydata/index.html index ea852b8..306a5c5 100644 --- a/os/core_os/mbuf/os_mbuf_copydata/index.html +++ b/os/core_os/mbuf/os_mbuf_copydata/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/mbuf/os_mbuf_copyinto/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/mbuf/os_mbuf_copyinto/index.html b/os/core_os/mbuf/os_mbuf_copyinto/index.html index 38ad7bf..9708fc4 100644 --- a/os/core_os/mbuf/os_mbuf_copyinto/index.html +++ b/os/core_os/mbuf/os_mbuf_copyinto/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/mbuf/os_mbuf_dup/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/mbuf/os_mbuf_dup/index.html b/os/core_os/mbuf/os_mbuf_dup/index.html index 62d5889..438e6aa 100644 --- a/os/core_os/mbuf/os_mbuf_dup/index.html +++ b/os/core_os/mbuf/os_mbuf_dup/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/mbuf/os_mbuf_extend/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/mbuf/os_mbuf_extend/index.html b/os/core_os/mbuf/os_mbuf_extend/index.html index 2f0a809..5423d6e 100644 --- a/os/core_os/mbuf/os_mbuf_extend/index.html +++ b/os/core_os/mbuf/os_mbuf_extend/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/mbuf/os_mbuf_free_chain/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/mbuf/os_mbuf_free_chain/index.html b/os/core_os/mbuf/os_mbuf_free_chain/index.html index 4f4a594..06a87d9 100644 --- a/os/core_os/mbuf/os_mbuf_free_chain/index.html +++ b/os/core_os/mbuf/os_mbuf_free_chain/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/mbuf/os_mbuf_get/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/mbuf/os_mbuf_get/index.html b/os/core_os/mbuf/os_mbuf_get/index.html index dae34ab..3000ffe 100644 --- a/os/core_os/mbuf/os_mbuf_get/index.html +++ b/os/core_os/mbuf/os_mbuf_get/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/mbuf/os_mbuf_get_pkthdr/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/mbuf/os_mbuf_get_pkthdr/index.html b/os/core_os/mbuf/os_mbuf_get_pkthdr/index.html index 68a2c2c..2b695fd 100644 --- a/os/core_os/mbuf/os_mbuf_get_pkthdr/index.html +++ b/os/core_os/mbuf/os_mbuf_get_pkthdr/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/mbuf/os_mbuf_memcmp/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/mbuf/os_mbuf_memcmp/index.html b/os/core_os/mbuf/os_mbuf_memcmp/index.html index afd0a78..ab9a981 100644 --- a/os/core_os/mbuf/os_mbuf_memcmp/index.html +++ b/os/core_os/mbuf/os_mbuf_memcmp/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/mbuf/os_mbuf_off/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/mbuf/os_mbuf_off/index.html b/os/core_os/mbuf/os_mbuf_off/index.html index 152474c..b4c3dc7 100644 --- a/os/core_os/mbuf/os_mbuf_off/index.html +++ b/os/core_os/mbuf/os_mbuf_off/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/mbuf/os_mbuf_pool_init/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/mbuf/os_mbuf_pool_init/index.html b/os/core_os/mbuf/os_mbuf_pool_init/index.html index 63586af..fc70eab 100644 --- a/os/core_os/mbuf/os_mbuf_pool_init/index.html +++ b/os/core_os/mbuf/os_mbuf_pool_init/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/mbuf/os_mbuf_prepend/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/mbuf/os_mbuf_prepend/index.html b/os/core_os/mbuf/os_mbuf_prepend/index.html index e9f1ba6..1537a3c 100644 --- a/os/core_os/mbuf/os_mbuf_prepend/index.html +++ b/os/core_os/mbuf/os_mbuf_prepend/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/mbuf/os_mbuf_pullup/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/mbuf/os_mbuf_pullup/index.html b/os/core_os/mbuf/os_mbuf_pullup/index.html index d0e9e3d..ea072b1 100644 --- a/os/core_os/mbuf/os_mbuf_pullup/index.html +++ b/os/core_os/mbuf/os_mbuf_pullup/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/memory_pool/OS_MEMPOOL_BYTES/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/memory_pool/OS_MEMPOOL_BYTES/index.html b/os/core_os/memory_pool/OS_MEMPOOL_BYTES/index.html index 048b0e1..b1c4f48 100644 --- a/os/core_os/memory_pool/OS_MEMPOOL_BYTES/index.html +++ b/os/core_os/memory_pool/OS_MEMPOOL_BYTES/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/memory_pool/OS_MEMPOOL_SIZE/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/memory_pool/OS_MEMPOOL_SIZE/index.html b/os/core_os/memory_pool/OS_MEMPOOL_SIZE/index.html index a60b3af..6384e43 100644 --- a/os/core_os/memory_pool/OS_MEMPOOL_SIZE/index.html +++ b/os/core_os/memory_pool/OS_MEMPOOL_SIZE/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/memory_pool/memory_pool/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/memory_pool/memory_pool/index.html b/os/core_os/memory_pool/memory_pool/index.html index d99d60f..3e09d2d 100644 --- a/os/core_os/memory_pool/memory_pool/index.html +++ b/os/core_os/memory_pool/memory_pool/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/memory_pool/os_memblock_get/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/memory_pool/os_memblock_get/index.html b/os/core_os/memory_pool/os_memblock_get/index.html index c5b2eab..0c08c78 100644 --- a/os/core_os/memory_pool/os_memblock_get/index.html +++ b/os/core_os/memory_pool/os_memblock_get/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/memory_pool/os_memblock_put/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/memory_pool/os_memblock_put/index.html b/os/core_os/memory_pool/os_memblock_put/index.html index e5cb82f..a80b6c6 100644 --- a/os/core_os/memory_pool/os_memblock_put/index.html +++ b/os/core_os/memory_pool/os_memblock_put/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/memory_pool/os_mempool_init/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/memory_pool/os_mempool_init/index.html b/os/core_os/memory_pool/os_mempool_init/index.html index c9521cb..8126ad8 100644 --- a/os/core_os/memory_pool/os_mempool_init/index.html +++ b/os/core_os/memory_pool/os_mempool_init/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/mqueue/mqueue/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/mqueue/mqueue/index.html b/os/core_os/mqueue/mqueue/index.html index 4b78881..567f55c 100644 --- a/os/core_os/mqueue/mqueue/index.html +++ b/os/core_os/mqueue/mqueue/index.html @@ -178,6 +178,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/73c4736a/os/core_os/mqueue/os_mqueue_get/index.html ---------------------------------------------------------------------- diff --git a/os/core_os/mqueue/os_mqueue_get/index.html b/os/core_os/mqueue/os_mqueue_get/index.html index 1293695..25b0c73 100644 --- a/os/core_os/mqueue/os_mqueue_get/index.html +++ b/os/core_os/mqueue/os_mqueue_get/index.html @@ -178,6 +178,10 @@ + + + +
