commit | b748f6fa2aa21b9e5b71e6506cce7d6494f9f14b | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Fri Oct 11 10:07:31 2019 -0600 |
committer | David Brown <davidb@davidb.org> | Tue Oct 15 09:29:20 2019 -0600 |
tree | 7f776b5417751c78bd49499ce4c86daef18432b5 | |
parent | 1b7777b476ff09eae1e45e821b5fa43a265673f4 [diff] |
Rename ext/mbedtls to ext/mbedtls-asn1 The ext/mbedtls directory has a copy of the ASN.1 parser from the mbed TLS library. To allow a future change to bring the entire mbed TLS library in as a submodule under ext, rename this to mbedtls-asn1 to make it clear this is only a subset. Signed-off-by: David Brown <david.brown@linaro.org>
This is mcuboot, version 1.4.0-rc1
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!