Open
Description
This issue is for tracking progress on developing cortex-r-*
crates that will
be maintained by the WG.
The current plan is
- Make the
cortex-r-rt
crate more generic and move it into the WG org. Issue
Supporting more use cases paoloteti/cortex-r-rt#1 is being used to discuss how to make that crate more
generic.
- Move the
dcc
andpanic-dcc
crates pretty much as they are into the WG
org. PR add cortex-r, dcc and panic-dcc to crates maintained by the cortex-r team #287 needs to be approved by @rust-embedded/cortex-r before we make
the transfer.
- Create an empty
cortex-r
repository in the org and progressively expand
its API surface. When we are happy with the API we'll publish it on crates.io.
The motivation for starting from scratch is two-fold: we can enforce that the
crate always compiles on stable (with its default feature set) and we can have
@rust-embedded/cortex-r review each piece of API that gets added to it.
cc @rust-embedded/cortex-r @kenkeiter