Skip to content

Commit 956e345

Browse files
bors[bot]jkristell
andauthored
Merge #195
195: Sdio driver updates r=therealprof a=jkristell Various cleanups, The biggest change is that Cmd and command related functionality moved to the sdio-host crate. Co-authored-by: Johan Kristell <[email protected]>
2 parents 703ae54 + 3fecdac commit 956e345

File tree

3 files changed

+134
-232
lines changed

3 files changed

+134
-232
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1414
- [breaking-change] Sdio is disabled by default, enable with the `sdio` feature flag.
1515
- Move SDIO card power handling to its own function.
1616
- [breaking-change] Add a 2 ms delay after changing SDIO card power setting.
17+
- [breaking-change] Changed sdio::{read, write}_block buf argument to &[u8; 512].
1718

1819
### Added
1920

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ nb = "0.1.2"
3232
rand_core = "0.5.1"
3333
stm32f4 = "0.11"
3434
synopsys-usb-otg = { version = "0.2.0", features = ["cortex-m"], optional = true }
35-
sdio-host = { version = "0.4.0", optional = true }
35+
sdio-host = { version = "0.5.0", optional = true }
3636
stable_deref_trait = { version = "1.2.0", default-features = false }
3737

3838
[dependencies.bare-metal]

0 commit comments

Comments
 (0)