Skip to content

Commit 0469c6a

Browse files
committed
hci_ipc: Disable LOG and SERIAL also in debug configuration
Enabled LOG and SERIAL causes Thingy:53 unusable. It looks like net core stops working after boot. Signed-off-by: Tomasz Tyzenhauz <tomasz.tyzenhauz@nordicsemi.no>
1 parent 41ffbc4 commit 0469c6a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

samples/sid_end_device/child_image/hci_ipc/prj.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
#
44
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55

6-
CONFIG_LOG=y
7-
CONFIG_SERIAL=y
6+
CONFIG_LOG=n
7+
CONFIG_SERIAL=n
88
CONFIG_RESET_ON_FATAL_ERROR=n

samples/sid_end_device/child_image/hci_ipc/prj_no_dfu.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
#
44
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55

6-
CONFIG_LOG=y
7-
CONFIG_SERIAL=y
6+
CONFIG_LOG=n
7+
CONFIG_SERIAL=n
88
CONFIG_RESET_ON_FATAL_ERROR=n

0 commit comments

Comments
 (0)