commit | 9015a5d404c2c688166cab81067be53c860d98f4 | [log] [tgz] |
---|---|---|
author | David Vincze <david.vincze@linaro.org> | Mon May 18 14:43:11 2020 +0200 |
committer | David Brown <davidb@davidb.org> | Mon May 18 15:53:53 2020 -0600 |
tree | 62fdb353fe0d7c90794a1150bc2096c0b539d916 | |
parent | 45b00acf0fa5e89880407b639578066cefcd41fa [diff] |
boot: Fix uninitialized variable warning Fix uninitialized variable warning that may occur when compiler optimization is enabled (especially for size). Change-Id: Id56669a2079ac20edbf74c17f943c974f1e8bf93 Signed-off-by: David Vincze <david.vincze@linaro.org>
This is mcuboot version 1.6.0-rc2
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 simple software upgrades.
MCUboot is operating system and hardware independent and relies on hardware porting layers from the operating. 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!