wg
wg copied to clipboard
Coordination repository of the embedded devices Working Group
Sorry... I tried searching everywhere but couldn't find anything. Is there a place where I can sign up to a WG mailing list? Also, the newsletters too. Thanks 🎉
The current implementation of the peripheral API generated by `svd2rust` is affected by bug [rust-lang/rust#55005]. The (hypothetical) observable effect of this bug on the `svd2rust` API is that LLVM may...
After attempting to use a collection of c and `*-sys` libraries in interesting `no_std` and cross-compiling contexts, it appears to me we have plenty of opportunity to, improve, the state...
We had an offer from @steveklabnik to host any of the embedded books we would like on the official doc.rust-lang.org bookshelf. Pros: * Greater visibility * Makes embedded look more...
At the EWG meeting 2019-10-15, we discussed providing guidance on how to use MSRVs. This should probably be added to https://github.com/rust-embedded/wg/blob/master/ops/msrv.md. The guidance should be around: * What authors of...
- Feature Name: Central Management of SVD to CSP process - Start Date: 2018-05-xx - RFC PR: - Rust Issue: # Summary [summary]: #summary I need to make this a...
Hi. I've started working on some [code](https://github.com/luqasz/flash) for flashing / reading AVR atmega chips. As for now I got working reading flash from atmega32. atmega2560 seems to be a bit...
There are two issues here. The first one I consider a (compiler) bug and the second one a missing feature. ### Panic strings kept in the binary Even when `panic_fmt`...
This is a list issues related to `#![no_std]` that embedded developers tend to encounter in practice. The main goal of this ticket is to make the portability WG aware of...
Of interest to this WG are some developments on [rust-random](https://github.com/rust-random), namely the new [getrandom](https://github.com/rust-random/getrandom) crate and plans to integrate it into `std`: https://github.com/rust-random/getrandom/issues/21 There's an open issue about `no_std` support...