Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 27) sorted by relevance

12

/mcuboot-latest/ci/
Dsim_run.sh28 time cargo test --no-run
36 time cargo test --no-run --features $feature
58 time cargo test --no-run --features "$features" -- $TEST_ARGS
Dfih-tests_run.sh55 …docker run --rm -v $(pwd):/root/work/tfm:rw,z mcuboot/fih-test:$FIH_IMAGE_VERSION /bin/sh -c '/roo…
57 …docker run --rm -v $(pwd):/root/work/tfm:rw,z mcuboot/fih-test:$FIH_IMAGE_VERSION /bin/sh -c '/roo…
/mcuboot-latest/sim/
DREADME.rst32 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-latest/docs/
DGemfile3 # 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`.
Dtestplan-mynewt.md109 * Reset and no image should be run
115 * Reset and no image should be run
121 * Reset and image *should* run
Dreadme-mynewt.md4 when building an app that will be run with MCUboot as the bootloader and
Dtestplan-zephyr.md9 Note that the script "run-tests.sh" in that directory is helpful for
Drelease-notes.md24 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
Dcompression_format.md110 To decode these values from the combined `pb_lp_lc` byte, run the
Decdsa.md61 always run out of the same tree as the MCUboot code, so there should
DPORTING.md26 target OS, and it must call the following function to run the bootloader:
Dimgtool.md135 -L, --load-addr INTEGER Load address for image when it should run
/mcuboot-latest/sim/src/
Dlib.rs191 let run = match ImagesBuilder::new(device, align, erased_val) { in run_single() localVariable
203 let bad_secondary_slot_image = run.clone().make_bad_secondary_slot_image(); in run_single()
207 let images = run.clone().make_no_upgrade_image(&NO_DEPS, ImageManipulation::None); in run_single()
210 let images = run.make_image(&NO_DEPS, true); in run_single()
/mcuboot-latest/samples/zephyr/
Dtest-compile.go27 err := run()
33 func run() error { func
Drun-tests.go48 err := run()
54 func run() error { func
/mcuboot-latest/docs/release-notes.d/
Dcompatible-slots.md7 at run-time.
/mcuboot-latest/samples/runtime-source/zephyr/
DREADME.md10 sample directory, run the following commands:
23 app directory (mcuboot/samples/non-flash-source/zephyr/app), run:
/mcuboot-latest/ext/fiat/
DREADME.md10 checkout (as of `7892c66d5e0e5770c79463ce551193ceef870641`), run
27 checkout, run
/mcuboot-latest/ci/fih_test_docker/docker-build/
DDockerfile44 # run the command
/mcuboot-latest/ptest/src/
Dmain.rs79 let out = env.run(); in main()
302 fn run(&self) -> Result<TestResult> { in run() method
/mcuboot-latest/scripts/tests/
Dtest_keys.py92 result = subprocess.run(
/mcuboot-latest/ext/tinycrypt/
DREADME68 5) run tests in tests/
/mcuboot-latest/boot/cypress/BlinkyApp/
DReadme.md78 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-latest/boot/cypress/MCUBootApp/
DExternalMemory.md70 **Note 3**: External memory code is developed basing on PDL and can be run on CM0p core only. It ma…
DREADME.md136 To get submodules - run the following command:

12