<div dir="ltr"><div><div>I'd just like to bump my patch. The last changes were just the formatting changes from the code review.<br><br><br></div>Kind Regards<br></div>Robin<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 12 Jan 2021 at 12:36, Robin Mueller <<a href="mailto:robin.mueller.m@gmail.com" target="_blank">robin.mueller.m@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">---<br>
<br>
Added doc for board variation, added some  fixes<br>
from code review. (typo and line width formatting)<br>
<br>
 user/bsps/arm/stm32h7.rst | 18 +++++++++++++++++-<br>
 1 file changed, 17 insertions(+), 1 deletion(-)<br>
<br>
diff --git a/user/bsps/arm/stm32h7.rst b/user/bsps/arm/stm32h7.rst<br>
index 3eee511..e1b9d8c 100644<br>
--- a/user/bsps/arm/stm32h7.rst<br>
+++ b/user/bsps/arm/stm32h7.rst<br>
@@ -11,16 +11,32 @@ This BSP supports the<br>
 The BSP is known to run on these boards:<br>
<br>
 * `STM32H743I-EVAL 2 <<a href="https://www.st.com/en/evaluation-tools/stm32h743i-eval.html" rel="noreferrer" target="_blank">https://www.st.com/en/evaluation-tools/stm32h743i-eval.html</a>>`_<br>
+* `STM32H743ZI-Nucleo <<a href="https://www.st.com/en/evaluation-tools/nucleo-h743zi.html" rel="noreferrer" target="_blank">https://www.st.com/en/evaluation-tools/nucleo-h743zi.html</a>>`_<br>
<br>
 Clock Driver<br>
 ------------<br>
<br>
-The clock driver uses the `ARMv7-M Systick` module.<br>
+The clock driver uses the `ARMv7-M Systick` module. The HSE (external <br>
+oscillator) value can also be different for different evaluation or custom <br>
+boards, so it is recommended to check the default values of the BSP.<br>
<br>
 Console Driver<br>
 --------------<br>
<br>
 The console driver supports the on-chip UART and USART modules.<br>
+Different board variations use different GPIO pins and blocks for the default <br>
+communication UART and it is recommended to check whether the default <br>
+configuration provided is valid in the BSP.<br>
+<br>
+To specify that the BSP should be built for the STM32H743ZI-Nucleo board,<br>
+users can supply ``STM32H743ZI_NUCLEO == True`` to ``config.ini`` when <br>
+building the BSP.<br>
+<br>
+Alternatively, users can supply the configuration structs defined in ``hal.h``<br>
+in the applicaton for other boards. For the console driver, the <br>
+``stm32h7_usartX_config`` structs are used to configure the GPIO pins and other <br>
+parameters. The default implementations can be found in <br>
+``bsps/arm/stm32ht/console`` in the RTEMS sources.<br>
<br>
 Network Interface Driver<br>
 ------------------------<br>
-- <br>
2.23.0.windows.1<br>
<br>
</blockquote></div>