commit | 2639e074fb21a448fef037b71abb80d5b4dea296 | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Wed Oct 11 11:18:44 2017 -0600 |
committer | David Brown <davidb@davidb.org> | Tue Nov 07 09:39:45 2017 -0700 |
tree | 977d928c4eb2bf954669c29362430dc37063c595 | |
parent | 0bae965fd8f696c831b790422fb18a3d41523c5d [diff] |
sim: Move main code into lib crate In preparatio for separable unit tests, move the main body of the simulator into a library crate, and make the main program just a small function that initializes the logger, and calls it. The main entry point is still called main. 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!