Skip to content

Commit e5843af

Browse files
bors[bot]burrbull
andauthored
Merge #661
661: strip prefixes r=adamgreig a=burrbull Co-authored-by: Andrey Zgarbul <zgarbul.andrey@gmail.com>
2 parents 214f440 + faf5396 commit e5843af

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+622
-0
lines changed

devices/stm32f100.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ WWDG:
1010
EWI:
1111
name: EWIF
1212

13+
MPU:
14+
_strip:
15+
- "MPU_"
16+
1317
_include:
1418
- ./common_patches/f1_uart45.yaml
1519
- ./common_patches/merge_I2C_OAR1_ADDx_fields.yaml

devices/stm32f101.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ WWDG:
4141
_modify:
4242
EWI:
4343
name: EWIF
44+
45+
MPU:
46+
_strip:
47+
- "MPU_"
48+
4449
_include:
4550
- ./common_patches/merge_I2C_OAR1_ADDx_fields.yaml
4651
- common_patches/bkp/bkp.yaml

devices/stm32f102.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ WWDG:
8787
EWI:
8888
name: EWIF
8989

90+
MPU:
91+
_strip:
92+
- "MPU_"
93+
9094
_include:
9195
- ./common_patches/merge_I2C_OAR1_ADDx_fields.yaml
9296
- common_patches/bkp/bkp.yaml

devices/stm32f103.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ WWDG:
4444
_modify:
4545
EWI:
4646
name: EWIF
47+
48+
MPU:
49+
_strip:
50+
- "MPU_"
51+
4752
_include:
4853
- ./common_patches/merge_I2C_OAR1_ADDx_fields.yaml
4954
- common_patches/bkp/bkp.yaml

devices/stm32f107.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ WWDG:
3838
_modify:
3939
EWI:
4040
name: EWIF
41+
42+
MPU:
43+
_strip:
44+
- "MPU_"
45+
4146
_include:
4247
- common_patches/f1_uart45.yaml
4348
- common_patches/merge_I2C_OAR1_ADDx_fields.yaml

devices/stm32f215.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ CRYP:
3838
_merge:
3939
- "IV*"
4040

41+
MPU:
42+
_strip:
43+
- "MPU_"
44+
4145
_include:
4246
- common_patches/dma_fcr_wo.yaml
4347
- common_patches/merge_I2C_OAR1_ADDx_fields.yaml

devices/stm32f217.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ CRYP:
3737
_merge:
3838
- "IV*"
3939

40+
MPU:
41+
_strip:
42+
- "MPU_"
43+
4044
_include:
4145
- common_patches/dma_fcr_wo.yaml
4246
- common_patches/merge_I2C_OAR1_ADDx_fields.yaml

devices/stm32f301.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ TIM2:
129129
_include:
130130
- ../peripherals/tim/tim2_common_32bit.yaml
131131

132+
MPU:
133+
_strip:
134+
- "MPU_"
135+
132136
_include:
133137
- common_patches/4_nvic_prio_bits.yaml
134138
- ./common_patches/merge_I2C_CR2_SADDx_fields.yaml

devices/stm32f302.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ _copy:
8989
_derive:
9090
TIM4: TIM3
9191

92+
MPU:
93+
_strip:
94+
- "MPU_"
95+
9296
_include:
9397
- common_patches/4_nvic_prio_bits.yaml
9498
- ./common_patches/merge_I2C_CR2_SADDx_fields.yaml

devices/stm32f303.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ _copy:
8989
_derive:
9090
TIM4: TIM3
9191

92+
MPU:
93+
_strip:
94+
- "MPU_"
95+
9296
_include:
9397
- common_patches/4_nvic_prio_bits.yaml
9498
- ./common_patches/merge_I2C_CR2_SADDx_fields.yaml

devices/stm32f373.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@ GPIOD:
130130
PUPDR:
131131
resetValue: "0x00000000"
132132

133+
MPU:
134+
_strip:
135+
- "MPU_"
136+
133137
_include:
134138
- common_patches/4_nvic_prio_bits.yaml
135139
- ./common_patches/merge_I2C_CR2_SADDx_fields.yaml

