-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
manifest: Bring in MCUmgr fix for MCUBOOT_BOOTLOADER_NO_DOWNGRADE #14437
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. |
Test specificationCI/Jenkins/NRF
CI/Jenkins/integration
Detailed information of selected test modules Note: This message is automatically posted and updated by the CI |
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.
*bring (commit message)
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
The commit updates Zephyr to brin in fix where CONFIG_MCUBOOT_BOOTLOADER_NO_DOWNGRADE check in code has been missing the CONFIG_ prefix, making the selection of the Kconfig option ineffective. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
cc6aa56
to
4ca2c8a
Compare
Needs rebase |
And typo in commit message is still there |
#15033 takes over. |
The commit updates Zephyr to brin in fix where
CONFIG_MCUBOOT_BOOTLOADER_NO_DOWNGRADE check in code has been missing the CONFIG_ prefix, making the selection of the Kconfig option ineffective.