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 2016/10/20 20:22:01 UTC

[02/10] incubator-mynewt-core git commit: nucleo bsp.yml; feature bootloader is now called BOOT_LOADER.

nucleo bsp.yml; feature bootloader is now called BOOT_LOADER.


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

Branch: refs/heads/develop
Commit: 6ac3787103f5bfa2045473b18c003d0788849141
Parents: 24ae903
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Thu Oct 20 13:13:38 2016 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Thu Oct 20 13:13:38 2016 -0700

----------------------------------------------------------------------
 hw/bsp/nucleo-f401re/bsp.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/6ac37871/hw/bsp/nucleo-f401re/bsp.yml
----------------------------------------------------------------------
diff --git a/hw/bsp/nucleo-f401re/bsp.yml b/hw/bsp/nucleo-f401re/bsp.yml
index 8761a57..52f2dbc 100644
--- a/hw/bsp/nucleo-f401re/bsp.yml
+++ b/hw/bsp/nucleo-f401re/bsp.yml
@@ -20,7 +20,7 @@
 bsp.arch: cortex_m4
 bsp.compiler: compiler/arm-none-eabi-m4
 bsp.linkerscript: "nucleo-f401re.ld"
-bsp.linkerscript.bootloader.OVERWRITE: "boot-nucleo-f401re.ld"
+bsp.linkerscript.BOOT_LOADER.OVERWRITE: "boot-nucleo-f401re.ld"
 bsp.downloadscript: "nucleo-f401re_download.sh"
 bsp.debugscript: "nucleo-f401re_debug.sh"
 
@@ -48,7 +48,7 @@ bsp.flash_map:
         FLASH_AREA_REBOOT_LOG:
             user_id: 0
             device: 0
-            offset: 0x00004000
+            offset: 0x08004000
             size: 16kB
         FLASH_AREA_NFFS:
             user_id: 1