shared-bus icon indicating copy to clipboard operation
shared-bus copied to clipboard

Crate for sharing buses between multiple devices

Results 15 shared-bus issues
Sort by recently updated
recently updated
newest added

I'm running into the following issue: ``` error[E0433]: failed to resolve: could not find `xtensa_lx6` in `$crate` --> src/main.rs:109:9 | 109 | shared_bus::new_xtensa!(i2c::Master = i2c) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find...

bug

See https://github.com/rust-embedded/embedded-hal/releases/tag/v1.0.0-alpha.9

Updates the requirements on [xtensa-lx](https://github.com/esp-rs/xtensa-lx) to permit the latest version. Commits See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't...

dependencies
rust

+ Updates Cargo.toml to eh v1.0.0 + Updated embedded-hal-mock to v0.10.0 + Replace existing trait impls with eh v1.0.0 ones This is by no means without it's difficulties - the...