commit | 9600ec84f20dc7924ba35f59e28a72287c703cfe | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Fri Jul 21 08:28:28 2017 -0600 |
committer | David Brown <davidb@davidb.org> | Fri Jul 21 11:50:48 2017 -0600 |
tree | 7f0094e24908361690e1a46df33bc14dfbaf5242 | |
parent | 2cf522c3d80ca0c3938ae4e3ff701ba01e2d1b4d [diff] |
sim: Update doc to explain submodules Now that we depend on a submodule for mbed TLS code, update the docs to explain how to fetch this. Otherwise, the error is somewhat misleading, just showing a missing sha256.c file. Signed-off-by: David Brown <david.brown@linaro.org>
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!