commit | 73dfbc5a19ff620fb6dbe1776b20c9b82996956e | [log] [tgz] |
---|---|---|
author | David Vincze <david.vincze@arm.com> | Fri Oct 11 13:54:58 2019 +0200 |
committer | David Vincze <david.vincze@arm.com> | Thu Oct 17 13:52:29 2019 +0200 |
tree | aae1ebeea040882817f308b577dc96d7574e8394 | |
parent | 00dceb154a8feb66b908b05c79cd32119aad9c04 [diff] |
Boot: Make MCUBoot logging optional Add new MCUBOOT_LOG_LEVEL CMake variable to the MCUBoot configuration. In a debug build the MCUBoot logging can be set to several levels. The logging can also be entirely disabled and thus the code size can be reduced. In case of a release build the value of MCUBOOT_LOG_LEVEL is overridden and the logging is disabled in MCUBoot. Change-Id: I55ad8f85fdd0921f07a9c156858fadecf81a7449 Signed-off-by: David Vincze <david.vincze@arm.com>