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/05/06 22:22:40 UTC

[1/3] incubator-mynewt-site git commit: bletiny tutorial - add missing "-" for cflags.

Repository: incubator-mynewt-site
Updated Branches:
  refs/heads/master 457a14083 -> 528c255b8


bletiny tutorial - add missing "-" for cflags.


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

Branch: refs/heads/master
Commit: 8ac4cb4c0f422e2020d340bdb71178629593fb64
Parents: 1473b2d
Author: Christopher Collins <cc...@apache.org>
Authored: Thu May 5 08:08:44 2016 -0700
Committer: Christopher Collins <cc...@apache.org>
Committed: Thu May 5 08:08:44 2016 -0700

----------------------------------------------------------------------
 docs/os/tutorials/bletiny_project.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8ac4cb4c/docs/os/tutorials/bletiny_project.md
----------------------------------------------------------------------
diff --git a/docs/os/tutorials/bletiny_project.md b/docs/os/tutorials/bletiny_project.md
index e8a1ffc..40d9ecf 100644
--- a/docs/os/tutorials/bletiny_project.md
+++ b/docs/os/tutorials/bletiny_project.md
@@ -62,7 +62,7 @@ $ newt target set myble app=@apache-mynewt-core/apps/bletiny
 Target targets/myble successfully set target.app to @apache-mynewt-core/apps/bletiny
 $ newt target set myble build_profile=optimized
 Target targets/myble successfully set target.build_profile to optimized
-$ newt target set myble cflags=DSTATS_NAME_ENABLE
+$ newt target set myble cflags=-DSTATS_NAME_ENABLE
 Target targets/myble successfully set pkg.cflags to DSTATS_NAME_ENABLE
 $ newt target show
 targets/my_blinky_sim


[2/3] incubator-mynewt-site git commit: Merge branch 'bletiny-cflags-missing-dash' of https://github.com/ccollins476ad/incubator-mynewt-site

Posted by ad...@apache.org.
Merge branch 'bletiny-cflags-missing-dash' of https://github.com/ccollins476ad/incubator-mynewt-site

This closes #78


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

Branch: refs/heads/master
Commit: 545189080083baa6949e8540fd01bf29cf261ce5
Parents: 457a140 8ac4cb4
Author: aditihilbert <ad...@runtime.io>
Authored: Fri May 6 14:49:56 2016 -0700
Committer: aditihilbert <ad...@runtime.io>
Committed: Fri May 6 14:49:56 2016 -0700

----------------------------------------------------------------------
 docs/os/tutorials/bletiny_project.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------



[3/3] incubator-mynewt-site git commit: added a note about newt upgrade to arduino tutorial and pull request #78 from Chris Collins

Posted by ad...@apache.org.
added a note about newt upgrade to arduino tutorial and pull request #78 from Chris Collins


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

Branch: refs/heads/master
Commit: 528c255b867c117b905d8321cba182df24d78701
Parents: 5451890
Author: aditihilbert <ad...@runtime.io>
Authored: Fri May 6 15:22:31 2016 -0700
Committer: aditihilbert <ad...@runtime.io>
Committed: Fri May 6 15:22:31 2016 -0700

----------------------------------------------------------------------
 docs/os/tutorials/arduino_zero.md | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/528c255b/docs/os/tutorials/arduino_zero.md
----------------------------------------------------------------------
diff --git a/docs/os/tutorials/arduino_zero.md b/docs/os/tutorials/arduino_zero.md
index 19201f9..9926656 100644
--- a/docs/os/tutorials/arduino_zero.md
+++ b/docs/os/tutorials/arduino_zero.md
@@ -83,6 +83,10 @@ $
 
 <br>
 
+**NOTE:** If there has been a new release of a repo used in your project since you last installed it, the `0-latest` version for the repo in the `project.yml` file will refer to the new release and will not match the installed files. In that case you will get an error message saying so and you will need to run `newt upgrade` to overwrite the existing files with the latest codebase.
+
+<br>
+
 ### Create your bootloader target
 
 Next, you need to tell Newt what to build.  For the Arduino Zero, we are going to