Skip to content

Commit b33a2f0

Browse files
committed
Rename conflicting LCD-TFT interrupts
1 parent 76be6f7 commit b33a2f0

File tree

6 files changed

+20
-0
lines changed

6 files changed

+20
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# The LTDC interrupts are both named "LCD-TFT" in the SVD files and the reference manuals.
2+
3+
LTDC:
4+
_delete:
5+
_interrupts:
6+
- "*"
7+
8+
_add:
9+
_interrupts:
10+
LTDC:
11+
description: LTDC global interrupt
12+
value: 88
13+
LTDC_ER:
14+
description: LTDC global error interrupt
15+
value: 89

devices/stm32f745.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ _include:
113113
- common_patches/4_nvic_prio_bits.yaml
114114
- common_patches/f7_interrupts.yaml
115115
- common_patches/f7_lptim_interrupt.yaml
116+
- common_patches/f7_ltdc_interrupts.yaml
116117
- common_patches/pllsai.yaml
117118
- common_patches/dma_fcr_wo.yaml
118119
- common_patches/ethernet_mac_regs.yaml

devices/stm32f765.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ _include:
122122
- common_patches/4_nvic_prio_bits.yaml
123123
- common_patches/f7_interrupts.yaml
124124
- common_patches/f7_lptim_interrupt.yaml
125+
- common_patches/f7_ltdc_interrupts.yaml
125126
- common_patches/pllsai.yaml
126127
- common_patches/dma_fcr_wo.yaml
127128
- common_patches/ethernet_mac_regs.yaml

devices/stm32f7x6.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ _include:
104104
- common_patches/4_nvic_prio_bits.yaml
105105
- common_patches/f7_interrupts.yaml
106106
- common_patches/f7_lptim_interrupt.yaml
107+
- common_patches/f7_ltdc_interrupts.yaml
107108
- common_patches/pllsai.yaml
108109
- common_patches/dma_fcr_wo.yaml
109110
- common_patches/ethernet_mac_regs.yaml

devices/stm32f7x7.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ _include:
268268
- common_patches/4_nvic_prio_bits.yaml
269269
- common_patches/rename_ltcd.yaml
270270
- common_patches/f7_interrupts.yaml
271+
- common_patches/f7_ltdc_interrupts.yaml
271272
- common_patches/pllsai.yaml
272273
- common_patches/dma_fcr_wo.yaml
273274
- common_patches/ethernet_mac_regs.yaml

devices/stm32f7x9.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ _include:
264264
- common_patches/rename_ltcd.yaml
265265
- common_patches/f7_interrupts.yaml
266266
- common_patches/f7_lptim_interrupt.yaml
267+
- common_patches/f7_ltdc_interrupts.yaml
267268
- common_patches/pllsai.yaml
268269
- common_patches/dma_fcr_wo.yaml
269270
- common_patches/ethernet_mac_regs.yaml

0 commit comments

Comments
 (0)