| 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/ |