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

manifest: Update sdk-mcuboot #20866

Merged
merged 3 commits into from
Mar 31, 2025
Merged
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
3 changes: 3 additions & 0 deletions doc/mcuboot/conf.py
Original file line number Diff line number Diff line change
@@ -34,6 +34,7 @@
"zephyr.kconfig",
"sphinx.ext.intersphinx",
"recommonmark",
"sphinx_markdown_tables",
"zephyr.external_content"
]
source_suffix = [".rst", ".md"]
@@ -87,6 +88,8 @@
(MCUBOOT_BASE / "docs", "SECURITY.md"),
(MCUBOOT_BASE / "docs", "signed_images.md"),
(MCUBOOT_BASE / "docs", "SubmittingPatches.md"),
(MCUBOOT_BASE / "docs", "compression_format.md"),
(MCUBOOT_BASE / "docs", "images/decomp.png"),
]


1 change: 1 addition & 0 deletions doc/mcuboot/wrapper.rst
Original file line number Diff line number Diff line change
@@ -17,6 +17,7 @@ Topics that are not relevant for the integration of MCUboot in the nRF Connect S

index-ncs.rst
release-notes.md
compression_format.md
design.md
encrypted_images.md
imgtool.md
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
@@ -127,7 +127,7 @@ manifest:
compare-by-default: true
- name: mcuboot
repo-path: sdk-mcuboot
revision: 91c282e7afc83c666ad478fbe70ff3e48ac56a05
revision: 14cbca413937c36a1b417a2ac1888d2027720933
path: bootloader/mcuboot
- name: qcbor
url: https://github.com/laurencelundblade/QCBOR