commit | 5c877d5e7d0af7239eb38a7a9488277a4d7bc03d | [log] [tgz] |
---|---|---|
author | Marti Bolivar <marti.bolivar@nordicsemi.no> | Fri Apr 12 07:18:47 2019 -0600 |
committer | Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> | Mon Apr 15 14:18:41 2019 +0200 |
tree | eef4b96c394e1382a97ea4b6538a1dea8a353b19 | |
parent | aab2118e82d7e2bfc1c7f71e7c69e04dd95a2d33 [diff] |
zephyr: fix logging The removal of CONFIG_BOOT_HAVE_LOGGING in 15aa6ef ("zephyr: remove BOOT_HAVE_LOGGING Kconfig option") missed some uses. In particular, the one in mcuboot_config.h that converts Kconfig options to MCUboot's platform-agnostic configuration macros. This broke logging even when the relevant Kconfig options were on. Fix things up by using CONFIG_LOG instead. Tested logging works again on nrf52840_pca10056. Build tested nrf51_pca10056 to make sure it still fits. The nrf52840_pca10059 build overflows flash by 0.16%, but that was a problem before 15aa6ef. Signed-off-by: Marti Bolivar <marti.bolivar@nordicsemi.no>
This is mcuboot, version 1.3.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!