Skip to content

Commit

Permalink
Merge pull request #37 from riscv-rust/shared_spi
Browse files Browse the repository at this point in the history
add SpiSharedDevice
  • Loading branch information
dkhayes117 authored Aug 20, 2021
2 parents 75b5912 + 4d63a87 commit 72a62e2
Show file tree
Hide file tree
Showing 9 changed files with 928 additions and 408 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

- Refactored `e310x-hal::spi` module, splitting the abstraction into `SpiBus` and `SpiExclusiveDevice/SpiSharedDevice` to allow multiple devices on a single SPI bus to co-exist

## [v0.9.3] - 2021-08-15

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "ISC"
edition = "2018"

[dependencies]
embedded-hal = { version = "0.2.3", features = ["unproven"] }
embedded-hal = { version = "0.2.6", features = ["unproven"] }
nb = "1.0.0"
riscv = "0.7.0"
e310x = { version = "0.9.0", features = ["rt"] }
Expand Down
Loading

0 comments on commit 72a62e2

Please sign in to comment.