@@ -69,6 +69,12 @@ direct-call-deprecated = []
69
69
rt = [" stm32f3/rt" ]
70
70
can = [" embedded-hal-can" ]
71
71
72
+ svd-f301 = [" stm32f3/stm32f301" ]
73
+ svd-f302 = [" stm32f3/stm32f302" ]
74
+ svd-f303 = [" stm32f3/stm32f303" ]
75
+ svd-f373 = [" stm32f3/stm32f373" ]
76
+ svd-f3x4 = [" stm32f3/stm32f3x4" ]
77
+
72
78
gpio-f302 = []
73
79
gpio-f303 = []
74
80
gpio-f303e = []
@@ -77,28 +83,41 @@ gpio-f373 = []
77
83
78
84
# Any changes here should be mirrored in README.md, src/lib.rs, and
79
85
# .github/workflows/ci.yml.
80
- stm32f301 = [" gpio-f302" , " stm32f3/stm32f301" , " device-selected" ]
81
- stm32f318 = [" gpio-f302" , " stm32f3/stm32f301" , " device-selected" ]
82
- stm32f302 = [" stm32f3/stm32f302" , " direct-call-deprecated" ]
86
+ stm32f301 = [" svd-f301" , " direct-call-deprecated" ]
87
+ stm32f301x6 = [" stm32f301" , " gpio-f302" , " device-selected" ]
88
+ stm32f301x8 = [" stm32f301" , " gpio-f302" , " device-selected" ]
89
+ stm32f318 = [" svd-f301" , " direct-call-deprecated" ]
90
+ stm32f318x8 = [" stm32f318" , " gpio-f302" , " device-selected" ]
91
+ stm32f302 = [" svd-f302" , " direct-call-deprecated" ]
83
92
stm32f302x6 = [" stm32f302" , " gpio-f302" , " device-selected" ]
84
93
stm32f302x8 = [" stm32f302" , " gpio-f302" , " device-selected" ]
85
94
stm32f302xb = [" stm32f302" , " gpio-f303" , " device-selected" ]
86
95
stm32f302xc = [" stm32f302" , " gpio-f303" , " device-selected" ]
87
96
stm32f302xd = [" stm32f302" , " gpio-f303e" , " device-selected" ]
88
97
stm32f302xe = [" stm32f302" , " gpio-f303e" , " device-selected" ]
89
- stm32f303 = [" stm32f3/stm32f303 " , " direct-call-deprecated" ]
98
+ stm32f303 = [" svd-f303 " , " direct-call-deprecated" ]
90
99
stm32f303x6 = [" stm32f303" , " gpio-f333" , " device-selected" ]
91
100
stm32f303x8 = [" stm32f303" , " gpio-f333" , " device-selected" ]
92
101
stm32f303xb = [" stm32f303" , " gpio-f303" , " device-selected" ]
93
102
stm32f303xc = [" stm32f303" , " gpio-f303" , " device-selected" ]
94
103
stm32f303xd = [" stm32f303" , " gpio-f303e" , " device-selected" ]
95
104
stm32f303xe = [" stm32f303" , " gpio-f303e" , " device-selected" ]
96
- stm32f328 = [" gpio-f333" , " stm32f3/stm32f303" , " device-selected" ]
97
- stm32f358 = [" gpio-f303" , " stm32f3/stm32f303" , " device-selected" ]
98
- stm32f398 = [" gpio-f303e" , " stm32f3/stm32f303" , " device-selected" ]
99
- stm32f373 = [" gpio-f373" , " stm32f3/stm32f373" , " device-selected" ]
100
- stm32f378 = [" gpio-f373" , " stm32f3/stm32f373" , " device-selected" ]
101
- stm32f334 = [" gpio-f333" , " stm32f3/stm32f3x4" , " device-selected" ]
105
+ stm32f328 = [" svd-f303" , " direct-call-deprecated" ]
106
+ stm32f328x8 = [" stm32f328" , " gpio-f333" , " device-selected" ]
107
+ stm32f358 = [" svd-f303" , " direct-call-deprecated" ]
108
+ stm32f358xc = [" stm32f358" , " gpio-f303" , " device-selected" ]
109
+ stm32f398 = [" svd-f303" , " direct-call-deprecated" ]
110
+ stm32f398xe = [" stm32f398" , " gpio-f303e" , " device-selected" ]
111
+ stm32f373 = [" svd-f373" , " direct-call-deprecated" ]
112
+ stm32f373x8 = [" stm32f373" , " gpio-f373" , " device-selected" ]
113
+ stm32f373xb = [" stm32f373" , " gpio-f373" , " device-selected" ]
114
+ stm32f373xc = [" stm32f373" , " gpio-f373" , " device-selected" ]
115
+ stm32f378 = [" svd-f373" , " direct-call-deprecated" ]
116
+ stm32f378xc = [" stm32f378" , " gpio-f373" , " device-selected" ]
117
+ stm32f334 = [" svd-f3x4" , " direct-call-deprecated" ]
118
+ stm32f334x4 = [" stm32f334" , " gpio-f333" , " device-selected" ]
119
+ stm32f334x6 = [" stm32f334" , " gpio-f333" , " device-selected" ]
120
+ stm32f334x8 = [" stm32f334" , " gpio-f333" , " device-selected" ]
102
121
103
122
defmt-default = [" defmt" ]
104
123
defmt-trace = [" defmt" ]
0 commit comments