Skip to content

Commit 773c40d

Browse files
committed
README: west and module info
1 parent 8b7465d commit 773c40d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ Rust on Zephyr RTOS
33

44
Overview
55
********
6-
Zephyr_ project template for building a cargo project and linking it into a Zephyr image.
6+
Zephyr_ module for building a cargo project and linking it into a Zephyr image.
7+
Add this directory to ZEPHYR_MODULES to build a Cargo library project (located
8+
in the Zephyr app's source directory by default) and link it into the Zephyr
9+
app.
710

811
.. _Zephyr: https://github.com/zephyrproject-rtos/zephyr
912

@@ -47,6 +50,11 @@ Acquire Zephyr source, export ZEPHYR_BASE, and source the Zephyr env script.
4750
export ZEPHYR_BASE=$HOME/src/zephyr
4851
. $ZEPHYR_BASE/zephyr-env.sh
4952
53+
Install Zephyr's "West" build tool. Needed for ZEPHYR_MODULES support.
54+
55+
.. code-block:: console
56+
pip3 install --user west
57+
5058
Rust toolchain
5159
==============
5260

0 commit comments

Comments
 (0)