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 <[email protected]> Authored: Wed Mar 15 11:46:22 2017 -0700 Committer: Christopher Collins <[email protected]> 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
