commit | afabfcfe70a280f738d166d8dd0226287782db89 | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Wed Jan 02 11:30:27 2019 -0700 |
committer | David Brown <davidb@davidb.org> | Thu Jan 03 21:39:50 2019 +0000 |
tree | 091d204cdbc34e9dad746cd2c9c8e021b566e155 | |
parent | e24244b632a9007d200f7e1c8d45e604a36e4858 [diff] |
sim: simflash: Minimal 2018 Automatic migration to Rust 2018. This is the result of running cargo fix --edition The resulting code is compatible with both Rust 2015 and 2018. Change the edition field in the Cargo.toml file as well to begin a more complete migration. Signed-off-by: David Brown <david.brown@linaro.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!