Home
last modified time | relevance | path

Searched +full:2 +full:- +full:latest (Results 1 – 8 of 8) sorted by relevance

/mcuboot-3.7.0/
Drepository.yml10 # http://www.apache.org/licenses/LICENSE-2.0
35 "1.7.2": "v1.7.2"
42 "0-dev": "0.0.0" # main
43 "0-latest": "2.1.0" # latest stable release
44 "1-latest": "1.11.0"
45 "2-latest": "2.1.0"
47 "1.0-latest": "1.11.0"
48 "2.0-latest": "2.1.0"
/mcuboot-3.7.0/.github/workflows/
Dfih_tests.yaml4 - main
10 group: fih-${{ github.event.pull_request.number || github.ref }}
11 cancel-in-progress: true
16 fail-fast: false
21 - "RELEASE 2,4,6 SIGNATURE"
22 - "RELEASE 2,4,6 SIGNATURE LOW"
23 - "RELEASE 2,4,6 SIGNATURE MEDIUM"
24 - "RELEASE 8,10 SIGNATURE"
25 - "RELEASE 8,10 SIGNATURE LOW"
26 - "RELEASE 8,10 SIGNATURE MEDIUM"
[all …]
Dzephyr_build.yaml1 # 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-3.7.0/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
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).
26 ## [Installing requirements and dependencies](#installing-requirements-and-dependencies)
[all …]
Drelease.md12 2. MINOR version when new functionalities were added in a
13 backward-compatible manner.
14 3. PATCH version when there are backward-compatible bug fixes.
16 We add pre-release tags using the format `MAJOR.MINOR.PATCH-rc1`.
19 format `MAJOR.MINOR.PATCH-dev`.
23 Before making a release, update the `docs/release-notes.md` file
24 to describe the release. This should be a high-level description of
29 various snippets in the `docs/release-notes.d` directory. After
36 release candidate (a.b.c-rc1, followed by a.b.c-rc2 and the subsequent
54 suffix `rcN` (with no dash) is accepted only for the pre-release versions
[all …]
Dreadme-zephyr.md15 - `boot_partition`: for MCUboot itself
16 - `slot0_partition`: the primary slot of Image 0
17 - `slot1_partition`: the secondary slot of Image 0
19 It is not recommended to use the swap-using-scratch algorithm of MCUboot, but
22 and how to use the swap-using-scratch algorithm):
24 - `scratch_partition`: the scratch slot
45 pip3 install --user -r scripts/requirements.txt
62 west build -b <board>
69 may come from board-specific headers, Device Tree, or be configured by
70 MCUboot on a per-SoC family basis.
[all …]
Drelease-notes.md3 - Table of Contents
8 - Boot serial: Add response to echo command if support is not
12 - Added support for using builtin keys for image validation
14 - Enforce that TLV entries that should be protected are.
16 - bootutil: Fixed issue with comparing sector sizes for
20 - bootutil: Added debug logging to show write location of swap status
23 - Update ptest to support test selection. Ptest can now be invoked with `list`
24 to show the available tests and `run` to run them. The `-t` argument will
26 - Allow sim tests to skip slow tests. By setting `MCUBOOT_SKIP_SLOW_TESTS` in
28 instance this reduces the test time from 2 hours to about 5 minutes. These
[all …]
Ddesign.md1 <!--
2 - SPDX-License-Identifier: Apache-2.0
4 - Copyright (c) 2017-2020 Linaro LTD
5 - Copyright (c) 2017-2019 JUUL Labs
6 - Copyright (c) 2019-2024 Arm Limited
8 - Original license:
10 - Licensed to the Apache Software Foundation (ASF) under one
11 - or more contributor license agreements. See the NOTICE file
12 - distributed with this work for additional information
13 - regarding copyright ownership. The ASF licenses this file
[all …]