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 <anto...@antoinealb.net>
Authored: Fri Apr 14 13:23:36 2017 +0200
Committer: Antoine Albertelli <anto...@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 <d...@mynewt.incubator.apache.org> adapted by Jan 
Rüth <ru...@comsys.rwth-aachen.de>"
 pkg.homepage: "http://mynewt.apache.org/";
 pkg.keywords:

Reply via email to