Home
last modified time | relevance | path

Searched +full:cache +full:- +full:dependency +full:- +full:path (Results 1 – 4 of 4) sorted by relevance

/mcuboot-latest/.github/workflows/
Dimgtool.yaml4 - 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 …]
/mcuboot-latest/docs/
Dreadme-espressif.md1 # [Building and using MCUboot with Espressif's chips](#building-and-using-mcuboot-with-espressifs-c…
3 The MCUBoot Espressif's port depends on HAL (Hardware Abstraction Layer) sources based on ESP-IDF
4 or 3rd party frameworks as such as Zephyr-RTOS (`zephyrproject-rtos/hal_espressif/`) or NuttX RTOS
5 (`espressif/esp-hal-3rdparty`). Building the MCUboot Espressif's port and its features is platform
7 standalone build version means that ESP-IDF and its toolchain are used as source. For 3rd parties
8 framework, HAL path and toolchain must be set.
13 ## [SoC support availability](#soc-support-availability)
17 | | ESP32 | ESP32-S2 | ESP32-C3 | ESP32-S3 | ESP32-C2 | ESP32-C6 | ESP32-H2 |
18 | :----: | :-----: | :-----: | :-----: | :-----: | :---------: | :-----: | :-----: |
24 [Memory map organization for OS compatibility](#memory-map-organization-for-os-compatibility).
[all …]
/mcuboot-latest/boot/espressif/include/crypto_config/
Dmbedtls_custom_config.h6 * 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
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
81 * Uncomment this option to prevent the use of double-width division.
84 * Furthermore, a 64-bit type is always required even on a 32-bit
[all …]
/mcuboot-latest/boot/cypress/MCUBootApp/config/
Dmcuboot_crypto_config.h6 * This set of compile-time options may be used to enable
11 * Copyright (C) 2006-2018, ARM Limited, All Rights Reserved
12 * SPDX-License-Identifier: Apache-2.0
18 * http://www.apache.org/licenses/LICENSE-2.0
66 * The platform lacks support for double-width integer division (64-bit
67 * division on a 32-bit platform, 128-bit division on a 64-bit platform).
73 * The bignum code uses double-width division to speed up some operations.
74 * Double-width division is often implemented in software that needs to
75 * be linked with the program. The presence of a double-width integer
80 * Uncomment this option to prevent the use of double-width division.
[all …]