devices/stm32f3x4.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,10 @@ TIM3:
242242
bitOffset: 24
243243
bitWidth: 1
244244

245+
MPU:
246+
_strip:
247+
- "MPU_"
248+
245249
_include:
246250
- common_patches/4_nvic_prio_bits.yaml
247251
- ./common_patches/merge_I2C_CR2_SADDx_fields.yaml

devices/stm32f401.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ DMA2:
107107
description: DMA2_STREAM7 global interrupt
108108
value: 70
109109

110+
MPU:
111+
_strip:
112+
- "MPU_"
113+
110114
_include:
111115
- common_patches/4_nvic_prio_bits.yaml
112116
- common_patches/merge_I2C_OAR1_ADDx_fields.yaml

devices/stm32f405.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ CRYP:
5757
_merge:
5858
- "IV*"
5959

60+
MPU:
61+
_strip:
62+
- "MPU_"
63+
6064
_include:
6165
- common_patches/4_nvic_prio_bits.yaml
6266
- common_patches/merge_I2C_OAR1_ADDx_fields.yaml

devices/stm32f407.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ CRC:
5757
CR:
5858
name: RESET
5959

60+
MPU:
61+
_strip:
62+
- "MPU_"
63+
6064
_include:
6165
- common_patches/4_nvic_prio_bits.yaml
6266
- common_patches/merge_I2C_OAR1_ADDx_fields.yaml

devices/stm32f410.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@ WWDG:
153153
description: "Window watchdog interrupt"
154154
value: 0
155155

156+
MPU:
157+
_strip:
158+
- "MPU_"
159+
156160
_include:
157161
- common_patches/4_nvic_prio_bits.yaml
158162
- common_patches/merge_I2C_OAR1_ADDx_fields.yaml

devices/stm32f411.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,10 @@ RCC:
126126
bitOffset: 13
127127
bitWidth: 1
128128

129+
MPU:
130+
_strip:
131+
- "MPU_"
132+
129133
_include:
130134
- common_patches/4_nvic_prio_bits.yaml
131135
- common_patches/merge_I2C_OAR1_ADDx_fields.yaml

devices/stm32f412.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,10 @@ FMPI2C1:
384384
description: I2CFMP1 error interrupt
385385
value: 96
386386

387+
MPU:
388+
_strip:
389+
- "MPU_"
390+
387391
_include:
388392
- common_patches/4_nvic_prio_bits.yaml
389393
- common_patches/merge_I2C_OAR1_ADDx_fields.yaml

devices/stm32f413.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,10 @@ OTG_FS_GLOBAL:
156156
description: USB OTG FS Interrupt
157157
value: 67
158158

159+
MPU:
160+
_strip:
161+
- "MPU_"
162+
159163
_include:
160164
- common_patches/4_nvic_prio_bits.yaml
161165
- common_patches/merge_I2C_OAR1_ADDx_fields.yaml

devices/stm32f427.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,14 @@ RCC:
159159
bitOffset: 24
160160
bitWidth: 1
161161

162+
MPU:
163+
_strip:
164+
- "MPU_"
165+
166+
DMA2D:
167+
_strip:
168+
- "DMA2D_"
169+
162170
_include:
163171
- common_patches/4_nvic_prio_bits.yaml
164172
- common_patches/merge_I2C_OAR1_ADDx_fields.yaml

devices/stm32f429.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@ RCC:
120120
bitOffset: 21
121121
bitWidth: 1
122122

123+
MPU:
124+
_strip:
125+
- "MPU_"
126+
123127
_include:
124128
- common_patches/4_nvic_prio_bits.yaml
125129
- common_patches/merge_I2C_OAR1_ADDx_fields.yaml

devices/stm32f446.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,9 @@ _add:
509509
bitOffset: 0
510510
bitWidth: 8
511511

512+
MPU:
513+
_strip:
514+
- "MPU_"
512515

513516
_include:
514517
- common_patches/4_nvic_prio_bits.yaml

devices/stm32f469.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ DSI:
9696
LPHFE:
9797
name: LPHFPE
9898

