@@ -19,7 +19,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
19
19
- ` BusClock ` and ` BusTimerClock ` traits ([ #302 ] )
20
20
- ` RccBus ` , ` Enable ` , ` Reset ` traits and implementations for peripherals ([ #299 ] )
21
21
- Support cortex-m-rt ` v0.7.0 ` but still allow ` v0.6.13 ` ([ #283 ] )
22
- - Add missing SPI impls for the ` gpio-f303 ` device groups (e.g. stm32f303vc) ([ #304 ] )
23
22
- Make timer ` InterruptTypes ` fields public to be useful. ([ #304 ] )
24
23
25
24
### Fixed
@@ -36,7 +35,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
36
35
To disable that behavior, set ` default-features = false ` . ([ #283 ] )
37
36
- The MSRV was bumped to 1.52 ([ #283 ] )
38
37
- Update ` stm32f3 ` pac to v0.14.0 ([ #282 ] )
39
- - Remove the ` bxcan ` re-export. ([ #303 ] )
38
+ - Remove the ` bxcan ` re-export. ([ #304 ] )
39
+
40
+ ## [ v0.8.2] - 2021-12-14
41
+
42
+ - Add missing SPI impls for the ` gpio-f303 ` device groups (e.g. stm32f303vc) ([ #304 ] )
40
43
41
44
## [ v0.8.1] - 2021-10-27
42
45
@@ -505,7 +508,7 @@ let clocks = rcc
505
508
[ defmt ] : https://github.com/knurling-rs/defmt
506
509
[ filter ] : https://defmt.ferrous-systems.com/filtering.html
507
510
508
- [ #303 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/303
511
+ [ #304 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/304
509
512
[ #302 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/302
510
513
[ #299 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/299
511
514
[ #291 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/291
@@ -602,6 +605,7 @@ let clocks = rcc
602
605
[ #2 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/2
603
606
604
607
<!-- cargo-release: latest tag -->
608
+ [ v0.8.2 ] : https://github.com/stm32-rs/stm32f3xx-hal/releases/tag/v0.8.2
605
609
[ v0.8.1 ] : https://github.com/stm32-rs/stm32f3xx-hal/releases/tag/v0.8.1
606
610
[ v0.8.0 ] : https://github.com/stm32-rs/stm32f3xx-hal/releases/tag/v0.8.0
607
611
[ v0.7.0 ] : https://github.com/stm32-rs/stm32f3xx-hal/releases/tag/v0.7.0
0 commit comments