Skip to content

Commit

Permalink
staging
Browse files Browse the repository at this point in the history
  • Loading branch information
burrbull committed May 26, 2024
1 parent 0eb58c3 commit 6e44495
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Changed

- Use `stm32f4-staging` until `stm32f4` is released
- add trait bound `RegisterBlockImpl` to type `RegisterBlock` associated with `serial::Instance` [#732]
- remove unneeded trait bound for methods that take in a `serial::Instance` and use the associated `RegisterBlock`
- bump `sdio-host` to 0.9.0, refactor SDIO initialization [#734]
Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ vcell = "0.1.3"
document-features = "0.2"

[dependencies.stm32f4]
git = "https://github.com/stm32-rs/stm32-rs-nightlies"
package = "stm32f4-staging"
version = "0.16.0"
features = ["defmt", "atomics"]

[dependencies.time]
Expand Down

0 comments on commit 6e44495

Please sign in to comment.