Searched +full:cache +full:- +full:dependency +full:- +full:path (Results 1 – 4 of 4) sorted by relevance
4 - main5 - v*-branch11 group: imgtool-${{ github.event.pull_request.number || github.ref }}12 cancel-in-progress: true16 runs-on: ubuntu-latest19 python-version: ["3.x", "pypy3.9"]21 - uses: actions/checkout@v422 - name: Set up Python ${{ matrix.python-version }}23 uses: actions/setup-python@v425 python-version: ${{ matrix.python-version }}[all …]
1 # [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-IDF4 or 3rd party frameworks as such as Zephyr-RTOS (`zephyrproject-rtos/hal_espressif/`) or NuttX RTOS5 (`espressif/esp-hal-3rdparty`). Building the MCUboot Espressif's port and its features is platform7 standalone build version means that ESP-IDF and its toolchain are used as source. For 3rd parties8 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 …]
6 * This set of compile-time options may be used to enable12 * SPDX-License-Identifier: Apache-2.018 * http://www.apache.org/licenses/LICENSE-2.067 * The platform lacks support for double-width integer division (64-bit68 * 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 to76 * be linked with the program. The presence of a double-width integer81 * 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 …]
6 * This set of compile-time options may be used to enable11 * Copyright (C) 2006-2018, ARM Limited, All Rights Reserved12 * SPDX-License-Identifier: Apache-2.018 * http://www.apache.org/licenses/LICENSE-2.066 * The platform lacks support for double-width integer division (64-bit67 * 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 to75 * be linked with the program. The presence of a double-width integer80 * Uncomment this option to prevent the use of double-width division.[all …]