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/11/04 22:48:47 UTC

[2/2] incubator-mynewt-core git commit: nrf52 SystemInit(); re-add NVIC_Relocate().

nrf52 SystemInit(); re-add NVIC_Relocate().


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

Branch: refs/heads/develop
Commit: 353f498f67d5765c9007fd0bd439c2cf69d8d4d8
Parents: d88b610
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Fri Nov 4 15:48:03 2016 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Fri Nov 4 15:48:03 2016 -0700

----------------------------------------------------------------------
 hw/bsp/arduino_primo_nrf52/src/system_nrf52.c | 2 ++
 hw/bsp/bmd300eval/src/system_nrf52.c          | 2 ++
 hw/bsp/nrf52dk/src/system_nrf52.c             | 2 ++
 hw/bsp/rb-nano2/src/system_nrf52.c            | 2 ++
 4 files changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/353f498f/hw/bsp/arduino_primo_nrf52/src/system_nrf52.c
----------------------------------------------------------------------
diff --git a/hw/bsp/arduino_primo_nrf52/src/system_nrf52.c b/hw/bsp/arduino_primo_nrf52/src/system_nrf52.c
index 65127fb..ab24c21 100644
--- a/hw/bsp/arduino_primo_nrf52/src/system_nrf52.c
+++ b/hw/bsp/arduino_primo_nrf52/src/system_nrf52.c
@@ -195,6 +195,8 @@ void SystemInit(void)
     #endif
 
     SystemCoreClockUpdate();
+
+    NVIC_Relocate();
 }
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/353f498f/hw/bsp/bmd300eval/src/system_nrf52.c
----------------------------------------------------------------------
diff --git a/hw/bsp/bmd300eval/src/system_nrf52.c b/hw/bsp/bmd300eval/src/system_nrf52.c
index 65127fb..ab24c21 100644
--- a/hw/bsp/bmd300eval/src/system_nrf52.c
+++ b/hw/bsp/bmd300eval/src/system_nrf52.c
@@ -195,6 +195,8 @@ void SystemInit(void)
     #endif
 
     SystemCoreClockUpdate();
+
+    NVIC_Relocate();
 }
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/353f498f/hw/bsp/nrf52dk/src/system_nrf52.c
----------------------------------------------------------------------
diff --git a/hw/bsp/nrf52dk/src/system_nrf52.c b/hw/bsp/nrf52dk/src/system_nrf52.c
index 65127fb..ab24c21 100644
--- a/hw/bsp/nrf52dk/src/system_nrf52.c
+++ b/hw/bsp/nrf52dk/src/system_nrf52.c
@@ -195,6 +195,8 @@ void SystemInit(void)
     #endif
 
     SystemCoreClockUpdate();
+
+    NVIC_Relocate();
 }
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/353f498f/hw/bsp/rb-nano2/src/system_nrf52.c
----------------------------------------------------------------------
diff --git a/hw/bsp/rb-nano2/src/system_nrf52.c b/hw/bsp/rb-nano2/src/system_nrf52.c
index 65127fb..ab24c21 100644
--- a/hw/bsp/rb-nano2/src/system_nrf52.c
+++ b/hw/bsp/rb-nano2/src/system_nrf52.c
@@ -195,6 +195,8 @@ void SystemInit(void)
     #endif
 
     SystemCoreClockUpdate();
+
+    NVIC_Relocate();
 }