-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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 #66221
west.yml: MCUboot synchronization from upstream #66221
Conversation
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
Update Zephyr fork of MCUboot to revision: 212997395ed34ff1721f5f4461b800e81abeb68d Brings following Zephyr relevant fixes: - 21299739 zephyr: firmware/single_loader: Fix compile warning - a88e2293 zephyr: sysflash: Fix if condition for zephyr applications - 2a74a2b5 zephyr: io: add 'io_led_set()' - 8c6c6701 zephyr: io: include 'bootutil_log.h' and declare log module membership - d99154f4 zephyr: rename 'led_init()' to 'io_led_init()' - c43a20fd boot: zephyr: add support for mimxrt1040_evk Signed-off-by: Jamie McCrae <[email protected]>
df463ef
to
d39f536
Compare
@andysan this should resolve your issue |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can confirm that this fixes #66248 for me, including setting boot loader information in the retention area (in single-slot mode) which I was about to file as a separate bug report.
Update Zephyr fork of MCUboot to revision:
212997395ed34ff1721f5f4461b800e81abeb68d
Brings following Zephyr relevant fixes:
Notes on process:
Fixes #66248