Home
last modified time | relevance | path

Searched refs:f2 (Results 1 – 2 of 2) sorted by relevance

/mcuboot-latest/ci/
Dimgtool_run.sh33 last_release=$(pip show imgtool | grep "Version: " | cut -d" " -f2)
/mcuboot-latest/sim/simflash/src/
Dlib.rs319 let mut f2 = SimFlash::new(vec![16 * 1024, 16 * 1024, 16 * 1024, 64 * 1024, in test_flash() localVariable
321 test_device(&mut f2, erased_val); in test_flash()