You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ut...@apache.org on 2018/03/16 09:48:00 UTC

[mynewt-core] branch master updated: Add flash area config for nffs/reboot/config/coredump

This is an automated email from the ASF dual-hosted git repository.

utzig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new fa34a62  Add flash area config for nffs/reboot/config/coredump
fa34a62 is described below

commit fa34a62cb3ccb31369a7530496eb2953bac47473
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Mon Mar 12 08:20:44 2018 -0300

    Add flash area config for nffs/reboot/config/coredump
    
    This allows building/testing with slinky.
---
 hw/bsp/nucleo-f303k8/syscfg.yml    | 5 +++++
 hw/bsp/nucleo-f303re/syscfg.yml    | 5 +++++
 hw/bsp/stm32f3discovery/syscfg.yml | 5 +++++
 3 files changed, 15 insertions(+)

diff --git a/hw/bsp/nucleo-f303k8/syscfg.yml b/hw/bsp/nucleo-f303k8/syscfg.yml
index 0af6bc0..1dbf558 100644
--- a/hw/bsp/nucleo-f303k8/syscfg.yml
+++ b/hw/bsp/nucleo-f303k8/syscfg.yml
@@ -30,3 +30,8 @@ syscfg.defs:
         description: 'Support for timer 0'
         value: 1
 
+syscfg.vals:
+    REBOOT_LOG_FLASH_AREA: FLASH_AREA_REBOOT_LOG
+    CONFIG_FCB_FLASH_AREA: FLASH_AREA_NFFS
+    NFFS_FLASH_AREA: FLASH_AREA_NFFS
+    COREDUMP_FLASH_AREA: FLASH_AREA_IMAGE_1
diff --git a/hw/bsp/nucleo-f303re/syscfg.yml b/hw/bsp/nucleo-f303re/syscfg.yml
index 0af6bc0..1dbf558 100644
--- a/hw/bsp/nucleo-f303re/syscfg.yml
+++ b/hw/bsp/nucleo-f303re/syscfg.yml
@@ -30,3 +30,8 @@ syscfg.defs:
         description: 'Support for timer 0'
         value: 1
 
+syscfg.vals:
+    REBOOT_LOG_FLASH_AREA: FLASH_AREA_REBOOT_LOG
+    CONFIG_FCB_FLASH_AREA: FLASH_AREA_NFFS
+    NFFS_FLASH_AREA: FLASH_AREA_NFFS
+    COREDUMP_FLASH_AREA: FLASH_AREA_IMAGE_1
diff --git a/hw/bsp/stm32f3discovery/syscfg.yml b/hw/bsp/stm32f3discovery/syscfg.yml
index 0af6bc0..1dbf558 100644
--- a/hw/bsp/stm32f3discovery/syscfg.yml
+++ b/hw/bsp/stm32f3discovery/syscfg.yml
@@ -30,3 +30,8 @@ syscfg.defs:
         description: 'Support for timer 0'
         value: 1
 
+syscfg.vals:
+    REBOOT_LOG_FLASH_AREA: FLASH_AREA_REBOOT_LOG
+    CONFIG_FCB_FLASH_AREA: FLASH_AREA_NFFS
+    NFFS_FLASH_AREA: FLASH_AREA_NFFS
+    COREDUMP_FLASH_AREA: FLASH_AREA_IMAGE_1

-- 
To stop receiving notification emails like this one, please contact
utzig@apache.org.