Lines Matching +full:apache +full:- +full:mynewt +full:- +full:core

5 [![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)][espressif]
8 [![Publishing Status (imgtool)](https://github.com/mcu-tools/mcuboot/workflows/imgtool/badge.svg)][imgtool]
9 [![Build Status (Travis CI)](https://img.shields.io/travis/mcu-tools/mcuboot/main.svg?label=travis-ci)][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
18 [travis]: https://travis-ci.org/mcu-tools/mcuboot
19 [license]: https://github.com/mcu-tools/mcuboot/blob/main/LICENSE
23 MCUboot is a secure bootloader for 32-bits microcontrollers. It defines a
31 - [Zephyr](https://www.zephyrproject.org/)
32 - [Apache Mynewt](https://mynewt.apache.org/)
33 - [Apache NuttX](https://nuttx.apache.org/)
34 - [RIOT](https://www.riot-os.org/)
35 - [Mbed OS](https://os.mbed.com/)
36 - [Espressif](https://www.espressif.com/)
37 - [Cypress/Infineon](https://www.cypress.com/)
42 ## MCUboot How-tos
46 - [Zephyr](docs/readme-zephyr.md)
47 - [Apache Mynewt](docs/readme-mynewt.md)
48 - [Apache NuttX](docs/readme-nuttx.md)
49 - [RIOT](docs/readme-riot.md)
50 - [Mbed OS](docs/readme-mbed.md)
51 - [Espressif](docs/readme-espressif.md)
52 - [Cypress/Infineon](boot/cypress/README.md)
60 Issues](https://github.com/mcu-tools/mcuboot/issues).
66 - [boot/bootutil](https://github.com/mcu-tools/mcuboot/tree/main/boot/bootutil) - The core of the bootloader itself.
67 - [boot/boot\_serial](https://github.com/mcu-tools/mcuboot/tree/main/boot/boot_serial) - Support for serial upgrade within the bootloader itself.
68 - [boot/zephyr](https://github.com/mcu-tools/mcuboot/tree/main/boot/zephyr) - Port of the bootloader to Zephyr.
69 - [boot/mynewt](https://github.com/mcu-tools/mcuboot/tree/main/boot/mynewt) - Bootloader application for Apache Mynewt.
70 - [boot/nuttx](https://github.com/mcu-tools/mcuboot/tree/main/boot/nuttx) - Bootloader application and port of MCUboot interfaces for Apache NuttX.
71 - [boot/mbed](https://github.com/mcu-tools/mcuboot/tree/main/boot/mbed) - Port of the bootloader to Mbed OS.
72 - [boot/espressif](https://github.com/mcu-tools/mcuboot/tree/main/boot/espressif) - Bootloader application and MCUboot port for Espressif SoCs.
73 - [boot/cypress](https://github.com/mcu-tools/mcuboot/tree/main/boot/cypress) - Bootloader application and MCUboot port for Cypress/Infineon SoCs.
74 - [imgtool](https://github.com/mcu-tools/mcuboot/tree/main/scripts/imgtool.py) - A tool to securely sign firmware images for booting by MCUboot.
75 - [sim](https://github.com/mcu-tools/mcuboot/tree/main/sim) - A bootloader simulator for testing and regression.