From 5475c9c63ed5e78e6b48ce3698c5059b38fd0ffe Mon Sep 17 00:00:00 2001 From: Karel Gardas Date: Tue, 5 Apr 2022 13:13:55 +0200 Subject: [PATCH] user/bsps/arm: remove dangling stm32h7 bsp page The page for STM32H7 BSP is twice here, so let's keep the one providing most information. --- user/bsps/arm/bsp-stm32h7.rst | 32 -------------------------------- user/bsps/bsps-arm.rst | 1 - 2 files changed, 33 deletions(-) delete mode 100644 user/bsps/arm/bsp-stm32h7.rst diff --git a/user/bsps/arm/bsp-stm32h7.rst b/user/bsps/arm/bsp-stm32h7.rst deleted file mode 100644 index bc2b471..0000000 --- a/user/bsps/arm/bsp-stm32h7.rst +++ /dev/null @@ -1,32 +0,0 @@ -.. SPDX-License-Identifier: CC-BY-SA-4.0 - -.. Copyright (C) 2020 embedded brains GmbH - -stm32h7 -======= - -This BSP supports the -`STM32H7 Series `_. -The BSP is known to run on these boards: - -* `STM32H743I-EVAL 2 `_ - -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 f8a1d60..7f1e9d4 100644 --- a/user/bsps/bsps-arm.rst +++ b/user/bsps/bsps-arm.rst @@ -9,7 +9,6 @@ arm (ARM) .. include:: arm/altera-cyclone-v.rst .. include:: arm/atsam.rst .. include:: arm/beagle.rst -.. include:: arm/bsp-stm32h7.rst .. include:: arm/csb336.rst .. include:: arm/csb337.rst .. include:: arm/edb7312.rst