wg
wg copied to clipboard
Coordination repository of the embedded devices Working Group
CC @rust-embedded/cortex-a
LLD support for RISCV just landed upstream! https://github.com/llvm-mirror/lld/commit/9e54d159934e86f7a83c58ed21341bc89ff2bd2b https://github.com/riscv/riscv-lld/issues/1 - [x] Wait for rust's llvm/lld to be updated - [x] Test lld for the riscv target - [x] Enable it...
We would like to consider forming a team to be a public point of contact for potential business contacts. This could include any of the following: * Be the first...
As the market for embedded Rust expands, more developers involved with the Working Group will have a business interest in supporting and expanding the embedded Rust efforts. At the current...
Embedded development involves cross compilation and remote debugging; the Rust toolchain doesn't provide all the tools so you have to install external ones like: a cross linker (e.g. `arm-none-eabi-ld`), a...
## Problem Embedded targets typically do not target the same architectures that are readily available on CI services like Travis and developers machines, yet we would still like for CI...
I couldn't find pointers on how to support the embedded efforts in Rust via hardware donations or monetary support for projects and people. Not sure if this is the right...
I've got a pretty basic and still IMO fundamental question, and see no answer to that question. For any language to be useful for embedded programming one needs to have...
Ideally the development experience for the different embedded targets should be very similar so a user can easily transition from one target to the target instead of having to redo...
Hey all, Lately I have been thinking about how we can increase the discoverability of the embedded ecosystem (tooling, crates, documentation, etc.). Part of that effort is making it easier...