Skip to content

Commit 0b22f46

Browse files
committed
doc: boards: Align native_sim to zephyr-board
See upstream commit 6de770291092178058bf3652a5221d32b4e8e078. Signed-off-by: Carles Cufi <[email protected]>
1 parent 58b021b commit 0b22f46

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

doc/nrf/releases_and_maturity/releases/release-notes-2.7.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ Networking samples
845845
------------------
846846

847847
* Updated the networking samples to support import of certificates in valid PEM formats.
848-
* Removed QEMU x86 emulation support and added support for the :ref:`native simulator <zephyr:native_sim>` board.
848+
* Removed QEMU x86 emulation support and added support for the :zephyr:board:`native simulator <native_sim>` board.
849849

850850
* :ref:`mqtt_sample` sample:
851851

doc/nrf/releases_and_maturity/releases/release-notes-2.9.0-nRF54H20-1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ IDE, OS, and tool support
113113
Board support
114114
=============
115115

116-
* Updated various tests and samples to use Zephyr's :ref:`native simulator <zephyr:native_sim>` instead of Zephyr's native POSIX for :ref:`running_unit_tests`.
116+
* Updated various tests and samples to use Zephyr's :zephyr:board:`native simulator <native_sim>` instead of Zephyr's native POSIX for :ref:`running_unit_tests`.
117117
This mirrors the deprecation of ``native_posix`` in Zephyr.
118118
Support for ``native_posix`` will be removed in Zephyr with the v4.2 release.
119119
In the |NCS|, it will be removed once Zephyr v4.2 is upmerged to sdk-nrf.

doc/nrf/releases_and_maturity/releases/release-notes-2.9.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ IDE, OS, and tool support
141141
Board support
142142
=============
143143

144-
* Updated various tests and samples to use Zephyr's :ref:`native simulator <zephyr:native_sim>` instead of Zephyr's native POSIX for :ref:`running_unit_tests`.
144+
* Updated various tests and samples to use Zephyr's :zephyr:board:`native simulator <native_sim>` instead of Zephyr's native POSIX for :ref:`running_unit_tests`.
145145
This mirrors the deprecation of ``native_posix`` in Zephyr.
146146
Support for ``native_posix`` will be removed in Zephyr with the v4.2 release.
147147
In the |NCS|, it will be removed once Zephyr v4.2 is upmerged to sdk-nrf.

doc/nrf/test_and_optimize/test_framework/running_unit_tests.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To generate the test project and run the unit tests, locate the directory with t
3131
3232
<Zephyr_path>/scripts/twister -T .
3333
34-
This command will generate the test project and run it for :ref:`zephyr:native_sim` and ``qemu_cortex_m3`` boards.
34+
This command will generate the test project and run it for :zephyr:board:`native_sim` and ``qemu_cortex_m3`` boards.
3535
If you want to specify a board target, use the ``-p`` parameter and specify the *board_target*.
3636
For example, to run the unit test on ``qemu_cortex_m3``, use the following command:
3737

@@ -45,7 +45,7 @@ To generate the test project and run the unit tests, locate the directory with t
4545
4646
<Zephyr_path>/scripts/twister -T .
4747
48-
This command will generate the test project and run it for :ref:`zephyr:native_sim` and ``qemu_cortex_m3`` boards.
48+
This command will generate the test project and run it for :zephyr:board:`native_sim` and ``qemu_cortex_m3`` boards.
4949
If you want to specify a board target, use the ``-p`` parameter and specify the *board_target*.
5050
For example, to run the unit test on ``qemu_cortex_m3``, use the following command:
5151

@@ -61,7 +61,7 @@ To generate the test project and run the unit tests, locate the directory with t
6161
west build -b *board_target* -t run
6262
6363
The ``-t run`` parameter tells west to run the default test target.
64-
For example, to run the unit test on :ref:`zephyr:native_sim` board, use the following command:
64+
For example, to run the unit test on :zephyr:board:`native_sim` board, use the following command:
6565

6666
.. code-block:: console
6767

doc/nrf/test_and_optimize/test_framework/testing_unity_cmock.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The |NCS| provides support for writing tests using Unity and CMock.
1313
Support for CMock is integrated into Unity.
1414

1515
CMake automatically generates the required test runner file and the mock files.
16-
The test can be executed on the :ref:`zephyr:native_sim` board.
16+
The test can be executed on the :zephyr:board:`native_sim` board.
1717
For more information, see :ref:`running_unit_tests`.
1818

1919
Setting up a unit test

samples/cellular/nrf_cloud_multi_service/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ These overlays show all the Kconfig settings changes needed to properly disable
10681068
Building with native simulator
10691069
==============================
10701070

1071-
You can run this sample on the :ref:`zephyr:native_sim` target.
1071+
You can run this sample on the :zephyr:board:`native simulator <native_sim>` target.
10721072
This enables you to try out connectivity without the need for embedded hardware.
10731073
A Linux host or docker container is required to run the ``native_sim`` target.
10741074
Some setup is needed to connect the application to the network.

samples/net/aws_iot/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The sample supports the following development kits:
2424

2525
.. table-from-sample-yaml::
2626

27-
Additionally, the sample supports emulation using the :ref:`native simulator <zephyr:native_sim>`.
27+
Additionally, the sample supports emulation using the :zephyr:board:`native simulator <native_sim>`.
2828

2929
.. include:: /includes/tfm.txt
3030

@@ -217,7 +217,7 @@ To observe incoming messages in the AWS IoT console, follow the steps documented
217217
Emulation
218218
=========
219219

220-
The sample can run on the :ref:`native simulator <zephyr:native_sim>`, which simplifies development and testing and removes the need for hardware.
220+
The sample can run on the :zephyr:board:`native simulator <native_sim>`, which simplifies development and testing and removes the need for hardware.
221221
Before you build and run on the ``native_sim`` board, you need to perform the steps documented in :ref:`networking_with_native_sim`.
222222

223223
When these steps are completed, you can build and run the sample by using the following commands:

samples/net/mqtt/doc/description.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The sample supports the following development kits:
2020

2121
.. table-from-sample-yaml::
2222

23-
Additionally, the sample supports emulation using the :ref:`native simulator <zephyr:native_sim>`.
23+
Additionally, the sample supports emulation using the :zephyr:board:`native simulator <native_sim>`.
2424

2525
Overview
2626
*********
@@ -271,7 +271,7 @@ If this occurs, the sample's transport module has built-in reconnection logic th
271271
Emulation
272272
=========
273273

274-
The sample can be run in :ref:`native simulator <zephyr:native_sim>` that simplifies development and testing and removes the need for hardware.
274+
The sample can be run in :zephyr:board:`native simulator <native_sim>` that simplifies development and testing and removes the need for hardware.
275275
Before you can build and the run native simulator, you need to perform the steps included in this link: :ref:`networking_with_native_sim`.
276276

277277
When the aforementioned steps are completed, you can build and run the sample by using the following commands:

samples/net/udp/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The sample supports the following development kits:
2121

2222
.. table-from-sample-yaml::
2323

24-
Additionally, the sample supports emulation using the :ref:`native simulator <zephyr:native_sim>`.
24+
Additionally, the sample supports emulation using the :zephyr:board:`native simulator <native_sim>`.
2525

2626
Overview
2727
********

0 commit comments

Comments
 (0)