wg
wg copied to clipboard
Coordination repository of the embedded devices Working Group
This is a first draft of a general "social media ops" outline. CC #647. CC @adamgreig, @thejpster, @mygnu, I could use a hand with "how to mastodon"!
Following up from chat, we probably want to have some kind of presence on Mastodon/fediverse. The two main open questions: **Who is going to run it?** IMO (@jamesmunns): whoever runs...
I was trying to use embedded Rust for the first time in some real-life environment. I want to link my library written in Rust to existing C/C++ application. It uses...
We should probably track the upstream https://github.com/rust-lang/rust/issues/97146, to make sure to update docs to explicitly mention this. It *probably* just means updating the re-book and re-nomicon, but might have other...
Dear all, (Hope this is the right spot for this) Recently, I got my hands on a Calliope Mini (a board used in Germany to help elementary school students explore...
c.f. https://github.com/rust-embedded/wg/pull/419
### Triage(2018-08-20) The Cortex-M team has requested features to the cargo-generate folks. Implementation is blocked on cargo-generate gaining the features we need. --- [`cargo-generate`] is going to be the official...
With `thumbv6m_none_eabi` and similar targets, the `libc` crate does not compile because `c_char`, `c_long`, `c_ulong`, and `wchar_t` are not defined. This is issue https://github.com/rust-lang/libc/issues/375. We should fix this and add...
I'd like to request potentially making a port for PIC32MZ chips. I've got a device which we designed but I'm sick of the tool-chain (MPLAB + XC32) we use. I'd...
I've submitted an RFC (https://github.com/rust-lang/rfcs/pull/2725) that allows `#![no_std]` applications to use the target-feature detection macros, and customize the detection run-time. A For embedded devices, you often know all features available...