From 46aa9d7c49bd819ebbbeb14f33697705e41eaea9 Mon Sep 17 00:00:00 2001 From: David Brown Date: Wed, 11 Sep 2024 13:48:49 -0600 Subject: [PATCH] manifest: Add rust lang module Add zephyr-lang-rust as an optional module. This module brings in support for writing applications in Zephyr using the Rust programming language. At this point, the integration supports: - Building applications with Rust support. - CI testing of samples and tests from the rust module (twister functionality already present). Still to do is adding documentation to the Zephyr docs with an overview of Rust support as well as the generation of the rustdoc docs. Signed-off-by: David Brown --- submanifests/optional.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/submanifests/optional.yaml b/submanifests/optional.yaml index 8ce432a86d0..93807729bc4 100644 --- a/submanifests/optional.yaml +++ b/submanifests/optional.yaml @@ -33,6 +33,12 @@ manifest: remote: upstream groups: - optional + - name: zephyr-lang-rust + revision: d2734f48d3ab1dbf584a936b2a05ece7bf0904f5 + path: modules/lang/rust + remote: upstream + groups: + - optional - name: sof revision: 368c944b4c9b5a9e1b5111fa0f62815fd2faa96c path: modules/audio/sof