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/25 18:26:44 UTC

incubator-mynewt-core git commit: bsp/native; add REBOOT_LOG_FLASH_AREA

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop ada377cee -> bb7a847e7


bsp/native; add REBOOT_LOG_FLASH_AREA


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

Branch: refs/heads/develop
Commit: bb7a847e7d23ab813edd0a8e0b1af2cbca658353
Parents: ada377c
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Tue Oct 25 11:24:52 2016 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Tue Oct 25 11:25:30 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/bb7a847e/hw/bsp/native/syscfg.yml
----------------------------------------------------------------------
diff --git a/hw/bsp/native/syscfg.yml b/hw/bsp/native/syscfg.yml
index fb238e0..b37b068 100644
--- a/hw/bsp/native/syscfg.yml
+++ b/hw/bsp/native/syscfg.yml
@@ -1,3 +1,23 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#  http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
 syscfg.vals:
     NFFS_FLASH_AREA: FLASH_AREA_NFFS
     CONFIG_FCB_FLASH_AREA: FLASH_AREA_NFFS
+    REBOOT_LOG_FLASH_AREA: FLASH_AREA_REBOOT_LOG