99+
MPU:
100+
_strip:
101+
- "MPU_"
102+
99103
_include:
100104
- common_patches/4_nvic_prio_bits.yaml
101105
- common_patches/merge_I2C_OAR1_ADDx_fields.yaml

devices/stm32f730.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ _modify:
1212
C_ADC:
1313
name: ADC_Common
1414

15+
MPU:
16+
_strip:
17+
- "MPU_"
18+
1519
_include:
1620
- common_patches/f7x23_pllsai.yaml
1721
- common_patches/dma_fcr_wo.yaml

devices/stm32f745.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ SYSCFG:
9797
# - ADFSDM1SEL
9898
# - DFSDM1SEL
9999

100+
MPU:
101+
_strip:
102+
- "MPU_"
103+
100104
_include:
101105
- common_patches/f7_interrupts.yaml
102106
- common_patches/f7_lptim_interrupt.yaml

devices/stm32f750.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ SYSCFG:
2929
_delete:
3030
- FB_MODE
3131

32+
MPU:
33+
_strip:
34+
- "MPU_"
35+
3236
_include:
3337
- common_patches/merge_USART_CR1_DEATx_fields.yaml
3438
- common_patches/merge_USART_CR1_DEDTx_fields.yaml

devices/stm32f765.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,22 @@ CRYP:
9999
_merge:
100100
- "IV*"
101101

102+
MPU:
103+
_strip:
104+
- "MPU_"
105+
106+
DFSDM1:
107+
_strip:
108+
- "DFSDM1_"
109+
110+
MDIOS:
111+
_strip:
112+
- "MDIOS_"
113+
114+
JPEG:
115+
_strip:
116+
- "JPEG_"
117+
102118
_include:
103119
- common_patches/f7_interrupts.yaml
104120
- common_patches/f7_lptim_interrupt.yaml

devices/stm32f7x2.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ _modify:
1212
C_ADC:
1313
name: ADC_Common
1414

15+
MPU:
16+
_strip:
17+
- "MPU_"
18+
1519
_include:
1620
- common_patches/f7x23_pllsai.yaml
1721
- common_patches/dma_fcr_wo.yaml

devices/stm32f7x3.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ WWDG:
2222
WWDG_SR:
2323
name: SR
2424

25+
MPU:
26+
_strip:
27+
- "MPU_"
28+
2529
_include:
2630
- common_patches/f7x23_pllsai.yaml
2731
- common_patches/dma_fcr_wo.yaml

devices/stm32f7x6.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ SYSCFG:
8282
_delete:
8383
- FB_MODE
8484

85+
MPU:
86+
_strip:
87+
- "MPU_"
88+
8589
_include:
8690
- common_patches/f7_interrupts.yaml
8791
- common_patches/f7_lptim_interrupt.yaml

devices/stm32f7x7.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,18 @@ CRYP:
240240
_merge:
241241
- "IV*"
242242

243+
MPU:
244+
_strip:
245+
- "MPU_"
246+
247+
DFSDM:
248+
_strip:
249+
- "DFSDM_"
250+
251+
JPEG:
252+
_strip:
253+
- "JPEG_"
254+
243255
_include:
244256
- common_patches/rename_ltcd.yaml
245257
- common_patches/f7_interrupts.yaml

devices/stm32f7x9.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,18 @@ TIM[1-58],TIM12:
247247
bitOffset: 16
248248
bitWidth: 1
249249

250+
MPU:
251+
_strip:
252+
- "MPU_"
253+
254+
DFSDM:
255+
_strip:
256+
- "DFSDM_"
257+
258+
JPEG:
259+
_strip:
260+
- "JPEG_"
261+
250262
_include:
251263
- common_patches/rename_ltcd.yaml
252264
- common_patches/f7_interrupts.yaml

devices/stm32g030.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ TIM1:
1111
OC6M_bit3:
1212
name: OC6M_3
1313

14+
MPU:
15+
_strip:
16+
- "MPU_"
17+
1418
_include:
1519
- ./common_patches/2_nvic_prio_bits.yaml
1620
- ../peripherals/exti/exti_g0.yaml

0 commit comments

Comments
 (0)