ChanServ changed the topic of #rust-embedded to: Welcome to the Rust Embedded IRC channel! Bridged to #rust-embedded:matrix.org and logged at https://libera.irclog.whitequark.org/rust-embedded, code of conduct at https://www.rust-lang.org/conduct.html
mattyinterrupt[m has joined #rust-embedded
<mattyinterrupt[m> hey gang, I am wondering if there are any crates with implementations of the new SpiDevice traits for stm32fxx ?
<mattyinterrupt[m> * stm32fxx ? I have only been able to find the implementations for embassy or esp. Our project isn't using embassy or async))
<JamesMunns[m]> embassy-stm32?
<JamesMunns[m]> you can use the HAL without using async
<JamesMunns[m]> all the blocking interfaces are also implemented
<mattyinterrupt[m> ahh, ok cool
<JamesMunns[m]> (in general, none of the embassy device HALs are tightly coupled to async or the embassy executor)