[rtems-docs commit] user: Add arm/stm32h7

Sebastian Huber sebh at rtems.org
Tue Oct 27 06:51:41 UTC 2020


Module:    rtems-docs
Branch:    master
Commit:    8fe0da219826116b22fae50a7a8991736118b6f7
Changeset: http://git.rtems.org/rtems-docs/commit/?id=8fe0da219826116b22fae50a7a8991736118b6f7

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Oct 27 07:50:27 2020 +0100

user: Add arm/stm32h7

Close #3910.

---

 user/bsps/arm/bsp-stm32h7.rst | 32 ++++++++++++++++++++++++++++++++
 user/bsps/arm/stm32h7.rst     | 33 +++++++++++++++++++++++++++++++++
 user/bsps/bsps-arm.rst        |  1 +
 3 files changed, 66 insertions(+)

diff --git a/user/bsps/arm/bsp-stm32h7.rst b/user/bsps/arm/bsp-stm32h7.rst
new file mode 100644
index 0000000..bc2b471
--- /dev/null
+++ b/user/bsps/arm/bsp-stm32h7.rst
@@ -0,0 +1,32 @@
+.. SPDX-License-Identifier: CC-BY-SA-4.0
+
+.. Copyright (C) 2020 embedded brains GmbH
+
+stm32h7
+=======
+
+This BSP supports the
+`STM32H7 Series <https://www.st.com/en/microcontrollers-microprocessors/stm32h7-series.html>`_.
+The BSP is known to run on these boards:
+
+* `STM32H743I-EVAL 2 <https://www.st.com/en/evaluation-tools/stm32h743i-eval.html>`_
+
+Clock Driver
+------------
+
+The clock driver uses the `ARMv7-M Systick` module.
+
+Console Driver
+--------------
+
+The console driver supports the on-chip UART and USART modules.
+
+Network Interface Driver
+------------------------
+
+The network interface driver ``if_stmac`` is provided by the ``libbsd``.
+
+USB Host Driver
+---------------
+
+The USB host driver ``dwc_otg`` is provided by the ``libbsd``.
diff --git a/user/bsps/arm/stm32h7.rst b/user/bsps/arm/stm32h7.rst
new file mode 100644
index 0000000..3eee511
--- /dev/null
+++ b/user/bsps/arm/stm32h7.rst
@@ -0,0 +1,33 @@
+.. SPDX-License-Identifier: CC-BY-SA-4.0
+
+.. Copyright (C) 2020 embedded brains GmbH
+
+stm32h7
+=======
+
+This BSP supports the
+`STM32H7 Series <https://www.st.com/en/microcontrollers-microprocessors/stm32h7-series.html>`_.
+
+The BSP is known to run on these boards:
+
+* `STM32H743I-EVAL 2 <https://www.st.com/en/evaluation-tools/stm32h743i-eval.html>`_
+
+Clock Driver
+------------
+
+The clock driver uses the `ARMv7-M Systick` module.
+
+Console Driver
+--------------
+
+The console driver supports the on-chip UART and USART modules.
+
+Network Interface Driver
+------------------------
+
+The network interface driver ``if_stmac`` is provided by the ``libbsd``.
+
+USB Host Driver
+---------------
+
+The USB host driver ``dwc_otg`` is provided by the ``libbsd``.
diff --git a/user/bsps/bsps-arm.rst b/user/bsps/bsps-arm.rst
index feff637..295ed82 100644
--- a/user/bsps/bsps-arm.rst
+++ b/user/bsps/bsps-arm.rst
@@ -23,6 +23,7 @@ arm (ARM)
 .. include:: arm/rtl22xx.rst
 .. include:: arm/smdk2410.rst
 .. include:: arm/stm32f4.rst
+.. include:: arm/stm32h7.rst
 .. include:: arm/tms570.rst
 .. include:: arm/xen.rst
 .. include:: arm/xilinx-zynq.rst



More information about the vc mailing list