You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Copy file name to clipboardExpand all lines: doc/nrf/app_dev/device_guides/fem/21540ek_dev_guide.rst
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,22 +51,22 @@ When building for a board with an additional network core, like the nRF5340, add
51
51
west build -b nrf5340dk/nrf5340/cpuapp -- -DSHIELD=nrf21540ek
52
52
53
53
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.
55
55
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.
59
59
60
60
.. code-block:: console
61
61
62
62
west build -b nrf5340dk/nrf5340/cpuapp -- -D<app_name_image>_SHIELD=nrf21540ek -Dipc_radio_SHIELD=nrf21540ek
63
63
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.
66
66
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.
68
68
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.
70
70
The ``ipc_radio`` has been used since the build system migration to sysbuild.
71
71
See :ref:`Migrating to sysbuild <child_parent_to_sysbuild_migration>` page.
72
72
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 :
75
75
You can configure your application using the following sysbuild configurations:
76
76
77
77
* ``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.
79
79
* ``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.
0 commit comments