File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
16
16
Remove ` RemapStruct ` s. [ #462 ] [ #506 ] [ #509 ]
17
17
- Use independent ` Spi ` and ` SpiSlave ` structures instead of ` OP ` generic [ #462 ]
18
18
- Take ` &Clocks ` instead of ` Clocks ` [ #498 ]
19
- - Temporary replace ` stm32f1 ` with ` stm32f1-staging ` v0.17.1 [ #503 ]
19
+ - Update to ` stm32f1 ` v0.16.0 [ #503 ] [ # 534 ]
20
20
- ` Spi ` now takes ` Option<PIN> ` for ` SCK ` , ` MISO ` , ` MOSI ` [ #514 ]
21
21
- move ` Qei ` mod inside ` pwm_input ` mod [ #516 ]
22
22
@@ -75,6 +75,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
75
75
[ #520 ] : https://github.com/stm32-rs/stm32f1xx-hal/pull/520
76
76
[ #526 ] : https://github.com/stm32-rs/stm32f1xx-hal/pull/526
77
77
[ #528 ] : https://github.com/stm32-rs/stm32f1xx-hal/pull/528
78
+ [ #534 ] : https://github.com/stm32-rs/stm32f1xx-hal/pull/534
78
79
79
80
## [ v0.10.0] - 2022-12-12
80
81
Original file line number Diff line number Diff line change @@ -35,8 +35,7 @@ bitflags = "1.3.2"
35
35
vcell = " 0.1.3"
36
36
37
37
[dependencies .stm32f1 ]
38
- package = " stm32f1-staging"
39
- version = " 0.20.0"
38
+ version = " 0.16.0"
40
39
features = [" atomics" ]
41
40
42
41
[dependencies .embedded-hal-02 ]
You can’t perform that action at this time.
0 commit comments