commit | 2733f515cdb6fc19fe80d86969f11287bc505893 | [log] [tgz] |
---|---|---|
author | Emanuele Di Santo <emdi@nordicsemi.no> | Wed Jan 09 14:21:49 2019 +0100 |
committer | Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> | Thu Jan 10 19:11:15 2019 +0100 |
tree | 45953daf087d65d4cbc438fa1e7acf33c264c6a3 | |
parent | 20ba65e1513686558afe0ea8ca186b53a2f7ad10 [diff] |
boot: bootutil: remove unused BOOT_LOG_LEVEL macros Remove unnused BOOT_LOG_LEVEL macros. These are not honored, nor usable since they are supposed to be defined before including the header in which they are defined. Signed-off-by: Emanuele Di Santo <emdi@nordicsemi.no>
This is mcuboot, version 1.2.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 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!