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