You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cwanda <gi...@git.apache.org> on 2017/02/06 04:23:58 UTC

[GitHub] incubator-mynewt-site pull request #150: Updated the docs for new system sta...

GitHub user cwanda opened a pull request:

    https://github.com/apache/incubator-mynewt-site/pull/150

    Updated the docs for new system startup and initialization implementation

    
    1) Updated OS Core Mynewt description:.
       - No longer use os_init, and os_start.
       - Updated description and example on task dependencies and order of initialization.
         No longer tell user to initalize data before starting the OS, since the OS has already started.
         Tell user to initialize task share data before initializing tasks with OS.
    2) Updated core OS task main() example.
    3) Updated Console doc with new pkg.yml files in examples to use new paths. Minor edits and rewording.
    4) Removed imgmgr_module_init from imgmgr
    5) Core OS Shell: updated description, removed shell_task_init function, added shell_evq_set function.
    6) Updated System initialization doc to use "infinite" instead of "forever" loop to be consistent with other docs.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cwanda/incubator-mynewt-site sysconfg

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-mynewt-site/pull/150.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #150
    
----
commit df2033b351c7fdf8f89f7e6d40ea151695814372
Author: cwanda <wa...@happycity.com>
Date:   2017-02-06T04:19:24Z

    Updated the docs to reflect new system startup and initialization implementation.
    1) Updated OS Core Mynewt description:.
       - No longer use os_init, and os_start.
       - Updated description and example on task dependencies and order of initialization.
         No longer tell user to initalize data before starting the OS, since the OS has already started.
         Tell user to initialize task share data before initializing tasks with OS.
    2) Updated core OS task main() example.
    3) Updated Console doc with new pkg.yml files in examples to use new paths. Minor edits and rewording.
    4) Removed imgmgr_module_init from imgmgr
    5) Core OS Shell: updated description, removed shell_task_init function, added shell_evq_set function.
    6) Updated System initialization doc to use "infinite" instead of "forever" loop to be consistent with other docs.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-mynewt-site pull request #150: Updated the docs for new system sta...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-mynewt-site/pull/150


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---