Skip to content

Commit

Permalink
hci_ipc: Disable LOG and SERIAL also in debug configuration
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
totyz committed Mar 10, 2024
1 parent 41ffbc4 commit 0469c6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions samples/sid_end_device/child_image/hci_ipc/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions samples/sid_end_device/child_image/hci_ipc/prj_no_dfu.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0469c6a

Please sign in to comment.