We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fec696 commit b4e7415Copy full SHA for b4e7415
CHANGELOG.md
@@ -12,8 +12,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
12
- Use Infallible error type for UART
13
- Implement blocking Write for UART
14
- Implement blocking Read for I2C
15
+- Bump `stm32f3` dependency to `0.10.0` ([#42](https://github.com/stm32-rs/stm32f3xx-hal/pull/42))
16
17
### Fixed
18
+
19
- Regression in v0.4.0 that set SPI to LSB-first ordering
20
21
## [v0.4.0] - 2019-12-27
Cargo.toml
@@ -21,7 +21,7 @@ cortex-m = ">=0.5.8,<0.7"
cortex-m-rt = "0.6.8"
22
embedded-hal = "0.2.3"
23
nb = "0.1.2"
24
-stm32f3 = "0.9.0"
+stm32f3 = "0.10.0"
25
26
[dependencies.bare-metal]
27
version = "0.2.4"
0 commit comments