mciantyre / teensy4-rs

Rust support for the Teensy 4
Apache License 2.0
290 stars 32 forks source link

Add SPI peripheral #25

Closed mciantyre closed 4 years ago

mciantyre commented 4 years ago

Tracking issue for adding a SPI master implementation for the Teensy 4. The steps below are influenced by the work needed to bring-up an I2C master:

mciantyre commented 4 years ago

Task 1 accomplished with #28.