Home
last modified time | relevance | path

Searched refs:Images (Results 1 – 6 of 6) sorted by relevance

/mcuboot-latest/sim/tests/
Dcore.rs14 Images,
190 fn dump_image(image: &Images, name: &str) { in dump_image() argument
/mcuboot-latest/sim/src/
Dimage.rs75 pub struct Images { struct
223 …pub fn make_no_upgrade_image(self, deps: &DepTest, img_manipulation: ImageManipulation) -> Images { in make_no_upgrade_image() argument
261 Images { in make_no_upgrade_image()
270 pub fn make_image(self, deps: &DepTest, permanent: bool) -> Images { in make_image() argument
296 pub fn make_bad_secondary_slot_image(self) -> Images { in make_bad_secondary_slot_image() argument
310 Images { in make_bad_secondary_slot_image()
319 pub fn make_oversized_secondary_slot_image(self) -> Images { in make_oversized_secondary_slot_image() argument
333 Images { in make_oversized_secondary_slot_image()
342 pub fn make_erased_secondary_image(self) -> Images { in make_erased_secondary_image() argument
355 Images { in make_erased_secondary_image()
[all …]
Dlib.rs32 Images,
/mcuboot-latest/docs/
Dreadme-zephyr.md110 Images can be signed with the `scripts/imgtool.py` script. It is best
Dreadme-espressif.md167 1. Images can be regularly signed with the `scripts/imgtool.py` script:
/mcuboot-latest/boot/zephyr/
DKconfig476 bool "Images are read from flash partitions defined at runtime"