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

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


The following commit(s) were added to refs/heads/master by this push:
     new ba4f804  Update add_newtmgr.rst
ba4f804 is described below

commit ba4f804431d1193bb5afe73bc6017803a7d49f85
Author: Rafa Couto <[email protected]>
AuthorDate: Fri Oct 2 00:22:10 2020 +0200

    Update add_newtmgr.rst
    
    Package dependencies updated to v1.8.0.
---
 docs/tutorials/devmgmt/add_newtmgr.rst | 26 ++++++++++++++------------
 1 file changed, 14 insertions(+), 12 deletions(-)

diff --git a/docs/tutorials/devmgmt/add_newtmgr.rst 
b/docs/tutorials/devmgmt/add_newtmgr.rst
index 01b01a2..14f3973 100644
--- a/docs/tutorials/devmgmt/add_newtmgr.rst
+++ b/docs/tutorials/devmgmt/add_newtmgr.rst
@@ -55,23 +55,25 @@ or application ``pkg.yml`` file:
 .. code-block:: console
 
    pkg.deps:
-       - mgmt/newtmgr
-       - mgmt/newtmgr/transport/nmgr_shell
-       - mgmt/imgmgr
-       - sys/log/full
-       - sys/stats/full
-       - sys/config
-       - test/crash_test
-       - test/runtest
+       - "@apache-mynewt-core/mgmt/mgmt"
+       - "@apache-mynewt-core/mgmt/smp/transport/smp_shell"
+       - "@apache-mynewt-core/mgmt/imgmgr"
+       - "@apache-mynewt-core/sys/console/full"
+       - "@apache-mynewt-core/sys/log/full"
+       - "@apache-mynewt-core/sys/stats/full"
+       - "@apache-mynewt-core/sys/config"
+       - "@apache-mynewt-core/test/crash_test"
+       - "@apache-mynewt-core/test/runtest"
 
 Each package provides the following Newt Manager functionality:
 
--  ``mgmt/newtmgr``: Supports the newtmgr framework and the Newt Manager
+-  ``mgmt/mgmt``: Supports the newtmgr framework and the Newt Manager
    ``echo``, ``taskstat`` ``mpstat``, ``datetime``, and ``reset``
    commands.
--  ``mgmt/newtmgr/transport/nmgr_shell``: Supports serial transport.
--  ``mgmt/imgmgr``: Supports the ``newtmgr image`` command
--  ``sys/log/full`` : Supports the ``newtmgr log`` command.
+-  ``mgmt/newtmgr/smp/transport/nmgr_shell``: Supports serial transport.
+-  ``mgmt/imgmgr``: Supports the ``newtmgr image`` command.
+-  ``sys/console/full``: Supports a text-based IO interface with completion.
+-  ``sys/log/full``: Supports the ``newtmgr log`` command.
 -  ``sys/stats/full``: Supports the ``newtmgr stat`` command.
 -  ``sys/config``: Supports the ``newtmgr config`` command.
 -  ``test/crash_test``: Supports the ``newtmgr crash`` command.

Reply via email to