tock / libtock-rs

Rust userland library for Tock
Apache License 2.0
160 stars 105 forks source link

I2C: Support i2c_master_slave exists and initial support for i2c_master syscalls #533

Closed alistair23 closed 4 months ago

alistair23 commented 4 months ago

Extend the existing i2c_master_slave API to support the exists command and then add support for the i2c_master syscall interface

alistair23 commented 4 months ago

The CI failure seems unrelated

Caused by:
  package `clap_builder v4.5.0` cannot be built because it requires rustc 1.74 or newer, while the currently active rustc version is 1.70.0
  Try re-running cargo install with `--locked`
make: *** [Makefile:61: setup] Error 101

We probably want to bump our Rust MSRV

alistair23 commented 4 months ago

Rebased and ready to merge