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:
parent
4235efc7bd
commit
816acb9f0f
|
@ -63,7 +63,7 @@ Similarly to how you would for real HW, you can do:
|
|||
|
||||
.. zephyr-app-commands::
|
||||
:zephyr-app: samples/bluetooth/broadcast_audio_sink/
|
||||
:board: nrf5340bsim_nrf5340_cpuapp
|
||||
:board: nrf5340bsim/nrf5340/cpuapp
|
||||
:goals: build
|
||||
:west-args: --sysbuild
|
||||
|
||||
|
|
|
@ -62,7 +62,7 @@ Similarly to how you would for real HW, you can do:
|
|||
|
||||
.. zephyr-app-commands::
|
||||
:zephyr-app: samples/bluetooth/broadcast_audio_source/
|
||||
:board: nrf5340bsim_nrf5340_cpuapp
|
||||
:board: nrf5340bsim/nrf5340/cpuapp
|
||||
:goals: build
|
||||
:west-args: --sysbuild
|
||||
|
||||
|
|
|
@ -60,7 +60,7 @@ Similarly to how you would for real HW, you can do:
|
|||
|
||||
.. zephyr-app-commands::
|
||||
:zephyr-app: samples/bluetooth/public_broadcast_sink/
|
||||
:board: nrf5340bsim_nrf5340_cpuapp
|
||||
:board: nrf5340bsim/nrf5340/cpuapp
|
||||
:goals: build
|
||||
:west-args: --sysbuild
|
||||
|
||||
|
|
|
@ -60,7 +60,7 @@ Similarly to how you would for real HW, you can do:
|
|||
|
||||
.. zephyr-app-commands::
|
||||
:zephyr-app: samples/bluetooth/public_broadcast_source/
|
||||
:board: nrf5340bsim_nrf5340_cpuapp
|
||||
:board: nrf5340bsim/nrf5340/cpuapp
|
||||
:goals: build
|
||||
:west-args: --sysbuild
|
||||
|
||||
|
|
|
@ -78,6 +78,6 @@ Building for a simulated nrf5340bsim
|
|||
|
||||
.. zephyr-app-commands::
|
||||
:zephyr-app: samples/bluetooth/unicast_audio_client/
|
||||
:board: nrf5340bsim_nrf5340_cpuapp
|
||||
:board: nrf5340bsim/nrf5340/cpuapp
|
||||
:goals: build
|
||||
:west-args: --sysbuild
|
||||
|
|
|
@ -84,7 +84,7 @@ Building the application for the simulated nrf5340bsim
|
|||
.. zephyr-app-commands::
|
||||
:zephyr-app: samples/boards/nrf/nrf53_sync_rtc
|
||||
:host-os: unix
|
||||
:board: nrf5340bsim_nrf5340_cpuapp
|
||||
:board: nrf5340bsim/nrf5340/cpuapp
|
||||
:goals: build
|
||||
:west-args: --sysbuild
|
||||
|
||||
|
|
|
@ -67,7 +67,7 @@ Building the application for the simulated nrf5340bsim
|
|||
.. zephyr-app-commands::
|
||||
:zephyr-app: samples/drivers/mbox/
|
||||
:host-os: unix
|
||||
:board: nrf5340bsim_nrf5340_cpuapp
|
||||
:board: nrf5340bsim/nrf5340/cpuapp
|
||||
:goals: build
|
||||
:west-args: --sysbuild
|
||||
|
||||
|
|
Loading…
Reference in a new issue