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 2017/03/24 00:06:40 UTC

[1/2] incubator-mynewt-core git commit: Add definition/value for MCU_FLASH_MIN_WRITE_SIZE

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop 3c9868002 -> c6ad1e17c


Add definition/value for MCU_FLASH_MIN_WRITE_SIZE


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

Branch: refs/heads/develop
Commit: 88b87be0dc3c576cc4ece38bbc0e46f3be731a8c
Parents: eed3250
Author: Fabio Utzig <ut...@utzig.org>
Authored: Thu Mar 23 19:28:58 2017 -0300
Committer: Fabio Utzig <ut...@utzig.org>
Committed: Thu Mar 23 19:28:58 2017 -0300

----------------------------------------------------------------------
 hw/mcu/stm/stm32f7xx/syscfg.yml | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/88b87be0/hw/mcu/stm/stm32f7xx/syscfg.yml
----------------------------------------------------------------------
diff --git a/hw/mcu/stm/stm32f7xx/syscfg.yml b/hw/mcu/stm/stm32f7xx/syscfg.yml
new file mode 100644
index 0000000..d2cb541
--- /dev/null
+++ b/hw/mcu/stm/stm32f7xx/syscfg.yml
@@ -0,0 +1,24 @@
+# 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.defs:
+    MCU_FLASH_MIN_WRITE_SIZE:
+        description: >
+            Specifies the required alignment for internal flash writes.
+            Used internally by the newt tool.
+        value: 1


[2/2] incubator-mynewt-core git commit: This closes #214.

Posted by ma...@apache.org.
This closes #214.

Merge branch 'fix-nucleo767-warning' of https://github.com/utzig/incubator-mynewt-core into develop


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

Branch: refs/heads/develop
Commit: c6ad1e17c883c2a66346c18af77370b47f8061f7
Parents: 3c98680 88b87be
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Thu Mar 23 17:05:11 2017 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Thu Mar 23 17:05:11 2017 -0700

----------------------------------------------------------------------
 hw/mcu/stm/stm32f7xx/syscfg.yml | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
----------------------------------------------------------------------