commit | e92df934618bd129d22eb02dee4914cddd27a865 | [log] [tgz] |
---|---|---|
author | Fabio Utzig <utzig@apache.org> | Tue Dec 10 14:29:17 2019 -0300 |
committer | Fabio Utzig <utzig@utzig.org> | Tue Dec 10 16:04:44 2019 -0300 |
tree | 54efde4d9506b1bd0f43d1bffcadc4ef4fead38d | |
parent | b86e688286db1aa213a436b4d0894bea80797cdc [diff] |
sim: log: add new level targetting simulator * Adds a new level (BOOT_LOG_SIM) to be used only for messages that are interesting while debugging bootutil in the simulator. This should be used for extra verbose prints. * Also added fflushs after fprints to guarantee that messages are printed even when assertions are raised. * For abstraction completeness, add "do nothing" definitions of _LOG_SIM to the other ports. * Make DEBUG the default level when building the simulator (one can still lower verbosity using any other value for RUST_LOG). Signed-off-by: Fabio Utzig <utzig@apache.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 simple software upgrades.
MCUboot is operating system and hardware independent and relies on hardware porting layers from the operating. 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!