rust-embedded-community / tm4c-hal

An Embedded HAL and general chip support for the TM4C123/LM4F120. Replaces the old lm4f120 crate.
Apache License 2.0
40 stars 26 forks source link

SPI on the TM4C129x #56

Open tcaxle opened 3 months ago

tcaxle commented 3 months ago

Good afternoon.

I'm trying to implement SPI on the TM4C129x using this crate and I am wondering why the SPI module is not exported.

Is it pending further work or does it just need testing? I would be happy to contribute a PR for it but it would be nice to know some context first.

thejpster commented 3 months ago

Sorry, I haven't looked at these crates in years. Even when I did use them, I mainly used the TM4C123, not the 129.

If you want to make some changes then as long as you can test them I can review the PR.

tcaxle commented 3 months ago

No worries - please see PR #57 :)