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 2016/06/23 21:19:14 UTC

[03/15] incubator-mynewt-site git commit: updated task function list to table

updated task function list to table


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

Branch: refs/heads/develop
Commit: c910416cfcb39e52d92cc42c1a43808f262d3c9b
Parents: a552d8d
Author: = <=>
Authored: Wed Jun 22 17:29:13 2016 -0700
Committer: = <=>
Committed: Wed Jun 22 17:29:13 2016 -0700

----------------------------------------------------------------------
 docs/os/core_os/task/task.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c910416c/docs/os/core_os/task/task.md
----------------------------------------------------------------------
diff --git a/docs/os/core_os/task/task.md b/docs/os/core_os/task/task.md
index debcab8..845a248 100644
--- a/docs/os/core_os/task/task.md
+++ b/docs/os/core_os/task/task.md
@@ -220,7 +220,8 @@ struct os_task_info {
 ## List of Functions
 
 The functions available in task are:
-
-* [os_task_init](os_task_init.md)
-* [os_task_count](os_task_count.md)
-* [os_task_info_get_next](os_task_info_get_next.md)
+| **Function** | **Description** |
+|-----------|-------------|
+| [os_task_init](os_task_init.md) | Called to create a task. This adds the task object to the list of ready to run tasks. |
+| [os_task_count](os_task_count.md) | Returns the number of tasks that have been created. |
+| [os_task_info_get_next](os_task_info_get_next.md) | Populates the os task info structure given with task information. |