Skip to content

Commit 430df12

Browse files
committed
f7x6: SYSCFG: Fix PMC and MEMRMP
1 parent 4683fd4 commit 430df12

File tree

6 files changed

+13
-2
lines changed

6 files changed

+13
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
_include:
2-
- f765_f7x6_f7x9_tim.yaml
3-
- f765_f7x6_f7x9_syscfg.yaml
2+
- f765_f7x6_f7x9_tim.yaml

devices/stm32f765.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ _include:
174174
- common_patches/f745_f750_f765_f7x6_f7x7_f7x9_common.yaml
175175
- common_patches/f745_f750_f765_f7x6_f7x9_tim.yaml
176176
- common_patches/f765_f7x6_f7x9_common.yaml
177+
- common_patches/f765_f7x7_f7x9_syscfg.yaml
177178
- ../peripherals/tim/v2/ccm.yaml
178179
- ../peripherals/iwdg/iwdg_with_WINR.yaml
179180
- ../peripherals/exti/exti.yaml

devices/stm32f7x6.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,15 @@ CRYP:
7777
_merge:
7878
- "IV*"
7979

80+
SYSCFG:
81+
MEMRMP:
82+
_delete:
83+
- FB_MODE
84+
PMC:
85+
_delete:
86+
- PN*
87+
- I2C*devices/common_patches/f765_f7x6_f7x9_common.yaml
88+
8089
_include:
8190
- common_patches/f7_interrupts.yaml
8291
- common_patches/f7_lptim_interrupt.yaml

devices/stm32f7x7.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ _include:
326326
- common_patches/f7_tim.yaml
327327
- common_patches/tim/v2/f7.yaml
328328
- common_patches/f745_f750_f765_f7x6_f7x7_f7x9_common.yaml
329+
- common_patches/f765_f7x7_f7x9_syscfg.yaml
329330
- ../peripherals/tim/v2/ccm.yaml
330331
- ../peripherals/iwdg/iwdg_with_WINR.yaml
331332
- ../peripherals/exti/exti.yaml

devices/stm32f7x9.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ _include:
323323
- common_patches/f745_f750_f765_f7x6_f7x7_f7x9_common.yaml
324324
- common_patches/f745_f750_f765_f7x6_f7x9_tim.yaml
325325
- common_patches/f765_f7x6_f7x9_common.yaml
326+
- common_patches/f765_f7x7_f7x9_syscfg.yaml
326327
- ../peripherals/tim/v2/ccm.yaml
327328
- ../peripherals/iwdg/iwdg_with_WINR.yaml
328329
- ../peripherals/exti/exti.yaml

0 commit comments

Comments
 (0)