blob: 382053eb07283c643d9c25a592ffc0237ab95c0b [file] [log] [blame]
Pigweed samples and tests
##################
Setting up:
.. code-block:: console
$ pip install pigweed
$ west init -l zephyr
$ west update
$ pip install -r zephyr/scripts/requirements.txt
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/