commit | d0ca0ffc272daa156a48edf3dad67c927de9e013 | [log] [tgz] |
---|---|---|
author | Sam Bristow <sam@bristow.nz> | Wed Oct 30 20:51:35 2019 +1300 |
committer | Fabio Utzig <utzig@utzig.org> | Wed Oct 30 06:24:10 2019 -0300 |
tree | 55efa14c80ac02809541aa5e5256cae9202c4c94 | |
parent | 441e9978917724b993f7c98bf23466d63830ef5d [diff] |
Fix up typos Ran automated checker for common typos [1]. Most of these changes have no functional change *except* for `./ci/sim_run.sh` where, previously the `bootstrap` feature wasn't being selected properly. I didn't touch anything in the `./ext/` folder as anything in there should probably be fixed in the upstream repo. [1] https://github.com/codespell-project/codespell Signed-off-by: Sam Bristow <sam@bristow.nz>
This is mcuboot, version 1.4.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!