Skip to content

Commit

Permalink
app: Add ETB trace overlay
Browse files Browse the repository at this point in the history
Add overlay file with required ETB trace configurations.

Signed-off-by: Jan Tore Guggedal <[email protected]>
  • Loading branch information
jtguggedal committed Oct 3, 2024
1 parent 9a158f7 commit e522847
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions app/overlay-etb.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#
# Copyright (c) 2024 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

# ETB tracing
CONFIG_ETB_TRACE=y
CONFIG_ETB_TRACE_LOW_POWER=y
CONFIG_MEMFAULT_NCS_ETB_CAPTURE=y
# Reduce logging to avoid filling up ETB with data not related to the crash
CONFIG_FAULT_DUMP=0
CONFIG_KERNEL_LOG_LEVEL_OFF=y

0 comments on commit e522847

Please sign in to comment.