Skip to content

Commit f5a349f

Browse files
fkokosinskicfriedt
authored andcommitted
scripts: move zaru.py to a separate directory
This commit moves the `zaru.py` script to `scripts/instrumentation`, and adjusts references to the script in other places. Signed-off-by: Filip Kokosinski <[email protected]>
1 parent 8f60b74 commit f5a349f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

samples/subsys/instrumentation/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,18 @@ Alternatively you can run this using QEMU:
4040

4141
After the sample is flashed to the target (or QEMU is running), it must be possible to
4242
collect and visualize traces and profiling info using the instrumentation CLI
43-
tool, :zephyr_file:`scripts/zaru.py`.
43+
tool, :zephyr_file:`scripts/instrumentation/zaru.py`.
4444

4545
.. note::
4646
Please note, that this subsystem uses the ``retained_mem`` driver, hence it's necessary
4747
to add the proper devicetree overlay for the target board. See
4848
:zephyr_file:`./samples/subsys/instrumentation/boards/mps2_an385.overlay` for an example.
4949

5050
Connect the board's UART port to the host device and
51-
run the :zephyr_file:`scripts/zaru.py` script on the host.
51+
run the :zephyr_file:`scripts/instrumentation/zaru.py` script on the host.
5252

5353
Source the :zephyr_file:`zephyr-env.sh` file to set the ``ZEPHYR_BASE`` variable and get
54-
:zephyr_file:`scripts/zaru.py` in your PATH:
54+
:zephyr_file:`scripts/instrumentation/zaru.py` in your PATH:
5555

5656
.. code-block:: console
5757
File renamed without changes.

0 commit comments

Comments
 (0)