@@ -11,28 +11,28 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
11
11
12
12
### Changed
13
13
14
- - Removed ` doc-comment ` dependency ([ #184 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/184 ) )
14
+ - Removed ` doc-comment ` dependency ([ #184 ] )
15
15
16
16
## [ v0.6.0] - 2020-12-10
17
17
18
18
### Added
19
19
20
- - Support for 16-bit words with SPI ([ #107 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/107 ) )
21
- - SPI support for reclock after initialization ([ #98 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/98 ) )
22
- - Support for ` stm32f302x6 ` and ` stm32f302x8 ` devices ([ #132 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/132 ) )
23
- - Support for the onboard real-time clock (RTC) ([ #136 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/136 ) )
24
- - Enable DMA for USART on ` stm32f302 ` devices ([ #139 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/139 ) )
25
- - Basic CAN bus support ([ #100 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/100 ) )
20
+ - Support for 16-bit words with SPI ([ #107 ] )
21
+ - SPI support for reclock after initialization ([ #98 ] )
22
+ - Support for ` stm32f302x6 ` and ` stm32f302x8 ` devices ([ #132 ] )
23
+ - Support for the onboard real-time clock (RTC) ([ #136 ] )
24
+ - Enable DMA for USART on ` stm32f302 ` devices ([ #139 ] )
25
+ - Basic CAN bus support ([ #100 ] )
26
26
- Impls for all SPI pins for all ` stm32f302 ` sub-targets, ` stm32f303 `
27
27
subtargets, ` stm32f3x8 ` targets, ` stm32f334 ` , and ` stm32f373 `
28
- ([ #99 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/99 ) )
28
+ ([ #99 ] )
29
29
- SPI4 peripheral for supported
30
- devices. ([ #99 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/99 ) )
31
- - Support for I2C transfer of more than 255 bytes, and 0 byte write ([ #154 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/154 ) )
32
- - Support for HSE bypass and CSS ([ #156 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/156 ) )
33
- - Impls for missing I2C pin definitions ([ #164 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/164 ) )
34
- - Support I2C3 ([ #164 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/164 ) )
35
- - Support for [ ` defmt ` ] [ defmt ] ([ #172 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/172 ) )
30
+ devices. ([ #99 ] )
31
+ - Support for I2C transfer of more than 255 bytes, and 0 byte write ([ #154 ] )
32
+ - Support for HSE bypass and CSS ([ #156 ] )
33
+ - Impls for missing I2C pin definitions ([ #164 ] )
34
+ - Support I2C3 ([ #164 ] )
35
+ - Support for [ ` defmt ` ] [ defmt ] ([ #172 ] )
36
36
- Now [ defmt] [ ] features are available.
37
37
- Currently these are only used for panicking calls, like
38
38
` assert! ` ` panic! ` or ` unwrap() ` . These are enabled using the [ defmt] [ ]
@@ -48,48 +48,48 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
48
48
### Changed
49
49
50
50
- Introduced auto-generated GPIO mappings based on the STM32CubeMX database
51
- ([ #129 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/129 ) )
51
+ ([ #129 ] )
52
52
53
53
### Fixed
54
54
55
- - Fixed [ #151 ] [ ] not being able to generate 72 MHz HCLK for stm32f303xc devices
56
- ([ #152 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/152 ) )
57
- - Wrong I2C clock source ([ #164 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/164 ) )
55
+ - Fixed [ #151 ] not being able to generate 72 MHz HCLK for stm32f303xc devices
56
+ ([ #152 ] )
57
+ - Wrong I2C clock source ([ #164 ] )
58
58
59
59
[ #151 ] : https://github.com/stm32-rs/stm32f3xx-hal/issues/151
60
60
61
61
### Breaking Changes
62
62
63
63
- Removed impl for ` SckPin<SPI2> ` for ` PB13<AF5> ` from ` stm32f328 ` and
64
- ` stm32f378 ` targets. ([ #99 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/99 ) )
64
+ ` stm32f378 ` targets. ([ #99 ] )
65
65
- Removed SPI1 support for ` stm32f302x6 ` and ` stm32f302x8 ` sub-targets
66
- and ` stm32f318 ` target. ([ #99 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/99 ) )
66
+ and ` stm32f318 ` target. ([ #99 ] )
67
67
- This release requires 1.48, as intra-doc-links are now used internally.
68
68
Until now, no MSRV was tracked. This has changed now. This however does
69
69
not mean, that we guarantee any MSRV policy. It is rather for documentation
70
70
purposes and if a new useful feature arises, we will increase the MSRV.
71
- ([ #170 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/170 ) )
71
+ ([ #170 ] )
72
72
- Removed I2C2 support for ` stm32f303x6 ` , ` stm32f303x8 ` and ` stm32f328 ` targets.
73
- ([ #164 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/164 ) )
73
+ ([ #164 ] )
74
74
- ` I2c::i2c1 ` and ` I2c::i2c2 ` functions are renamed to ` I2c::new ` .
75
- ([ #164 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/164 ) )
75
+ ([ #164 ] )
76
76
77
77
## [ v0.5.0] - 2020-07-21
78
78
79
79
### Added
80
80
81
- - Implement ` InputPin ` for ` Output<OpenDrain> ` pins ([ #114 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/114 ) )
82
- - Support for safe one-shot DMA transfers ([ #86 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/86 ) )
83
- - DMA support for serial reception and transmission ([ #86 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/86 ) )
84
- - ADC support for ` stm32f303 ` devices ([ #47 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/47 ) )
81
+ - Implement ` InputPin ` for ` Output<OpenDrain> ` pins ([ #114 ] )
82
+ - Support for safe one-shot DMA transfers ([ #86 ] )
83
+ - DMA support for serial reception and transmission ([ #86 ] )
84
+ - ADC support for ` stm32f303 ` devices ([ #47 ] )
85
85
86
86
### Fixed
87
87
88
- - ` PLL ` was calculated wrong for devices, which do not divide ` HSI ` ([ #67 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/67 ) )
88
+ - ` PLL ` was calculated wrong for devices, which do not divide ` HSI ` ([ #67 ] )
89
89
90
90
### Changed
91
91
92
- - The system clock calculation is more fine grained now. ([ #67 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/67 ) )
92
+ - The system clock calculation is more fine grained now. ([ #67 ] )
93
93
Now the system clock can be some value, like 14 MHz, which can not a
94
94
be represented as a multiple of the oscillator clock:
95
95
@@ -112,115 +112,115 @@ let clocks = rcc
112
112
113
113
### Breaking changes
114
114
115
- - The feature gate requires you to select a subvariant if possible. ([ #75 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/75 ) )
115
+ - The feature gate requires you to select a subvariant if possible. ([ #75 ] )
116
116
- Split up ` stm32f302 ` into sub-targets ` stm32f302xb ` ,` stm32f302xc ` ,` stm32f302xd ` ,` stm32f302xe `
117
- - Bump ` stm32f3 ` dependency to ` 0.11.0 ` ([ #97 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/97 ) )
118
- - The ` stm32f3 ` reexport is now renamed from ` stm32 ` to ` pac ` ([ #101 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/101 ) )
117
+ - Bump ` stm32f3 ` dependency to ` 0.11.0 ` ([ #97 ] )
118
+ - The ` stm32f3 ` reexport is now renamed from ` stm32 ` to ` pac ` ([ #101 ] )
119
119
- The correct ` stm32f3 ` modules are now used for the ` stm32f318 ` and ` stm32f738 `
120
120
targets. As a result, some previously (wrongly) supported peripherals have
121
- been removed from these targets. ([ #116 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/116 ) )
121
+ been removed from these targets. ([ #116 ] )
122
122
123
123
## [ v0.4.3] - 2020-04-11
124
124
125
125
### Added
126
126
127
- - Independent Watchdog ([ #58 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/58 ) )
127
+ - Independent Watchdog ([ #58 ] )
128
128
129
129
### Fixed
130
130
131
- - Wrong default modes for debug GPIO pins ([ #82 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/82 ) )
131
+ - Wrong default modes for debug GPIO pins ([ #82 ] )
132
132
- Wrong calculation of HCLK prescaler, if using a prescaler value equal or
133
- higher than 64 ([ #42 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/42 ) )
134
- - UART reception error flags not cleared ([ #91 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/91 ) )
133
+ higher than 64 ([ #42 ] )
134
+ - UART reception error flags not cleared ([ #91 ] )
135
135
136
136
## [ v0.4.2] - 2020-03-21
137
137
138
138
### Fixed
139
139
140
- - Wrong frequency reported by ` MonoTimer ` ([ #56 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/56 ) )
141
- - Use automatic mode with I2C autoend on ` Read ` ([ #72 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/72 ) )
140
+ - Wrong frequency reported by ` MonoTimer ` ([ #56 ] )
141
+ - Use automatic mode with I2C autoend on ` Read ` ([ #72 ] )
142
142
143
143
### Changed
144
144
145
- - Bump ` stm32f3 ` dependency to ` 0.10.0 ` ([ #70 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/70 ) )
145
+ - Bump ` stm32f3 ` dependency to ` 0.10.0 ` ([ #70 ] )
146
146
147
147
## [ v0.4.1] - 2020-03-07
148
148
149
149
### Added
150
150
151
- - Use Infallible error type for UART ([ #50 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/50 ) )
152
- - Implement blocking Write for UART ([ #50 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/50 ) )
153
- - Implement blocking Read for I2C ([ #52 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/52 ) )
151
+ - Use Infallible error type for UART ([ #50 ] )
152
+ - Implement blocking Write for UART ([ #50 ] )
153
+ - Implement blocking Read for I2C ([ #52 ] )
154
154
155
155
### Fixed
156
156
157
- - Regression in v0.4.0 that set SPI to LSB-first ordering ([ #60 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/60 ) )
157
+ - Regression in v0.4.0 that set SPI to LSB-first ordering ([ #60 ] )
158
158
159
159
## [ v0.4.0] - 2019-12-27
160
160
161
161
### Added
162
162
163
163
- USB Driver for all devices except ` stm32f301 ` and ` stm32f334 ` as they have no
164
- USB peripheral. ([ #24 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/24 ) )
165
- - ` StatefulOutputPin ` and ` ToggleableOutputPin ` ([ #25 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/25 ) )
166
- - Support devices with 2-bit PLLSRC fields ([ #31 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/33 ) )
164
+ USB peripheral. ([ #24 ] )
165
+ - ` StatefulOutputPin ` and ` ToggleableOutputPin ` ([ #25 ] )
166
+ - Support devices with 2-bit PLLSRC fields ([ #31 ] )
167
167
- This allows using 72 MHz ` sysclk ` on the ` stm32f303 `
168
- - Analog gpio trait ([ #33 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/33 ) )
169
- - Add PWM Channels ([ #34 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/34 ) )
168
+ - Analog gpio trait ([ #33 ] )
169
+ - Add PWM Channels ([ #34 ] )
170
170
- SPI embedded hal modes are now public
171
- ([ #35 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/18 ) )
171
+ ([ #35 ] )
172
172
173
173
### Breaking changes
174
174
175
175
- Alternate gpio functions are now ** only** made available for devices, which
176
- have them. ([ #21 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/21 ) )
176
+ have them. ([ #21 ] )
177
177
- ` stm32f303 ` is now split into ` stm32f303xd ` and ` stm32f303xe ` as they provide
178
178
different alternate gpio functions. ` stm32f303 ` is still available.
179
179
- Bump ` stm32f3 ` dependency to ` 0.9.0 `
180
- ([ #39 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/39 ) )
180
+ ([ #39 ] )
181
181
182
182
### Fixed
183
183
184
- - Fixed wrong initialization of the SPI ([ #35 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/35 ) )
184
+ - Fixed wrong initialization of the SPI ([ #35 ] )
185
185
186
186
## [ v0.3.0] - 2019-08-26
187
187
188
188
### Added
189
189
190
- - HSE and USB clock are now supported ([ #18 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/18 ) )
190
+ - HSE and USB clock are now supported ([ #18 ] )
191
191
192
192
### Changed
193
193
194
- - Bump ` stm32f3 ` version to ` 0.8.0 ` ([ #19 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/19 ) )
194
+ - Bump ` stm32f3 ` version to ` 0.8.0 ` ([ #19 ] )
195
195
196
196
## [ v0.2.3] - 2019-07-07
197
197
198
198
### Fixed
199
199
200
- - Fix timer initialization ([ #17 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/17 ) )
200
+ - Fix timer initialization ([ #17 ] )
201
201
202
202
## [ v0.2.2] - 2019-07-06
203
203
204
204
## Fixed
205
205
206
- - Missing ` stm32f303 ` timers ([ #16 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/16 ) )
206
+ - Missing ` stm32f303 ` timers ([ #16 ] )
207
207
208
208
## [ v0.2.1] - 2019-07-06
209
209
210
210
### Added
211
211
212
- - Fully erased pin ([ #14 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/14 ) )
212
+ - Fully erased pin ([ #14 ] )
213
213
214
214
## [ v0.2.0] - 2019-07-02
215
215
216
216
### Changed
217
217
218
- - Bump ` stm32f3 ` version to ` 0.7.1 ` ([ #12 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/12 ) )
219
- - Bump ` embedded-hal ` version to ` 0.2.3 ` ([ #11 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/11 ) )
218
+ - Bump ` stm32f3 ` version to ` 0.7.1 ` ([ #12 ] )
219
+ - Bump ` embedded-hal ` version to ` 0.2.3 ` ([ #11 ] )
220
220
221
221
### Fixed
222
222
223
- - Various peripheral mappings for some devices ([ #12 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/12 ) )
223
+ - Various peripheral mappings for some devices ([ #12 ] )
224
224
225
225
### Breaking changes
226
226
@@ -230,19 +230,19 @@ let clocks = rcc
230
230
231
231
### Added
232
232
233
- - Support for GPIO AF14 ([ #6 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/6 ) )
233
+ - Support for GPIO AF14 ([ #6 ] )
234
234
235
235
## [ v0.1.4] - 2019-05-04
236
236
237
237
### Fixed
238
238
239
- - Fixed I2C address ([ #4 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/4 ) )
239
+ - Fixed I2C address ([ #4 ] )
240
240
241
241
## [ v0.1.3] - 2019-04-12
242
242
243
243
### Added
244
244
245
- - Implement GPIO ` InputPin ` traits ([ #2 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/2 ) )
245
+ - Implement GPIO ` InputPin ` traits ([ #2 ] )
246
246
247
247
## [ v0.1.2] - 2019-04-06
248
248
@@ -262,6 +262,70 @@ let clocks = rcc
262
262
263
263
- Support ` stm32f303 ` device
264
264
265
+ [ #184 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/184
266
+ [ #172 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/172
267
+ [ #170 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/170
268
+ [ #164 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/164
269
+ [ #164 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/164
270
+ [ #164 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/164
271
+ [ #164 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/164
272
+ [ #164 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/164
273
+ [ #156 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/156
274
+ [ #154 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/154
275
+ [ #152 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/152
276
+ [ #151 ] : https://github.com/stm32-rs/stm32f3xx-hal/issues/151
277
+ [ #139 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/139
278
+ [ #136 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/136
279
+ [ #132 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/132
280
+ [ #129 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/129
281
+ [ #116 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/116
282
+ [ #114 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/114
283
+ [ #107 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/107
284
+ [ #101 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/101
285
+ [ #100 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/100
286
+ [ #99 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/99
287
+ [ #99 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/99
288
+ [ #99 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/99
289
+ [ #98 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/98
290
+ [ #97 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/97
291
+ [ #91 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/91
292
+ [ #86 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/86
293
+ [ #86 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/86
294
+ [ #82 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/82
295
+ [ #75 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/75
296
+ [ #72 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/72
297
+ [ #70 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/70
298
+ [ #67 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/67
299
+ [ #67 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/67
300
+ [ #60 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/60
301
+ [ #58 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/58
302
+ [ #56 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/56
303
+ [ #52 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/52
304
+ [ #50 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/50
305
+ [ #50 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/50
306
+ [ #47 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/47
307
+ [ #42 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/42
308
+ [ #39 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/39
309
+ [ #35 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/18
310
+ [ #35 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/35
311
+ [ #34 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/34
312
+ [ #33 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/33
313
+ [ #31 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/33
314
+ [ #25 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/25
315
+ [ #24 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/24
316
+ [ #21 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/21
317
+ [ #19 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/19
318
+ [ #18 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/18
319
+ [ #17 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/17
320
+ [ #16 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/16
321
+ [ #14 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/14
322
+ [ #12 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/12
323
+ [ #12 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/12
324
+ [ #11 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/11
325
+ [ #6 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/6
326
+ [ #4 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/4
327
+ [ #2 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/2
328
+
265
329
[ Unreleased ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.6.1...HEAD
266
330
[ v0.6.0 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.6.0...v0.6.1
267
331
[ v0.6.0 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.5.0...v0.6.0
0 commit comments