probe-rs / rtt-target

Target side implementation of the RTT (Real-Time Transfer) I/O protocol
MIT License
122 stars 30 forks source link

Question: How to use rtt_target + embassy tasks #43

Closed pustekuchen91 closed 10 months ago

pustekuchen91 commented 11 months ago

Hello,

I'm struggling with combining rtt_target and multiple embassy tasks. Is this even possible? I have problems with passing the channels through different #[embassy_executor::task] because of lifetime.

Any example would be nice ;)

Yatekii commented 11 months ago

That would be something that you should be asking on the embassy repo :)