From 89e5391ef3a8aef3610d440304084bca52aa85c5 Mon Sep 17 00:00:00 2001 From: James Roy Date: Sat, 28 Feb 2026 20:05:13 +0800 Subject: [PATCH] Add a link to Rust for Zephyr Add the link of `Rust For Zephyr` in the `##Interoperability with RTOSs` section of the `interoperability` chapter. Signed-off-by: James Roy --- src/interoperability/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/interoperability/index.md b/src/interoperability/index.md index 267bd678..198b5525 100644 --- a/src/interoperability/index.md +++ b/src/interoperability/index.md @@ -58,6 +58,10 @@ We are collecting examples and use cases for this on our issue tracker in Integrating Rust with an RTOS such as FreeRTOS or ChibiOS is still a work in progress; especially calling RTOS functions from Rust can be tricky. +Currently, the following projects publicly support Rust<->RTOS interoperability: + +* [Zephyr Project](https://docs.zephyrproject.org/latest/develop/languages/rust/index.html) + We are collecting examples and use cases for this on our issue tracker in [issue #62].