commit | a8e4e9714fbe3eb7f7beda6e1d4935c893396822 | [log] [tgz] |
---|---|---|
author | Fabio Utzig <utzig@apache.org> | Mon May 07 08:33:59 2018 -0300 |
committer | Fabio Utzig <utzig@utzig.org> | Mon Jun 04 06:54:39 2018 -0300 |
tree | 4af1489789b75f2ee4dbd0e529f3bc5a89771843 | |
parent | 9a4b9ba1c04534728cd80ffe439f2fe0062fdd4a [diff] |
Update logging to use per platform log macros Now bootutil_log.h was converted to use per platform logging primitives defined according to documentation established on the template file. Some "null" macros were left to avoid breaking per source logging level definition when MCUBOOT_HAVE_LOGGING was not defined. Signed-off-by: Fabio Utzig <utzig@apache.org>
This is mcuboot, version 1.1.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.
Instructions for different operating systems can be found here:
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!