atsam-rs / atsam4-hal

Apache License 2.0
5 stars 3 forks source link

Add support for SPI module #25

Open haata opened 3 years ago

haata commented 3 years ago

Needed features:

https://docs.rs/embedded-hal/0.2.4/embedded_hal/spi/index.html https://docs.rs/embedded-hal/0.2.4/embedded_hal/blocking/spi/index.html

Should be similar to atsamd qspi (with only 2 data pins) https://github.com/atsamd-rs/atsamd/blob/master/hal/src/common/thumbv7em/qspi.rs

Later