You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| ``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 |
45
+
| ``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 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. |
43
+
| ``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. |
45
+
| ``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. |
|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.|
|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.|
|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.|
0 commit comments