Searched refs:invoke (Results 1 – 8 of 8) sorted by relevance
/mcuboot-3.7.0/scripts/tests/ |
D | test_commands.py | 47 result_short = runner.invoke(imgtool, ["-h"]) 50 result_long = runner.invoke(imgtool, ["--help"]) 55 result_empty = runner.invoke(imgtool) 64 result = runner.invoke(imgtool, ["version"]) 68 result_help = runner.invoke(imgtool, ["version", "-h"]) 77 result = runner.invoke(imgtool, ["unknown"]) 86 result_short = runner.invoke(imgtool, [command, "-h"]) 89 result_long = runner.invoke(imgtool, [command, "--help"]) 101 result_general = runner.invoke(imgtool, "--help") 104 result_cmd1 = runner.invoke(imgtool, [command1, "--help"]) [all …]
|
D | test_keys.py | 61 result = runner.invoke( 74 result = runner.invoke( 110 result = runner.invoke( 134 result = runner.invoke( 163 result = runner.invoke( 194 result = runner.invoke( 207 result = runner.invoke( 231 result = runner.invoke( 243 result = runner.invoke(
|
/mcuboot-3.7.0/sim/mcuboot-sys/src/ |
D | lib.rs | 40 pub fn invoke<F, R>(&self, act: F) -> R in invoke() method
|
/mcuboot-3.7.0/docs/ |
D | testplan-zephyr.md | 16 `samples/zephyr/Makefile`. For each test, invoke `make` with that
|
D | readme-zephyr.md | 237 To change it, invoke the `image upload` MCUmgr command with a selected image number, and make sure …
|
/mcuboot-3.7.0/boot/cypress/MCUBootApp/ |
D | ExternalMemory.md | 98 This will invoke firmware to program external memory.
|
/mcuboot-3.7.0/sim/src/ |
D | image.rs | 1256 let result = ram.invoke(|| c::boot_go(&mut flash, &self.areadesc, None, in run_ram_load() 1299 let result = ram.invoke(|| c::boot_go(&mut flash, &self.areadesc, in run_split_ram_load() 1365 let result = ram.invoke(|| c::boot_go(&mut flash, &self.areadesc, None, in run_ram_load_boot_with_result()
|
/mcuboot-3.7.0/boot/zephyr/ |
D | Kconfig | 541 If y, MCUboot uses GPIO to detect whether to invoke USB DFU.
|