wg icon indicating copy to clipboard operation
wg copied to clipboard

Coordination repository of the embedded devices Working Group

Results 104 wg issues
Sort by recently updated
recently updated
newest added

Im not sure this is the correct place for this, but im sure this issue has crept up for more here than just me. Rust has a wonderful eco-system and...

We have several crates that only support linking a single version of them into a crate graph. These crates include: * All -rt crates, so `cortex-m-rt`, `riscv-rt`, `msp430-rt`, ... *...

This is the tracking issue for the Mutex trait RFC #377, the following questions need to be ironed out before the RFC is implemented: 1. - [x] Decide on crate...

in-progress
T-all

I released a crate- [rust_gpiozero](https://crates.io/crates/rust_gpiozero) which is a Rust implementation of the python [gpiozero](https://gpiozero.readthedocs.io/en/stable/) library. The idea of having such a library is to get more people started with the...

Hey all, Has anyone looked at / worked out how to build generic HALs / driver libraries that work across a family of cores instead of writing a peripheral implementation...

Remove mutex implementation from `bare-metal` and add new to arch specific crates. - cortex-m https://github.com/rust-embedded/cortex-m/pull/209 - risc-v - msp430 - more?

In the meeting on 2020-03-24 (and in previous meetings), we discussed the following items: 1. we have a number of members which are inactive, which sometimes makes voting difficult 2....

As per https://github.com/rust-embedded/wg/pull/24#issuecomment-464469319_, I'm opening a new issue. The current recommendation for making custom linker scripts is to create a `.cargo/config` file and add a reference to the linker script...

I am newbie with Rust, but i am work on hardware/IoT over 5 years. Some of my friends, who work on internet company, they don't have hardware background. But still...