We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da2c088 commit 0eb24c5Copy full SHA for 0eb24c5
doc/mcuboot/conf.py
@@ -87,6 +87,8 @@
87
(MCUBOOT_BASE / "docs", "SECURITY.md"),
88
(MCUBOOT_BASE / "docs", "signed_images.md"),
89
(MCUBOOT_BASE / "docs", "SubmittingPatches.md"),
90
+ (MCUBOOT_BASE / "docs", "compression_format.md"),
91
+ (MCUBOOT_BASE / "docs", "images/decomp.png"),
92
]
93
94
doc/mcuboot/wrapper.rst
@@ -17,6 +17,7 @@ Topics that are not relevant for the integration of MCUboot in the nRF Connect S
17
18
index-ncs.rst
19
release-notes.md
20
+ compression_format.md
21
design.md
22
encrypted_images.md
23
imgtool.md
0 commit comments