sjanc closed pull request #167: Remove bletiny from documentation
URL: https://github.com/apache/mynewt-newt/pull/167
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/docs/command_list/newt_create_image.rst
b/docs/command_list/newt_create_image.rst
index 0fc7987e..6ea9cf7e 100644
--- a/docs/command_list/newt_create_image.rst
+++ b/docs/command_list/newt_create_image.rst
@@ -42,14 +42,14 @@ Usage
Explanation
For the following target
definition:
| targets/myble2
- |
app=\@apache-mynewt-core/apps/bletiny
+ |
app=\@apache-mynewt-core/apps/btshell
|
bsp=\@apache-mynewt-core/hw/bsp/nrf52dk
| build\_profile=optimized
| syscfg=STATS\_NAMES=1
- the
'bin/targets/myble2/app/apps/bletiny/bletiny.img' and
-
'bin/targets/myble2/app/apps/bletiny/bletiny.hex' files are created,
- and the manifest in
'bin/targets/myble2/app/apps/bletiny/manifest.json'
+ the
'bin/targets/myble2/app/apps/btshell/btshell.img' and
+
'bin/targets/myble2/app/apps/btshell/btshell.hex' files are created,
+ and the manifest in
'bin/targets/myble2/app/apps/btshell/manifest.json'
is updated with the image
information.
``newt create-image myble2 1.0.1.0 private.pem`` Creates an image for target
``myble2`` and assigns it the version
diff --git a/docs/command_list/newt_debug.rst b/docs/command_list/newt_debug.rst
index ce10f1b1..8bb9af82 100644
--- a/docs/command_list/newt_debug.rst
+++ b/docs/command_list/newt_debug.rst
@@ -42,7 +42,7 @@ Examples
+--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Usage | Explanation
|
+==========================+============================================================================================================================================================================================================================================================================================+
-| ``newt debug myble2`` | Opens a J-Link connection and starts a GNU gdb
session to debug bin/targets/myble2/app/apps/bletiny/bletiny.elf when the
target is as follows: targets/myble2 app=\@apache-mynewt-core/apps/bletiny
bsp=\@apache-mynewt-core/hw/bsp/nrf52dk build_profile=optimized
syscfg=STATS_NAMES=1 |
+| ``newt debug myble2`` | Opens a J-Link connection and starts a GNU gdb
session to debug bin/targets/myble2/app/apps/btshell/btshell.elf when the
target is as follows: targets/myble2 app=\@apache-mynewt-core/apps/btshell
bsp=\@apache-mynewt-core/hw/bsp/nrf52dk build_profile=optimized
syscfg=STATS_NAMES=1 |
+--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| ``newt debug myble2 -n`` | Opens a J-Link connection
bin/targets/myble2/app/apps/bletiny/bletiny.elf but do not start GDB on the
command line.
|
+| ``newt debug myble2 -n`` | Opens a J-Link connection
bin/targets/myble2/app/apps/btshell/btshell.elf but do not start GDB on the
command line.
|
+--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
diff --git a/docs/command_list/newt_pkg.rst b/docs/command_list/newt_pkg.rst
index a0d13905..999947ed 100644
--- a/docs/command_list/newt_pkg.rst
+++ b/docs/command_list/newt_pkg.rst
@@ -53,7 +53,7 @@ Examples
+---------------+--------------------------------------------------+-----------------------------------------------------------------------------------------+
| Sub-command | Usage |
Explanation
|
+===============+==================================================+=========================================================================================+
-| copy | ``newt pkg copy apps/bletiny apps/new_bletiny`` | Copies
the ``apps/bletiny`` package to the ``apps/new_bletiny``.
|
+| copy | ``newt pkg copy apps/btshell apps/new_btshell`` | Copies
the ``apps/btshell`` package to the ``apps/new_btshell``.
|
+---------------+--------------------------------------------------+-----------------------------------------------------------------------------------------+
| move | ``newt pkg move apps/slinky apps/new_slinky`` | Moves the
``apps/slinky`` package to the ``apps/new_slinky`` package. |
+---------------+--------------------------------------------------+-----------------------------------------------------------------------------------------+
diff --git a/docs/command_list/newt_resign_image.rst
b/docs/command_list/newt_resign_image.rst
index 5c08f894..7a942399 100644
--- a/docs/command_list/newt_resign_image.rst
+++ b/docs/command_list/newt_resign_image.rst
@@ -40,7 +40,7 @@ Examples
+------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+
| Usage
| Explanation
|
+====================================================================================+===============================================================================================+
-| ``newt resign-image bin/targets/myble/app/apps/bletiny/bletiny.img
private.pem`` | Signs the ``bin/targets/myble/app/apps/bletiny/bletiny.img``
file with the private.pem key. |
+| ``newt resign-image bin/targets/myble/app/apps/btshell/btshell.img
private.pem`` | Signs the ``bin/targets/myble/app/apps/btshell/btshell.img``
file with the private.pem key. |
+------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+
-| ``newt resign-image bin/targets/myble/app/apps/bletiny/bletiny.img``
| Strips the current signature from
``bin/targets/myble/app/apps/bletiny/bletiny.img`` file. |
+| ``newt resign-image bin/targets/myble/app/apps/btshell/btshell.img``
| Strips the current signature from
``bin/targets/myble/app/apps/btshell/btshell.img`` file. |
+------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+
diff --git a/docs/command_list/newt_target.rst
b/docs/command_list/newt_target.rst
index 43d31758..305f22f1 100644
--- a/docs/command_list/newt_target.rst
+++ b/docs/command_list/newt_target.rst
@@ -157,18 +157,18 @@ Examples
+---------------+---------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| config init | ``newt target config init my_blinky`` |
Creates and populates the ``my_blinky`` target's ``syscfg.yml`` file with the
system configuration setting values from all the packages that the
``my_blinky`` target includes.
|
+---------------+---------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| copy | ``newt target copy rb_blinky rb_bletiny`` |
Creates the ``rb_bletiny`` target by cloning the ``rb_blinky`` target.
|
+| copy | ``newt target copy rb_blinky rb_btshell`` |
Creates the ``rb_btshell`` target by cloning the ``rb_blinky`` target.
|
+---------------+---------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| create | ``newt target create my_new_target`` |
Creates the ``my_newt_target`` target. It creates the ``targets/my_new_target``
directory and creates the skeleton ``pkg.yml`` and ``target.yml`` files in the
directory.
|
+---------------+---------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| delete | ``newt target delete rb_bletiny`` |
Deletes the ``rb_bletiny`` target. It deletes the ``targets/rb_bletiny``
directory.
|
+| delete | ``newt target delete rb_btshell`` |
Deletes the ``rb_btshell`` target. It deletes the ``targets/rb_btshell``
directory.
|
+---------------+---------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| dep | ``newt target dep myble`` |
Displays the dependency tree of all the package dependencies for the ``myble``
target. It lists each package followed by a list of packages it depends on.
|
+---------------+---------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| revdep | ``newt target revdep myble`` |
Displays the reverse dependency tree of all the package dependencies for the
``myble`` target. It lists each package followed by a list of packages that
depend on it.
|
+---------------+---------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| set | ``newt target set myble`` |
Use ``bletiny`` as the application to build for the ``myble`` target.
|
-| | ``app=@apache-mynewt-core/apps/bletiny`` |
|
+| set | ``newt target set myble`` |
Use ``btshell`` as the application to build for the ``myble`` target.
|
+| | ``app=@apache-mynewt-core/apps/btshell`` |
|
+---------------+---------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| set | ``newt target set myble`` |
Set ``pkg.cflags`` variable with ``-DNDEBUG -Werror`` in the ``myble`` target's
``pkg.yml`` file..
|
| | ``cflags="-DNDEBUG -Werror"`` |
|
diff --git a/docs/newt_operation.rst b/docs/newt_operation.rst
index 512db983..c57b20af 100644
--- a/docs/newt_operation.rst
+++ b/docs/newt_operation.rst
@@ -47,8 +47,9 @@ apps, the boot app, slinky app for using newt manager
protocol, and more in that
.. code-block:: console
$ ls repos/apache-mynewt-core/apps
- blecent bleprph blesplit bletiny boot
ffs2native slinky spitest test timtest
- blehci bleprph_oic bletest bleuart
fat2native ocf_sample slinky_oic splitty testbench
+ blecent blehr blemesh_shell blesplit boot btshell
lora_app_shell ocf_sample slinky splitty trng_test
+ blecsc blemesh bleprph bletest bsncent ffs2native
loraping pwm_test slinky_oic testbench
+ blehci blemesh_light bleprph_oic bleuart bsnprph iptest
lorashell sensors_test spitest timtest
Along with the ``targets`` directory, ``apps`` represents the top-level of the
build tree for the particular project, and
define the dependencies for the rest of the system. Mynewt users and
developers can add their own apps to the project's ``apps`` directory.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services