Skip to content

Commit 2931caa

Browse files
nvlsianpucarlescufi
authored andcommitted
doc/release-note: mcuboot bootutil_public library record
Added note on MCUBoot's bootutil_public library introduction. Signed-off-by: Andrzej Puzdrowski <[email protected]>
1 parent 07dd076 commit 2931caa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/releases/release-notes-2.5.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,12 @@ Libraries / Subsystems
304304

305305
* Debug
306306

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+
307313
HALs
308314
****
309315

@@ -342,6 +348,8 @@ MCUBoot
342348
* Configure logging to LOG_MINIMAL by default.
343349
* boot: cleanup NXP MPU configuration before boot.
344350
* 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``
345353

346354
* imgtool
347355

0 commit comments

Comments
 (0)