rust-embedded / wg

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

Providing help #100

Closed bkchr closed 5 years ago

bkchr commented 6 years ago

Hi, I would like to help the embedded wg with implementing some issues. I looked over the current issues in this repository, but most of them are already being worked on. Is there something where I could help? It would be nice to do something in rustc, but I'm open for almost everything :)

hannobraun commented 6 years ago

I feel like I don't have a good overview over everything that's going on in the ecosystem right now, so the following are just some suggestion from my own perspective.

I think the embedded-hal ecosystem can always use help. Here are some concrete examples of what you could do:

Aside from embedded-hal, here's some other stuff that comes to mind:

I'm sure there are many other things that you could work on. If you're interested in something that's already being worked on, maybe talk to the person doing the work, to check if they need help or someone to take over.

docbrown commented 6 years ago

@hannobraun I put together a generic SVD from the reference manual. There were some parts that I had trouble mapping into the SVD model and some features were missing from svd2rust at the time.

I ended up continuing my project in C, so I probably won't be updating the SVD in the foreseeable future. Feel free to do whatever you want with it.

hannobraun commented 6 years ago

@docbrown Thank you!

bkchr commented 6 years ago

@hannobraun thanks for your detailed listing. There should definitely be something for me.