Repository: incubator-mynewt-site Updated Branches: refs/heads/master d5aae0a5d -> 8436efc0d
updated newt operations allowed on target in newt_intro.md 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/b5ea890c Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/b5ea890c Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/b5ea890c Branch: refs/heads/master Commit: b5ea890cf210b2334bb3b552da1e08a8e5f93817 Parents: d5aae0a Author: aditihilbert <[email protected]> Authored: Mon Dec 19 14:29:49 2016 -0800 Committer: aditihilbert <[email protected]> Committed: Mon Dec 19 22:29:41 2016 -0800 ---------------------------------------------------------------------- docs/newt/newt_intro.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/b5ea890c/docs/newt/newt_intro.md ---------------------------------------------------------------------- diff --git a/docs/newt/newt_intro.md b/docs/newt/newt_intro.md index 89a7922..6a4f1a2 100644 --- a/docs/newt/newt_intro.md +++ b/docs/newt/newt_intro.md @@ -97,10 +97,11 @@ bin Once a target has been built, Newt allows additional operations on the target. -* **download**: Download built target to board +* **load**: Download built target to board * **debug**: Open debugger session to target * **size**: Get size of target components * **create-image**: Add image header to the binary image +* **run**: Build, create image, load, and finally open a debug session with the target For more details on how Newt works, go to [Newt - Theory of Operations](newt_operation.md).
