summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm/stm32h7/optvariant.yml
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2023-07-05 15:03:40 -0500
committerJoel Sherrill <joel@rtems.org>2023-07-20 09:14:36 -0500
commitc2083e81f2f5dc278e4f0c589deeb56dcd9a25bf (patch)
tree57897149bfa486898375df1a645e0d7cd9d56eeb /spec/build/bsps/arm/stm32h7/optvariant.yml
parentrtems: Fix typo (diff)
downloadrtems-c2083e81f2f5dc278e4f0c589deeb56dcd9a25bf.tar.bz2
arm/stm32h7: Add support for STM32H750B-DK
This adds support for the STM32H750B-DK discovery kit. This kit includes a built-in STLINKv3 debugger which provides a USB serial bridge for USART3. USART1 is routed to the Arduino header and USART2 is routed to the STMOD connector. This BSP reuses what would otherwise be duplicated files from the stm32h747i-disco BSP. Note that system_stm32h7xx.c has been imported from the STM repository with two minor changes wrapped with #if __rtems__. This hardware has been tested with hello and ticker.
Diffstat (limited to '')
-rw-r--r--spec/build/bsps/arm/stm32h7/optvariant.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/build/bsps/arm/stm32h7/optvariant.yml b/spec/build/bsps/arm/stm32h7/optvariant.yml
index bbce5f93ee..a24f0db988 100644
--- a/spec/build/bsps/arm/stm32h7/optvariant.yml
+++ b/spec/build/bsps/arm/stm32h7/optvariant.yml
@@ -26,6 +26,9 @@ default:
- arm/stm32h747i-disco
- arm/stm32h747i-disco-m4
value: STM32H747xx
+- enabled-by:
+ - arm/stm32h750b-dk
+ value: STM32H750xx
- enabled-by: true
value: STM32H743xx
description: |