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

I realized that the Rust survey team has the option to run "micro surveys" on behalf of Rust teams: https://github.com/rust-lang/surveys/blob/main/micro-surveys.md I wonder if it's worth us putting together a survey...

survey

[RFC3614](https://github.com/rust-lang/rfcs/blob/master/text/3614-project-goals.md) introduced "Project Goals" which are intended to steer the focus and "big picture" of work in the project. The initial batch of goals, "2024H2", have already been selected. Some...

This issue was already briefly discussed in matrix. https://matrix.to/#/!BHcierreUuwCMxVqOf:matrix.org/$7wPk8mbCr-l8k3nTCq4f6vCnEgj6LkYVZxkB7fiBxkI?via=matrix.org&via=catircservices.org&via=beeper.com --- Infineon is trying to improve the tooling to test Rust code on embedded devices (target) and on desktop (host). Running...

Currently, pointer provenance appears to make it entirely impossible to correctly initialize a memory section within rust code because linkers communicate with the application by setting the address of variables....

We have a team, "all", that is not managed by the rust-lang teams bots. All other teams have a toml that has a section like this: ```toml [[github]] orgs =...

Initially intended as a `Clock` rfc, my thoughts evolved while writing. Though this could be returned to a simple `Clock` RFC, a clock interface is nothing more than 1. Reading...

Up to now, we've handled targets with differing capabilities and ABI details by defining separate targets, such as `thumbv7m-none-eabi` and `thumbv7em-none-eabihf`. For Arm v6m and v7m targets (Cortex-M0 to Cortex-M7),...

It's been known since 2019 that having references to memory-mapped IO (for example the memory-mapped structs containing register fields used by svd2rust) could lead to UB because the compiler is...

Hi! I think it would be a good idea to transfer ownership of the [`accelerometer`](https://github.com/NeoBirth/accelerometer.rs) crate to the libs team. This crate is a nice abstraction for accelerometers, which simplifies...

Per https://github.com/rust-lang/compiler-team/issues/896, currently the following targets will be demoted to Tier 3 without new maintainers: aarch64-unknown-none aarch64-unknown-none-softfloat armv7a-none-eabi armv7r-none-eabi armv7r-none-eabihf armebv7r-none-eabi armebv7r-none-eabihf And the following target is already tier 3...