commit | 2ad88a340e93ffdaf1c19d9cf44d361f65152426 | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Thu Feb 28 11:29:03 2019 -0700 |
committer | David Brown <david.brown@linaro.org> | Thu Feb 28 11:41:58 2019 -0700 |
tree | 36600648fe61249ba1b53a1dee897954c9ad4dd1 | |
parent | b4c30f897523b05c016d3b9a85fc17f849effa5b [diff] |
sim: Rename `SimFlashMap` to `SimMultiFlash` The name `SimFlashMap` is a bit misleading, as the Map part is more of an implementation detail when the type really just represents multiple flash devices. This is just a rename, but the names `SimFlashMap` and the value `flashmap` occur in a lot of places in the image module. Signed-off-by: David Brown <david.brown@linaro.org>
This is mcuboot, version 1.3.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!