Skip to content

Commit 865042c

Browse files
committed
LTDC
1 parent fa6fc3b commit 865042c

File tree

7 files changed

+21
-2
lines changed

7 files changed

+21
-2
lines changed

devices/stm32h7r.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@ LPUART1:
161161

162162
LTDC:
163163
_strip: LTDC_
164+
_include:
165+
- fields/ltdc/ltdc.yaml
166+
- collect/ltdc/layer.yaml
164167

165168
MDIOS:
166169
_strip: MDIOS_

devices/stm32h7s.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,9 @@ LPUART1:
175175

176176
LTDC:
177177
_strip: LTDC_
178+
_include:
179+
- fields/ltdc/ltdc.yaml
180+
- collect/ltdc/layer.yaml
178181

179182
MCE1:
180183
_strip: MCE_

devices/stm32l4p5.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ LPUART1:
196196
LTDC:
197197
_include:
198198
- fields/ltdc/ltdc.yaml
199+
- collect/ltdc/layer.yaml
199200

200201
MPU:
201202
_strip: MPU_

devices/stm32l4r5.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,10 @@ LPUART1:
194194
- patches/usart/rename_CR1_ISR_enabled_disabled.yaml
195195
- fields/usart/v4/lp_wl.yaml
196196

197-
LTDC: {}
197+
LTDC:
198+
_include:
199+
- fields/ltdc/ltdc.yaml
200+
- collect/ltdc/layer.yaml
198201

199202
OCTOSPI1:
200203
DCR2:

devices/stm32l4r9.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,10 @@ LPUART1:
177177
- patches/usart/rename_CR1_ISR_enabled_disabled.yaml
178178
- fields/usart/v4/lp_wl.yaml
179179

180-
LTDC: {}
180+
LTDC:
181+
_include:
182+
- fields/ltdc/ltdc.yaml
183+
- collect/ltdc/layer.yaml
181184

182185
OCTOSPI1:
183186
_include:

devices/stm32u599.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@ LPUART1:
186186

187187
LTDC:
188188
_strip: LTDC_
189+
_include:
190+
- fields/ltdc/ltdc.yaml
191+
- collect/ltdc/layer.yaml
189192

190193
MDF1:
191194
_strip: MDF_

devices/stm32u5a9.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,9 @@ LPUART1:
194194

195195
LTDC:
196196
_strip: LTDC_
197+
_include:
198+
- fields/ltdc/ltdc.yaml
199+
- collect/ltdc/layer.yaml
197200

198201
MDF1:
199202
_strip: MDF_

0 commit comments

Comments
 (0)