Skip to content

Commit 6e02662

Browse files
greg-fergithub-actions[bot]
authored andcommitted
doc: 21540ek_dev_guide typos
Fixed typos and style in 21540ek_dev_guide.rst. NCSDK-NONE. Requested by @umapraseeda. Signed-off-by: Grzegorz Ferenc <[email protected]> (cherry picked from commit 621627e)
1 parent a60a5fe commit 6e02662

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/nrf/app_dev/device_guides/fem/21540ek_dev_guide.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,22 +51,22 @@ When building for a board with an additional network core, like the nRF5340, add
5151
west build -b nrf5340dk/nrf5340/cpuapp -- -DSHIELD=nrf21540ek
5252
5353
In this case, the sysbuild will pass the *SHIELD=nrf21540ek* variable to all images that are built by the command.
54-
The build system will pick automatically appropriate overlay and configuration files for images for each core.
54+
The build system will automatically pick appropriate overlay and configuration files for images for each core.
5555
Please note that the files are different for each of the cores.
56-
For the application core the overlay containing forwarding the FEM pins to the network core will be used.
57-
For the network core the overlay enabling nRF21540 FEM on the network core will be used.
58-
In case the application contains additional images for which the *SHIELD* variable should not be passed, you must pass manually the *SHIELD* variable to each relevant image build separately.
56+
For the application core, the overlay containing forwarding of the FEM pins to the network core will be used.
57+
For the network core, the overlay enabling nRF21540 FEM on the network core will be used.
58+
In case the application contains additional images for which the *SHIELD* variable should not be passed, you must manually pass the *SHIELD* variable to each relevant image build separately.
5959

6060
.. code-block:: console
6161
6262
west build -b nrf5340dk/nrf5340/cpuapp -- -D<app_name_image>_SHIELD=nrf21540ek -Dipc_radio_SHIELD=nrf21540ek
6363
64-
In this case the *SHIELD=nrf21540ek* will be passed to the build of the *app_image_name* image for the application core.
65-
The build system will pick automatically an overlay file containing forwarding the FEM pins to the network core.
64+
In this case, the *SHIELD=nrf21540ek* will be passed to the build of the *app_image_name* image for the application core.
65+
The build system will automatically pick an overlay file containing forwarding of the FEM pins to the network core.
6666
The *SHIELD=nrf21540ek* variable will be passed to the build of the ``ipc_radio`` image for the network core.
67-
The build system will pick automatically an overlay file enabling nRF21540 FEM on the network core.
67+
The build system will automatically pick an overlay file enabling nRF21540 FEM on the network core.
6868

69-
In this command, the ``ipc_radio`` image us used as default and builds the network core image with support for the combination of 802.15.4 and Bluetooth.
69+
In this command, the ``ipc_radio`` image is used as default and builds the network core image with support for the combination of 802.15.4 and Bluetooth.
7070
The ``ipc_radio`` has been used since the build system migration to sysbuild.
7171
See :ref:`Migrating to sysbuild <child_parent_to_sysbuild_migration>` page.
7272
Setting the correct sysbuild option enables support for 802.15.4 and Bluetooth :ref:`ipc_radio`.
@@ -75,7 +75,7 @@ Setting the correct sysbuild option enables support for 802.15.4 and Bluetooth :
7575
You can configure your application using the following sysbuild configurations:
7676

7777
* ``SB_CONFIG_NETCORE_IPC_RADIO=y`` for applications having support for 802.15.4, but not for Bluetooth.
78-
* ``SB_CONFIG_NETCORE_IPC_RADIO_BT_HCI_IPC=y`` for application having support for Bluetooth, but not for 802.15.4.
78+
* ``SB_CONFIG_NETCORE_IPC_RADIO_BT_HCI_IPC=y`` for applications having support for Bluetooth, but not for 802.15.4.
7979
* ``SB_CONFIG_NETCORE_IPC_RADIO=y`` and ``SB_CONFIG_NETCORE_IPC_RADIO_BT_HCI_IPC=y`` for multiprotocol applications having support for both 802.15.4 and Bluetooth.
8080

8181

0 commit comments

Comments
 (0)