From ae850f392339c15ed1ad5aa30fcbd8837d4bb9e5 Mon Sep 17 00:00:00 2001 From: chrysn Date: Tue, 11 Jan 2022 20:43:57 +0100 Subject: [PATCH] Add RIOT to RTOS list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 469c169..8d6e3cc 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,7 @@ In 2018 the Rust community created an embedded working group to help drive adopt - [Drone OS](https://drone-os.github.io) An Embedded Operating System for writing real-time applications in Rust. - [FreeRTOS.rs](https://github.com/hashmismatch/freertos.rs) Rust interface for the FreeRTOS API - [FreeRTOS-rust](https://github.com/lobaro/FreeRTOS-rust) Rust interface for FreeRTOS with Rust entry point and build support crate. +- [RIOT-OS](https://doc.riot-os.org/using-rust.html) directly supports applications written in Rust, both in terms of build system integration and by having safe and idiomatic wrappers. - [Tock](https://www.tockos.org) An embedded operating system designed for running multiple concurrent, mutually distrustful applications on low-memory and low-power microcontrollers - [Hubris](https://github.com/oxidecomputer/hubris) A real-time operating systems built by Oxide Computer to run the Service Controller processor in the mainboards of their rack-mount servers.