embassy: Modern embedded framework, using Rust and async

38 points by marcecoll


landon

I have used this, it's excellent. I love how I can split event loops.

I was really impressed by the tooling and the fact that it works the same on linux and windows. It'd been awhile since I'd done embedded dev, but last I tried, nothing was consistent and many things required windows only GUI tools. And what CLI tools did exist were quirky and unergonomic.

Psentee

Wondering how Embassy's runtime compares with RTIC nowadays – I have used RTIC a couple years ago for some small Teensy projects, its main idea of using interrupts to drive preemptive multitasking was really neat.