From 1a497269403ccc50bec06c5a251f980fa41f1115 Mon Sep 17 00:00:00 2001 From: David Brown Date: Thu, 27 Feb 2025 08:12:29 -0700 Subject: [PATCH] Add information about Rust on Zephyr As of Zephyr 4.1, The Zephyr RTOS includes Rust support directly. The Zephyr project: https://zephyrproject.org/ Rust support repo: https://github.com/zephyrproject-rtos/zephyr-lang-rust/ --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c376297..ce644ea 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,7 @@ specifically endorsed or reviewed for accuracy or quality by the Embedded Workin - [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 system built by Oxide Computer to run the Service Controller processor in the mainboards of their rack-mount servers. +- [Zephyr](https://docs.zephyrproject.org/latest/develop/languages/rust/index.html) An embedded RTOS, written in C, with support for writing applications in Rust. ### Real-time tools