Searched refs:run (Results 1 – 23 of 23) sorted by relevance
/mcuboot-2.7.6/ci/ |
D | sim_run.sh | 28 time cargo test --no-run 36 time cargo test --no-run --features $feature 48 time cargo test --no-run --features "$features"
|
D | fih-tests_run.sh | 26 …docker run --rm -v $(pwd):/root/work/tfm:rw,z mcuboot/fih-test /bin/sh -c '/root/work/tfm/mcuboot/… 28 …docker run --rm -v $(pwd):/root/work/tfm:rw,z mcuboot/fih-test /bin/sh -c '/root/work/tfm/mcuboot/…
|
/mcuboot-2.7.6/sim/ |
D | README.rst | 32 The tests are written as unit tests in Rust, and can be built and run 38 the relevant modules from mcuboot, build the simulator, and run the 55 $ RUST_LOG=warn ./target/release/bootsim run ... 57 It is also possible to run specific tests, for example:: 61 which will run only the `basic_revert` test.
|
/mcuboot-2.7.6/docs/ |
D | Gemfile | 3 # Hello! This is where you manage which Jekyll version is used to run. 5 # file and run `bundle install`. Run Jekyll with `bundle exec`, like so: 13 # uncomment the line below. To upgrade, run `bundle update github-pages`.
|
D | testplan-mynewt.md | 104 * Reset and no image should be run 110 * Reset and no image should be run 116 * Reset and image *should* run
|
D | readme-mynewt.md | 4 when building an app that will be run with MCUboot as the bootloader and
|
D | testplan-zephyr.md | 9 Note that the script "run-tests.sh" in that directory is helpful for
|
D | ecdsa.md | 63 always run out of the same tree as the mcuboot code, so there should
|
D | release-notes.md | 66 attributes to later-run code. 156 - Allow ec256 to run on CC310 interface 174 - Add a `ptest` utility to help run the simulator in different
|
D | PORTING.md | 26 target OS, and it must call the following function to run the bootloader:
|
D | imgtool.md | 92 -L, --load-addr INTEGER Load address for image when it should run
|
/mcuboot-2.7.6/sim/src/ |
D | lib.rs | 189 let run = match ImagesBuilder::new(device, align, erased_val) { in run_single() localVariable 201 let bad_secondary_slot_image = run.clone().make_bad_secondary_slot_image(); in run_single() 205 let images = run.clone().make_no_upgrade_image(&NO_DEPS); in run_single() 208 let images = run.make_image(&NO_DEPS, true); in run_single()
|
D | image.rs | 167 Ok(run) => f(run), in each_device()
|
/mcuboot-2.7.6/samples/zephyr/ |
D | test-compile.go | 27 err := run() 33 func run() error { func
|
D | run-tests.go | 48 err := run() 54 func run() error { func
|
/mcuboot-2.7.6/ext/fiat/ |
D | README.md | 10 checkout (as of `7892c66d5e0e5770c79463ce551193ceef870641`), run 27 checkout, run
|
/mcuboot-2.7.6/ci/fih_test_docker/docker-build/ |
D | Dockerfile | 42 # run the command
|
/mcuboot-2.7.6/ptest/src/ |
D | main.rs | 64 let out = env.run(); in main() 241 fn run(&self) -> Result<TestResult> { in run() method
|
/mcuboot-2.7.6/ext/tinycrypt/ |
D | README | 68 5) run tests in tests/
|
/mcuboot-2.7.6/boot/cypress/BlinkyApp/ |
D | Readme.md | 78 To get appropriate artifact for second image PRIMARY slot run this command: 126 `BlinkyApp` built to run with `MCUBootApp` produces files with name BlinkyApp.hex in `boot` directo…
|
/mcuboot-2.7.6/boot/cypress/MCUBootApp/ |
D | ExternalMemory.md | 70 **Note 3**: External memory code is developed basing on PDL and can be run on CM0p core only. It ma…
|
D | README.md | 136 To get submodules - run the following command:
|
/mcuboot-2.7.6/boot/zephyr/ |
D | Kconfig | 192 bool "Swap mode that run with the scratch partition" 205 bool "Swap mode that can run without a scratch partition" 220 numbers, thereafter the selected image can run directly from its slot
|