From 816acb9f0f9b24b3683e67076fc7bac373f9afec Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Tue, 19 Mar 2024 10:45:48 +0100 Subject: [PATCH] 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 --- samples/bluetooth/broadcast_audio_sink/README.rst | 2 +- samples/bluetooth/broadcast_audio_source/README.rst | 2 +- samples/bluetooth/public_broadcast_sink/README.rst | 2 +- samples/bluetooth/public_broadcast_source/README.rst | 2 +- samples/bluetooth/unicast_audio_client/README.rst | 2 +- samples/boards/nrf/nrf53_sync_rtc/README.rst | 2 +- samples/drivers/mbox/README.rst | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/samples/bluetooth/broadcast_audio_sink/README.rst b/samples/bluetooth/broadcast_audio_sink/README.rst index 3c2d8d39d17..5c837c1652c 100644 --- a/samples/bluetooth/broadcast_audio_sink/README.rst +++ b/samples/bluetooth/broadcast_audio_sink/README.rst @@ -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 diff --git a/samples/bluetooth/broadcast_audio_source/README.rst b/samples/bluetooth/broadcast_audio_source/README.rst index 515eb64177e..67b576d4046 100644 --- a/samples/bluetooth/broadcast_audio_source/README.rst +++ b/samples/bluetooth/broadcast_audio_source/README.rst @@ -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 diff --git a/samples/bluetooth/public_broadcast_sink/README.rst b/samples/bluetooth/public_broadcast_sink/README.rst index 2ec0e41e7e5..6be21803d94 100644 --- a/samples/bluetooth/public_broadcast_sink/README.rst +++ b/samples/bluetooth/public_broadcast_sink/README.rst @@ -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 diff --git a/samples/bluetooth/public_broadcast_source/README.rst b/samples/bluetooth/public_broadcast_source/README.rst index d0d1cf44afa..7d7a5852198 100644 --- a/samples/bluetooth/public_broadcast_source/README.rst +++ b/samples/bluetooth/public_broadcast_source/README.rst @@ -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 diff --git a/samples/bluetooth/unicast_audio_client/README.rst b/samples/bluetooth/unicast_audio_client/README.rst index 19e7cdf8679..67087dfdfcc 100644 --- a/samples/bluetooth/unicast_audio_client/README.rst +++ b/samples/bluetooth/unicast_audio_client/README.rst @@ -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 diff --git a/samples/boards/nrf/nrf53_sync_rtc/README.rst b/samples/boards/nrf/nrf53_sync_rtc/README.rst index 7d2a2945ffc..0f5cfb574f7 100644 --- a/samples/boards/nrf/nrf53_sync_rtc/README.rst +++ b/samples/boards/nrf/nrf53_sync_rtc/README.rst @@ -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 diff --git a/samples/drivers/mbox/README.rst b/samples/drivers/mbox/README.rst index e4ab895ade4..9adcd697c3e 100644 --- a/samples/drivers/mbox/README.rst +++ b/samples/drivers/mbox/README.rst @@ -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