source: rtems/spec/build/bsps/arm/stm32h7/grp.yml @ b24e8142

Last change on this file since b24e8142 was b24e8142, checked in by Robin Mueller <robin.mueller.m@…>, on 07/16/21 at 12:32:03

STM32H7 ethernet pin corrections

These patches were submitted a few months ago, but it was found out
that the default-by-family: [] were missing in the GPIO .yml lines.
This was fixed in this patch.

This patch accounts for different pins for the ETH peripheral
on STM32H7 devices. For example, the Nucleo H743ZI has slightly
different pins than other STM32H7 boards.

  • Property mode set to 100644
File size: 2.4 KB
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2build-type: group
3copyrights:
4- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
5enabled-by: true
6includes: []
7install: []
8ldflags: []
9links:
10- role: build-dependency
11  uid: ../../obj
12- role: build-dependency
13  uid: ../../objirq
14- role: build-dependency
15  uid: ../../opto2
16- role: build-dependency
17  uid: abi
18- role: build-dependency
19  uid: obj
20- role: build-dependency
21  uid: optenmpualign
22- role: build-dependency
23  uid: optenuart4
24- role: build-dependency
25  uid: optenuart5
26- role: build-dependency
27  uid: optenuart7
28- role: build-dependency
29  uid: optenuart8
30- role: build-dependency
31  uid: optenuart9
32- role: build-dependency
33  uid: optenusart10
34- role: build-dependency
35  uid: optenusart1
36- role: build-dependency
37  uid: optenusart2
38- role: build-dependency
39  uid: optenusart3
40- role: build-dependency
41  uid: optenusart6
42- role: build-dependency
43  uid: opthse
44- role: build-dependency
45  uid: optlinkcmds
46- role: build-dependency
47  uid: optmemdtcmsz
48- role: build-dependency
49  uid: optmemflashsz
50- role: build-dependency
51  uid: optmemitcmsz
52- role: build-dependency
53  uid: optmemnandsz
54- role: build-dependency
55  uid: optmemnorsz
56- role: build-dependency
57  uid: optmemnullsz
58- role: build-dependency
59  uid: optmemperipheralsz
60- role: build-dependency
61  uid: optmemquadspisz
62- role: build-dependency
63  uid: optmemsdram1sz
64- role: build-dependency
65  uid: optmemsdram2sz
66- role: build-dependency
67  uid: optmemsram1sz
68- role: build-dependency
69  uid: optmemsram2sz
70- role: build-dependency
71  uid: optmemsram3sz
72- role: build-dependency
73  uid: optmemsram4sz
74- role: build-dependency
75  uid: optmemsramaxisz
76- role: build-dependency
77  uid: optmemsrambackupsz
78- role: build-dependency
79  uid: optprintkinstance
80- role: build-dependency
81  uid: optusart3gpiopins
82- role: build-dependency
83  uid: optusart3gpioregs
84- role: build-dependency
85  uid: optvariant
86- role: build-dependency
87  uid: optethgpiogregs
88- role: build-dependency
89  uid: optethgpiobregs
90- role: build-dependency
91  uid: ../../optconsolebaud
92- role: build-dependency
93  uid: ../../optconsoleirq
94- role: build-dependency
95  uid: ../grp
96- role: build-dependency
97  uid: ../start
98- role: build-dependency
99  uid: linkcmdsflash
100- role: build-dependency
101  uid: linkcmdsmemory
102- role: build-dependency
103  uid: linkcmds
104- role: build-dependency
105  uid: linkcmdssdram
106- role: build-dependency
107  uid: ../../bspopts
108source: []
109type: build
110use-after: []
111use-before: []
Note: See TracBrowser for help on using the repository browser.