From 0469c6aac08f796eda54f0576f32695d41e6f64a Mon Sep 17 00:00:00 2001 From: Tomasz Tyzenhauz Date: Fri, 8 Mar 2024 10:42:01 +0100 Subject: [PATCH] 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 --- samples/sid_end_device/child_image/hci_ipc/prj.conf | 4 ++-- samples/sid_end_device/child_image/hci_ipc/prj_no_dfu.conf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/sid_end_device/child_image/hci_ipc/prj.conf b/samples/sid_end_device/child_image/hci_ipc/prj.conf index bc37c36d28..c89bda63ea 100644 --- a/samples/sid_end_device/child_image/hci_ipc/prj.conf +++ b/samples/sid_end_device/child_image/hci_ipc/prj.conf @@ -3,6 +3,6 @@ # # SPDX-License-Identifier: LicenseRef-Nordic-5-Clause -CONFIG_LOG=y -CONFIG_SERIAL=y +CONFIG_LOG=n +CONFIG_SERIAL=n CONFIG_RESET_ON_FATAL_ERROR=n diff --git a/samples/sid_end_device/child_image/hci_ipc/prj_no_dfu.conf b/samples/sid_end_device/child_image/hci_ipc/prj_no_dfu.conf index bc37c36d28..c89bda63ea 100644 --- a/samples/sid_end_device/child_image/hci_ipc/prj_no_dfu.conf +++ b/samples/sid_end_device/child_image/hci_ipc/prj_no_dfu.conf @@ -3,6 +3,6 @@ # # SPDX-License-Identifier: LicenseRef-Nordic-5-Clause -CONFIG_LOG=y -CONFIG_SERIAL=y +CONFIG_LOG=n +CONFIG_SERIAL=n CONFIG_RESET_ON_FATAL_ERROR=n