source: rtems-docs/user/bsps/arm/bsp-stm32h7.rst @ 8fe0da2

Last change on this file since 8fe0da2 was 8fe0da2, checked in by Sebastian Huber <sebastian.huber@…>, on 10/27/20 at 06:50:27

user: Add arm/stm32h7

Close #3910.

  • Property mode set to 100644
File size: 746 bytes
Line 
1.. SPDX-License-Identifier: CC-BY-SA-4.0
2
3.. Copyright (C) 2020 embedded brains GmbH
4
5stm32h7
6=======
7
8This BSP supports the
9`STM32H7 Series <https://www.st.com/en/microcontrollers-microprocessors/stm32h7-series.html>`_.
10The BSP is known to run on these boards:
11
12* `STM32H743I-EVAL 2 <https://www.st.com/en/evaluation-tools/stm32h743i-eval.html>`_
13
14Clock Driver
15------------
16
17The clock driver uses the `ARMv7-M Systick` module.
18
19Console Driver
20--------------
21
22The console driver supports the on-chip UART and USART modules.
23
24Network Interface Driver
25------------------------
26
27The network interface driver ``if_stmac`` is provided by the ``libbsd``.
28
29USB Host Driver
30---------------
31
32The USB host driver ``dwc_otg`` is provided by the ``libbsd``.
Note: See TracBrowser for help on using the repository browser.