Home
last modified time | relevance | path

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

12

/mcuboot-3.6.0/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-3.6.0/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-3.6.0/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 bootloader for the Mynewt OS (apache.mynewt.org).
4 This app requires the following Mynewt repositories:
6 * @apache-mynewt-core
/mcuboot-3.6.0/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-3.6.0/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-3.6.0/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-3.6.0/
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 [![Build Status (Espressif)](https://github.com/mcu-tools/mcuboot/workflows/Espressif/badge.svg)][e…
8 [![Publishing Status (imgtool)](https://github.com/mcu-tools/mcuboot/workflows/imgtool/badge.svg)][…
9 [![Build Status (Travis CI)](https://img.shields.io/travis/mcu-tools/mcuboot/main.svg?label=travis-
10 [![Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)][license]
14 [sim]: https://github.com/mcu-tools/mcuboot/actions?query=workflow:Sim
15 [mynewt]: https://github.com/mcu-tools/mcuboot/actions?query=workflow:Mynewt
16 [espressif]: https://github.com/mcu-tools/mcuboot/actions?query=workflow:Espressif
17 [imgtool]: https://github.com/mcu-tools/mcuboot/actions?query=workflow:imgtool
[all …]
/mcuboot-3.6.0/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-3.6.0/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 …]
Dmynewt_run.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
25 [[ $? -ne 0 ]] && exit 1
29 cp -r repos/apache-mynewt-core/targets/unittest targets
31 [[ $? -ne 0 ]] && exit 1
/mcuboot-3.6.0/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-3.6.0/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-3.6.0/ci/mynewt_targets/swap_move/
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-3.6.0/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-3.6.0/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-3.6.0/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-3.6.0/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-3.6.0/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-3.6.0/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-3.6.0/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-3.6.0/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-3.6.0/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-3.6.0/docs/
Dindex.md3 MCUboot is a secure bootloader for 32-bits microcontrollers.
14 - [Zephyr](https://www.zephyrproject.org/)
15 - [Apache Mynewt](https://mynewt.apache.org/)
16 - [Apache NuttX](https://nuttx.apache.org/)
17 - [RIOT](https://www.riot-os.org/)
18 - [Mbed OS](https://os.mbed.com/)
19 - [Espressif](https://www.espressif.com/)
20 - [Cypress/Infineon](https://www.cypress.com/)
26 list](https://github.com/mcu-tools/mcuboot/wiki/Members) for current
28 [project charter](https://github.com/mcu-tools/mcuboot/wiki/MCUboot-Project-Charter)
[all …]

12