Skip to content

Commit fdb3d9f

Browse files
committed
apps: disable boot banner and printk in default builds
Disable the Zephyr boot banner and printk in the default app configurations so the default flight builds stay quiet on UART. Development builds can still enable UART logging through 'FINCH_DEVELOPMENT'. Signed-off-by: Mirai SHINJO <oss@mshinjo.com>
1 parent 20b21d1 commit fdb3d9f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

apps/obc/prj.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# SPDX-License-Identifier: Apache-2.0
22

3+
CONFIG_BOOT_BANNER=n
34
CONFIG_COMPILER_WARNINGS_AS_ERRORS=y
5+
CONFIG_PRINTK=n

apps/pay/prj.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# SPDX-License-Identifier: Apache-2.0
22

3+
CONFIG_BOOT_BANNER=n
34
CONFIG_COMPILER_WARNINGS_AS_ERRORS=y
5+
CONFIG_PRINTK=n

0 commit comments

Comments
 (0)