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/03/27 06:41:37 UTC

[7/7] incubator-mynewt-site git commit: Added functions in task, mempool, context switch

Added functions in task, mempool, context switch


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/6b7450f6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/6b7450f6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/6b7450f6

Branch: refs/heads/asf-site
Commit: 6b7450f63cc3a32610b607c11f390a0df3de9e8a
Parents: 7d514c1
Author: aditihilbert <ad...@runtime.io>
Authored: Sun Mar 26 23:41:18 2017 -0700
Committer: aditihilbert <ad...@runtime.io>
Committed: Sun Mar 26 23:41:18 2017 -0700

----------------------------------------------------------------------
 develop/mkdocs/search_index.json                | 226 +++--
 .../context_switch/context_switch/index.html    |   4 +
 .../context_switch/os_arch_ctx_sw/index.html    |   8 +
 .../core_os/context_switch/os_sched/index.html  |   8 +
 .../os_sched_ctx_sw_hook/index.html             |   8 +
 .../os_sched_get_current_task/index.html        |   8 +
 .../context_switch/os_sched_insert/index.html   |   8 +
 .../os_sched_next_task/index.html               |   8 +
 .../os_sched_os_timer_exp/index.html            |  12 +-
 .../context_switch/os_sched_remove/index.html   | 895 +++++++++++++++++++
 .../context_switch/os_sched_resort/index.html   |  12 +-
 .../os_sched_set_current_task/index.html        |   8 +
 .../context_switch/os_sched_sleep/index.html    |   8 +
 .../context_switch/os_sched_wakeup/index.html   |   8 +
 .../core_os/event_queue/event_queue/index.html  |   4 +-
 .../memory_pool/OS_MEMPOOL_BYTES/index.html     |   8 +
 .../memory_pool/OS_MEMPOOL_SIZE/index.html      |   8 +
 .../core_os/memory_pool/memory_pool/index.html  |  17 +
 .../memory_pool/os_memblock_get/index.html      |  12 +-
 .../memory_pool/os_memblock_put/index.html      |   8 +
 .../os_mempool_info_get_next/index.html         | 879 ++++++++++++++++++
 .../memory_pool/os_mempool_init/index.html      |  12 +-
 .../os/core_os/task/os_task_count/index.html    |   8 +
 .../task/os_task_info_get_next/index.html       |   8 +
 develop/os/core_os/task/os_task_init/index.html |  12 +-
 .../os/core_os/task/os_task_remove/index.html   | 831 +++++++++++++++++
 develop/os/core_os/task/task/index.html         |   4 +
 .../os/get_started/project_create/index.html    |  90 +-
 develop/os/get_started/serial_access/index.html |   2 +-
 .../os/modules/bootloader/bootloader/index.html |  10 +-
 develop/os/tutorials/add_newtmgr/index.html     |   2 +-
 develop/os/tutorials/arduino_zero/index.html    |  37 +-
 develop/os/tutorials/blinky_primo/index.html    |  34 +-
 develop/os/tutorials/nRF52/index.html           |  27 +-
 develop/os/tutorials/olimex/index.html          |  18 +-
 develop/os/tutorials/project-slinky/index.html  |   4 +-
 .../tutorials/project-target-slinky/index.html  | 273 +++---
 develop/sitemap.xml                             |  24 +-
 latest/mkdocs/search_index.json                 | 226 +++--
 .../context_switch/context_switch/index.html    |   4 +
 .../context_switch/os_arch_ctx_sw/index.html    |   8 +
 .../core_os/context_switch/os_sched/index.html  |   8 +
 .../os_sched_ctx_sw_hook/index.html             |   8 +
 .../os_sched_get_current_task/index.html        |   8 +
 .../context_switch/os_sched_insert/index.html   |   8 +
 .../os_sched_next_task/index.html               |   8 +
 .../os_sched_os_timer_exp/index.html            |  12 +-
 .../context_switch/os_sched_remove/index.html   | 895 +++++++++++++++++++
 .../context_switch/os_sched_resort/index.html   |  12 +-
 .../os_sched_set_current_task/index.html        |   8 +
 .../context_switch/os_sched_sleep/index.html    |   8 +
 .../context_switch/os_sched_wakeup/index.html   |   8 +
 .../core_os/event_queue/event_queue/index.html  |   4 +-
 .../memory_pool/OS_MEMPOOL_BYTES/index.html     |   8 +
 .../memory_pool/OS_MEMPOOL_SIZE/index.html      |   8 +
 .../core_os/memory_pool/memory_pool/index.html  |  17 +
 .../memory_pool/os_memblock_get/index.html      |  12 +-
 .../memory_pool/os_memblock_put/index.html      |   8 +
 .../os_mempool_info_get_next/index.html         | 879 ++++++++++++++++++
 .../memory_pool/os_mempool_init/index.html      |  12 +-
 latest/os/core_os/task/os_task_count/index.html |   8 +
 .../task/os_task_info_get_next/index.html       |   8 +
 latest/os/core_os/task/os_task_init/index.html  |  12 +-
 .../os/core_os/task/os_task_remove/index.html   | 831 +++++++++++++++++
 latest/os/core_os/task/task/index.html          |   4 +
 latest/os/get_started/project_create/index.html |  90 +-
 latest/os/get_started/serial_access/index.html  |   2 +-
 .../os/modules/bootloader/bootloader/index.html |  10 +-
 latest/os/tutorials/add_newtmgr/index.html      |   2 +-
 latest/os/tutorials/arduino_zero/index.html     |  37 +-
 latest/os/tutorials/blinky_primo/index.html     |  34 +-
 latest/os/tutorials/nRF52/index.html            |  27 +-
 latest/os/tutorials/olimex/index.html           |  18 +-
 latest/os/tutorials/project-slinky/index.html   |   4 +-
 .../tutorials/project-target-slinky/index.html  | 273 +++---
 latest/sitemap.xml                              |  24 +-
 sitemap.xml                                     |  26 +-
 v0_9_0/sitemap.xml                              |  26 +-
 78 files changed, 6514 insertions(+), 644 deletions(-)
----------------------------------------------------------------------