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

Enabled SPI for the TM4C129x #57

Open tcaxle opened 3 months ago

tcaxle commented 3 months ago

PR for #56

Code tested on the EK-TM4C1294XL with SSI0 on GPIO port A in SDIO mode.

Further testing recommended but basic functionality is confirmed.

Closes: #56

tcaxle commented 3 months ago

See picoscope output for the Hello World example here: image

thejpster commented 3 months ago

Please run cargo fmt. One query but otherwise looks great, and fantastic to see the scope screenshot - very reassuring!