samples: smbus: Update documentation

Update README.rst for smbus sample.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
Andrei Emeltchenko 2023-08-16 14:08:58 +03:00 committed by Anas Nashif
parent ed61709405
commit 05afc13f5f
1 changed files with 4 additions and 2 deletions

View File

@ -12,7 +12,9 @@ driver supported exploring the SMBus communication with peripheral devices.
Building and Running
********************
This project can be built and executed on as follows:
This sample can be found under :zephyr_file:`samples/drivers/smbus` in the
Zephyr tree.
The sample can be built and run as follows for the ``qemu_x86_64`` board:
.. zephyr-app-commands::
:zephyr-app: zephyr/samples/drivers/smbus
@ -22,7 +24,7 @@ This project can be built and executed on as follows:
:compact:
Sample Output
=============
*************
Output from console when application started::