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)