forked from Imagelibrary/rtems
bsps/stm32h7: add configuration and enable build of stm32h747i-disco BSP
Sponsored-By: Precidata
This commit is contained in:
24
spec/build/bsps/arm/stm32h7/bspstm32h747i-disco.yml
Normal file
24
spec/build/bsps/arm/stm32h7/bspstm32h747i-disco.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
arch: arm
|
||||
bsp: stm32h747i-disco
|
||||
build-type: bsp
|
||||
cflags: []
|
||||
copyrights:
|
||||
- Copyright (C) 2022 Karel Gardas <karel@functional.vision>
|
||||
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/stm32h747i-disco/stm32h7-config-clk.c
|
||||
- bsps/arm/stm32h7/boards/stm/stm32h747i-disco/stm32h7-config-osc.c
|
||||
- bsps/arm/stm32h7/boards/stm/stm32h747i-disco/stm32h7-config-per.c
|
||||
- bsps/arm/stm32h7/boards/stm/stm32h747i-disco/system_stm32h7xx.c
|
||||
- bsps/arm/shared/cache/cache-v7m.c
|
||||
type: build
|
||||
@@ -11,6 +11,7 @@ default-by-variant:
|
||||
- value: CORE_CM7
|
||||
variants:
|
||||
- arm/stm32h757i-eval
|
||||
- arm/stm32h747i-disco
|
||||
- value: CORE_CM4
|
||||
variants:
|
||||
- arm/stm32h757i-eval-m4
|
||||
|
||||
@@ -9,6 +9,7 @@ default-by-variant:
|
||||
- arm/stm32h7b3i-dk
|
||||
- arm/stm32h757i-eval
|
||||
- arm/stm32h757i-eval-m4
|
||||
- arm/stm32h747i-disco
|
||||
enabled-by: true
|
||||
format: '{}'
|
||||
links: []
|
||||
|
||||
@@ -9,6 +9,7 @@ default-by-variant:
|
||||
- arm/stm32h7b3i-dk
|
||||
- arm/stm32h757i-eval
|
||||
- arm/stm32h757i-eval-m4
|
||||
- arm/stm32h747i-disco
|
||||
enabled-by: true
|
||||
format: '{}'
|
||||
links: []
|
||||
|
||||
@@ -7,6 +7,7 @@ default-by-variant:
|
||||
- value: GPIO_AF7_USART1
|
||||
variants:
|
||||
- arm/stm32h7b3i-dk
|
||||
- arm/stm32h747i-disco
|
||||
enabled-by: true
|
||||
format: '{}'
|
||||
links: []
|
||||
|
||||
@@ -7,6 +7,7 @@ default-by-variant:
|
||||
- value: ( GPIO_PIN_9 | GPIO_PIN_10 )
|
||||
variants:
|
||||
- arm/stm32h7b3i-dk
|
||||
- arm/stm32h747i-disco
|
||||
enabled-by: true
|
||||
format: '{}'
|
||||
links: []
|
||||
|
||||
@@ -7,6 +7,7 @@ default-by-variant:
|
||||
- value: GPIOA
|
||||
variants:
|
||||
- arm/stm32h7b3i-dk
|
||||
- arm/stm32h747i-disco
|
||||
- value: GPIOB
|
||||
variants:
|
||||
- arm/stm32h757i-eval
|
||||
|
||||
@@ -21,6 +21,9 @@ default-by-variant:
|
||||
variants:
|
||||
- arm/stm32h757i-eval
|
||||
- arm/stm32h757i-eval-m4
|
||||
- value: STM32H747xx
|
||||
variants:
|
||||
- arm/stm32h747i-disco
|
||||
enabled-by: true
|
||||
format: '{}'
|
||||
links: []
|
||||
|
||||
Reference in New Issue
Block a user