File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.5.1] - 2019-12-14
11
+
10
12
### Added
11
13
12
14
- Added support for ` ExtiPin ` pin traits
13
15
16
+ ### Fixed
17
+
18
+ - Fix SPI2 and 3 using the wrong frequency
19
+ - Fix some problems with I2C reads anad writes
20
+
21
+
14
22
## [ v0.5.0] - 2019-12-03
15
23
16
24
### Added
@@ -146,7 +154,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
146
154
147
155
- First tagged version
148
156
149
- [ Unreleased ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.5.0...HEAD
157
+ [ Unreleased ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.5.1...HEAD
158
+ [ v0.5.1 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.5.0...v0.5.1
150
159
[ v0.5.0 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.4.0...v0.5.0
151
160
[ v0.4.0 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.3.0...v0.4.0
152
161
[ v0.3.0 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.2.1...v0.3.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.5.0 "
12
+ version = " 0.5.1 "
13
13
14
14
[package .metadata .docs .rs ]
15
15
features = [" stm32f103" , " rt" , " stm32-usbd" ]
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ be specified as part of the `Cargo.toml` definition.
69
69
70
70
``` toml
71
71
[dependencies .stm32f1xx-hal ]
72
- version = " 0.5.0 "
72
+ version = " 0.5.1 "
73
73
features = [" stm32f100" , " rt" ]
74
74
```
75
75
You can’t perform that action at this time.
0 commit comments