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
For |NCS| samples and applications, use the ``SB_CONFIG_NRF_DEFAULT_IPC_RADIO`` sysbuild configuration to enable the firmware instead of ``SB_CONFIG_NETCORE_IPC_RADIO`` (which should only be used for production).
109
+
For |NCS| samples and applications, use the :kconfig:option:`SB_CONFIG_NRF_DEFAULT_IPC_RADIO` sysbuild configuration to enable the firmware instead of :kconfig:option:`SB_CONFIG_NETCORE_IPC_RADIO` (which must only be used for production).
92
110
93
111
Configuration files
94
112
===================
@@ -106,7 +124,7 @@ The following files are available:
106
124
When you use sysbuild to build an application which uses the IPC radio firmware as the network or radio core image, the preceding configuration files are added automatically to the IPC radio firmware.
107
125
The selection of specific configuration files is determined by the sysbuild Kconfig.
108
126
109
-
For instance, the ``SB_CONFIG_NETCORE_IPC_RADIO_IEEE802154`` Kconfig option enables the :file:`overlay-802154.conf` configuration file to be used with the IPC radio firmware.
127
+
For instance, the :kconfig:option:`SB_CONFIG_NETCORE_IPC_RADIO_IEEE802154` sysbuild Kconfig option enables the :file:`overlay-802154.conf` configuration file to be used with the IPC radio firmware.
0 commit comments