commit | 5a317752fb63edf0862508de35f85d0a93086cb9 | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Fri Nov 15 09:53:39 2019 -0700 |
committer | David Brown <davidb@davidb.org> | Mon Nov 18 10:48:11 2019 -0700 |
tree | 6c9b1e62eed79a44c4f34828ef4ea7c75cb47fc5 | |
parent | ab449187b4a36e8ca45e9b0653c490aebef5318c [diff] |
sim: Use `usize` instead of `u8` for alignment Some devices have a write alignment larger than 128. Allow this within the simulator, by using `usize` instead of `u8` for the write alignment. The value is still returned to the C code as an 8-bit integer, but this help start debugging issues found on these devices. Signed-off-by: David Brown <david.brown@linaro.org>
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!