perlindgren
perlindgren
Yes, that should be doable, and quite useful. Thanks for the suggestion we will look into it.
I'm looking at a possible implementation. It looks feasible, a struct needs to be created and passed to the closure containing `&mut R` references. This struct should be declared locally...
There is a crux still to be solved. For soundness, RTIC ensures that you cannot get multiple (mutable) references by locking a field of the shared resources twice. The way...
I put together a pre-rfc. https://github.com/rtic-rs/rfcs/issues/53
There is now a corresponding POC: https://github.com/rtic-rs/cortex-m-rtic/tree/lockall There is still an outstanding issue regarding the resource proxy for the lock-all API. It currently exposes the priority (Priority type). At some...
Small fix, the Priority is no longer leaked. https://github.com/rtic-rs/cortex-m-rtic/tree/lockall
We have discussed this, and it was intended for the under the hood section (its partly there but commented out). On the one hand its valuable for a developer to...
Is it when you want to embed the function into a trait that the problem occurs. I mean in general you can pass a `Mutex` to a free function like...
When it comes to gcc/gdb support, the new Neon-3 (March 2017) will have support for 7.12 (CDT 9.2.1), as the CDT 9.3 is expected for the upcoming Oxygen (June 2017)....
Hi (I answer both you mails in the same, since overlapping a bit..) On 23 Mar 2017, at 16:20, Bruno Medeiros wrote: As for GNU-ARM-ECLIPSE integration, I haven't used it...