Introducing Ariel OS - an embedded library OS for small MCUs
from kaspar@programming.dev to rust@programming.dev on 01 Apr 11:30
https://programming.dev/post/27874847

We’re very happy to announce the first release of Ariel OS, an embedded Rust library OS. Ariel OS runs on small MCUs like nRF5x, RP2xxx, STM32 and ESP32. It is based on Embassy, and turns that into a full-blown RTOS, with preemptive multi-core scheduling and many OS-like conveniences.

We believe it offers a new combination of features that might be interesting:

What we’re working on right now or very soon:

We’re at the beginning, but think that Ariel OS might already be useful to many of you, especially for reducing boiler plate and getting started more quickly.

Let us know what you think!

Join us on Matrix in #ariel-os:matrix.org.

intro about Ariel OS

#rust

threaded - newest

FizzyOrange@programming.dev on 01 Apr 20:01 next collapse

Sounds awesome. Good luck!

Chaphasilor@feddit.nl on 01 Apr 21:05 collapse

That sounds good! Tried embedded Rust on an ESP32 about 1.5 years ago and it was still a bit of a pain. So it’s good to see options like this that seem to focus on DX!

chrysn@programming.dev on 02 Apr 08:14 collapse

While we’ve spent quite some effort in Ariel to get ESP to run as smoothly as everything else, large parts of the credit for making that simpler go Espressif, who are putting a lot of effort into making this easy to use despite their weird architecture. In particular, for the RISC-V based ESPs that are supported, Ariel doesn’t need any special setup any more at all. (Even the binary blobs are pulled in automatically, which to me personally is a sore point, but does make things convenient; I hope we can integrate the reverse-engineered Wi-Fi rather sooner than later.)