You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2016/04/09 02:42:46 UTC

incubator-mynewt-site git commit: tutorials: Add missing directions and fix cflags for "BLE commands via console" Author: Xue Liu

Repository: incubator-mynewt-site
Updated Branches:
  refs/heads/master f01f9576d -> 969856fc7


tutorials: Add missing directions and fix cflags for "BLE commands via console"
Author:    Xue Liu <li...@gmail.com>

This closes #72


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/969856fc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/969856fc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/969856fc

Branch: refs/heads/master
Commit: 969856fc7e30314271c3393b7ffbbb362aa0bf76
Parents: f01f957
Author: Xue Liu <li...@gmail.com>
Authored: Sat Apr 9 00:17:33 2016 +0200
Committer: aditihilbert <ad...@runtime.io>
Committed: Fri Apr 8 17:41:48 2016 -0700

----------------------------------------------------------------------
 docs/os/tutorials/bletiny_project.md | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/969856fc/docs/os/tutorials/bletiny_project.md
----------------------------------------------------------------------
diff --git a/docs/os/tutorials/bletiny_project.md b/docs/os/tutorials/bletiny_project.md
index 1d1c68c..e8a1ffc 100644
--- a/docs/os/tutorials/bletiny_project.md
+++ b/docs/os/tutorials/bletiny_project.md
@@ -28,6 +28,12 @@ Downloading project skeleton from apache/incubator-mynewt-blinky...
 Installing skeleton in myapp1...
 Project myapp1 successfully created.
 $ cd myapp1
+
+$ newt install -v 
+apache-mynewt-core
+Downloading repository description for apache-mynewt-core... success!
+...
+apache-mynewt-core successfully installed version 0.7.9-none
 ```
 
 <br>
@@ -67,7 +73,7 @@ targets/myble
     app=@apache-mynewt-core/apps/bletiny
     bsp=@apache-mynewt-core/hw/bsp/nrf52pdk
     build_profile=optimized
-    cflags=DSTATS_NAME_ENABLE 
+    cflags=-DSTATS_NAME_ENABLE 
 ```
 
 <br>
@@ -188,4 +194,4 @@ GAP procedure initiated: discovery; disc_mode=2 filter_policyLE advertising repo
 5301321:[ts=5301321ssb, mod=64 level=2]     uuids16(complete)=0xfeaa 
 5301327:[ts=5301327ssb, mod=64 level=2]     svc_data_uuid16=
 <snip>
-```
\ No newline at end of file
+```