In addition to the major changes above, the introduction of sysbuild required the following minor tweaks and changes:
- Debugging now uses the main application as the primary image, and will use this to determine which
mainfunction to halt at on entry. - Extra CMake arguments added to a sysbuild configuration by west are no longer duplicated when running pristine build.
- The Sidebar Views are now refreshed automatically when a sysbuild domain is built. As the mechanism for refreshing the Views is normally triggered by changes to the ELF file, which Sysbuild does not have, you might have to manually refresh the sidebar after building on command line.
- Sysbuild images cannot be saved as CMake Presets, as the build system does not support this for sysbuild.
- Sysbuild-specific information is now shown in the build configuration tooltip.
- nRF Kconfig, Guiconfig, and Menuconfig now run on the sysbuild's Kconfig context when triggered from the Actions View.