rust-embedded / wg

Coordination repository of the embedded devices Working Group
1.91k stars 98 forks source link

Form a Cortex-R team? #183

Closed japaric closed 6 years ago

japaric commented 6 years ago

We have a Cortex-M team focused on bare metal (no_std) development for Cortex-M devices.

Should we make a similar Cortex-R team focused on bare metal development for Cortex-R devices? This team would be involved in improving the developer experience in this area, collecting or writing resources on the topic, and maintaining and developing widely used crates.

I don't know of open source projects that use Cortex-R devices but I know people that are working with them.

Opportunities I see:

Who would be interested in forming part of such team?

cc @Lakier15 @paoloteti

paoloteti commented 6 years ago

Yes I'd like to join the team.

May be We can add a 'little-endian' variant (armv7r) for all TI RMxx devices and a soft-float variant. But, even if hard-float is optional on R-profile, all devices I know are hard-float.

In the future We can add a v8r target. Yes, in the future, not now becase v8r is really new and not in the market yet.

Crates like cortex-m/cortex-m-rt can be derived from my work on TMS570

japaric commented 6 years ago

Done in #199.