You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2017/04/19 18:18:02 UTC

[06/30] incubator-mynewt-core git commit: stm32f4xx/stm32f7xx; add syscfg indicating which version of STM32 is being used.

stm32f4xx/stm32f7xx; add syscfg indicating which version of STM32
is being used.


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

Branch: refs/heads/master
Commit: 8d8cf59ca47d4fdf37dbbef99428c0b25c5893d1
Parents: 383906f
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Fri Apr 14 10:45:22 2017 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Fri Apr 14 13:21:30 2017 -0700

----------------------------------------------------------------------
 hw/mcu/stm/stm32f4xx/syscfg.yml | 4 ++++
 hw/mcu/stm/stm32f7xx/syscfg.yml | 4 ++++
 2 files changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/8d8cf59c/hw/mcu/stm/stm32f4xx/syscfg.yml
----------------------------------------------------------------------
diff --git a/hw/mcu/stm/stm32f4xx/syscfg.yml b/hw/mcu/stm/stm32f4xx/syscfg.yml
index d0c40be..42bb13a 100644
--- a/hw/mcu/stm/stm32f4xx/syscfg.yml
+++ b/hw/mcu/stm/stm32f4xx/syscfg.yml
@@ -24,3 +24,7 @@ syscfg.defs:
             Specifies the required alignment for internal flash writes.
             Used internally by the newt tool.
         value: 1
+
+    MCU_STM32F4:
+        description: MCUs are of STM32F4xx family
+        value: 1

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/8d8cf59c/hw/mcu/stm/stm32f7xx/syscfg.yml
----------------------------------------------------------------------
diff --git a/hw/mcu/stm/stm32f7xx/syscfg.yml b/hw/mcu/stm/stm32f7xx/syscfg.yml
index d2cb541..cf82e27 100644
--- a/hw/mcu/stm/stm32f7xx/syscfg.yml
+++ b/hw/mcu/stm/stm32f7xx/syscfg.yml
@@ -22,3 +22,7 @@ syscfg.defs:
             Specifies the required alignment for internal flash writes.
             Used internally by the newt tool.
         value: 1
+
+    MCU_STM32F7:
+        description: MCUs are of STM32F7xx family
+        value: 1