Sponsored-By: Precidata
---
.../arm/stm32h7/boards/stm/nucleo-h743zi/system_stm32h7xx.c | 4
.../stm32h7/boards/stm/stm32h743i-eval/system_stm32h7xx.c | 4
.../stm32h7/boards/stm/stm32h747i-disco/system_stm32h7xx.c | 6 ++
.../stm32h7/boards/stm/stm32h757i-eval/system_stm32h7xx.c | 4
.../arm/stm32h7/boards/stm/stm32h7b3i-dk/system_stm32h7xx.c | 4
5 files changed, 22 insertions(+)
diff --git a/bsps/arm/stm32h7/boards/stm/nucleo-h743zi/system_stm32h7xx.c
b/bsps/arm/stm32h7/boards/stm/nucleo-h743zi/system_stm32h7xx.c
index a8a9ff0b4b..2d53f114c1 100644
--- a/bsps/arm/stm32h7/boards/stm/nucleo-h743zi/system_stm32h7xx.c
+++ b/bsps/arm/stm32h7/boards/stm/nucleo-h743zi/system_stm32h7xx.c
@@ -49,6 +49,10 @@
#include
#ifdef __rtems__
#include
+#include
+
+#define HSE_VALUE STM32H7_HSE_FREQUENCY
+
#endif /* __rtems__ */
#if !defined (HSE_VALUE)
#define HSE_VALUE((uint32_t)2500) /*!< Value of the External
oscillator in Hz */
diff --git a/bsps/arm/stm32h7/boards/stm/stm32h743i-eval/system_stm32h7xx.c
b/bsps/arm/stm32h7/boards/stm/stm32h743i-eval/system_stm32h7xx.c
index a8a9ff0b4b..2d53f114c1 100644
--- a/bsps/arm/stm32h7/boards/stm/stm32h743i-eval/system_stm32h7xx.c
+++ b/bsps/arm/stm32h7/boards/stm/stm32h743i-eval/system_stm32h7xx.c
@@ -49,6 +49,10 @@
#include
#ifdef __rtems__
#include
+#include
+
+#define HSE_VALUE STM32H7_HSE_FREQUENCY
+
#endif /* __rtems__ */
#if !defined (HSE_VALUE)
#define HSE_VALUE((uint32_t)2500) /*!< Value of the External
oscillator in Hz */
diff --git a/bsps/arm/stm32h7/boards/stm/stm32h747i-disco/system_stm32h7xx.c
b/bsps/arm/stm32h7/boards/stm/stm32h747i-disco/system_stm32h7xx.c
index 2dc9542597..269288d2c0 100644
--- a/bsps/arm/stm32h7/boards/stm/stm32h747i-disco/system_stm32h7xx.c
+++ b/bsps/arm/stm32h7/boards/stm/stm32h747i-disco/system_stm32h7xx.c
@@ -91,7 +91,13 @@
#include "stm32h7xx.h"
#include
+#ifdef __rtems__
+#include
+#include
+
+#define HSE_VALUE STM32H7_HSE_FREQUENCY
+#endif /* __rtems__ */
#if !defined (HSE_VALUE)
#define HSE_VALUE((uint32_t)2500) /*!< Value of the External
oscillator in Hz */
#endif /* HSE_VALUE */
diff --git a/bsps/arm/stm32h7/boards/stm/stm32h757i-eval/system_stm32h7xx.c
b/bsps/arm/stm32h7/boards/stm/stm32h757i-eval/system_stm32h7xx.c
index 1260694d8b..59e66e133e 100644
--- a/bsps/arm/stm32h7/boards/stm/stm32h757i-eval/system_stm32h7xx.c
+++ b/bsps/arm/stm32h7/boards/stm/stm32h757i-eval/system_stm32h7xx.c
@@ -93,6 +93,10 @@
#include
#ifdef __rtems__
#include
+#include
+
+#define HSE_VALUE STM32H7_HSE_FREQUENCY
+
#endif /* __rtems__ */
#if !defined (HSE_VALUE)
#define HSE_VALUE((uint32_t)2500) /*!< Value of the External
oscillator in Hz */
diff --git a/bsps/arm/stm32h7/boards/stm/stm32h7b3i-dk/system_stm32h7xx.c
b/bsps/arm/stm32h7/boards/stm/stm32h7b3i-dk/system_stm32h7xx.c
index db11aa19b1..52e8eaafc4 100644
--- a/bsps/arm/stm32h7/boards/stm/stm32h7b3i-dk/system_stm32h7xx.c
+++ b/bsps/arm/stm32h7/boards/stm/stm32h7b3i-dk/system_stm32h7xx.c
@@ -48,6 +48,10 @@
#include
#ifdef __rtems__
#include
+#include
+
+#define HSE_VALUE STM32H7_HSE_FREQUENCY
+
#endif /* __rtems__ */
#if !defined (HSE_VALUE)
#define HSE_VALUE((uint32_t)2400) /*!< Value of the External
oscillator in Hz */
--
2.25.1
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel