Skip to content

Commit

Permalink
doc: releases: fix typos in MCUboot section
Browse files Browse the repository at this point in the history
Fix minor typos

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
  • Loading branch information
kartben committed Nov 15, 2024
1 parent 3564eaa commit f858efc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/releases/release-notes-4.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1282,8 +1282,8 @@ MCUboot
* Added SHA512 support to MCUboot code and support for calculating SHA512 hash in imgtool.
* Added fallback to USB DFU option.
* Added better mode selection checks to bootutil.
* Added bootuil protected TLV size to image size check.
* Added functionaliy to remove images with conflicting flags or where features are required
* Added bootutil protected TLV size to image size check.
* Added functionality to remove images with conflicting flags or where features are required
that are not supported.
* Added compressed image flags and TLVs to MCUboot, Kconfig options and support for generating
compressed LZMA2 images with ARM thumb filter to imgtool.
Expand All @@ -1306,7 +1306,7 @@ MCUboot
* Fixed slot info for directXIP/RAM load in bootutil.
* Fixed bootutil issue with not zeroing AES and SHA-256 contexts with mbedTLS.
* Fixed boot_serial ``format`` and ``incompatible-pointer-types`` warnings.
* Fixed booltuil wrong definition of ``find_swap_count``.
* Fixed bootutil wrong definition of ``find_swap_count``.
* Fixed bootutil swap move max app size calculation.
* Fixed imgtool issue where getpub failed for ed25519 key.
* Fixed issue with sysbuild if something else is named mcuboot.
Expand Down

0 comments on commit f858efc

Please sign in to comment.