Skip to content

Commit

Permalink
documentation: samples: smp: Fix pathname for SMP sample examples
Browse files Browse the repository at this point in the history
SMP sample applications are located in the 'arch' directory.
This patch fixes the pathname for SMP sample examples.

Signed-off-by: Kumar Amit Mehta <[email protected]>
  • Loading branch information
KumarAmitMehta authored and nashif committed Mar 27, 2023
1 parent c5fbcc4 commit ccd88a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/arch/smp/pi/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ required for all the calculation to be done. It can be built and executed
on Synopsys ARC HSDK board as follows:

.. zephyr-app-commands::
:zephyr-app: samples/smp/pi
:zephyr-app: samples/arch/smp/pi
:host-os: unix
:board: qemu_x86_64
:goals: run
Expand Down
2 changes: 1 addition & 1 deletion samples/arch/smp/pktqueue/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ This project outputs total time required for processing all packet headers.
It can be built and executed on QEMU as follows:

.. zephyr-app-commands::
:zephyr-app: samples/smp_pktqueue
:zephyr-app: samples/arch/smp/pktqueue
:host-os: unix
:board: qemu_x86_64
:goals: run
Expand Down

0 comments on commit ccd88a4

Please sign in to comment.