File tree 6 files changed +20
-0
lines changed
6 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ _include:
113
113
- common_patches/4_nvic_prio_bits.yaml
114
114
- common_patches/f7_interrupts.yaml
115
115
- common_patches/f7_lptim_interrupt.yaml
116
+ - common_patches/f7_ltdc_interrupts.yaml
116
117
- common_patches/pllsai.yaml
117
118
- common_patches/dma_fcr_wo.yaml
118
119
- common_patches/ethernet_mac_regs.yaml
Original file line number Diff line number Diff line change @@ -122,6 +122,7 @@ _include:
122
122
- common_patches/4_nvic_prio_bits.yaml
123
123
- common_patches/f7_interrupts.yaml
124
124
- common_patches/f7_lptim_interrupt.yaml
125
+ - common_patches/f7_ltdc_interrupts.yaml
125
126
- common_patches/pllsai.yaml
126
127
- common_patches/dma_fcr_wo.yaml
127
128
- common_patches/ethernet_mac_regs.yaml
Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ _include:
104
104
- common_patches/4_nvic_prio_bits.yaml
105
105
- common_patches/f7_interrupts.yaml
106
106
- common_patches/f7_lptim_interrupt.yaml
107
+ - common_patches/f7_ltdc_interrupts.yaml
107
108
- common_patches/pllsai.yaml
108
109
- common_patches/dma_fcr_wo.yaml
109
110
- common_patches/ethernet_mac_regs.yaml
Original file line number Diff line number Diff line change @@ -268,6 +268,7 @@ _include:
268
268
- common_patches/4_nvic_prio_bits.yaml
269
269
- common_patches/rename_ltcd.yaml
270
270
- common_patches/f7_interrupts.yaml
271
+ - common_patches/f7_ltdc_interrupts.yaml
271
272
- common_patches/pllsai.yaml
272
273
- common_patches/dma_fcr_wo.yaml
273
274
- common_patches/ethernet_mac_regs.yaml
Original file line number Diff line number Diff line change @@ -264,6 +264,7 @@ _include:
264
264
- common_patches/rename_ltcd.yaml
265
265
- common_patches/f7_interrupts.yaml
266
266
- common_patches/f7_lptim_interrupt.yaml
267
+ - common_patches/f7_ltdc_interrupts.yaml
267
268
- common_patches/pllsai.yaml
268
269
- common_patches/dma_fcr_wo.yaml
269
270
- common_patches/ethernet_mac_regs.yaml
You can’t perform that action at this time.
0 commit comments