commit | 3eaa2a199226c627242412674eb50d50791f72ac | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Fri Sep 01 11:19:03 2017 -0600 |
committer | David Brown <davidb@davidb.org> | Wed Sep 06 16:16:58 2017 -0600 |
tree | a05b2d3a770cc2f1394ae4755ca7b0c08757a8cc | |
parent | 8dd56f3f143963c05e4c1b842dd619744cf05ea3 [diff] |
Rename misleading local variable The local variable 'size' is actually the offset of the end, and not the size. Rename it to reflect this reality. Signed-off-by: David Brown <david.brown@linaro.org>
This is mcuboot, version 0.9.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.
The issues being planned and worked on are tracked on Jira. To participate please visit:
https://runtimeco.atlassian.net/projects/MCUB/summary
Information and documentation on the bootloader is stored within the source, and on confluence:
https://runtimeco.atlassian.net/wiki/discover/all-updates
For more information in the source, here are some pointers:
Developers welcome!