Adam Greig
Adam Greig
The CMSIS-RTOS ([v1](http://www.keil.com/pack/doc/cmsis/RTOS/html/index.html), [v2](http://www.keil.com/pack/doc/cmsis/RTOS2/html/index.html)) APIs might be a useful reference too. In theory a wide range of RTOSs implement them, so Rust bindings to that API would allow you to...
Closing as part of today's issue triage. A number of RTOSs have Rust bindings (see https://arewertosyet.com/), but in the years since this issue was created it's turned out that alternative...
Thanks for triaging!
> I don't think there is much to miss about `bors try`. CI should just run on every commit, GitHub Actions has a `concurrency` option to allow cancelling CI for...
Thanks for catching that, good point. Hopefully there ends up being a neater way than the jq snippet though... I've noticed another difference: currently we usually configure bors to not...
Thank you for all your help with cross!
I believe these targets are all available now, including `armv8r-none-eabihf`.
Thanks for the responses everyone. I've started to put together [a branch](https://github.com/adamgreig/rust/tree/target-support-rewg/src/doc/rustc/src/platform-support) with the relevant details. Please could you check the relevant files, let me know if anything is missing...
Thanks @cr1901, @jonathanpallant, I've made those changes and pushed, except: > If you want to use the FPU with the soft-float ABI, you can use the -eabi' target, but add...
Thinking about it more, I think it would be more involved than just the config flag - you'd cause rust to generate FPU instructions, but cortex-m-rt uses the "hf" in...