commit | 4b2591285afd7eb7c4f9a951548820fdf96464f6 | [log] [tgz] |
---|---|---|
author | Christopher Collins <ccollins@apache.org> | Fri Jan 04 11:40:04 2019 -0800 |
committer | ccollins476ad <ccollins476ad@gmail.com> | Fri Jan 04 14:57:41 2019 -0800 |
tree | dced97e86d505cfaf6dd9301eadd44e2d05d8ad3 | |
parent | 10b5de1392ceb7b8687ab5bc7146a00b66110a9c [diff] |
boot/bootutil: Add missing #include Mynewt builds require the `mcuboot_config.h` file to translate syscfg setting names to MCUboot setting names. This change fixes a build error that occurs when MCUboot is built with mbedTLS support: Error: In file included from keys/bootkeys/src/bootkeys.c:2:0: repos/mcuboot/boot/bootutil/include/bootutil/enc_key.h:29:10: fatal error: tinycrypt/aes.h: No such file or directory #include "tinycrypt/aes.h" ^~~~~~~~~~~~~~~~~ Signed-off-by: Christopher Collins <ccollins@apache.org>
This is mcuboot, version 1.2.0
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 easy software upgrade.
MCUboot is operating system and hardware independent and relies on hardware porting layers from the operating system it works with. 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!