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/15 18:46:49 UTC

[3/3] incubator-mynewt-core git commit: MYNEWT-671 Set default core flash area in native.

MYNEWT-671 Set default core flash area in native.


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

Branch: refs/heads/develop
Commit: 5490c39b27ee9b8384af66a69ae4a4d3ffda9ebb
Parents: 4cf2e74
Author: Christopher Collins <cc...@apache.org>
Authored: Wed Mar 15 11:46:22 2017 -0700
Committer: Christopher Collins <cc...@apache.org>
Committed: Wed Mar 15 11:46:22 2017 -0700

----------------------------------------------------------------------
 hw/bsp/native/syscfg.yml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/5490c39b/hw/bsp/native/syscfg.yml
----------------------------------------------------------------------
diff --git a/hw/bsp/native/syscfg.yml b/hw/bsp/native/syscfg.yml
index b37b068..89171a5 100644
--- a/hw/bsp/native/syscfg.yml
+++ b/hw/bsp/native/syscfg.yml
@@ -21,3 +21,4 @@ syscfg.vals:
     NFFS_FLASH_AREA: FLASH_AREA_NFFS
     CONFIG_FCB_FLASH_AREA: FLASH_AREA_NFFS
     REBOOT_LOG_FLASH_AREA: FLASH_AREA_REBOOT_LOG
+    COREDUMP_FLASH_AREA: FLASH_AREA_IMAGE_1