Searched refs:compression (Results 1 – 5 of 5) sorted by relevance
/mcuboot-latest/docs/ |
D | compression_format.md | 5 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.
|
D | imgtool.md | 121 --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/ |
D | README.txt | 5 decompressed one is identical as before compression.
|
/mcuboot-latest/scripts/tests/ |
D | test_compression.py | 61 def test_lzma2_compression(tmpdir: Path, key_file: Path, compression: str, compressed: bool):
|
/mcuboot-latest/scripts/imgtool/ |
D | main.py | 448 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,
|