perlindgren
perlindgren
Hi. It's been a while since I fiddled with this. As I recall it worked well on both win10, osx, and linux in the end. I don't have the midi...
As you have observed, recent development has focused the single core implementation (RTIC v 0.6.x is projected single-core only). The reason is mainly to reduce complexity of the framework implementation....
The removal of multi-core was part of the whole code-refactoring process, not sure we did a specific RFC for that, but there is some step by step refinements in terms...
Regarding the process of a compositional framework, there really should be an RFC for it, but we have not yet come to that point. I'll check with @AfoHT if he...
Its hard to tell what the problem might be as the example is quite large. Could you try replicating the problem in isolation. Perhaps just by a simple crate with...
We close this issue for now, feel free to re-open if any questions. The long term ambition is to move back to static allocations when TAIT is stabilized.
> Review this pr please, it's very important for those who use Clion without proper macro proc. Actually the only way to write code with autocomplete and syntax highlighting. Indeed,...
Another thing that would be good is some more tests (if I'm not mistaken there is just one test assumed to pass, no fail tests).
As discussed on the Matrix, the current consensus is a "forked release", under the same `rtic-rs` github. Let's discuss further on next/upcoming weekly meeting.
Hi, Erhannis If the underlying hardware has separate rt/tx interrupts it is possible to have separate tasks. A shared interrupt handler would need to check if a rt or tx...