tock / libtock-rs

Rust userland library for Tock
Apache License 2.0
168 stars 109 forks source link

spi_controller: Initial support #542

Closed alistair23 closed 5 months ago

alistair23 commented 6 months ago

This includes initial support for the spi_controller api, including embedded-hal support. This also sets up a spi_controller_write_read example for testing.

This applies on top of https://github.com/tock/libtock-rs/pull/540

alistair23 commented 5 months ago

Am I ok to merge this?