From a8b38b425c2ba918e174e79067de35b980dd4337 Mon Sep 17 00:00:00 2001 From: Tobias Kaupat Date: Fri, 15 May 2020 19:45:12 +0200 Subject: [PATCH] Add FreeRTOS-rust --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ae63c14..b3a8eb6 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,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. - [Tock](https://www.tockos.org) An embedded operating system designed for running multiple concurrent, mutually distrustful applications on low-memory and low-power microcontrollers ### Real-time tools