We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d7d2c commit cd0fb8aCopy full SHA for cd0fb8a
doc/releases/release-notes-4.2.rst
@@ -227,6 +227,17 @@ New APIs and options
227
* Remove query of the classic bonding information from :c:func:`bt_foreach_bond`, and add
228
:c:func:`bt_br_foreach_bond`.
229
230
+* Build system
231
+
232
+ * Sysbuild
233
234
+ * Firmware loader image setup/selection support added to sysbuild when using
235
+ :kconfig:option:`SB_CONFIG_MCUBOOT_MODE_FIRMWARE_UPDATER` via
236
+ ``SB_CONFIG_FIRMWARE_LOADER`` e.g. :kconfig:option:`SB_CONFIG_FIRMWARE_LOADER_IMAGE_SMP_SVR`
237
+ for selecting :zephyr:code-sample:`smp-svr`.
238
+ * Single app RAM load support added to sysbuild using
239
+ :kconfig:option:`SB_CONFIG_MCUBOOT_MODE_SINGLE_APP_RAM_LOAD`.
240
241
* Display
242
243
* :c:func:`display_clear`
0 commit comments