commit | f984b9573581db9ccc3f3d2099813e4e72c61d67 | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Fri Oct 11 10:32:36 2019 -0600 |
committer | David Brown <davidb@davidb.org> | Tue Oct 15 09:29:20 2019 -0600 |
tree | fe6dd612c8f520ff746df584ec14f75280f98cc3 | |
parent | b748f6fa2aa21b9e5b71e6506cce7d6494f9f14b [diff] |
Move mbedtls submodule from sim to ext Move the external mbedtls submodule out of the sim/mcuboot-sys directory into the ext directory. This will allow the same copy of mbed TLS to be used by other board support packages, instead of having to make a duplicate clone. 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!