Skip to content

Commit 46aa9d7

Browse files
d3zd3znashif
authored andcommitted
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 <[email protected]>
1 parent 883d9e3 commit 46aa9d7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

submanifests/optional.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ manifest:
3333
remote: upstream
3434
groups:
3535
- optional
36+
- name: zephyr-lang-rust
37+
revision: d2734f48d3ab1dbf584a936b2a05ece7bf0904f5
38+
path: modules/lang/rust
39+
remote: upstream
40+
groups:
41+
- optional
3642
- name: sof
3743
revision: 368c944b4c9b5a9e1b5111fa0f62815fd2faa96c
3844
path: modules/audio/sof

0 commit comments

Comments
 (0)