Searched full:uses (Results 1 – 25 of 66) sorted by relevance
123
/mcuboot-latest/.github/workflows/ |
D | imgtool.yaml | 21 - uses: actions/checkout@v4 23 uses: actions/setup-python@v4 38 uses: actions/upload-artifact@v3 49 - uses: actions/checkout@v2 53 uses: actions/cache@v1
|
D | zephyr_build.yaml | 63 uses: actions/checkout@v2 76 uses: actions/checkout@v2 97 uses: actions/upload-artifact@v4
|
D | fih_tests.yaml | 35 - uses: actions/checkout@v2 38 # Uses Mbed TLS from TFM, and nothing else from here.
|
D | sim.yaml | 54 - uses: actions/checkout@v2 69 uses: actions-rs/toolchain@v1
|
D | mynewt.yaml | 18 - uses: actions/checkout@v2
|
D | espressif.yaml | 38 - uses: actions/checkout@v2
|
D | stale_issue.yml | 12 - uses: actions/stale@v3
|
/mcuboot-latest/docs/ |
D | PORTING.md | 63 by MCUboot. For example, Mynewt uses MYNEWT_VAL() and Zephyr uses 74 For that purpose the MCUboot uses ID, which is integer (uint8_t) number 117 The MCUboot common code uses following defines that should be defined by system 185 memory `Mbed TLS` uses the following call:
|
D | readme-mynewt.md | 34 Also, MCUboot uses a different image header struct as well as slightly
|
/mcuboot-latest/samples/zephyr/ |
D | README.md | 12 Note that this sample uses the "ninja" build tool, which can be
|
/mcuboot-latest/ext/tinycrypt/lib/include/tinycrypt/ |
D | aes.h | 70 * Uses key k to initialize s 98 * Uses key k to initialize s
|
D | cmac_mode.h | 40 * in the processing of the final message block; CMAC uses a 42 * size or only partial, while CBC-MAC uses the same technique for
|
/mcuboot-latest/boot/zephyr/ |
D | Kconfig | 200 located. If the key file is not there, the build system uses relative 283 uses a much simpler code path. 432 located. If the key file is not there, the build system uses relative 608 If y, MCUboot uses GPIO to detect whether to invoke USB DFU. 787 Uses a MCUboot boot banner instead of the default zephyr one, which will output the
|
/mcuboot-latest/sim/mcuboot-sys/csupport/ |
D | config-kw.h | 33 /* Mcuboot uses mbedts-base64 for serial protocol encoding. */
|
D | config-ed25519.h | 33 /* Mcuboot uses mbedts-base64 for serial protocol encoding. */
|
D | config-rsa-kw.h | 37 /* Mcuboot uses mbedts-base64 for serial protocol encoding. */
|
D | config-rsa.h | 37 /* Mcuboot uses mbedts-base64 for serial protocol encoding. */
|
/mcuboot-latest/boot/zcbor/include/ |
D | zcbor_encode.h | 205 * _term() uses strnlen(), so @p str must be null-terminated. 206 …* _lit() uses sizeof()-1, so @p str must be a (null-terminated) string liter… 207 …* _arr() uses sizeof(), so @p str must be a uint8_t array (not null-terminat…
|
/mcuboot-latest/boot/zephyr/include/ |
D | config-kw.h | 33 /* Mcuboot uses mbedts-base64 for serial protocol encoding. */
|
D | config-ed25519.h | 33 /* Mcuboot uses mbedts-base64 for serial protocol encoding. */
|
D | config-rsa-kw.h | 33 /* Mcuboot uses mbedts-base64 for serial protocol encoding. */
|
D | config-rsa.h | 33 /* Mcuboot uses mbedts-base64 for serial protocol encoding. */
|
/mcuboot-latest/testplan/mynewt/apps/slinky/ |
D | pkg.yml | 22 pkg.description: "Example application which uses a variety of mynewt features."
|
/mcuboot-latest/boot/mbed/include/mcuboot_config/ |
D | mcuboot_config.h | 76 * Enabling this option uses newer flash map APIs. This saves RAM and
|
/mcuboot-latest/boot/bootutil/src/ |
D | fault_injection_hardening.c | 60 /* Global failure loop for bootloader code. Uses attribute used to prevent
|
123