Searched +full:if +full:- +full:no +full:- +full:files +full:- +full:found (Results 1 – 5 of 5) sorted by relevance
/mcuboot-latest/.github/workflows/ |
D | imgtool.yaml | 4 - main 5 - v*-branch 11 group: imgtool-${{ github.event.pull_request.number || github.ref }} 12 cancel-in-progress: true 16 runs-on: ubuntu-latest 19 python-version: ["3.x", "pypy3.9"] 21 - uses: actions/checkout@v4 22 - name: Set up Python ${{ matrix.python-version }} 23 uses: actions/setup-python@v4 25 python-version: ${{ matrix.python-version }} [all …]
|
D | zephyr_build.yaml | 1 # Copyright (c) 2022-2023 Nordic Semiconductor ASA 2 # SPDX-License-Identifier: Apache-2.0 11 - main 14 - main 16 - cron: 0 0 * * * 35 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} 36 cancel-in-progress: true 40 runs-on: ubuntu-latest 44 options: '--entrypoint /bin/bash' 46 - /home/runners/zephyrproject:/github/cache/zephyrproject [all …]
|
/mcuboot-latest/boot/espressif/include/crypto_config/ |
D | mbedtls_custom_config.h | 6 * This set of compile-time options may be used to enable 12 * SPDX-License-Identifier: Apache-2.0 18 * http://www.apache.org/licenses/LICENSE-2.0 31 * config files. 67 * The platform lacks support for double-width integer division (64-bit 68 * division on a 32-bit platform, 128-bit division on a 64-bit platform). 74 * The bignum code uses double-width division to speed up some operations. 75 * Double-width division is often implemented in software that needs to 76 * be linked with the program. The presence of a double-width integer 80 * By default division is assumed to be usable if the type is present. [all …]
|
/mcuboot-latest/boot/nuttx/src/flash_map_backend/ |
D | flash_map_backend.c | 10 * http://www.apache.org/licenses/LICENSE-2.0 21 * Included Files 44 * Pre-processor Definitions 96 .fd = -1, 121 .fd = -1, 146 .fd = -1, 169 * fa_id - ID of the flash area. 172 * Reference to the found flash device, or NULL in case it does not exist. 184 if (fa_id == dev->fa_cfg->fa_id) in lookup_flash_device_by_id() 200 * offset - Offset of the flash area. [all …]
|
/mcuboot-latest/sim/src/ |
D | image.rs | 1 // Copyright (c) 2019-2021 Linaro LTD 2 // Copyright (c) 2019-2020 JUUL Labs 3 // Copyright (c) 2019-2023 Arm Limited 5 // SPDX-License-Identifier: Apache-2.0 57 /// For testing, use a non-zero offset for the ram-load, to make sure the offset is getting used 83 /// When doing multi-image, there is an instance of this information for 91 /// The Rust-side representation of an image. For unencrypted images, this 101 /// multi-image builds, these may not correspond with the offsets. This has to be computed early, 138 /// Some(builder) if is possible to test this configuration, or None if 139 /// not possible (for example, if there aren't enough image slots). [all …]
|