Skip to content

Commit f9be7a9

Browse files
mike-scottnvlsianpu
authored andcommitted
boot: zephyr: ensure LOG_LEVEL resource savings
Let's ensure that random Zephyr changes in logging don't affect the resource usage in MCUBOOT, by setting LOG_LEVEL_DEFAULT to 0. Signed-off-by: Michael Scott <[email protected]> Signed-off-by: Andrzej Puzdrowski <[email protected]>
1 parent 74ceae5 commit f9be7a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

boot/zephyr/prj.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ CONFIG_MULTITHREADING=n
3838
# CONFIG_BT is not set
3939
# CONFIG_BT_CTLR is not set
4040
# CONFIG_I2C is not set
41+
42+
### Ensure Zephyr logging changes don't use more resources
43+
CONFIG_LOG_DEFAULT_LEVEL=0

0 commit comments

Comments
 (0)