blob: 56cb0de35e76db4615fa6c5aff018a4b16866404 [file] [log] [blame]
Pigweed samples and tests
##################
Setting up:
.. code-block:: console
$ west init -l manifest
$ west update
$ pip install -r zephyr/scripts/requirements.txt
$ . bootstrap.sh
Running the RPC sample:
.. code-block:: console
$ west build -b native_posix -p -t run samples/pw_rpc/
Test everything under samples/:
.. code-block:: console
$ ./zephyr/scripts/twister -v -c -p native_posix --coverage -T samples/