commit | 81d19f017f18f1bc6bea906d96fd45fba3672064 | [log] [tgz] |
---|---|---|
author | Raef Coles <raef.coles@arm.com> | Wed Dec 16 09:06:22 2020 +0000 |
committer | Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> | Wed Dec 16 14:10:31 2020 +0100 |
tree | 057d19c4dd30de44da92236a7a0512f499d5ffc3 | |
parent | d1233e1b2dd82e6b64dfcc539967bd40185b2a06 [diff] |
bootutil: Add cmake build file In order to allow other projects to include the bootutil files more easily. Allows renaming and moving of bootutil files without breaking external projects' file lists (if they include this cmake file instead of directly listing the files they use). Prevents an issue where moving/renaming bootutil files breaks the FIH CI test. Signed-off-by: Raef Coles <raef.coles@arm.com> Change-Id: Ic982413c6a26ea2039712437f2d511fbe202e1e4
This is mcuboot version 1.8.0-dev
MCUboot is a secure bootloader for 32-bit MCUs. The goal of MCUboot is to define a common infrastructure for the bootloader, system flash layout on microcontroller systems, and to provide a secure bootloader that enables simple software upgrades.
MCUboot is operating system and hardware independent and relies on hardware porting layers from the operating. Currently, mcuboot works with both the Apache Mynewt and Zephyr operating systems, but more ports are planned in the future. RIOT is currently supported as a boot target with a complete port planned.
Instructions for different operating systems can be found here:
The issues being planned and worked on are tracked using GitHub issues. To participate please visit:
Issues were previously tracked on MCUboot JIRA , but it is now deprecated.
Information and documentation on the bootloader are stored within the source.
It was previously also documented on confluence: MCUBoot Confluence however, it is now deprecated and not currently maintained
For more information in the source, here are some pointers:
Developers welcome!