Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1a49726

Browse files
committedFeb 27, 2025·
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/
1 parent 2027bc3 commit 1a49726

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ specifically endorsed or reviewed for accuracy or quality by the Embedded Workin
214214
- [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.
215215
- [Tock](https://www.tockos.org) An embedded operating system designed for running multiple concurrent, mutually distrustful applications on low-memory and low-power microcontrollers
216216
- [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.
217+
- [Zephyr](https://docs.zephyrproject.org/latest/develop/languages/rust/index.html) An embedded RTOS, written in C, with support for writing applications in Rust.
217218

218219
### Real-time tools
219220

0 commit comments

Comments
 (0)
Please sign in to comment.