Searched refs:run (Results 1 – 24 of 24) sorted by relevance
/mcuboot-3.7.0/ci/ |
D | sim_run.sh | 28 time cargo test --no-run 36 time cargo test --no-run --features $feature 58 time cargo test --no-run --features "$features" -- $TEST_ARGS
|
D | fih-tests_run.sh | 48 …docker run --rm -v $(pwd):/root/work/tfm:rw,z mcuboot/fih-test /bin/sh -c '/root/work/tfm/mcuboot/… 50 …docker run --rm -v $(pwd):/root/work/tfm:rw,z mcuboot/fih-test /bin/sh -c '/root/work/tfm/mcuboot/…
|
/mcuboot-3.7.0/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-3.7.0/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 | 109 * Reset and no image should be run 115 * Reset and no image should be run 121 * 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 | release-notes.md | 24 to show the available tests and `run` to run them. The `-t` argument will 25 select specific tests to run. 210 - Cargo files moved to top level, now `cargo test` can be run from the 285 attributes to later-run code. 375 - Allow ec256 to run on CC310 interface 393 - Add a `ptest` utility to help run the simulator in different
|
D | ecdsa.md | 61 always run out of the same tree as the MCUboot code, so there should
|
D | imgtool.md | 92 -L, --load-addr INTEGER Load address for image when it should run
|
D | PORTING.md | 26 target OS, and it must call the following function to run the bootloader:
|
/mcuboot-3.7.0/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, ImageManipulation::None); in run_single() 208 let images = run.make_image(&NO_DEPS, true); in run_single()
|
D | image.rs | 214 Ok(run) => f(run), in each_device()
|
/mcuboot-3.7.0/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-3.7.0/ext/fiat/ |
D | README.md | 10 checkout (as of `7892c66d5e0e5770c79463ce551193ceef870641`), run 27 checkout, run
|
/mcuboot-3.7.0/ci/fih_test_docker/docker-build/ |
D | Dockerfile | 42 # run the command
|
/mcuboot-3.7.0/ptest/src/ |
D | main.rs | 79 let out = env.run(); in main() 302 fn run(&self) -> Result<TestResult> { in run() method
|
/mcuboot-3.7.0/scripts/tests/ |
D | test_keys.py | 92 result = subprocess.run(
|
/mcuboot-3.7.0/ext/tinycrypt/ |
D | README | 68 5) run tests in tests/
|
/mcuboot-3.7.0/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-3.7.0/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-3.7.0/boot/zephyr/ |
D | Kconfig | 218 bool "Swap mode that run with the scratch partition" 231 bool "Swap mode that can run without a scratch partition" 246 numbers, thereafter the selected image can run directly from its slot
|