GuineaWheek[m] has quit [Quit: Idle timeout reached: 172800s]
salsasteve[m] has quit [Quit: Idle timeout reached: 172800s]
rainingmessages has quit [Quit: bye]
rainingmessages has joined #rust-embedded
rainingmessages has quit [Client Quit]
rainingmessages has joined #rust-embedded
Kaspar[m] has joined #rust-embedded
<Kaspar[m]>
<igiona[m]> "I'm pretty sure though, that..." <- You could try [Ariel OS](https://ariel-os.org), it allows spawning threads next to the embassy executor.
pcs38 has joined #rust-embedded
RobinMueller[m] has quit [Quit: Idle timeout reached: 172800s]
adamgreig[m] has quit [Quit: Idle timeout reached: 172800s]
AlexandrosLiarok has quit [Quit: Idle timeout reached: 172800s]
AshconMohseninia has joined #rust-embedded
<AshconMohseninia>
question, how best to introduce a timeout for async I2c/Spi operations, using futures::select?
davidmpye[m] has joined #rust-embedded
<davidmpye[m]>
Can you wrap that spi future in a with_timeout and then select on that?
<realroot[m]1>
how can i get log from watchful with st-link?