wg
wg copied to clipboard
Coordination repository of the embedded devices Working Group
`-rt` crates like [`cortex-m-rt`](https://github.com/rust-embedded/cortex-m-rt/) provide linker scripts with sections and common symbol names that can be used by applications and tooling. In order for such tooling to be portable across...
I recently started down a rabbit hole of creating my own abstraction over `embedded-hal` that makes it easy to mix and match various dev boards. My initial use-case has been...
given we have a set of foundational crates depended on by practically the whole ecosystem (like https://github.com/rust-embedded/embedded-hal/), the risk of changes to these foundational crates causing large volumes of annoyance...
## Summary Create a team dedicated to growing the embedded crate ecosystem. ## Team tasks This team will - Develop guidelines for library design and application development - Review, and...
Heya folks, As part of the [2019 Embedded-wg Wishlist](https://github.com/rust-embedded/wg/issues/256) I've opened a PR to move `sqrt` from `std` into `core`: https://github.com/rust-lang/rust/pull/63455 However, a current blocker is to make sure that...
There are quite a few ways to do testing in embedded development. This [blog post] by @jamesmunns does a great job at describing the different approaches. [blog post]: https://jamesmunns.com/update/2017/05/07/hardware-ci-overview.html Right...
- https://lcsc.com/search?q=gd32f3 (sort by price) - http://www.gigadevice.com/products/microcontrollers/gd32/ (see selection guide pdf) While exact clones of stm32 are not anything special (~ similar price), Giga Devices has "value line" - GD32F330...
Would it be possible to use the [LLVM C Backend](/JuliaComputing/llvm-cbe) to generate code for architectures that currently don't have LLVM support, like Xtensa? I've made some PRs there to try...
The AVR fork can now fully compile libcore to machine code in all the programs we've tested. It is unclear if there are other, yet unexercised parts of `libcore` that...
This issue is a place to track broadening the Rust embedded ecosystem by tracking various papercuts that will hit users, especially new ones (both to embedded and Rust), when they...