tm4c-hal
tm4c-hal copied to clipboard
An Embedded HAL and general chip support for the TM4C123/LM4F120. Replaces the old lm4f120 crate.
# 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
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...
While the function is created in https://github.com/rust-embedded-community/tm4c-hal/blob/master/tm4c123x-hal/src/time.rs ,the function is not exposed, so also Instant cannot be obtained. ```rust 92 | let mut mono_timer = MonoTimer::new(cp.DWT, clocks); | ^^^ |...