@@ -19,7 +19,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1919- ` BusClock ` and ` BusTimerClock ` traits ([ #302 ] )
2020- ` RccBus ` , ` Enable ` , ` Reset ` traits and implementations for peripherals ([ #299 ] )
2121- 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 ] )
2322- Make timer ` InterruptTypes ` fields public to be useful. ([ #304 ] )
2423
2524### Fixed
@@ -36,7 +35,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3635 To disable that behavior, set ` default-features = false ` . ([ #283 ] )
3736- The MSRV was bumped to 1.52 ([ #283 ] )
3837- 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 ] )
4043
4144## [ v0.8.1] - 2021-10-27
4245
@@ -505,7 +508,7 @@ let clocks = rcc
505508[ defmt ] : https://github.com/knurling-rs/defmt
506509[ filter ] : https://defmt.ferrous-systems.com/filtering.html
507510
508- [ #303 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/303
511+ [ #304 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/304
509512[ #302 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/302
510513[ #299 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/299
511514[ #291 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/291
@@ -602,6 +605,7 @@ let clocks = rcc
602605[ #2 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/2
603606
604607<!-- cargo-release: latest tag -->
608+ [ v0.8.2 ] : https://github.com/stm32-rs/stm32f3xx-hal/releases/tag/v0.8.2
605609[ v0.8.1 ] : https://github.com/stm32-rs/stm32f3xx-hal/releases/tag/v0.8.1
606610[ v0.8.0 ] : https://github.com/stm32-rs/stm32f3xx-hal/releases/tag/v0.8.0
607611[ v0.7.0 ] : https://github.com/stm32-rs/stm32f3xx-hal/releases/tag/v0.7.0
0 commit comments