You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2017/03/04 22:32:44 UTC

[1/2] incubator-mynewt-core git commit: microbit bsp: fix split linker script typo

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop f052c8258 -> 636150188


microbit bsp: fix split linker script typo


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

Branch: refs/heads/develop
Commit: c9dabf0471f83ee158733add94b19279f1840495
Parents: 2242bc1
Author: Jacob Rosenthal <ja...@gmail.com>
Authored: Sat Mar 4 13:59:24 2017 -0700
Committer: Jacob Rosenthal <ja...@gmail.com>
Committed: Sat Mar 4 13:59:24 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/c9dabf04/hw/bsp/bbc_microbit/bsp.yml
----------------------------------------------------------------------
diff --git a/hw/bsp/bbc_microbit/bsp.yml b/hw/bsp/bbc_microbit/bsp.yml
index c344752..7a7063c 100644
--- a/hw/bsp/bbc_microbit/bsp.yml
+++ b/hw/bsp/bbc_microbit/bsp.yml
@@ -25,7 +25,7 @@ bsp.linkerscript:
 bsp.linkerscript.BOOT_LOADER.OVERWRITE:
     - "hw/bsp/bbc_microbit/boot-nrf51xxac.ld"
     - "hw/mcu/nordic/nrf51xxx/nrf51.ld"
-bsp.part2linkerscript: "hw/bsp/bbc_microbit/split-nrf51dk.ld"
+bsp.part2linkerscript: "hw/bsp/bbc_microbit/split-microbit.ld"
 bsp.downloadscript: hw/bsp/bbc_microbit/microbit_download.sh
 bsp.debugscript: hw/bsp/bbc_microbit/microbit_debug.sh
 bsp.downloadscript.WINDOWS.OVERWRITE: hw/bsp/bbc_microbit/microbit_download.cmd


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

Posted by cc...@apache.org.
This closes #193.

Merge remote-tracking branch 'jacobrosenthal/microbit-bsp' into develop

* jacobrosenthal/microbit-bsp:
  microbit bsp: fix split linker script typo


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

Branch: refs/heads/develop
Commit: 636150188eaced91980fbe0843f72fc04be0eb92
Parents: f052c82 c9dabf0
Author: Christopher Collins <cc...@apache.org>
Authored: Sat Mar 4 14:33:40 2017 -0800
Committer: Christopher Collins <cc...@apache.org>
Committed: Sat Mar 4 14:33:40 2017 -0800

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