Home
last modified time | relevance | path

Searched +full:apache +full:- +full:mynewt +full:- +full:core (Results 1 – 25 of 25) sorted by relevance

/mcuboot-2.7.6/testplan/mynewt/apps/slinky/
Dpkg.yml2 # Licensed to the Apache Software Foundation (ASF) under one
6 # to you under the Apache License, Version 2.0 (the
10 # http://www.apache.org/licenses/LICENSE-2.0
22 pkg.description: "Example application which uses a variety of mynewt features."
23 pkg.author: "Apache Mynewt <dev@mynewt.apache.org>"
24 pkg.homepage: "http://mynewt.apache.org/"
28 - "@mcuboot/boot/bootutil"
29 - "@apache-mynewt-core/test/flash_test"
30 - "@apache-mynewt-core/mgmt/imgmgr"
31 - "@apache-mynewt-core/mgmt/smp"
[all …]
/mcuboot-2.7.6/testplan/mynewt/apps/blinky/
Dpkg.yml2 # Licensed to the Apache Software Foundation (ASF) under one
6 # to you under the Apache License, Version 2.0 (the
10 # http://www.apache.org/licenses/LICENSE-2.0
23 pkg.author: "Apache Mynewt <dev@mynewt.incubator.apache.org>"
24 pkg.homepage: "http://mynewt.apache.org/"
28 - "@mcuboot/boot/bootutil"
29 - "@apache-mynewt-core/kernel/os"
30 - "@apache-mynewt-core/hw/hal"
31 - "@apache-mynewt-core/sys/console/full"
32 - "@apache-mynewt-core/mgmt/smp"
[all …]
/mcuboot-2.7.6/boot/mynewt/
Dpkg.yml2 # Licensed to the Apache Software Foundation (ASF) under one
6 # to you under the Apache License, Version 2.0 (the
10 # http://www.apache.org/licenses/LICENSE-2.0
20 pkg.name: boot/mynewt
22 pkg.description: "Mynewt port of mcuboot"
23 pkg.author: "Apache Mynewt <dev@mynewt.apache.org>"
24 pkg.homepage: "http://mynewt.apache.org/"
26 - loader
29 - "-DMCUBOOT_MYNEWT=1"
32 - "@mcuboot/boot/mynewt/mcuboot_config"
[all …]
DREADME.md1 # mcuboot - apps/boot
3 This sample app implements a boot loader for the Mynewt OS (apache.mynewt.org).
4 This app requires the following Mynewt repositories:
6 * @apache-mynewt-core
/mcuboot-2.7.6/boot/boot_serial/
Dpkg.yml2 # Licensed to the Apache Software Foundation (ASF) under one
6 # to you under the Apache License, Version 2.0 (the
10 # http://www.apache.org/licenses/LICENSE-2.0
22 pkg.author: "Apache Mynewt <dev@mynewt.apache.org>"
23 pkg.homepage: "http://mynewt.apache.org/"
25 - boot
26 - bootloader
29 - "@apache-mynewt-core/hw/hal"
30 - "@apache-mynewt-core/kernel/os"
31 - "@apache-mynewt-core/encoding/base64"
[all …]
/mcuboot-2.7.6/boot/bootutil/
Dpkg.yml2 # Licensed to the Apache Software Foundation (ASF) under one
6 # to you under the Apache License, Version 2.0 (the
10 # http://www.apache.org/licenses/LICENSE-2.0
22 pkg.author: "Apache Mynewt <dev@mynewt.apache.org>"
23 pkg.homepage: "http://mynewt.apache.org/"
25 - boot
26 - bootloader
29 - bootloader
32 - "-DMCUBOOT_MYNEWT=1"
35 - '-DMBEDTLS_USER_CONFIG_FILE="mbedtls/config_mynewt.h"'
[all …]
/mcuboot-2.7.6/boot/boot_serial/test/
Dpkg.yml1 # Licensed to the Apache Software Foundation (ASF) under one
5 # to you under the Apache License, Version 2.0 (the
9 # http://www.apache.org/licenses/LICENSE-2.0
21 pkg.author: "Apache Mynewt <dev@mynewt.apache.org>"
22 pkg.homepage: "http://mynewt.apache.org/"
26 - "@mcuboot/boot/boot_serial"
27 - "@mcuboot/boot/bootutil"
28 - "@apache-mynewt-core/sys/log/stub"
29 - "@apache-mynewt-core/test/testutil"
32 - "@apache-mynewt-core/sys/console/stub"
[all …]
/mcuboot-2.7.6/
Dproject.yml2 # Licensed to the Apache Software Foundation (ASF) under one
6 # to you under the Apache License, Version 2.0 (the
10 # http://www.apache.org/licenses/LICENSE-2.0
23 - apache-mynewt-core
25 # Use github's distribution mechanism for core ASF libraries.
27 repository.apache-mynewt-core:
29 vers: 0-dev
30 user: apache
31 repo: mynewt-core
DREADME.md5 [![Build Status (Sim)](https://github.com/mcu-tools/mcuboot/workflows/Sim/badge.svg)][sim]
6 [![Build Status (Mynewt)](https://github.com/mcu-tools/mcuboot/workflows/Mynewt/badge.svg)][mynewt]
7 [![Publishing Status (imgtool)](https://github.com/mcu-tools/mcuboot/workflows/imgtool/badge.svg)][…
8 [![Build Status (Travis CI)](https://img.shields.io/travis/mcu-tools/mcuboot/main.svg?label=travis-
9 [![Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)][license]
13 [sim]: https://github.com/mcu-tools/mcuboot/actions?query=workflow:Sim
14 [mynewt]: https://github.com/mcu-tools/mcuboot/actions?query=workflow:Mynewt
15 [imgtool]: https://github.com/mcu-tools/mcuboot/actions?query=workflow:imgtool
16 [travis]: https://travis-ci.org/mcu-tools/mcuboot
17 [license]: https://github.com/mcu-tools/mcuboot/blob/main/LICENSE
[all …]
/mcuboot-2.7.6/testplan/mynewt/
Dproject.yml2 # Licensed to the Apache Software Foundation (ASF) under one
6 # to you under the Apache License, Version 2.0 (the
10 # http://www.apache.org/licenses/LICENSE-2.0
20 project.name: "mcuboot-test"
23 - apache-mynewt-core
24 - mcuboot
26 repository.apache-mynewt-core:
28 vers: 0-dev
29 user: apache
30 repo: mynewt-core
[all …]
/mcuboot-2.7.6/ci/
Dmynewt_install.sh1 #!/bin/bash -x
3 # Licensed to the Apache Software Foundation (ASF) under one
7 # to you under the Apache License, Version 2.0 (the
11 # http://www.apache.org/licenses/LICENSE-2.0
22 git clone --depth=1 https://github.com/apache/mynewt-newt
23 [[ $? -ne 0 ]] && exit 1
25 pushd mynewt-newt && ./build.sh
26 [[ $? -ne 0 ]] && exit 1
34 mkdir -p repos/apache-mynewt-core
35 git clone --depth=1 https://github.com/apache/mynewt-core repos/apache-mynewt-core
[all …]
/mcuboot-2.7.6/boot/mynewt/boot_uart/
Dpkg.yml2 # Licensed to the Apache Software Foundation (ASF) under one
6 # to you under the Apache License, Version 2.0 (the
10 # http://www.apache.org/licenses/LICENSE-2.0
20 pkg.name: boot/mynewt/boot_uart
22 pkg.author: "Apache Mynewt <dev@mynewt.apache.org>"
23 pkg.homepage: "http://mynewt.apache.org/"
25 - loader
26 - boot
27 - bootloader
30 - "@apache-mynewt-core/hw/hal"
/mcuboot-2.7.6/boot/mynewt/flash_map_backend/
Dpkg.yml4 # SPDX-License-Identifier: Apache-2.0
7 pkg.name: boot/mynewt/flash_map_backend
13 - "@apache-mynewt-core/sys/flash_map"
14 - "@mcuboot/boot/mynewt/mcuboot_config"
/mcuboot-2.7.6/ci/mynewt_targets/basic/
Dtarget.yml2 # Licensed to the Apache Software Foundation (ASF) under one
6 # to you under the Apache License, Version 2.0 (the
10 # http://www.apache.org/licenses/LICENSE-2.0
20 target.app: "@mcuboot/boot/mynewt"
21 target.bsp: "@apache-mynewt-core/hw/bsp/nordic_pca10056"
/mcuboot-2.7.6/ci/mynewt_targets/bootserial/
Dtarget.yml2 # Licensed to the Apache Software Foundation (ASF) under one
6 # to you under the Apache License, Version 2.0 (the
10 # http://www.apache.org/licenses/LICENSE-2.0
20 target.app: "@mcuboot/boot/mynewt"
21 target.bsp: "@apache-mynewt-core/hw/bsp/nordic_pca10056"
/mcuboot-2.7.6/ci/mynewt_targets/rsa_rsaoaep/
Dtarget.yml2 # Licensed to the Apache Software Foundation (ASF) under one
6 # to you under the Apache License, Version 2.0 (the
10 # http://www.apache.org/licenses/LICENSE-2.0
20 target.app: "@mcuboot/boot/mynewt"
21 target.bsp: "@apache-mynewt-core/hw/bsp/nordic_pca10056"
23 target.key_file: "@mcuboot/root-rsa-2048.pem"
/mcuboot-2.7.6/ci/mynewt_targets/rsa_rsaoaep_bootstrap/
Dtarget.yml2 # Licensed to the Apache Software Foundation (ASF) under one
6 # to you under the Apache License, Version 2.0 (the
10 # http://www.apache.org/licenses/LICENSE-2.0
20 target.app: "@mcuboot/boot/mynewt"
21 target.bsp: "@apache-mynewt-core/hw/bsp/nordic_pca10056"
23 target.key_file: "@mcuboot/root-rsa-2048.pem"
/mcuboot-2.7.6/ci/mynewt_targets/ecdsa/
Dtarget.yml2 # Licensed to the Apache Software Foundation (ASF) under one
6 # to you under the Apache License, Version 2.0 (the
10 # http://www.apache.org/licenses/LICENSE-2.0
20 target.app: "@mcuboot/boot/mynewt"
21 target.bsp: "@apache-mynewt-core/hw/bsp/nordic_pca10056"
23 target.key_file: "@mcuboot/root-ec-p256.pem"
/mcuboot-2.7.6/ci/mynewt_targets/ecdsa_kw/
Dtarget.yml2 # Licensed to the Apache Software Foundation (ASF) under one
6 # to you under the Apache License, Version 2.0 (the
10 # http://www.apache.org/licenses/LICENSE-2.0
20 target.app: "@mcuboot/boot/mynewt"
21 target.bsp: "@apache-mynewt-core/hw/bsp/nordic_pca10056"
23 target.key_file: "@mcuboot/root-ec-p256.pem"
/mcuboot-2.7.6/ci/mynewt_targets/rsa/
Dtarget.yml2 # Licensed to the Apache Software Foundation (ASF) under one
6 # to you under the Apache License, Version 2.0 (the
10 # http://www.apache.org/licenses/LICENSE-2.0
20 target.app: "@mcuboot/boot/mynewt"
21 target.bsp: "@apache-mynewt-core/hw/bsp/nordic_pca10056"
23 target.key_file: "@mcuboot/root-rsa-2048.pem"
/mcuboot-2.7.6/ci/mynewt_targets/rsa_kw/
Dtarget.yml2 # Licensed to the Apache Software Foundation (ASF) under one
6 # to you under the Apache License, Version 2.0 (the
10 # http://www.apache.org/licenses/LICENSE-2.0
20 target.app: "@mcuboot/boot/mynewt"
21 target.bsp: "@apache-mynewt-core/hw/bsp/nordic_pca10056"
23 target.key_file: "@mcuboot/root-rsa-2048.pem"
/mcuboot-2.7.6/ci/mynewt_targets/rsa_overwriteonly/
Dtarget.yml2 # Licensed to the Apache Software Foundation (ASF) under one
6 # to you under the Apache License, Version 2.0 (the
10 # http://www.apache.org/licenses/LICENSE-2.0
20 target.app: "@mcuboot/boot/mynewt"
21 target.bsp: "@apache-mynewt-core/hw/bsp/nordic_pca10056"
23 target.key_file: "@mcuboot/root-rsa-2048.pem"
/mcuboot-2.7.6/docs/
Dindex.md5 MCUboot is a secure bootloader for 32-bit MCUs. The goal of MCUboot is to
12 MCUboot works with both the Apache Mynewt, and Zephyr operating systems, but
17 list](https://github.com/mcu-tools/mcuboot/wiki/Members) for current
19 [charter](https://github.com/mcu-tools/mcuboot/wiki/MCUboot-Project-Charter)
24 - General - this document
25 - [Release notes](release-notes.md)
26 - [Bootloader design](design.md)
27 - [Encrypted images](encrypted_images.md)
28 - [imgtool](imgtool.md) - image signing and key management
29 - [ecdsa](ecdsa.md) - Information about ECDSA signature formats
[all …]
Dsigned_images.md1 <!--
2 -
3 - Licensed to the Apache Software Foundation (ASF) under one
4 - or more contributor license agreements. See the NOTICE file
5 - distributed with this work for additional information
6 - regarding copyright ownership. The ASF licenses this file
7 - to you under the Apache License, Version 2.0 (the
8 - "License"); you may not use this file except in compliance
9 - with the License. You may obtain a copy of the License at
10 -
[all …]
Drelease-notes.md3 - Table of Contents
8 The 1.7.0 release of MCUBoot adds support for the Mbed-OS platform,
9 Equal slots (direct-xip) upgrade mode, RAM loading upgrade mode,
16 - Initial support for the Mbed-OS platform.
17 - Added possibility to enter deep sleep mode after mcuboot app execution
19 - Added hardening against hardware level fault injection and timing attacks.
20 - Introduced Abstract crypto primitives to simplify porting.
21 - Added RAM-load upgrade mode.
22 - Renamed single-image mode to single-slot mode.
23 - Allow larger primary slot in swap-move
[all …]