commit | ac18eec7731fb3615c749fee616bff795cbefa47 | [log] [tgz] |
---|---|---|
author | Fabio Utzig <utzig@apache.org> | Mon Dec 11 08:08:44 2017 -0200 |
committer | David Brown <davidb@davidb.org> | Thu Dec 21 13:32:59 2017 -0700 |
tree | 654718d0972331550d440d911f5f4ff25706e513 | |
parent | ba05f2a3090da6db3ab732817e6961f7fb6b6881 [diff] |
Add Mynewt support for bundled tinycrypt + mbedtls This commit removes the pseudo tinycrypt package based on symlinks by adding a new pkg.yml to ext/tinycrypt and using it directly. It also uses the new mbed-tls bundled ASN1 parser when EC256 is selected. Signed-off-by: Fabio Utzig <utzig@apache.org>
This is mcuboot, version 1.0.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.
The issues being planned and worked on are tracked on Jira. To participate please visit:
https://runtimeco.atlassian.net/projects/MCUB/summary
Information and documentation on the bootloader is stored within the source, and on confluence:
https://runtimeco.atlassian.net/wiki/discover/all-updates
For more information in the source, here are some pointers:
Developers welcome!