tests: Bluetooth: Audio: Remove netcore logs from nrf53 BSIM
Removes the use of the debug.conf file when building the tests for the nRF5340, as that will also enable logs and will log every message between the two cores, making the logs very verbose. Copy the lines from debug.conf that we do want to keep into the bsim specific conf file, and stop using the debug.conf file. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
ae90679f88
commit
ed7c606cf8
2 changed files with 4 additions and 1 deletions
|
|
@ -14,3 +14,7 @@ CONFIG_BT_CTLR_SYNC_ISO_STREAM_MAX=4
|
|||
|
||||
CONFIG_BT_CTLR_ISOAL_SOURCES=4
|
||||
CONFIG_BT_CTLR_ISOAL_SINKS=4
|
||||
|
||||
CONFIG_ASSERT=y
|
||||
CONFIG_DEBUG_INFO=y
|
||||
CONFIG_EXCEPTION_STACK_TRACE=y
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ if(SB_CONFIG_NET_CORE_IMAGE_HCI_IPC)
|
|||
|
||||
set(${NET_APP}_EXTRA_CONF_FILE
|
||||
${APP_DIR}/overlay-nrf5340_cpunet_iso-bt_ll_sw_split.conf
|
||||
${NET_APP_SRC_DIR}/debug_overlay.conf
|
||||
CACHE INTERNAL ""
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue