commit | 5f7ec2b403fb3fd1e797cf8e15ced9613ff1c8f5 | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Mon Nov 06 13:54:02 2017 -0700 |
committer | David Brown <davidb@davidb.org> | Tue Nov 07 09:39:45 2017 -0700 |
tree | 027f726d426acb345c4c9fec4b3e509e267f5664 | |
parent | 3f687dc5bc2122323b5288e078db66ba203a5b31 [diff] |
sim: Move `Images` methods to be methods Now that most of the relevant data is assembled into a single `Images` struct, make the test operations on it into methods on this type. This change looks larger than it really is because of the indentation change of moving top-level functions into methods. There is also a lot of change of `image` to `self`. 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!