commit | e575b0b8ef7bce02f67a8e5bd0a5ba9e97922df9 | [log] [tgz] |
---|---|---|
author | Fabio Utzig <utzig@apache.org> | Wed Sep 11 12:34:23 2019 -0300 |
committer | Fabio Utzig <utzig@utzig.org> | Thu Sep 12 14:08:35 2019 -0300 |
tree | faeed344517c750e938030616c65c6c6b9481354 | |
parent | b1adb1ed2e5714db335756ddebe035d13b595f41 [diff] |
Add macro to check if swap_type is an upgrade This allows refactoring a check that was done in multiple places looking for the same swap types. Also fixes an issue where dependency checks would be run if a swap type had a value that indicates fail. Signed-off-by: Fabio Utzig <utzig@apache.org>
This is mcuboot, version 1.3.1
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!