File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -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
@@ -38,6 +37,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
38
37
- Update ` stm32f3 ` pac to v0.14.0 ([ #282 ] )
39
38
- Remove the ` bxcan ` re-export. ([ #304 ] )
40
39
40
+ ## [ v0.8.2] - 2021-12-14
41
+
42
+ - Add missing SPI impls for the ` gpio-f303 ` device groups (e.g. stm32f303vc) ([ #304 ] )
43
+
41
44
## [ v0.8.1] - 2021-10-27
42
45
43
46
### Fixed
@@ -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
You can’t perform that action at this time.
0 commit comments