Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

west.yml: MCUboot synchronization from upstream #75634

Merged
merged 2 commits into from
Jul 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions doc/releases/release-notes-3.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1259,6 +1259,18 @@ MCUboot

* Added defines for ``SOC_FLASH_0_ID`` and ``SPI_FLASH_0_ID``

* Fixed ASN.1 support for mbedtls version >= 3.1

* Fixed bootutil signed/unsigned comparison in ``boot_read_enc_key``

* Updated imgtool version.py to take command line arguments

* Added imgtool improvements to dumpinfo

* Fixed various imgtool dumpinfo issues

* Fixed imgtool verify command for edcsa-p384 signed images

* The MCUboot version in this release is version ``2.1.0+0-dev``.

Trusted Firmware-M
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ manifest:
groups:
- crypto
- name: mcuboot
revision: 898a1ca64a759541d9fcc37fef921db93d99ad70
revision: fb2cf0ec3da3687b93f28e556ab682bdd4b85223
path: bootloader/mcuboot
- name: mipi-sys-t
path: modules/debug/mipi-sys-t
Expand Down
Loading