Lines Matching +full:west +full:- +full:commands
1 .. zephyr:code-sample:: psa_its
3 :relevant-api: psa_secure_storage
11 …orage (ITS) API <https://arm-software.github.io/psa-api/storage/1.0/overview/architecture.html#the…
12 which is part of the `PSA Secure Storage API <https://arm-software.github.io/psa-api/storage/>`_,
34 .. tab:: TF-M
36 For board targets with TF-M:
38 .. zephyr-app-commands::
39 :zephyr-app: samples/psa/its
40 :tool: west
43 :west-args: -T sample.psa.its.tfm
47 For board targets without TF-M.
51 .. zephyr-app-commands::
52 :zephyr-app: samples/psa/its
53 :tool: west
56 :west-args: -T sample.psa.its.secure_storage.entropy_driver
60 .. zephyr-app-commands::
61 :zephyr-app: samples/psa/its
62 :tool: west
65 :west-args: -T sample.psa.its.secure_storage.entropy_not_secure
67 To flash it, see :ref:`west-flashing`.