mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
bsp/stm32h7: Add nucleo-h753zi BSP variant
Support the NUCLEO-H753ZI development board from STMicroelectronics.
This commit is contained in:
committed by
Gedare Bloom
parent
6cdc09c48a
commit
d2d9bd4aee
25
spec/build/bsps/arm/stm32h7/bspnucleoh753zi.yml
Normal file
25
spec/build/bsps/arm/stm32h7/bspnucleoh753zi.yml
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||||
|
arch: arm
|
||||||
|
bsp: nucleo-h753zi
|
||||||
|
build-type: bsp
|
||||||
|
cflags: []
|
||||||
|
copyrights:
|
||||||
|
- Copyright (C) 2024 embedded brains GmbH & Co. KG
|
||||||
|
cppflags: []
|
||||||
|
enabled-by: true
|
||||||
|
family: stm32h7
|
||||||
|
includes: []
|
||||||
|
install: []
|
||||||
|
links:
|
||||||
|
- role: build-dependency
|
||||||
|
uid: grp
|
||||||
|
- role: build-dependency
|
||||||
|
uid: tststm32h757i-eval
|
||||||
|
source:
|
||||||
|
- bsps/arm/stm32h7/boards/stm/nucleo-h743zi/stm32h7-bspstarthooks.c
|
||||||
|
- bsps/arm/stm32h7/boards/stm/nucleo-h743zi/stm32h7-config-clk.c
|
||||||
|
- bsps/arm/stm32h7/boards/stm/nucleo-h743zi/stm32h7-config-osc.c
|
||||||
|
- bsps/arm/stm32h7/boards/stm/nucleo-h743zi/stm32h7-config-per.c
|
||||||
|
- bsps/arm/stm32h7/boards/stm/nucleo-h743zi/system_stm32h7xx.c
|
||||||
|
- bsps/arm/shared/cache/cache-v7m.c
|
||||||
|
type: build
|
||||||
@@ -8,6 +8,7 @@ copyrights:
|
|||||||
default:
|
default:
|
||||||
- enabled-by:
|
- enabled-by:
|
||||||
- arm/nucleo-h743zi
|
- arm/nucleo-h743zi
|
||||||
|
- arm/nucleo-h753zi
|
||||||
- arm/nucleo-h755zi
|
- arm/nucleo-h755zi
|
||||||
value: GPIO_PIN_13
|
value: GPIO_PIN_13
|
||||||
description: |
|
description: |
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ copyrights:
|
|||||||
default:
|
default:
|
||||||
- enabled-by:
|
- enabled-by:
|
||||||
- arm/nucleo-h743zi
|
- arm/nucleo-h743zi
|
||||||
|
- arm/nucleo-h753zi
|
||||||
- arm/nucleo-h755zi
|
- arm/nucleo-h755zi
|
||||||
value: 8000000
|
value: 8000000
|
||||||
- enabled-by: arm/stm32h7b3i-dk
|
- enabled-by: arm/stm32h7b3i-dk
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ copyrights:
|
|||||||
default:
|
default:
|
||||||
- enabled-by:
|
- enabled-by:
|
||||||
- arm/nucleo-h743zi
|
- arm/nucleo-h743zi
|
||||||
|
- arm/nucleo-h753zi
|
||||||
- arm/nucleo-h755zi
|
- arm/nucleo-h755zi
|
||||||
- arm/stm32h747i-disco
|
- arm/stm32h747i-disco
|
||||||
- arm/stm32h747i-disco-m4
|
- arm/stm32h747i-disco-m4
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ copyrights:
|
|||||||
default:
|
default:
|
||||||
- enabled-by:
|
- enabled-by:
|
||||||
- arm/nucleo-h743zi
|
- arm/nucleo-h743zi
|
||||||
|
- arm/nucleo-h753zi
|
||||||
- arm/nucleo-h755zi
|
- arm/nucleo-h755zi
|
||||||
- arm/stm32h750b-dk
|
- arm/stm32h750b-dk
|
||||||
value: stm32h7_usart3_instance
|
value: stm32h7_usart3_instance
|
||||||
|
|||||||
@@ -7,12 +7,13 @@ copyrights:
|
|||||||
- Copyright (C) 2023 On-Line Applications Research (OAR)
|
- Copyright (C) 2023 On-Line Applications Research (OAR)
|
||||||
default:
|
default:
|
||||||
- enabled-by:
|
- enabled-by:
|
||||||
|
- arm/nucleo-h753zi
|
||||||
- arm/stm32h750b-dk
|
- arm/stm32h750b-dk
|
||||||
value: ( GPIO_PIN_5 | GPIO_PIN_6 )
|
value: ( GPIO_PIN_5 | GPIO_PIN_6 )
|
||||||
- enabled-by: true
|
- enabled-by: true
|
||||||
value: ( GPIO_PIN_2 | GPIO_PIN_3 )
|
value: ( GPIO_PIN_2 | GPIO_PIN_3 )
|
||||||
description: |
|
description: |
|
||||||
GPIO pins used for the USART1 pin configuration.
|
GPIO pins used for the USART2 pin configuration.
|
||||||
enabled-by: true
|
enabled-by: true
|
||||||
format: '{}'
|
format: '{}'
|
||||||
links: []
|
links: []
|
||||||
|
|||||||
@@ -6,7 +6,9 @@ build-type: option
|
|||||||
copyrights:
|
copyrights:
|
||||||
- Copyright (C) 2023 On-Line Applications Research (OAR)
|
- Copyright (C) 2023 On-Line Applications Research (OAR)
|
||||||
default:
|
default:
|
||||||
- enabled-by: arm/stm32h750b-dk
|
- enabled-by:
|
||||||
|
- arm/nucleo-h753zi
|
||||||
|
- arm/stm32h750b-dk
|
||||||
value: GPIOD
|
value: GPIOD
|
||||||
- enabled-by: true
|
- enabled-by: true
|
||||||
value: GPIOA
|
value: GPIOA
|
||||||
|
|||||||
Reference in New Issue
Block a user