File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.8.0] - 2021-12-29
11
+
10
12
### Breaking changes
11
13
12
- - Bump ` stm32f1 ` to ` 0.14.0 ` , ` cortex-m-rtic ` to ` 0.6.0-rc2 ` and others
14
+ - Bump ` stm32f1 ` to ` 0.14.0 ` , ` cortex-m-rtic ` to ` 1.0.0 ` , ` bxcan ` to ` 0.6 ` and others
13
15
- Bump ` stm32-usbd ` dependency (` 0.6.0 ` )
14
16
- Use bit-banding for Peripheral enable/reset.
15
17
Don't require APBs in initializers.
@@ -60,7 +62,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
60
62
- Use maximum frequency of 36 MHz on PCLK1
61
63
- Round up when calculating the PCLK1 prescaler
62
64
63
- ## [ v0.7.0] - 2020-10-17
65
+ ## [ v0.7.0] - 2020-10-17
64
66
65
67
### Breaking changes
66
68
@@ -286,7 +288,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
286
288
287
289
- First tagged version
288
290
289
- [ Unreleased ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.7.0...HEAD
291
+ [ Unreleased ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.8.0...HEAD
292
+ [ v0.8.0 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.7.0...v0.8.0
290
293
[ v0.7.0 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.6.1...v0.7.0
291
294
[ v0.6.1 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.6.0...v0.6.1
292
295
[ v0.6.0 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.5.3...v0.6.0
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repository = "https://github.com/stm32-rs/stm32f1xx-hal"
9
9
documentation = " https://docs.rs/stm32f1xx-hal"
10
10
readme = " README.md"
11
11
edition = " 2018"
12
- version = " 0.7 .0"
12
+ version = " 0.8 .0"
13
13
14
14
[package .metadata .docs .rs ]
15
15
features = [" stm32f103" , " rt" ]
You can’t perform that action at this time.
0 commit comments