commit | bd7925e39ebd514fedfc7f2187039db2d5194e7b | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Mon Jul 29 11:11:32 2019 -0600 |
committer | David Brown <davidb@davidb.org> | Wed Jul 31 09:59:38 2019 -0500 |
tree | 73292340a0f812e6b4494b8036a89a777bc45f10 | |
parent | 3901d32eadc30976c2889c1e9d51d507355ec8bd [diff] |
image: use explitic padding on dependency version This struct currently relies on padding being done by the C compiler. Although this is generally done the same across targets, this isn't required, and it is better to make any padding explicit. This also makes it clear that there is extra space in this structure that can be used for another purpose. The python imgtool is also fixed to match. It was using a 32-bit int, which only worked in the little endian case. Signed-off-by: David Brown <david.brown@linaro.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!