Posts

No Hardware? No Problem!

To facilitate your workflows, Ariel OS can be built to run natively on your PC, as described in the book entry on native target. We are currently working on adding functionalities for networking to the native port.

To complement this, and to further facilitate reproducible experiments on popular microcontroller hardware, you can also consider building Ariel OS to run it on a popular open-access testbed: Slices IoT-LAB which provides bare-metal access to various types of boards. To test that, you can follow this guide.

New Ariel OS Release Builds with Stable Rust

We’ve completed an important milestone: Ariel OS can now be built using the stable version of the Rust compiler. From the just-released version 0.2 on, you can just use any future RustLang compiler to build your embedded microcontroller project. Check out our second release on GitHub.

Ariel OS Logo

We have a shiny logo now!

Initial Ariel OS Release

Hurray! We just published our first 0.1 release, with which we already enable building portable multi-core applications on Cortex-M, RISC-V and ESP32 devices, using different link-layer and application layer networking protocols, including out-of-the-box secure communication. Our Github has all the links to examples, manual and API docs. Check out the code of our intial release.