Skip to content

Commit 1a24f46

Browse files
authored
Merge pull request #1165 from z-av/strips-clean
clean unneeded _strips
2 parents 8b9cde4 + 1136dd9 commit 1a24f46

Some content is hidden

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

85 files changed

+186
-428
lines changed

devices/patches/mpu_unprefix_registers.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@ I2C?:
9696
IPCC:
9797
_strip: IPCC_
9898

99-
IWDG?:
100-
_strip: IWDG_
101-
10299
LPTIM?:
103100
_strip: LPTIM_
104101

@@ -161,6 +158,3 @@ USBPHYC:
161158

162159
VREFBUF:
163160
_strip: VREFBUF_
164-
165-
WWDG?:
166-
_strip: WWDG_

devices/patches/rcc/h7_common_highmemory.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
_strip: C1_
2-
31
_add:
42
# This doesn't exist in RM0455 Rev 3, but the WW1RSC field is
53
# referenced in Section 8.7.42. So we assume it does exist in the same

devices/patches/usb_otg/fs_fixes_446_469.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ OTG_FS_GLOBAL:
1111
- SDEN
1212

1313
_delete:
14-
- GI2CCTL
15-
- GPWRDN
16-
- GADPCTL
14+
- "*GI2CCTL"
15+
- "*GPWRDN"
16+
- "*GADPCTL"
1717

1818
_modify:
1919
CID:

devices/patches/usb_otg/fs_remove_prefix.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

devices/stm32c011.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ TIM14:
110110
- collect/tim/ccr.yaml
111111

112112
TIM1[67]:
113-
_strip: [TIM16_, TIM17_]
113+
_strip: TIM1?_
114114
_include:
115115
- patches/tim/ccmr1_alternate.yaml
116116
- patches/tim/v2/oc1m.yaml

devices/stm32c031.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ TIM14:
114114
- collect/tim/ccr.yaml
115115

116116
TIM1[67]:
117-
_strip: [TIM16_, TIM17_]
117+
_strip: TIM1?_
118118
_include:
119119
- patches/tim/ccmr1_alternate.yaml
120120
- patches/tim/v2/oc1m.yaml

devices/stm32c071.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,6 @@ TIM[123]:
106106
SMS_1:
107107
name: SMS2
108108

109-
TIM*:
110-
_strip:
111-
- TIM*__
112-
- TIM?*_
113-
114109
TIM1:
115110
_include:
116111
- fields/tim/v2/tim1.yaml
@@ -133,6 +128,7 @@ TIM3:
133128
- collect/tim/ccr.yaml
134129

135130
TIM14:
131+
_strip: TIM14_
136132
_include:
137133
- patches/tim/ccmr1_alternate.yaml
138134
- fields/tim/v2/tim13.yaml
@@ -143,6 +139,7 @@ TIM14:
143139
name: OC1M_3
144140

145141
TIM1[67]:
142+
_strip: TIM1?_
146143
_modify:
147144
CCMR1:
148145
name: CCMR1_Input

devices/stm32f101.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ IWDG:
111111
MPU:
112112
_strip: MPU_
113113

114+
OTG_FS_*:
115+
_strip: FS_
116+
114117
#OTG_FS_DEVICE: {}
115118
#OTG_FS_GLOBAL: {}
116119
#OTG_FS_HOST: {}
@@ -199,7 +202,6 @@ WWDG:
199202
_include:
200203
- patches/bkp/bkp.yaml
201204
- patches/tim/group.yaml
202-
- patches/usb_otg/fs_remove_prefix.yaml
203205
- patches/usb_otg/fs_v1.yaml
204206
- collect/usb_otg/fs.yaml
205207
- patches/dbgmcu/rename.yaml

devices/stm32f102.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ IWDG:
110110
MPU:
111111
_strip: MPU_
112112

113+
OTG_FS_*:
114+
_strip: FS_
115+
113116
#OTG_FS_DEVICE: {}
114117
#OTG_FS_GLOBAL: {}
115118
#OTG_FS_HOST: {}
@@ -234,7 +237,6 @@ WWDG:
234237
_include:
235238
- patches/bkp/bkp.yaml
236239
- patches/tim/group.yaml
237-
- patches/usb_otg/fs_remove_prefix.yaml
238240
- patches/usb_otg/fs_v1.yaml
239241
- collect/usb_otg/fs.yaml
240242
- patches/dbgmcu/rename.yaml

devices/stm32f103.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ IWDG:
130130
MPU:
131131
_strip: MPU_
132132

133+
OTG_FS_*:
134+
_strip: FS_
135+
133136
#OTG_FS_DEVICE: {}
134137
#OTG_FS_GLOBAL: {}
135138
#OTG_FS_HOST: {}
@@ -229,7 +232,6 @@ WWDG:
229232
_include:
230233
- patches/bkp/bkp.yaml
231234
- patches/tim/group.yaml
232-
- patches/usb_otg/fs_remove_prefix.yaml
233235
- patches/usb_otg/fs_v1.yaml
234236
- collect/usb_otg/fs.yaml
235237
- patches/dbgmcu/rename.yaml

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy