Skip to content

Commit

Permalink
Update stm32f3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sh3Rm4n committed Mar 7, 2020
1 parent a752efa commit f2c8bf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Use Infallible error type for UART
- Implement blocking Write for UART
- Implement blocking Read for I2C
- Bump `stm32f3` dependency to `0.10.0` ([#42](https://github.com/stm32-rs/stm32f3xx-hal/pull/39))

### Fixed

- Regression in v0.4.0 that set SPI to LSB-first ordering

## [v0.4.0] - 2019-12-27
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cortex-m = ">=0.5.8,<0.7"
cortex-m-rt = "0.6.8"
embedded-hal = "0.2.3"
nb = "0.1.2"
stm32f3 = "0.9.0"
stm32f3 = "0.10.0"

[dependencies.bare-metal]
version = "0.2.4"
Expand Down

0 comments on commit f2c8bf6

Please sign in to comment.