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 07dd076 commit 2931caaCopy full SHA for 2931caa
doc/releases/release-notes-2.5.rst
@@ -304,6 +304,12 @@ Libraries / Subsystems
304
305
* Debug
306
307
+* DFU
308
+
309
+ * boot: Reworked using MCUBoot's bootutil_public library which allow to use
310
+ API implementation already provided by MCUboot codebase and remove
311
+ zephyr's own implementations.
312
313
HALs
314
****
315
@@ -342,6 +348,8 @@ MCUBoot
342
348
* Configure logging to LOG_MINIMAL by default.
343
349
* boot: cleanup NXP MPU configuration before boot.
344
350
* Fix nokogiri<=1.11.0.rc4 vulnerability.
351
+ * bootutil_public library was extracted as code which is common API for
352
+ MCUboot and the DFU application, see ``CONFIG_MCUBOOT_BOOTUTIL_LIB``
345
353
346
354
* imgtool
347
355
0 commit comments