commit | c49811e8550f51dcb761a8dc71f737d076c55eda | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Mon Nov 06 14:20:45 2017 -0700 |
committer | David Brown <davidb@davidb.org> | Tue Nov 07 09:39:45 2017 -0700 |
tree | 1274f563e885678b68a28891c5997148b5304400 | |
parent | f48b95022ad53e5f769f1eaaa6fbe07c2daf2054 [diff] |
sim: Move total count into `Images` In order to allow the tests to be run independently, compute the total count for each image that is generated, and store it in the images struct. This causes a basic upgrade to be run an additional time for each top-level test. Signed-off-by: David Brown <david.brown@linaro.org>
This is mcuboot, version 1.0.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!