File tree Expand file tree Collapse file tree 1 file changed +70
-0
lines changed Expand file tree Collapse file tree 1 file changed +70
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,76 @@ _modify:
18
18
OctoSPII_O_Manager :
19
19
groupName : OctoSPII_O_Manager
20
20
21
+ # Remove LPTIM4/5 from RCC
22
+ # Split DAC1/2 REC
23
+ # TODO: remove LPTIM4/LPTIM5 from EXTI enumerated values
24
+ RCC :
25
+ _modify :
26
+ # Fix reset values for these registers.
27
+ # Note that the rename operation to remove C1 happens alongside this
28
+ # modification, so we have to use the original names.
29
+ C1_APB1LLPENR :
30
+ resetValue : " 0xE8FFC3FF"
31
+ C1_APB4ENR :
32
+ resetValue : " 0x00010000"
33
+ C1_APB4LPENR :
34
+ resetValue : " 0x0C01E6AA"
35
+
36
+ APB1LRSTR :
37
+ _modify :
38
+ DAC12RST :
39
+ name : DAC1RST
40
+ description : DAC1 (containing two converters) reset
41
+ APB1LENR :
42
+ _modify :
43
+ DAC12EN :
44
+ name : DAC1EN
45
+ description : DAC1 (containing two converters) peripheral clock enable
46
+ APB1LLPENR :
47
+ _modify :
48
+ DAC12LPEN :
49
+ name : DAC1LPEN
50
+ description : DAC1 (containing two converters) peripheral clock enable during CSleep mode
51
+ APB4RSTR :
52
+ _delete :
53
+ - LPTIM4RST
54
+ - LPTIM5RST
55
+ _add :
56
+ DAC2RST :
57
+ description : DAC2 (containing one converter) reset
58
+ bitOffset : 13
59
+ bitWidth : 1
60
+ access : read-write
61
+ APB4ENR :
62
+ _delete :
63
+ - LPTIM4EN
64
+ - LPTIM5EN
65
+ _add :
66
+ DAC2EN :
67
+ description : DAC2 (containing one converter) peripheral clock enable
68
+ bitOffset : 13
69
+ bitWidth : 1
70
+ access : read-write
71
+ APB4LPENR :
72
+ _delete :
73
+ - LPTIM4LPEN
74
+ - LPTIM5LPEN
75
+ _add :
76
+ DAC2LPEN :
77
+ description : DAC2 (containing one converter) peripheral clock enable during CSleep mode
78
+ bitOffset : 13
79
+ bitWidth : 1
80
+ access : read-write
81
+ D3AMR :
82
+ _delete :
83
+ - LPTIM4AMEN
84
+ - LPTIM5AMEN
85
+ DBGMCU :
86
+ APB4FZ1 :
87
+ _delete :
88
+ - LPTIM4
89
+ - LPTIM5
90
+
21
91
_include :
22
92
- common_patches/h7_common_highmemory.yaml
23
93
- common_patches/dma_fcr_wo.yaml
You can’t perform that action at this time.
0 commit comments