Home
last modified time | relevance | path

Searched refs:compression (Results 1 – 5 of 5) sorted by relevance

/mcuboot-latest/docs/
Dcompression_format.md5 compression is enabled. You do not need to know these details to use the
6 image compression subsystem, but they can be beneficial if you want to
17 decompression. The `lzma2_header` encodes compression parameters using
20 ### [Calculating compression parameters](#Calculating-compression-parameters)
147 image before compression.
163 regardless of whether the image has undergone compression.
Dimgtool.md121 --compression [disabled|lzma2|lzma2armthumb]
122 Enable image compression using specified
124 compression automatically if the compression
164 The `--compression` option enables LZMA compression over payload. Details
/mcuboot-latest/samples/compression_test/
DREADME.txt5 decompressed one is identical as before compression.
/mcuboot-latest/scripts/tests/
Dtest_compression.py61 def test_lzma2_compression(tmpdir: Path, key_file: Path, compression: str, compressed: bool):
/mcuboot-latest/scripts/imgtool/
Dmain.py448 endian, encrypt_keylen, encrypt, compression, infile, outfile, argument
524 if compression in ["lzma2", "lzma2armthumb"]:
542 if compression == "lzma2armthumb":
569 compression, int(encrypt_keylen), clear, baked_signature,