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 <david.brown@linaro.org>
This commit is contained in:
parent
883d9e3a6c
commit
46aa9d7c49
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue