We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6054bdf + d03ac14 commit cfc8f88Copy full SHA for cfc8f88
devices/common_patches/f3_syscfg.yaml
@@ -8,8 +8,9 @@ SYSCFG:
8
_strip:
9
- SYSCFG_
10
_delete:
11
- - OPAMP*
12
- - COMP*
+ _registers:
+ - OPAMP*
13
+ - COMP*
14
CFGR1:
15
_modify:
16
TIM1_ITR_RMP:
devices/stm32f303.yaml
@@ -5,6 +5,10 @@ _modify:
5
Flash:
6
name: FLASH
7
+ # Rename DAC to DAC1 in accordance with the reference manual.
+ DAC:
+ name: DAC1
+
PWR:
CSR:
_add:
@@ -26,6 +30,13 @@ PWR:
26
30
TIFRFE:
27
31
name: "FRE"
28
32
33
+_add:
34
+ # DAC2 exists on F303x6/8 and F328x8 devices, and only has one channel.
35
+ DAC2:
36
+ derivedFrom: DAC1
37
+ baseAddress: "0x40009800"
38
39
29
40
RCC:
41
APB1RSTR:
42
@@ -44,8 +55,6 @@ SYSCFG:
44
55
45
56
_interrupts:
46
57
- "COMP*"
47
-
48
-SYSCFG:
49
58
50
59
51
60
0 commit comments