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
Copy file name to clipboardExpand all lines: doc/nrf/app_dev/config_and_build/building.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,9 @@ Just as for creating the application, you can build the application using either
20
20
For instructions, see `How to build an application`_ in the extension documentation.
21
21
22
22
By default, the extension runs both stages of the CMake build (:ref:`configuration phase and building phase <app_build_system>`).
23
-
If you want to only set up the build configuration without building it, make sure the :guilabel:`Build after generating configuration` is not selected.
23
+
If you want to only set up the build configuration without building the final binary, make sure the :guilabel:`Generate only` checkbox is selected.
24
24
25
-
To build with :ref:`configuration_system_overview_sysbuild`, :ref:`keep the default setting selected <sysbuild_enabled_ncs>` or select the :guilabel:`Use sysbuild` radio button.
25
+
To build with :ref:`configuration_system_overview_sysbuild`, either :ref:`keep the default setting selected <sysbuild_enabled_ncs>` or select the :guilabel:`Use sysbuild` radio button.
26
26
27
27
If you want to build with custom options or scripts, read about `Binding custom tasks to actions`_ in the extension documentation.
Copy file name to clipboardExpand all lines: doc/nrf/app_dev/config_and_build/sysbuild/sysbuild_images.rst
+13-6Lines changed: 13 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,8 @@ Sysbuild images
9
9
10
10
:ref:`configuration_system_overview_sysbuild` allows you to add additional images to your builds.
11
11
12
-
13
12
Enabling images
14
-
===============
13
+
***************
15
14
16
15
To add an additional image using sysbuild, you must modify the central sysbuild configuration.
17
16
This is typically done in a `sysbuild.conf` file within an application, which is a Kconfig fragment applied to the default sysbuild configuration when a project is configured.
@@ -55,7 +54,7 @@ These options determine whether the secure boot image is included on the network
55
54
.. _sysbuild_images_adding_custom_images:
56
55
57
56
Adding custom images
58
-
====================
57
+
********************
59
58
60
59
Custom images can be added directly to a project (or board) or to a Zephyr module, making them accessible to multiple projects.
61
60
@@ -99,7 +98,7 @@ This method can be used to add a new image to the existing board target.
.. _`switch to the pre-release version of the extension`: https://docs.nordicsemi.com/bundle/nrf-connect-vscode/page/rel_notes_overview.html#switching-to-a-pre-release-version
948
+
.. _`How to work with sysbuild domains`: https://docs.nordicsemi.com/bundle/nrf-connect-vscode/page/guides/build_multi_domain.html
0 commit comments