Searched refs:features (Results 1 – 16 of 16) sorted by relevance
/mcuboot-latest/ci/ |
D | sim_run.sh | 36 time cargo test --no-run --features $feature 37 time cargo test --features $feature 49 for features in "${multi_features[@]}"; do 50 if [[ $features =~ "psa" ]]; then 56 for features in "${multi_features[@]}"; do 57 echo "Running cargo for features=\"${features}\"" 58 time cargo test --no-run --features "$features" -- $TEST_ARGS 59 time cargo test --features "$features" -- $TEST_ARGS
|
/mcuboot-latest/ptest/ |
D | Cargo.toml | 18 features = ["derive"]
|
/mcuboot-latest/sim/ |
D | Cargo.toml | 7 [features] 40 rand = { version = "0.8", features = ["small_rng"] } 52 aes = { version = "0.7.4", features = ["ctr"] }
|
D | README.rst | 41 There are several different features you can test. For example, 44 $ cargo test --features sig-rsa 46 For a complete list of features, see Cargo.toml.
|
/mcuboot-latest/docs/release-notes.d/ |
D | 00readme.md | 9 - Implement new features.
|
/mcuboot-latest/ptest/src/ |
D | main.rs | 361 let features = Yaml::String("features".to_string()); in lookup_matrix() localVariable 367 .as_hash()?.get(&features)? in lookup_matrix()
|
/mcuboot-latest/docs/ |
D | readme-nuttx.md | 10 Also, these are optional features that may be enabled: 16 - `<mcuboot_config/mcuboot_config.h>`, for configuration of MCUboot's features.
|
D | readme-mbed.md | 19 …ls/mcuboot/tree/main/boot/mbed/mbed_lib.json). Please note that certain features are not currently…
|
D | readme-espressif.md | 5 (`espressif/esp-hal-3rdparty`). Building the MCUboot Espressif's port and its features is platform 10 Documentation about the MCUboot bootloader design, operation and features can be found in the 84 Additional configuration related to MCUboot features and slot partitioning may be made using the 442 additional security measure beyond MCUboot existent features. 640 Using the 3 features, Secure Boot, Image signature verification and Flash Encryption, a Security 644 The overall final process when all features are enabled: 653 When all 3 features are enable at same time, the bootloader size may exceed the fixed limit for
|
D | release.md | 118 for bug fixes or required minor updates (for example, new `imgtool` features).
|
D | release-notes.md | 351 - Documentation updates for multi-image features 352 - Update imgtool.py to support the new features
|
/mcuboot-latest/sim/mcuboot-sys/ |
D | Cargo.toml | 10 [features]
|
/mcuboot-latest/boot/cypress/ |
D | README.md | 5 … in `MCUboot` repository with purpose to demonstrate basic consepts and features of MCUboot librar…
|
/mcuboot-latest/boot/cypress/BlinkyApp/ |
D | Readme.md | 23 Since this application is created to demonstrate MCUboot library features and not as reference exam…
|
/mcuboot-latest/boot/cypress/MCUBootApp/ |
D | README.md | 120 Since this application is created to demonstrate MCUboot library features and not as reference exam…
|
/mcuboot-latest/ext/tinycrypt/documentation/ |
D | tinycrypt.rst | 90 Note that various applications may require further features, optimizations with
|