@@ -21,6 +21,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
21
21
22
22
- Wrong mode when using PWM channel 2 of a two-channel timer
23
23
- ` adc_values ` example conversion error
24
+ - ` invalid_reference_casting ` Compilation error in spi.rs for Rust version 1.73+ (
25
+ See [ PR #112431 ] ( https://github.com/rust-lang/rust/pull/112431 ) for more info)
26
+ - ` unused_doc_comments ` Warning in rcc.rs
24
27
25
28
## [ v0.18.0] - 2021-11-14
26
29
@@ -254,19 +257,35 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
254
257
- Interrupt handler to new #[ interrupt] attribute
255
258
256
259
[ Unreleased ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.18.0...HEAD
260
+
257
261
[ v0.18.0 ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.17.1...v0.18.0
262
+
258
263
[ v0.17.1 ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.17.0...v0.17.1
264
+
259
265
[ v0.17.0 ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.16.0...v0.17.0
266
+
260
267
[ v0.16.0 ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.15.2...v0.16.0
268
+
261
269
[ v0.15.2 ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.15.1...v0.15.2
270
+
262
271
[ v0.15.1 ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.15.0...v0.15.1
272
+
263
273
[ v0.15.0 ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.14.1...v0.15.0
274
+
264
275
[ v0.14.1 ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.14.0...v0.14.1
276
+
265
277
[ v0.14.0 ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.13.0...v0.14.0
278
+
266
279
[ v0.13.0 ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.12.0...v0.13.0
280
+
267
281
[ v0.12.0 ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.11.1...v0.12.0
282
+
268
283
[ v0.11.1 ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.11.0...v0.11.1
284
+
269
285
[ v0.11.0 ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.10.1...v0.11.0
286
+
270
287
[ v0.10.1 ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.10.0...v0.10.1
288
+
271
289
[ v0.10.0 ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.9.0...v0.10.0
290
+
272
291
[ v0.9.0 ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.8.0...v0.9.0
0 commit comments