not-yet-awesome-embedded-rust icon indicating copy to clipboard operation
not-yet-awesome-embedded-rust copied to clipboard

A collection of items that are not yet awesome in Embedded Rust

Results 9 not-yet-awesome-embedded-rust issues
Sort by recently updated
recently updated
newest added

The Bluetooth landscape for Rust, especially embedded Rust, is very patchwork and it's preventing awesome projects like rs-matter from taking off by having a clear path to support BLE advertising/discovery...

## No GUI, suitable for embedded use on small SOC-s Currently there are no complete solutions, suitable to create modern interfaces on "small" devices (like 8-16K RAM + 64-128K Flash)....

Seems like this device would already have support but didn't see in the current awesome list. Would be nice to see examples and such like RPi and ESP32. Thanks

A Rust-based platform in PlatformIO could help to popularize Rust among embedded systems engineers.

Currently not-awesome, a lack of a rust bootloader using image signing with dfu support. Perhaps re-using mcuboot is the right thing to do.

Thanks for submitting! ## Category Is this PR a: - [x] New Not Yet Awesome item? - [ ] A WIP project addressing an open item? - [ ] Removing...

S-waiting-on-review
T-resources

I'm hot sure how to post request right, so posting to issue, according to template. Correct me, if i do something wrong. --- ## No i18n (gettext), suitable for embedded...

This list hasn't seen meaningful updates in several years and many of the problems it lists are quite well solved now, so it's not clear to me that having it...

I've recently been looking at https://github.com/jamesmunns/postcard and https://github.com/jamesmunns/postcard-rpc for MCU communication over the wire, and it looks quite compelling for many use-cases. I don't know if this fully addresses the...