You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2017/04/14 18:34:52 UTC

[1/2] incubator-mynewt-core git commit: Fix flash size in Red Bear BLE nano description

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/master e3bcabc16 -> 0092753e7


Fix flash size in Red Bear BLE nano description

According to manufacturer the chip has 256kB of flash. This is in
accordance with the linker scripts found for this target.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/f99960f5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/f99960f5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/f99960f5

Branch: refs/heads/master
Commit: f99960f5ceae6824a1e049729cf96d9daffa748e
Parents: 1198188
Author: Antoine Albertelli <an...@antoinealb.net>
Authored: Fri Apr 14 13:23:36 2017 +0200
Committer: Antoine Albertelli <an...@antoinealb.net>
Committed: Fri Apr 14 13:23:36 2017 +0200

----------------------------------------------------------------------
 hw/bsp/nrf51-blenano/pkg.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/f99960f5/hw/bsp/nrf51-blenano/pkg.yml
----------------------------------------------------------------------
diff --git a/hw/bsp/nrf51-blenano/pkg.yml b/hw/bsp/nrf51-blenano/pkg.yml
index dae56d0..44db5bd 100644
--- a/hw/bsp/nrf51-blenano/pkg.yml
+++ b/hw/bsp/nrf51-blenano/pkg.yml
@@ -19,7 +19,7 @@
 
 pkg.name: hw/bsp/nrf51-blenano
 pkg.type: bsp
-pkg.description: BSP definition for the RedBearLabs BLE Nano with 32kB flash based on Nordic nRF51.
+pkg.description: BSP definition for the RedBearLabs BLE Nano with 256kB flash based on Nordic nRF51.
 pkg.author: "Apache Mynewt <de...@mynewt.incubator.apache.org> adapted by Jan R�th <ru...@comsys.rwth-aachen.de>"
 pkg.homepage: "http://mynewt.apache.org/"
 pkg.keywords:


[2/2] incubator-mynewt-core git commit: This closes #232.

Posted by ma...@apache.org.
This closes #232.

Merge branch 'master' of https://github.com/antoinealb/incubator-mynewt-core


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/0092753e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/0092753e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/0092753e

Branch: refs/heads/master
Commit: 0092753e70254f85f6aa1421831a27a295f1d84e
Parents: e3bcabc f99960f
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Fri Apr 14 11:34:22 2017 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Fri Apr 14 11:34:22 2017 -0700

----------------------------------------------------------------------
 hw/bsp/nrf51-blenano/pkg.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------