samples: docs: Correct nrf5340bsim hwmv1 naming to hwmv2

Replace the uses of the hwmv1 names in the samples documentation
with the corresponding hwmv2 ones.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2024-03-19 10:45:48 +01:00 committed by Carles Cufí
parent 4235efc7bd
commit 816acb9f0f
7 changed files with 7 additions and 7 deletions

View file

@ -63,7 +63,7 @@ Similarly to how you would for real HW, you can do:
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/bluetooth/broadcast_audio_sink/ :zephyr-app: samples/bluetooth/broadcast_audio_sink/
:board: nrf5340bsim_nrf5340_cpuapp :board: nrf5340bsim/nrf5340/cpuapp
:goals: build :goals: build
:west-args: --sysbuild :west-args: --sysbuild

View file

@ -62,7 +62,7 @@ Similarly to how you would for real HW, you can do:
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/bluetooth/broadcast_audio_source/ :zephyr-app: samples/bluetooth/broadcast_audio_source/
:board: nrf5340bsim_nrf5340_cpuapp :board: nrf5340bsim/nrf5340/cpuapp
:goals: build :goals: build
:west-args: --sysbuild :west-args: --sysbuild

View file

@ -60,7 +60,7 @@ Similarly to how you would for real HW, you can do:
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/bluetooth/public_broadcast_sink/ :zephyr-app: samples/bluetooth/public_broadcast_sink/
:board: nrf5340bsim_nrf5340_cpuapp :board: nrf5340bsim/nrf5340/cpuapp
:goals: build :goals: build
:west-args: --sysbuild :west-args: --sysbuild

View file

@ -60,7 +60,7 @@ Similarly to how you would for real HW, you can do:
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/bluetooth/public_broadcast_source/ :zephyr-app: samples/bluetooth/public_broadcast_source/
:board: nrf5340bsim_nrf5340_cpuapp :board: nrf5340bsim/nrf5340/cpuapp
:goals: build :goals: build
:west-args: --sysbuild :west-args: --sysbuild

View file

@ -78,6 +78,6 @@ Building for a simulated nrf5340bsim
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/bluetooth/unicast_audio_client/ :zephyr-app: samples/bluetooth/unicast_audio_client/
:board: nrf5340bsim_nrf5340_cpuapp :board: nrf5340bsim/nrf5340/cpuapp
:goals: build :goals: build
:west-args: --sysbuild :west-args: --sysbuild

View file

@ -84,7 +84,7 @@ Building the application for the simulated nrf5340bsim
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/boards/nrf/nrf53_sync_rtc :zephyr-app: samples/boards/nrf/nrf53_sync_rtc
:host-os: unix :host-os: unix
:board: nrf5340bsim_nrf5340_cpuapp :board: nrf5340bsim/nrf5340/cpuapp
:goals: build :goals: build
:west-args: --sysbuild :west-args: --sysbuild

View file

@ -67,7 +67,7 @@ Building the application for the simulated nrf5340bsim
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/drivers/mbox/ :zephyr-app: samples/drivers/mbox/
:host-os: unix :host-os: unix
:board: nrf5340bsim_nrf5340_cpuapp :board: nrf5340bsim/nrf5340/cpuapp
:goals: build :goals: build
:west-args: --sysbuild :west-args: --sysbuild