Skip to content

Commit 89dbf9c

Browse files
committed
F4 TIM6/9 non-existent fields
1 parent 7a9a25f commit 89dbf9c

10 files changed

+26
-2
lines changed

devices/stm32f401.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ TIM3:
204204
- collect/tim/ccr.yaml
205205

206206
TIM9:
207+
_delete: CR2
207208
_include:
208209
- patches/tim/icpsc.yaml
209210
- patches/tim/tim9_ic1f.yaml

devices/stm32f405.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ TIM6:
295295
- fields/tim/v1/tim6.yaml
296296

297297
TIM9:
298+
_delete: CR2
298299
_include:
299300
- patches/tim/icpsc.yaml
300301
- patches/tim/tim9_ic1f.yaml

devices/stm32f407.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ TIM6:
265265
- fields/tim/v1/tim6.yaml
266266

267267
TIM9:
268+
_delete: CR2
268269
_include:
269270
- patches/tim/icpsc.yaml
270271
- patches/tim/tim9_ic1f.yaml

devices/stm32f410.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ TIM6:
265265
- fields/tim/v1/tim6.yaml
266266

267267
TIM9:
268+
_delete: CR2
268269
_include:
269270
- patches/tim/icpsc.yaml
270271
- patches/tim/tim9_ic1f.yaml

devices/stm32f411.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ TIM3:
215215
- collect/tim/ccr.yaml
216216

217217
TIM9:
218+
_delete: CR2
218219
_include:
219220
- patches/tim/icpsc.yaml
220221
- patches/tim/tim9_ic1f.yaml

devices/stm32f412.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,16 @@ TIM3:
353353
- collect/tim/ccr.yaml
354354

355355
TIM6:
356+
_modify:
357+
CNT:
358+
access: read-write
359+
CR1:
360+
_delete: UIFREMAP
361+
CNT:
362+
_delete: UIFCPY
363+
_modify:
364+
CNT:
365+
access: ""
356366
_include:
357367
- fields/tim/v1/tim6.yaml
358368

devices/stm32f413.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -523,12 +523,18 @@ TIM3:
523523
- collect/tim/ccr.yaml
524524

525525
TIM7:
526-
_include:
527-
- fields/tim/v1/tim6.yaml
526+
_modify:
527+
CNT:
528+
access: read-write
528529
CR1:
529530
_delete: UIFREMAP
530531
CNT:
531532
_delete: UIFCPY
533+
_modify:
534+
CNT:
535+
access: ""
536+
_include:
537+
- fields/tim/v1/tim6.yaml
532538

533539
TIM12:
534540
_include:

devices/stm32f427.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ TIM6:
330330
- fields/tim/v1/tim6.yaml
331331

332332
TIM9:
333+
_delete: CR2
333334
_include:
334335
- patches/tim/icpsc.yaml
335336
- patches/tim/tim9_ic1f.yaml

devices/stm32f429.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ TIM6:
323323
- fields/tim/v1/tim6.yaml
324324

325325
TIM9:
326+
_delete: CR2
326327
_include:
327328
- patches/tim/icpsc.yaml
328329
- patches/tim/tim9_ic1f.yaml

devices/stm32f446.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@ TIM6:
386386
- fields/tim/v1/tim6.yaml
387387

388388
TIM9:
389+
_delete: CR2
389390
_include:
390391
- patches/tim/icpsc.yaml
391392
- patches/tim/tim9_ic1f.yaml

0 commit comments

Comments
 (0)